Lines Matching refs:parentObj
66 uint64_t parentObj; // Parent object member
472 pNewObjNode->parentObj = (uint64_t)commandPool; in alloc_command_buffer()
489 if (pNode->parentObj != (uint64_t)(commandPool)) { in free_command_buffer()
494 … reinterpret_cast<uint64_t>(commandBuffer), pNode->parentObj, (uint64_t)(commandPool)); in free_command_buffer()
527 pNewObjNode->parentObj = (uint64_t)descriptorPool; in alloc_descriptor_set()
539 if (pNode->parentObj != (uint64_t)(descriptorPool)) { in free_descriptor_set()
544 (uint64_t)(descriptorSet), pNode->parentObj, (uint64_t)(descriptorPool)); in free_descriptor_set()
590 pNewObjNode->parentObj = (uint64_t)swapchain; in create_swapchain_image_obj()
859 if (pNode->parentObj == (uint64_t)(swapchain)) { in explicit_DestroySwapchainKHR()
916 if (pNode->parentObj == (uint64_t)(descriptorPool)) { in explicit_DestroyDescriptorPool()
942 if (pNode->parentObj == (uint64_t)(commandPool)) { in explicit_DestroyCommandPool()