Home
last modified time | relevance | path

Searched refs:GetDescriptorSetLayoutSupport (Results 1 – 13 of 13) sorted by relevance

/external/virglrenderer/src/venus/
Dvkr_descriptor_set.c19 vk->GetDescriptorSetLayoutSupport(args->device, args->pCreateInfo, args->pSupport); in vkr_dispatch_vkGetDescriptorSetLayoutSupport()
/external/skia/src/gpu/vk/
DVulkanInterface.cpp220 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/
Dvk_layer_dispatch_table.h376 PFN_vkGetDescriptorSetLayoutSupport GetDescriptorSetLayoutSupport; member
Dvk_dispatch_table_helper.h549 …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()
Dlayer_chassis_dispatch.cpp3578 …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()
Dchassis.cpp4447 VKAPI_ATTR void VKAPI_CALL GetDescriptorSetLayoutSupport( in GetDescriptorSetLayoutSupport() function
9429 {"vkGetDescriptorSetLayoutSupport", {false, (void*)GetDescriptorSetLayoutSupport}},
Dchassis.h996 VKAPI_ATTR void VKAPI_CALL GetDescriptorSetLayoutSupport(
/external/virglrenderer/src/venus/venus-protocol/
Dvn_protocol_renderer_util.h178 PFN_vkGetDescriptorSetLayoutSupport GetDescriptorSetLayoutSupport; member
582 proc_table->GetDescriptorSetLayoutSupport = in vn_util_init_device_proc_table()
/external/mesa3d/docs/relnotes/
D18.3.5.rst144 GetDescriptorSetLayoutSupport
D19.0.0.rst1428 GetDescriptorSetLayoutSupport
D19.1.0.rst2119 GetDescriptorSetLayoutSupport
/external/mesa3d/prebuilt-intermediates/util/
Dvk_enum_to_str.h759 PFN_vkGetDescriptorSetLayoutSupport GetDescriptorSetLayoutSupport; member
Dvk_enum_to_str.c4782 …table->GetDescriptorSetLayoutSupport = (PFN_vkGetDescriptorSetLayoutSupport) gpa(device, "vkGetDes… in vk_load_device_commands()