Searched refs:vk_find_struct_const (Results 1 – 9 of 9) sorted by relevance
/external/mesa3d/src/vulkan/util/ |
D | vk_util.h | 197 #define vk_find_struct_const(__start, __sType) \ macro
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_image.c | 169 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()
|
D | anv_device.c | 511 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()
|
D | anv_queue.c | 858 vk_find_struct_const(pCreateInfo->pNext, EXPORT_SEMAPHORE_CREATE_INFO_KHR); in anv_CreateSemaphore()
|
D | genX_pipeline.c | 1208 …tess_info ? vk_find_struct_const(tess_info, PIPELINE_TESSELLATION_DOMAIN_ORIGIN_STATE_CREATE_INFO_…
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_image.c | 135 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()
|
D | radv_device.c | 1086 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()
|
D | radv_pipeline.c | 869 …vk_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/ |
D | wsi_common.c | 680 vk_find_struct_const(pPresentInfo->pNext, PRESENT_REGIONS_KHR); in wsi_common_queue_present()
|