Lines Matching refs:numObjs
110 static uint64_t numObjs[NUM_OBJECT_TYPES] = {0}; variable
418 numObjs[objIndex]++; in create_physical_device()
435 numObjs[objIndex]++; in create_surface_khr()
446 assert(numObjs[objIndex] > 0); in destroy_surface_khr()
447 numObjs[objIndex]--; in destroy_surface_khr()
451 …ng_VkDebugReportObjectTypeEXT(pNode->objType), (uint64_t)(object), numTotalObjs, numObjs[objIndex], in destroy_surface_khr()
480 numObjs[objIndex]++; in alloc_command_buffer()
500 assert(numObjs[objIndex] > 0); in free_command_buffer()
501 numObjs[objIndex]--; in free_command_buffer()
505 numObjs[objIndex], string_VkDebugReportObjectTypeEXT(pNode->objType)); in free_command_buffer()
530 numObjs[objIndex]++; in alloc_descriptor_set()
549 assert(numObjs[objIndex] > 0); in free_descriptor_set()
550 numObjs[objIndex]--; in free_descriptor_set()
553 …bugReportObjectTypeEXT(pNode->objType), (uint64_t)(descriptorSet), numTotalObjs, numObjs[objIndex], in free_descriptor_set()
577 numObjs[objIndex]++; in create_queue()
606 numObjs[objIndex]++; in create_device()