Home
last modified time | relevance | path

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

/external/mesa3d/src/vulkan/util/
Dvk_util.h197 #define vk_find_struct_const(__start, __sType) \ macro
/external/mesa3d/src/intel/vulkan/
Danv_image.c169 vk_find_struct_const(vk_info->pNext, IMAGE_FORMAT_LIST_CREATE_INFO_KHR); in all_formats_ccs_e_compatible()
526 vk_find_struct_const(pCreateInfo->pNext, WSI_IMAGE_CREATE_INFO_MESA); in anv_image_create()
591 vk_find_struct_const(pCreateInfo->pNext, NATIVE_BUFFER_ANDROID); in anv_CreateImage()
1095 vk_find_struct_const(pCreateInfo, IMAGE_VIEW_USAGE_CREATE_INFO_KHR); in anv_CreateImageView()
Danv_device.c511 vk_find_struct_const(pCreateInfo->pNext, in anv_CreateInstance()
1774 vk_find_struct_const(pAllocateInfo->pNext, IMPORT_MEMORY_FD_INFO_KHR); in anv_AllocateMemory()
1831 vk_find_struct_const(pAllocateInfo->pNext, MEMORY_DEDICATED_ALLOCATE_INFO_KHR); in anv_AllocateMemory()
1870 vk_find_struct_const(pAllocateInfo->pNext, WSI_MEMORY_ALLOCATE_INFO_MESA); in anv_AllocateMemory()
Danv_queue.c858 vk_find_struct_const(pCreateInfo->pNext, EXPORT_SEMAPHORE_CREATE_INFO_KHR); in anv_CreateSemaphore()
DgenX_pipeline.c1208 …tess_info ? vk_find_struct_const(tess_info, PIPELINE_TESSELLATION_DOMAIN_ORIGIN_STATE_CREATE_INFO_…
/external/mesa3d/src/amd/vulkan/
Dradv_image.c135 vk_find_struct_const(pCreateInfo->pNext, in radv_init_surface()
914 image->shareable = vk_find_struct_const(pCreateInfo->pNext, in radv_image_create()
1198 vk_find_struct_const(pCreateInfo->pNext, NATIVE_BUFFER_ANDROID); in radv_CreateImage()
1206 vk_find_struct_const(pCreateInfo->pNext, WSI_IMAGE_CREATE_INFO_MESA); in radv_CreateImage()
Dradv_device.c1086 vk_find_struct_const(queue_create->pNext, DEVICE_QUEUE_GLOBAL_PRIORITY_CREATE_INFO_EXT); in radv_CreateDevice()
2250 vk_find_struct_const(pAllocateInfo->pNext, IMPORT_MEMORY_FD_INFO_KHR); in radv_alloc_memory()
2252 vk_find_struct_const(pAllocateInfo->pNext, MEMORY_DEDICATED_ALLOCATE_INFO_KHR); in radv_alloc_memory()
2254 vk_find_struct_const(pAllocateInfo->pNext, EXPORT_MEMORY_ALLOCATE_INFO_KHR); in radv_alloc_memory()
2257 vk_find_struct_const(pAllocateInfo->pNext, WSI_MEMORY_ALLOCATE_INFO_MESA); in radv_alloc_memory()
2692 vk_find_struct_const(pCreateInfo->pNext, EXPORT_FENCE_CREATE_INFO_KHR); in radv_CreateFence()
2889 vk_find_struct_const(pCreateInfo->pNext, EXPORT_SEMAPHORE_CREATE_INFO_KHR); in radv_CreateSemaphore()
3035 buffer->shareable = vk_find_struct_const(pCreateInfo->pNext, in radv_CreateBuffer()
Dradv_pipeline.c869vk_find_struct_const(pCreateInfo->pRasterizationState->pNext, PIPELINE_RASTERIZATION_STATE_RASTERI… in radv_pipeline_init_multisample_state()
1154 vk_find_struct_const(pCreateInfo->pNext, PIPELINE_DISCARD_RECTANGLE_STATE_CREATE_INFO_EXT); in radv_pipeline_init_dynamic_state()
1497 vk_find_struct_const(pCreateInfo->pTessellationState, in calculate_tess_state()
/external/mesa3d/src/vulkan/wsi/
Dwsi_common.c680 vk_find_struct_const(pPresentInfo->pNext, PRESENT_REGIONS_KHR); in wsi_common_queue_present()