Lines Matching refs:vkObj

63     uint64_t vkObj;                     // Object handle  member
299 VkObject vkObj,
307 if (objMap.find(vkObj) != objMap.end()) {
308 OBJTRACK_NODE* pNode = objMap[vkObj];
311 …log_msg(mdd(dispatchable_object), msg_flags, pNode->objType, vkObj, __LINE__, OBJTRACK_UNKNOWN_OBJ…
313 static_cast<uint64_t>(vkObj), fail_msg);
320 …log_msg(mdd(dispatchable_object), msg_flags, (VkObjectType) 0, vkObj, __LINE__, OBJTRACK_UNKNOWN_O…
322 static_cast<uint64_t>(vkObj), string_VkObjectType(objType));
349 static void create_physical_device(VkInstance dispatchable_object, VkPhysicalDevice vkObj, VkDebugR…
353 static void create_queue(VkDevice dispatchable_object, VkQueue vkObj, VkDebugReportObjectTypeEXT ob…
367 static void create_pipeline(VkDevice dispatchable_object, VkPipeline vkObj, VkDebugReportObjectType…
406 static void create_physical_device(VkInstance dispatchable_object, VkPhysicalDevice vkObj, VkDebugR… in create_physical_device() argument
407 …object), VK_DEBUG_REPORT_INFORMATION_BIT_EXT, objType, reinterpret_cast<uint64_t>(vkObj), __LINE__, in create_physical_device()
409 string_VkDebugReportObjectTypeEXT(objType), reinterpret_cast<uint64_t>(vkObj)); in create_physical_device()
415 pNewObjNode->vkObj = reinterpret_cast<uint64_t>(vkObj); in create_physical_device()
416 VkPhysicalDeviceMap[reinterpret_cast<uint64_t>(vkObj)] = pNewObjNode; in create_physical_device()
422 static void create_surface_khr(VkInstance dispatchable_object, VkSurfaceKHR vkObj, VkDebugReportObj… in create_surface_khr() argument
424 …tchable_object), VK_DEBUG_REPORT_INFORMATION_BIT_EXT, objType, (uint64_t)(vkObj), __LINE__, OBJTRA… in create_surface_khr()
426 string_VkDebugReportObjectTypeEXT(objType), (uint64_t)(vkObj)); in create_surface_khr()
432 pNewObjNode->vkObj = (uint64_t)(vkObj); in create_surface_khr()
433 VkSurfaceKHRMap[(uint64_t)vkObj] = pNewObjNode; in create_surface_khr()
462 static void alloc_command_buffer(VkDevice device, VkCommandPool commandPool, VkCommandBuffer vkObj, in alloc_command_buffer() argument
464 … VK_DEBUG_REPORT_INFORMATION_BIT_EXT, objType, reinterpret_cast<uint64_t>(vkObj), __LINE__, OBJTRA… in alloc_command_buffer()
466 string_VkDebugReportObjectTypeEXT(objType), reinterpret_cast<uint64_t>(vkObj)); in alloc_command_buffer()
471 pNewObjNode->vkObj = reinterpret_cast<uint64_t>(vkObj); in alloc_command_buffer()
478 VkCommandBufferMap[reinterpret_cast<uint64_t>(vkObj)] = pNewObjNode; in alloc_command_buffer()
516 … void alloc_descriptor_set(VkDevice device, VkDescriptorPool descriptorPool, VkDescriptorSet vkObj, in alloc_descriptor_set() argument
518 …log_msg(mdd(device), VK_DEBUG_REPORT_INFORMATION_BIT_EXT, objType, (uint64_t)(vkObj), __LINE__, OB… in alloc_descriptor_set()
520 (uint64_t)(vkObj)); in alloc_descriptor_set()
526 pNewObjNode->vkObj = (uint64_t)(vkObj); in alloc_descriptor_set()
528 VkDescriptorSetMap[(uint64_t)vkObj] = pNewObjNode; in alloc_descriptor_set()
565 static void create_queue(VkDevice dispatchable_object, VkQueue vkObj, VkDebugReportObjectTypeEXT ob… in create_queue() argument
566 …object), VK_DEBUG_REPORT_INFORMATION_BIT_EXT, objType, reinterpret_cast<uint64_t>(vkObj), __LINE__, in create_queue()
568 string_VkDebugReportObjectTypeEXT(objType), reinterpret_cast<uint64_t>(vkObj)); in create_queue()
574 pNewObjNode->vkObj = reinterpret_cast<uint64_t>(vkObj); in create_queue()
575 VkQueueMap[reinterpret_cast<uint64_t>(vkObj)] = pNewObjNode; in create_queue()
580 static void create_swapchain_image_obj(VkDevice dispatchable_object, VkImage vkObj, VkSwapchainKHR … in create_swapchain_image_obj() argument
581 …ject), VK_DEBUG_REPORT_INFORMATION_BIT_EXT, VK_DEBUG_REPORT_OBJECT_TYPE_IMAGE_EXT, (uint64_t)vkObj, in create_swapchain_image_obj()
583 "SwapchainImage", (uint64_t)(vkObj)); in create_swapchain_image_obj()
589 pNewObjNode->vkObj = (uint64_t)vkObj; in create_swapchain_image_obj()
591 swapchainImageMap[(uint64_t)(vkObj)] = pNewObjNode; in create_swapchain_image_obj()
594 static void create_device(VkInstance dispatchable_object, VkDevice vkObj, VkDebugReportObjectTypeEX… in create_device() argument
595 …tchable_object), VK_DEBUG_REPORT_INFORMATION_BIT_EXT, objType, (uint64_t)(vkObj), __LINE__, OBJTRA… in create_device()
597 string_VkDebugReportObjectTypeEXT(objType), (uint64_t)(vkObj)); in create_device()
603 pNewObjNode->vkObj = (uint64_t)(vkObj); in create_device()
604 VkDeviceMap[(uint64_t)vkObj] = pNewObjNode; in create_device()