Searched refs:GetDescriptorSetLayoutSupport (Results 1 – 13 of 13) sorted by relevance
/external/virglrenderer/src/venus/ |
D | vkr_descriptor_set.c | 19 vk->GetDescriptorSetLayoutSupport(args->device, args->pCreateInfo, args->pSupport); in vkr_dispatch_vkGetDescriptorSetLayoutSupport()
|
/external/skia/src/gpu/vk/ |
D | VulkanInterface.cpp | 220 ACQUIRE_PROC(GetDescriptorSetLayoutSupport, VK_NULL_HANDLE, device); in VulkanInterface() 222 ACQUIRE_PROC_SUFFIX(GetDescriptorSetLayoutSupport, KHR, VK_NULL_HANDLE, device); in VulkanInterface()
|
/external/vulkan-validation-layers/layers/generated/ |
D | vk_layer_dispatch_table.h | 376 PFN_vkGetDescriptorSetLayoutSupport GetDescriptorSetLayoutSupport; member
|
D | vk_dispatch_table_helper.h | 549 …table->GetDescriptorSetLayoutSupport = (PFN_vkGetDescriptorSetLayoutSupport) gpa(device, "vkGetDes… in layer_init_device_dispatch_table() 550 …if (table->GetDescriptorSetLayoutSupport == nullptr) { table->GetDescriptorSetLayoutSupport = (PFN… in layer_init_device_dispatch_table()
|
D | layer_chassis_dispatch.cpp | 3578 …if (!wrap_handles) return layer_data->device_dispatch_table.GetDescriptorSetLayoutSupport(device, … in DispatchGetDescriptorSetLayoutSupport() 3594 …layer_data->device_dispatch_table.GetDescriptorSetLayoutSupport(device, (const VkDescriptorSetLayo… in DispatchGetDescriptorSetLayoutSupport()
|
D | chassis.cpp | 4447 VKAPI_ATTR void VKAPI_CALL GetDescriptorSetLayoutSupport( in GetDescriptorSetLayoutSupport() function 9429 {"vkGetDescriptorSetLayoutSupport", {false, (void*)GetDescriptorSetLayoutSupport}},
|
D | chassis.h | 996 VKAPI_ATTR void VKAPI_CALL GetDescriptorSetLayoutSupport(
|
/external/virglrenderer/src/venus/venus-protocol/ |
D | vn_protocol_renderer_util.h | 178 PFN_vkGetDescriptorSetLayoutSupport GetDescriptorSetLayoutSupport; member 582 proc_table->GetDescriptorSetLayoutSupport = in vn_util_init_device_proc_table()
|
/external/mesa3d/docs/relnotes/ |
D | 18.3.5.rst | 144 GetDescriptorSetLayoutSupport
|
D | 19.0.0.rst | 1428 GetDescriptorSetLayoutSupport
|
D | 19.1.0.rst | 2119 GetDescriptorSetLayoutSupport
|
/external/mesa3d/prebuilt-intermediates/util/ |
D | vk_enum_to_str.h | 759 PFN_vkGetDescriptorSetLayoutSupport GetDescriptorSetLayoutSupport; member
|
D | vk_enum_to_str.c | 4782 …table->GetDescriptorSetLayoutSupport = (PFN_vkGetDescriptorSetLayoutSupport) gpa(device, "vkGetDes… in vk_load_device_commands()
|