Home
last modified time | relevance | path

Searched refs:vkCreateDescriptorPool (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/libs/native_bridge_support/libvulkan/
H A Dstubs_arm.cc88 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkCreateDescriptorPool);
287 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkCreateDescriptorPool); in init_stub_library()
H A Dstubs_arm64.cc88 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkCreateDescriptorPool);
287 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkCreateDescriptorPool); in init_stub_library()
/aosp12/frameworks/native/vulkan/libvulkan/
H A Dlibvulkan.map.txt69 vkCreateDescriptorPool;
H A Dapi_gen.cpp1977 VKAPI_ATTR VkResult vkCreateDescriptorPool(VkDevice device, const VkDescriptorPoolCreateInfo* pCrea… in vkCreateDescriptorPool() function
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestGpuNnapi.cpp496 ASSERT_EQ(vkCreateDescriptorPool(mDevice, &descriptorPoolCreateInfo, nullptr, in initialize()