Home
last modified time | relevance | path

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

/aosp12/frameworks/libs/native_bridge_support/libvulkan/
H A Dstubs_arm.cc107 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkCreateShaderModule);
306 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkCreateShaderModule); in init_stub_library()
H A Dstubs_arm64.cc107 DEFINE_INTERCEPTABLE_STUB_FUNCTION(vkCreateShaderModule);
306 INIT_INTERCEPTABLE_STUB_FUNCTION("libvulkan.so", vkCreateShaderModule); in init_stub_library()
/aosp12/frameworks/native/vulkan/libvulkan/
H A Dlibvulkan.map.txt88 vkCreateShaderModule;
H A Dapi_gen.cpp1902 VKAPI_ATTR VkResult vkCreateShaderModule(VkDevice device, const VkShaderModuleCreateInfo* pCreateIn… in vkCreateShaderModule() function
/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestGpuNnapi.cpp623 ASSERT_EQ(vkCreateShaderModule(mDevice, &shaderDesc, nullptr, &mShaderModule), VK_SUCCESS); in initialize()