Searched refs:numObjs (Results 1 – 1 of 1) sorted by relevance
110 static uint64_t numObjs[NUM_OBJECT_TYPES] = {0}; variable418 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()[all …]