Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dobject_tracker.h411 OBJTRACK_NODE *pNewObjNode = new OBJTRACK_NODE; in create_physical_device() local
412 pNewObjNode->objType = objType; in create_physical_device()
413 pNewObjNode->belongsTo = (uint64_t)dispatchable_object; in create_physical_device()
414 pNewObjNode->status = OBJSTATUS_NONE; in create_physical_device()
415 pNewObjNode->vkObj = reinterpret_cast<uint64_t>(vkObj); in create_physical_device()
416 VkPhysicalDeviceMap[reinterpret_cast<uint64_t>(vkObj)] = pNewObjNode; in create_physical_device()
428 OBJTRACK_NODE *pNewObjNode = new OBJTRACK_NODE; in create_surface_khr() local
429 pNewObjNode->objType = objType; in create_surface_khr()
430 pNewObjNode->belongsTo = (uint64_t)dispatchable_object; in create_surface_khr()
431 pNewObjNode->status = OBJSTATUS_NONE; in create_surface_khr()
[all …]