Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/layers/
Dparameter_validation_utils.cpp121 …INVALID_USAGE, LayerName, "%s: string %s exceeds max length %d", apiName, stringName.get_name().c_… in validate_string()
125 … INVALID_USAGE, LayerName, "%s: string %s contains invalid characters or is badly formed", apiName, in validate_string()
139 HandleToUint64(device_data->device), __LINE__, error_code, LayerName, in ValidateDeviceQueueFamily()
145 HandleToUint64(device_data->device), __LINE__, error_code, LayerName, in ValidateDeviceQueueFamily()
168 … HandleToUint64(device_data->device), __LINE__, VALIDATION_ERROR_056002e8, LayerName, in ValidateQueueFamilies()
350 __LINE__, VALIDATION_ERROR_056002ec, LayerName, in ValidateDeviceCreateInfo()
362 __LINE__, INVALID_USAGE, LayerName, in ValidateDeviceCreateInfo()
377 VALIDATION_ERROR_06c002fa, LayerName, in ValidateDeviceCreateInfo()
385 VALIDATION_ERROR_056002e8, LayerName, in ValidateDeviceCreateInfo()
399 VALIDATION_ERROR_06c002fe, LayerName, in ValidateDeviceCreateInfo()
[all …]
Dparameter_validation.h129 const char LayerName[] = "ParameterValidation"; variable
204 LayerName, "%s: required parameter %s specified as NULL. %s", apiName, in validate_required_pointer()
237 … count_required_vuid, LayerName, "%s: parameter %s must be greater than 0. %s", apiName, in validate_array()
244 … array_required_vuid, LayerName, "%s: required parameter %s specified as NULL. %s", apiName, in validate_array()
281 … REQUIRED_PARAMETER, LayerName, "%s: required parameter %s specified as NULL", apiName, in validate_array()
317 … REQUIRED_PARAMETER, LayerName, "%s: required parameter %s specified as NULL", apiName, in validate_struct_type()
322LayerName, "%s: parameter %s->sType must be %s. %s", apiName, parameterName.get_name().c_str(), in validate_struct_type()
362 … __LINE__, INVALID_STRUCT_STYPE, LayerName, "%s: parameter %s[%d].sType must be %s", apiName, in validate_struct_type_array()
402 … REQUIRED_PARAMETER, LayerName, "%s: required parameter %s specified as NULL", apiName, in validate_struct_type_array()
430 … REQUIRED_PARAMETER, LayerName, "%s: required parameter %s specified as VK_NULL_HANDLE", api_name, in validate_required_handle()
[all …]
Dobject_tracker.h86 const char LayerName[] = "ObjectTracker"; variable
181 object_handle, __LINE__, wrong_device_code, LayerName, in ValidateObject()
193 …invalid_handle_code, LayerName, "Invalid %s Object 0x%" PRIxLEAST64 ". %s", object_string[object_t… in ValidateObject()
210 …OBJTRACK_NONE, LayerName, "OBJ[0x%" PRIxLEAST64 "] : CREATE %s object 0x%" PRIxLEAST64, object_tra… in CreateObject()
244 OBJTRACK_NONE, LayerName, in DestroyObject()
254 expected_custom_allocator_code, LayerName, in DestroyObject()
260 expected_default_allocator_code, LayerName, in DestroyObject()
269 __LINE__, OBJTRACK_UNKNOWN_OBJECT, LayerName, in DestroyObject()
Dobject_tracker_utils.cpp51 HandleToUint64(queue), __LINE__, OBJTRACK_INTERNAL_ERROR, LayerName, in AddQueueInfo()
75 queue->second->handle, __LINE__, OBJTRACK_NONE, LayerName, in DestroyQueueDataStructures()
94 HandleToUint64(queue), __LINE__, VALIDATION_ERROR_31600011, LayerName, in ValidateQueueFlags()
118 …__LINE__, invalid_handle_code, LayerName, "Invalid Device Object 0x%" PRIxLEAST64 ". %s", device_h… in ValidateDeviceObject()
127 HandleToUint64(command_buffer), __LINE__, OBJTRACK_NONE, LayerName, in AllocateCommandBuffer()
155 object_handle, __LINE__, VALIDATION_ERROR_28411407, LayerName, in ValidateCommandBuffer()
164 …object_handle, __LINE__, VALIDATION_ERROR_28400060, LayerName, "Invalid %s Object 0x%" PRIxLEAST64… in ValidateCommandBuffer()
174 HandleToUint64(descriptor_set), __LINE__, OBJTRACK_NONE, LayerName, in AllocateDescriptorSet()
198 object_handle, __LINE__, VALIDATION_ERROR_28613007, LayerName, in ValidateDescriptorSet()
207 …object_handle, __LINE__, VALIDATION_ERROR_2860026c, LayerName, "Invalid %s Object 0x%" PRIxLEAST64… in ValidateDescriptorSet()
[all …]