Home
last modified time | relevance | path

Searched refs:memory_constraints (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan_enc/
H A DResourceTracker.cpp2554 auto& memory_constraints = constraints.buffer_memory_constraints; in setBufferCollectionImageConstraintsImpl() local
2555 memory_constraints.cpu_domain_supported = true; in setBufferCollectionImageConstraintsImpl()
2556 memory_constraints.ram_domain_supported = true; in setBufferCollectionImageConstraintsImpl()
2557 memory_constraints.inaccessible_domain_supported = in setBufferCollectionImageConstraintsImpl()
2563 if (memory_constraints.inaccessible_domain_supported) { in setBufferCollectionImageConstraintsImpl()
2564 memory_constraints.heap_permitted_count = 2; in setBufferCollectionImageConstraintsImpl()
2565 memory_constraints.heap_permitted[0] = fuchsia_sysmem::wire::HeapType::kGoldfishDeviceLocal; in setBufferCollectionImageConstraintsImpl()
2566 memory_constraints.heap_permitted[1] = fuchsia_sysmem::wire::HeapType::kGoldfishHostVisible; in setBufferCollectionImageConstraintsImpl()
2568 memory_constraints.heap_permitted_count = 1; in setBufferCollectionImageConstraintsImpl()
2569 memory_constraints.heap_permitted[0] = fuchsia_sysmem::wire::HeapType::kGoldfishHostVisible; in setBufferCollectionImageConstraintsImpl()