Searched refs:vkObj (Results 1 – 2 of 2) sorted by relevance
244 void ObjectLifetimes::CreateQueue(VkDevice device, VkQueue vkObj) { in CreateQueue() argument245 … VK_DEBUG_REPORT_INFORMATION_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_QUEUE_EXT, HandleToUint64(vkObj), in CreateQueue()247 "VK_DEBUG_REPORT_OBJECT_TYPE_QUEUE_EXT", report_data->FormatHandle(vkObj).c_str()); in CreateQueue()250 auto queue_item = object_map[kVulkanObjectTypeQueue].find(HandleToUint64(vkObj)); in CreateQueue()253 object_map[kVulkanObjectTypeQueue][HandleToUint64(vkObj)] = p_obj_node; in CreateQueue()261 p_obj_node->handle = HandleToUint64(vkObj); in CreateQueue()
90 void CreateQueue(VkDevice device, VkQueue vkObj);