Searched defs:object_type_to_string (Results 1 - 1 of 1) sorted by relevance

/external/vulkan-validation-layers/layers/
H A Dcore_validation.cpp475 static const char *object_type_to_string(VkDebugReportObjectTypeEXT type) { function in struct:core_validation::spirv_inst_iter
524 functionName, reinterpret_cast<uint64_t &>(mem), object_type_to_string(type), bound_object_handle);
688 object_type_to_string(type), handle, (uint64_t)mem);
853 object_type_to_string(type), handle);
4659 "Cannot submit cmd buffer using deleted %s 0x%" PRIx64 ".", object_type_to_string(obj.type), obj.handle);
4851 const char *type_str = object_type_to_string(obj.type);
5092 object_type_to_string(obj_struct.type), obj_struct.handle, validation_error_map[error_code]);

Completed in 242 milliseconds