Searched refs:vkObj (Results 1 – 2 of 2) sorted by relevance
203 void ObjectLifetimes::CreateQueue(VkDevice device, VkQueue vkObj) { in CreateQueue() argument205 auto queue_item = object_map[kVulkanObjectTypeQueue].find(HandleToUint64(vkObj)); in CreateQueue()208 …InsertObject(object_map[kVulkanObjectTypeQueue], HandleToUint64(vkObj), kVulkanObjectTypeQueue, p_… in CreateQueue()216 p_obj_node->handle = HandleToUint64(vkObj); in CreateQueue()
112 void CreateQueue(VkDevice device, VkQueue vkObj);