Home
last modified time | relevance | path

Searched refs:vkSetMTLTextureMVK (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_dispatch.h497 PFN_vkSetMTLTextureMVK vkSetMTLTextureMVK; member
Dgoldfish_vk_dispatch.cpp973 out->vkSetMTLTextureMVK = (PFN_vkSetMTLTextureMVK)dlSymFunc(lib, "vkSetMTLTextureMVK"); in init_vulkan_dispatch_from_system_loader()
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.cpp592 (vk->vkSetMTLTextureMVK != nullptr) && in createGlobalVkEmulation()
744 sVkEmulation->setMTLTextureFunc = gvk->vkSetMTLTextureMVK; in createGlobalVkEmulation()
DVkDecoderGlobalState.cpp1000 if (!m_vk->vkSetMTLTextureMVK) { in on_vkCreateInstance()
2274 result = m_vk->vkSetMTLTextureMVK(image, memoryInfo->mtlTexture); in performBindImageMemory()