Home
last modified time | relevance | path

Searched refs:objIndex (Results 1 – 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
Dobject_tracker.h417 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()
[all …]