Searched refs:GetDescriptorSetLayoutSupport (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/src/gpu/vk/ |
H A D | GrVkInterface.cpp | 222 ACQUIRE_PROC(GetDescriptorSetLayoutSupport, VK_NULL_HANDLE, device); in GrVkInterface() 224 ACQUIRE_PROC_SUFFIX(GetDescriptorSetLayoutSupport, KHR, VK_NULL_HANDLE, device); in GrVkInterface()
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_layer_dispatch_table.h | 442 PFN_vkGetDescriptorSetLayoutSupport GetDescriptorSetLayoutSupport; member
|
H A D | vk_dispatch_table_helper.h | 178 table->GetDescriptorSetLayoutSupport = (PFN_vkGetDescriptorSetLayoutSupport)gpa(device, "vkGetDescriptorSetLayoutSupport"); in layer_init_device_dispatch_table()
|
H A D | vk_loader_extensions.c | 473 table->GetDescriptorSetLayoutSupport = (PFN_vkGetDescriptorSetLayoutSupport)gpa(dev, "vkGetDescriptorSetLayoutSupport"); in loader_init_device_dispatch_table() 2104 if (!strcmp(name, "GetDescriptorSetLayoutSupport")) { in loader_lookup_device_dispatch_table() 2106 return (void *)table->GetDescriptorSetLayoutSupport; in loader_lookup_device_dispatch_table()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_descriptors.c | 373 if (VKSCR(GetDescriptorSetLayoutSupport)) { in descriptor_layout_create() 374 VKSCR(GetDescriptorSetLayoutSupport)(screen->dev, &dcslci, &supp); in descriptor_layout_create()
|
/third_party/vulkan-loader/tests/framework/layer/ |
H A D | vk_dispatch_table_helper.h | 178 table->GetDescriptorSetLayoutSupport = (PFN_vkGetDescriptorSetLayoutSupport)gpa(device, "vkGetDescriptorSetLayoutSupport"); in layer_init_device_dispatch_table()
|
/third_party/vulkan-loader/loader/ |
H A D | trampoline.c | 2986 disp->GetDescriptorSetLayoutSupport(device, pCreateInfo, pSupport); in vkGetDescriptorSetLayoutSupport()
|
Completed in 43 milliseconds