Searched refs:mtlTexture (Results 1 – 10 of 10) sorted by relevance
146 MTLTexture_id mtlTexture; member153 MTLTexture_id mtlTexture; member
4241 VULKAN_HPP_HASH_COMBINE( seed, exportMetalTextureInfoEXT.mtlTexture ); in operator ()()5712 VULKAN_HPP_HASH_COMBINE( seed, importMetalTextureInfoEXT.mtlTexture ); in operator ()()
32 typedef VkResult(VKAPI_PTR* PFN_vkSetMTLTextureMVK)(VkImage image, MTLTextureRef mtlTexture);
99 MTLTexture_id mtlTexture;173 MTLTexture_id mtlTexture;
159 MTLTextureRef mtlTexture = nullptr; member
336 MTLTextureRef mtlTexture = nullptr; member
2169 sVkEmulation->getMTLTextureFunc(infoPtr->image, &infoPtr->mtlTexture); in initializeVkColorBufferLocked()2170 if (!infoPtr->mtlTexture) { in initializeVkColorBufferLocked()2174 CFRetain(infoPtr->mtlTexture); in initializeVkColorBufferLocked()2301 if (info.mtlTexture) { in teardownVkColorBufferLocked()2302 CFRelease(info.mtlTexture); in teardownVkColorBufferLocked()2852 CFRetain(infoPtr->mtlTexture); in getColorBufferMTLTexture()2854 return infoPtr->mtlTexture; in getColorBufferMTLTexture()
2273 if (memoryInfo->mtlTexture) { in performBindImageMemory()2274 result = m_vk->vkSetMTLTextureMVK(image, memoryInfo->mtlTexture); in performBindImageMemory()4541 memoryInfo.mtlTexture = getColorBufferMTLTexture(importCbInfoPtr->colorBuffer); in on_vkAllocateMemory()4614 if (info->mtlTexture) { in freeMemoryLocked()4615 CFRelease(info->mtlTexture); in freeMemoryLocked()4616 info->mtlTexture = nullptr; in freeMemoryLocked()
372 * pname:mtlTexture is the Metal `id<MTLTexture>` object underlying the400 * pname:mtlTexture is a the Metal `id<MTLTexture>` object that is to