Searched refs:prefersDedicatedAllocation (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_buffer.c170 u.dedicated->prefersDedicatedAllocation =
171 buf->dedicated_requirements.prefersDedicatedAllocation;
H A Dvn_image.c88 img->dedicated_requirements[0].prefersDedicatedAllocation = VK_TRUE;
376 u.dedicated->prefersDedicatedAllocation =
377 img->dedicated_requirements[plane].prefersDedicatedAllocation;
/xsrc/external/mit/MesaLib/dist/src/virtio/venus-protocol/
H A Dvn_protocol_driver_structs.h752 size += vn_sizeof_VkBool32(&val->prefersDedicatedAllocation);
781 vn_decode_VkBool32(dec, &val->prefersDedicatedAllocation);
809 /* skip val->prefersDedicatedAllocation */
837 /* skip val->prefersDedicatedAllocation */
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_device.c2258 req->prefersDedicatedAllocation = image->vk.external_handle_types != 0;
2334 req->prefersDedicatedAllocation = false;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
H A Dlvp_device.c1853 req->prefersDedicatedAllocation = req->requiresDedicatedAllocation;
1888 req->prefersDedicatedAllocation = req->requiresDedicatedAllocation;
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_device.c2026 req->prefersDedicatedAllocation = req->requiresDedicatedAllocation;
2054 req->prefersDedicatedAllocation = req->requiresDedicatedAllocation;
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_image.c1604 requirements->prefersDedicatedAllocation = true;
1607 requirements->prefersDedicatedAllocation = false;
H A Danv_device.c4284 requirements->prefersDedicatedAllocation = false;
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_device.c3227 requirements->prefersDedicatedAllocation = false;
3333 requirements->prefersDedicatedAllocation = true;
3336 requirements->prefersDedicatedAllocation = false;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_resource.c586 need_dedicated = ded.prefersDedicatedAllocation || ded.requiresDedicatedAllocation;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_device.c3424 req->prefersDedicatedAllocation = req->requiresDedicatedAllocation;
3463 req->prefersDedicatedAllocation = req->requiresDedicatedAllocation;
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c5532 req->prefersDedicatedAllocation = req->requiresDedicatedAllocation;
5582 req->prefersDedicatedAllocation = req->requiresDedicatedAllocation;
/xsrc/external/mit/MesaLib.old/dist/include/vulkan/
H A Dvulkan_core.h4092 VkBool32 prefersDedicatedAllocation; member in struct:VkMemoryDedicatedRequirements
/xsrc/external/mit/MesaLib/dist/include/vulkan/
H A Dvulkan_core.h4654 VkBool32 prefersDedicatedAllocation; member in struct:VkMemoryDedicatedRequirements

Completed in 114 milliseconds