Lines Matching refs:objIndex

417     uint32_t objIndex = objTypeToIndex(objType);  in create_physical_device()  local
418 numObjs[objIndex]++; in create_physical_device()
434 uint32_t objIndex = objTypeToIndex(objType); in create_surface_khr() local
435 numObjs[objIndex]++; in create_surface_khr()
443 uint32_t objIndex = objTypeToIndex(pNode->objType); in destroy_surface_khr() local
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()
479 uint32_t objIndex = objTypeToIndex(objType); in alloc_command_buffer() local
480 numObjs[objIndex]++; in alloc_command_buffer()
497 uint32_t objIndex = objTypeToIndex(pNode->objType); in free_command_buffer() local
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()
529 uint32_t objIndex = objTypeToIndex(objType); in alloc_descriptor_set() local
530 numObjs[objIndex]++; in alloc_descriptor_set()
546 uint32_t objIndex = objTypeToIndex(pNode->objType); in free_descriptor_set() local
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()
576 uint32_t objIndex = objTypeToIndex(objType); in create_queue() local
577 numObjs[objIndex]++; in create_queue()
605 uint32_t objIndex = objTypeToIndex(objType); in create_device() local
606 numObjs[objIndex]++; in create_device()