Home
last modified time | relevance | path

Searched refs:vkAllocateDescriptorSets (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dlibvulkan.map.txt6 vkAllocateDescriptorSets;
Dapi_gen.cpp1888 VKAPI_ATTR VkResult vkAllocateDescriptorSets(VkDevice device, const VkDescriptorSetAllocateInfo* pA… in vkAllocateDescriptorSets() function
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/common/
Dvulkan_wrapper.h110 extern PFN_vkAllocateDescriptorSets vkAllocateDescriptorSets;
Dvulkan_wrapper.cpp125vkAllocateDescriptorSets = reinterpret_cast<PFN_vkAllocateDescriptorSets>(dlsym(libvulkan, "vkAllo… in InitVulkan()
469 PFN_vkAllocateDescriptorSets vkAllocateDescriptorSets; variable
/frameworks/rs/rsov/driver/
DrsovScript.cpp484 res = vkAllocateDescriptorSets(mDevice, &alloc_info, mDescSet.data()); in InitDescriptorSet()
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.c2228 …err = vkAllocateDescriptorSets(demo->device, &alloc_info, &demo->swapchain_image_resources[i].desc… in demo_prepare_descriptor_set()
/frameworks/native/vulkan/api/
Dvulkan.api9021 cmd VkResult vkAllocateDescriptorSets(