Searched refs:objIndex (Results 1 – 1 of 1) sorted by relevance
417 uint32_t objIndex = objTypeToIndex(objType); in create_physical_device() local418 numObjs[objIndex]++; in create_physical_device()434 uint32_t objIndex = objTypeToIndex(objType); in create_surface_khr() local435 numObjs[objIndex]++; in create_surface_khr()443 uint32_t objIndex = objTypeToIndex(pNode->objType); in destroy_surface_khr() local446 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()479 uint32_t objIndex = objTypeToIndex(objType); in alloc_command_buffer() local480 numObjs[objIndex]++; in alloc_command_buffer()[all …]