Lines Matching refs:importCbInfoPtr
4245 const VkImportColorBufferGOOGLE* importCbInfoPtr = in on_vkAllocateMemory() local
4278 if (importCbInfoPtr) { in on_vkAllocateMemory()
4282 if (!getColorBufferAllocationInfo(importCbInfoPtr->colorBuffer, in on_vkAllocateMemory()
4288 << importCbInfoPtr->colorBuffer; in on_vkAllocateMemory()
4296 fb->invalidateColorBufferForVk(importCbInfoPtr->colorBuffer); in on_vkAllocateMemory()
4302 getColorBufferExtMemoryHandle(importCbInfoPtr->colorBuffer); in on_vkAllocateMemory()
4308 __func__, importCbInfoPtr->colorBuffer); in on_vkAllocateMemory()
4540 if (importCbInfoPtr && m_emu->instanceSupportsMoltenVK) { in on_vkAllocateMemory()
4541 memoryInfo.mtlTexture = getColorBufferMTLTexture(importCbInfoPtr->colorBuffer); in on_vkAllocateMemory()
4545 if (importCbInfoPtr && !mGuestUsesAngle) { in on_vkAllocateMemory()
4546 memoryInfo.boundColorBuffer = importCbInfoPtr->colorBuffer; in on_vkAllocateMemory()