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

  /external/vulkan-validation-layers/layers/
parameter_validation.h 129 const char LayerName[] = "ParameterValidation";
204 LayerName, "%s: required parameter %s specified as NULL. %s", apiName,
237 count_required_vuid, LayerName, "%s: parameter %s must be greater than 0. %s", apiName,
244 array_required_vuid, LayerName, "%s: required parameter %s specified as NULL. %s", apiName,
281 REQUIRED_PARAMETER, LayerName, "%s: required parameter %s specified as NULL", apiName,
317 REQUIRED_PARAMETER, LayerName, "%s: required parameter %s specified as NULL", apiName,
322 LayerName, "%s: parameter %s->sType must be %s. %s", apiName, parameterName.get_name().c_str(),
362 __LINE__, INVALID_STRUCT_STYPE, LayerName, "%s: parameter %s[%d].sType must be %s", apiName,
402 REQUIRED_PARAMETER, LayerName, "%s: required parameter %s specified as NULL", apiName,
430 REQUIRED_PARAMETER, LayerName, "%s: required parameter %s specified as VK_NULL_HANDLE", api_name
    [all...]
parameter_validation_utils.cpp 121 INVALID_USAGE, LayerName, "%s: string %s exceeds max length %d", apiName, stringName.get_name().c_str(),
125 INVALID_USAGE, LayerName, "%s: string %s contains invalid characters or is badly formed", apiName,
139 HandleToUint64(device_data->device), __LINE__, error_code, LayerName,
145 HandleToUint64(device_data->device), __LINE__, error_code, LayerName,
168 HandleToUint64(device_data->device), __LINE__, VALIDATION_ERROR_056002e8, LayerName,
350 __LINE__, VALIDATION_ERROR_056002ec, LayerName,
362 __LINE__, INVALID_USAGE, LayerName,
377 VALIDATION_ERROR_06c002fa, LayerName,
385 VALIDATION_ERROR_056002e8, LayerName,
399 VALIDATION_ERROR_06c002fe, LayerName,
    [all...]
object_tracker.h 86 const char LayerName[] = "ObjectTracker";
181 object_handle, __LINE__, wrong_device_code, LayerName,
193 invalid_handle_code, LayerName, "Invalid %s Object 0x%" PRIxLEAST64 ". %s", object_string[object_type],
210 OBJTRACK_NONE, LayerName, "OBJ[0x%" PRIxLEAST64 "] : CREATE %s object 0x%" PRIxLEAST64, object_track_index++,
244 OBJTRACK_NONE, LayerName,
254 expected_custom_allocator_code, LayerName,
260 expected_default_allocator_code, LayerName,
269 __LINE__, OBJTRACK_UNKNOWN_OBJECT, LayerName,
object_tracker_utils.cpp 51 HandleToUint64(queue), __LINE__, OBJTRACK_INTERNAL_ERROR, LayerName,
75 queue->second->handle, __LINE__, OBJTRACK_NONE, LayerName,
94 HandleToUint64(queue), __LINE__, VALIDATION_ERROR_31600011, LayerName,
118 __LINE__, invalid_handle_code, LayerName, "Invalid Device Object 0x%" PRIxLEAST64 ". %s", device_handle,
127 HandleToUint64(command_buffer), __LINE__, OBJTRACK_NONE, LayerName,
155 object_handle, __LINE__, VALIDATION_ERROR_28411407, LayerName,
164 object_handle, __LINE__, VALIDATION_ERROR_28400060, LayerName, "Invalid %s Object 0x%" PRIxLEAST64 ". %s",
174 HandleToUint64(descriptor_set), __LINE__, OBJTRACK_NONE, LayerName,
198 object_handle, __LINE__, VALIDATION_ERROR_28613007, LayerName,
207 object_handle, __LINE__, VALIDATION_ERROR_2860026c, LayerName, "Invalid %s Object 0x%" PRIxLEAST64 ". %s"
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/layers/
parameter_validation_utils.h 71 const char LayerName[] = "ParameterValidation";
125 skip_call |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, 0, __LINE__, 1, LayerName,
150 REQUIRED_PARAMETER, LayerName, "%s: required parameter %s specified as NULL", apiName,
182 REQUIRED_PARAMETER, LayerName, "%s: parameter %s must be greater than 0", apiName,
189 REQUIRED_PARAMETER, LayerName, "%s: required parameter %s specified as NULL", apiName,
225 REQUIRED_PARAMETER, LayerName, "%s: required parameter %s specified as NULL", apiName,
260 REQUIRED_PARAMETER, LayerName, "%s: required parameter %s specified as NULL", apiName,
265 INVALID_STRUCT_STYPE, LayerName, "%s: parameter %s->sType must be %s", apiName,
302 REQUIRED_PARAMETER, LayerName, "%s: required parameter %s specified as NULL", apiName,
345 __LINE__, INVALID_STRUCT_STYPE, LayerName, "%s: parameter %s[%d].sType must be %s", apiName
    [all...]
object_tracker.h 74 const char LayerName[] = "ObjectTracker";
parameter_validation.cpp     [all...]
object_tracker.cpp 67 reinterpret_cast<uint64_t>(queue), __LINE__, OBJTRACK_INTERNAL_ERROR, LayerName,
91 __LINE__, OBJTRACK_NONE, LayerName,
110 reinterpret_cast<uint64_t>(queue), __LINE__, OBJTRACK_UNKNOWN_OBJECT, LayerName,
122 __LINE__, OBJTRACK_NONE, LayerName, "OBJ[0x%" PRIxLEAST64 "] : CREATE %s object 0x%" PRIxLEAST64, object_track_index++,
150 __LINE__, OBJTRACK_COMMAND_POOL_MISMATCH, LayerName,
158 __LINE__, OBJTRACK_NONE, LayerName, "Unable to remove command buffer obj 0x%" PRIxLEAST64
170 reinterpret_cast<uint64_t &>(descriptor_set), __LINE__, OBJTRACK_NONE, LayerName,
195 __LINE__, OBJTRACK_DESCRIPTOR_POOL_MISMATCH, LayerName,
203 __LINE__, OBJTRACK_NONE, LayerName, "Unable to remove descriptor set obj 0x%" PRIxLEAST64
214 OBJTRACK_NONE, LayerName, "OBJ[0x%" PRIxLEAST64 "] : CREATE %s object 0x%" PRIxLEAST64, object_track_index++
    [all...]

Completed in 184 milliseconds