Lines Matching refs:second
379 auto info = it->second; in GOLDFISH_VK_LIST_TRIVIAL_HANDLE_TYPES()
389 auto info = it->second; in unregister_VkDevice()
399 auto& info = it->second; in unregister_VkCommandBuffer()
417 auto& info = it->second; in unregister_VkQueue()
436 auto& memInfo = it->second; in unregister_VkDeviceMemory()
467 auto& imageInfo = it->second; in unregister_VkImage()
487 auto& semInfo = it->second; in unregister_VkSemaphore()
505 auto& fenceInfo = it->second; in unregister_VkFence()
521 const auto& setInfo = it->second; in unregister_VkDescriptorSet_locked()
529 auto& poolInfo = poolIt->second; in unregister_VkDescriptorSet_locked()
547 auto& info = it->second; in initDescriptorSetStateLocked()
554 auto& setInfo = setIt->second; in initDescriptorSetStateLocked()
561 const auto& layoutInfo = layoutIt->second; in initDescriptorSetStateLocked()
599 const auto& descInfo = descSetIt->second; in createImmutableSamplersFilteredWriteDescriptorSetLocked()
624 for (auto set : it->second.allocedSets) { in clearDescriptorPoolLocked()
644 const auto& info = it->second; in descriptorPoolSupportsIndividualFreeLocked()
654 const auto& info = it->second; in descriptorSetReallyAllocedFromPoolLocked()
661 const auto& poolInfo = poolIt->second; in descriptorSetReallyAllocedFromPoolLocked()
745 const auto& info = it->second; in isMemoryTypeHostVisible()
755 const auto& info = it->second; in getMappedPointer()
764 const auto& info = it->second; in getMappedSize()
772 const auto& info = it->second; in getNonCoherentExtendedSize()
785 const auto& info = it->second; in isValidMemoryRange()
929 const auto& info = it->second; in deviceMemoryTransform_tohost()
1307 auto& info = it->second; in on_vkEnumeratePhysicalDevices()
1483 auto info = it->second; in on_vkDestroyDevice_pre()
1536 auto& info = memoryIt->second; in on_vkGetMemoryAndroidHardwareBufferANDROID()
1572 auto& info = memoryIt->second; in on_vkGetMemoryZirconHandleFUCHSIA()
1602 auto& info = deviceIt->second; in on_vkGetMemoryZirconHandlePropertiesFUCHSIA()
1637 auto& info = semaphoreIt->second; in on_vkImportSemaphoreZirconHandleFUCHSIA()
1670 auto& info = semaphoreIt->second; in on_vkGetSemaphoreZirconHandleFUCHSIA()
1978 auto& deviceInfo = deviceIt->second; in on_vkGetBufferCollectionPropertiesFUCHSIA()
2285 const auto& info = it->second; in on_vkAllocateMemory()
2301 const auto& info = it->second; in on_vkAllocateMemory()
2404 const auto& imageInfo = it->second; in on_vkAllocateMemory()
2415 const auto& bufferInfo = it->second; in on_vkAllocateMemory()
2678 auto& deviceInfo = it->second; in on_vkAllocateMemory()
2731 auto& info = it->second; in on_vkFreeMemory()
2760 auto& info = it->second; in on_vkMapMemory()
2832 auto& info = it->second; in transformImageMemoryRequirementsForGuestLocked()
2850 auto& info = it->second; in transformBufferMemoryRequirementsForGuestLocked()
2870 auto& info = it->second; in transformImageMemoryRequirements2ForGuest()
2902 auto& info = it->second; in transformBufferMemoryRequirements2ForGuest()
3034 auto& info = it->second; in on_vkCreateImage()
3264 auto& info = it->second; in on_vkCreateFence()
3307 auto& info = it->second; in on_vkResetFences()
3359 auto& info = it->second; in on_vkImportFenceFdKHR()
3434 auto& info = it->second; in on_vkGetFenceFdKHR()
3483 const auto& info = it->second; in on_vkWaitForFences()
3565 auto &info = it->second; in on_vkCreateDescriptorPool()
3675 auto& info = it->second; in on_vkCreateDescriptorSetLayout()
3725 auto& info = it->second; in setMemoryRequirementsForSysmemBackedImage()
3747 auto& info = it->second; in on_vkGetImageMemoryRequirements()
3883 auto& info = it->second; in on_vkCreateBuffer()
3929 auto& info = it->second; in on_vkGetBufferMemoryRequirements()
4052 auto& info = it->second; in on_vkCreateSemaphore()
4101 auto& semInfo = it->second; in on_vkGetSemaphoreFdKHR()
4141 auto& info = semaphoreIt->second; in on_vkImportSemaphoreFdKHR()
4191 auto& semInfo = it->second; in on_vkQueueSubmit()
4209 auto& semInfo = it->second; in on_vkQueueSubmit()
4290 const auto& info = it->second; in on_vkQueueSubmit()
4439 auto& memInfo = it->second; in on_vkMapMemoryIntoAddressSpaceGOOGLE_pre()
4472 auto& memInfo = it->second; in on_vkMapMemoryIntoAddressSpaceGOOGLE()
4522 auto& info = it->second; in initDescriptorUpdateTemplateBuffers()
4611 auto& info = it->second; in on_vkUpdateDescriptorSetWithTemplate()
4748 it.second(); in onEncoderDeleted()
4758 auto& info = it->second; in syncEncodersForCommandBuffer()
4792 auto& info = it->second; in syncEncodersForCommandBuffer()
4814 auto& info = it->second; in syncEncodersForQueue()
4852 auto& info = it->second; in syncEncodersForQueue()
4946 api = it->second.highestApiVersion; in getApiVersionFromInstance()
4959 api = it->second.apiVersion; in getApiVersionFromDevice()
4970 return it->second.enabledExtensions.find(name) != in hasInstanceExtension()
4971 it->second.enabledExtensions.end(); in hasInstanceExtension()
4980 return it->second.enabledExtensions.find(name) != in hasDeviceExtension()
4981 it->second.enabledExtensions.end(); in hasDeviceExtension()