Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/vk/
H A DVulkanInterface.cpp226 ACQUIRE_PROC(GetDescriptorSetLayoutSupport, VK_NULL_HANDLE, device); in VulkanInterface()
228 ACQUIRE_PROC_SUFFIX(GetDescriptorSetLayoutSupport, KHR, VK_NULL_HANDLE, device); in VulkanInterface()
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/
H A Dpanvk_vX_descriptor_set_layout.c202 panvk_per_arch(GetDescriptorSetLayoutSupport)( in panvk_per_arch() argument
/aosp_15_r20/external/virglrenderer/src/venus/
H A Dvkr_descriptor_set.c19 vk->GetDescriptorSetLayoutSupport(args->device, args->pCreateInfo, args->pSupport); in vkr_dispatch_vkGetDescriptorSetLayoutSupport()
/aosp_15_r20/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h223 PFN_vkGetDescriptorSetLayoutSupport GetDescriptorSetLayoutSupport; member
H A Dapi_gen.cpp350 INIT_PROC(false, dev, GetDescriptorSetLayoutSupport); in InitDispatchTable()
601 VKAPI_ATTR void GetDescriptorSetLayoutSupport(VkDevice device, const VkDescriptorSetLayoutCreateInf…
958 …DescriptorSetLayoutSupport", reinterpret_cast<PFN_vkVoidFunction>(GetDescriptorSetLayoutSupport) }, in GetInstanceProcAddr()
1729 VKAPI_ATTR void GetDescriptorSetLayoutSupport(VkDevice device, const VkDescriptorSetLayoutCreateInf… in GetDescriptorSetLayoutSupport() function
1730 GetData(device).dispatch.GetDescriptorSetLayoutSupport(device, pCreateInfo, pSupport); in GetDescriptorSetLayoutSupport()
2931 vulkan::api::GetDescriptorSetLayoutSupport(device, pCreateInfo, pSupport); in vkGetDescriptorSetLayoutSupport()
/aosp_15_r20/external/virglrenderer/src/venus/venus-protocol/
H A Dvn_protocol_renderer_util.h178 PFN_vkGetDescriptorSetLayoutSupport GetDescriptorSetLayoutSupport; member
582 proc_table->GetDescriptorSetLayoutSupport = in vn_util_init_device_proc_table()
/aosp_15_r20/external/vulkan-validation-layers/layers/generated/
H A Dvk_layer_dispatch_table.h376 PFN_vkGetDescriptorSetLayoutSupport GetDescriptorSetLayoutSupport; member
H A 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()
H A 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()
H A Dchassis.cpp4447 VKAPI_ATTR void VKAPI_CALL GetDescriptorSetLayoutSupport( in GetDescriptorSetLayoutSupport() function
9429 {"vkGetDescriptorSetLayoutSupport", {false, (void*)GetDescriptorSetLayoutSupport}},
H A Dchassis.h996 VKAPI_ATTR void VKAPI_CALL GetDescriptorSetLayoutSupport(
/aosp_15_r20/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp233 …_vkVoidFunction>(static_cast<PFN_vkGetDescriptorSetLayoutSupport>(GetDescriptorSetLayoutSupport))},
H A Dnull_driver_gen.h215 VKAPI_ATTR void GetDescriptorSetLayoutSupport(VkDevice device, const VkDescriptorSetLayoutCreateInf…
H A Dnull_driver.cpp1599 void GetDescriptorSetLayoutSupport(VkDevice device, const VkDescriptorSetLayoutCreateInfo* pCreateI… in GetDescriptorSetLayoutSupport() function
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D18.3.5.rst144 GetDescriptorSetLayoutSupport
H A D19.0.0.rst1428 GetDescriptorSetLayoutSupport
H A D23.3.0.rst2649 - nvk: Use the max descriptor alignemtn in GetDescriptorSetLayoutSupport
2687 - nvk: Don't skip zero-size bindings in GetDescriptorSetLayoutSupport
H A D19.1.0.rst2119 GetDescriptorSetLayoutSupport
H A D22.2.0.rst981 - dzn: Implement GetDescriptorSetLayoutSupport()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_descriptors.c66 if (VKSCR(GetDescriptorSetLayoutSupport)) { in descriptor_layout_create()
67 VKSCR(GetDescriptorSetLayoutSupport)(screen->dev, &dcslci, &supp); in descriptor_layout_create()