Home
last modified time | relevance | path

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

/external/mesa3d/src/gfxstream/guest/vulkan_enc/
DResourceTracker.cpp2578 auto& memory_constraints = constraints.buffer_memory_constraints; in setBufferCollectionImageConstraintsImpl() local
2579 memory_constraints.cpu_domain_supported = true; in setBufferCollectionImageConstraintsImpl()
2580 memory_constraints.ram_domain_supported = true; in setBufferCollectionImageConstraintsImpl()
2581 memory_constraints.inaccessible_domain_supported = in setBufferCollectionImageConstraintsImpl()
2587 if (memory_constraints.inaccessible_domain_supported) { in setBufferCollectionImageConstraintsImpl()
2588 memory_constraints.heap_permitted_count = 2; in setBufferCollectionImageConstraintsImpl()
2589 memory_constraints.heap_permitted[0] = fuchsia_sysmem::wire::HeapType::kGoldfishDeviceLocal; in setBufferCollectionImageConstraintsImpl()
2590 memory_constraints.heap_permitted[1] = fuchsia_sysmem::wire::HeapType::kGoldfishHostVisible; in setBufferCollectionImageConstraintsImpl()
2592 memory_constraints.heap_permitted_count = 1; in setBufferCollectionImageConstraintsImpl()
2593 memory_constraints.heap_permitted[0] = fuchsia_sysmem::wire::HeapType::kGoldfishHostVisible; in setBufferCollectionImageConstraintsImpl()