HomeSort by relevance Sort by last modified time
    Searched refs:string_VkDebugReportObjectTypeEXT (Results 1 - 9 of 9) sorted by null

  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/object_tracker/
object_tracker.cpp 84 "OBJ[%llu] : CREATE %s object 0x%" PRIxLEAST64 , object_track_index++, string_VkDebugReportObjectTypeEXT(objType),
112 string_VkDebugReportObjectTypeEXT(pNode->objType), (uint64_t)(object), numTotalObjs, numObjs[objIndex],
113 string_VkDebugReportObjectTypeEXT(pNode->objType));
128 "OBJ[%llu] : CREATE %s object 0x%" PRIxLEAST64 , object_track_index++, string_VkDebugReportObjectTypeEXT(objType),
156 string_VkDebugReportObjectTypeEXT(pNode->objType), (uint64_t)(object), numTotalObjs, numObjs[objIndex],
157 string_VkDebugReportObjectTypeEXT(pNode->objType));
172 "OBJ[%llu] : CREATE %s object 0x%" PRIxLEAST64 , object_track_index++, string_VkDebugReportObjectTypeEXT(objType),
200 string_VkDebugReportObjectTypeEXT(pNode->objType), (uint64_t)(object), numTotalObjs, numObjs[objIndex],
201 string_VkDebugReportObjectTypeEXT(pNode->objType));
216 "OBJ[%llu] : CREATE %s object 0x%" PRIxLEAST64 , object_track_index++, string_VkDebugReportObjectTypeEXT(objType)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/layers/
object_tracker.h 337 string_VkDebugReportObjectTypeEXT(queue->second->objType), queue->second->vkObj, numTotalObjs, numObjs[obj_index],
338 string_VkDebugReportObjectTypeEXT(queue->second->objType));
363 string_VkDebugReportObjectTypeEXT(objType), reinterpret_cast<uint64_t>(vkObj));
384 string_VkDebugReportObjectTypeEXT(objType), (uint64_t)(vkObj));
409 string_VkDebugReportObjectTypeEXT(pNode->objType), (uint64_t)(object), numTotalObjs, numObjs[objIndex],
410 string_VkDebugReportObjectTypeEXT(pNode->objType));
424 string_VkDebugReportObjectTypeEXT(objType), reinterpret_cast<uint64_t>(vkObj));
476 string_VkDebugReportObjectTypeEXT(pNode->objType), reinterpret_cast<uint64_t>(commandBuffer),
477 numTotalObjs, numObjs[objIndex], string_VkDebugReportObjectTypeEXT(pNode->objType));
487 "OBJ[%llu] : CREATE %s object 0x%" PRIxLEAST64, object_track_index++, string_VkDebugReportObjectTypeEXT(objType)
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_enum_string_helper.h 450 static inline const char* string_VkDebugReportObjectTypeEXT(VkDebugReportObjectTypeEXT input_value)
    [all...]
vk_struct_string_helper.h     [all...]
vk_struct_string_helper_cpp.h     [all...]
vk_struct_string_helper_no_addr.h     [all...]
vk_struct_string_helper_no_addr_cpp.h     [all...]
vk_struct_wrappers.cpp     [all...]
  /external/vulkan-validation-layers/layers/
object_tracker.cpp 123 string_VkDebugReportObjectTypeEXT(object_type), reinterpret_cast<const uint64_t>(command_buffer));
379 string_VkDebugReportObjectTypeEXT(pNode->object_type), pNode->handle);
    [all...]

Completed in 734 milliseconds