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

/external/vulkan-validation-layers/layers/
H A Dobject_tracker.h74 const char LayerName[] = "ObjectTracker"; member in namespace:object_tracker
H A Dparameter_validation_utils.h71 const char LayerName[] = "ParameterValidation"; member in namespace:parameter_validation
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, "
[all...]
H A Dparameter_validation.cpp1243 INVALID_USAGE, LayerName, "%s: string %s exceeds max length %d", apiName, stringName.get_name().c_str(),
1247 INVALID_USAGE, LayerName, "%s: string %s contains invalid characters or is badly formed", apiName,
1260 skip_call |= log_msg(report_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, (VkDebugReportObjectTypeEXT)0, 0, __LINE__, 1, LayerName,
1266 LayerName, "%s: %s (%d) must be one of the indices specified when the device was created, via "
1286 LayerName, "%s: %s[%d] cannot be VK_QUEUE_FAMILY_IGNORED.", function_name, parameter_name, i);
1291 LayerName, "%s: %s[%d] (%d) must be one of the indices specified when the device was "
1551 INVALID_USAGE, LayerName, local
1564 __LINE__, INVALID_USAGE, LayerName, local
1575 INVALID_USAGE, LayerName, local
1583 INVALID_USAGE, LayerName, local
1775 LayerName, local
2014 UNRECOGNIZED_VALUE, LayerName, local
2048 LayerName, local
2575 UNRECOGNIZED_VALUE, LayerName, local
2787 INVALID_USAGE, LayerName, local
2799 INVALID_USAGE, LayerName, local
2811 UNRECOGNIZED_VALUE, LayerName, local
2821 DEVICE_FEATURE, LayerName, local
4112 REQUIRED_PARAMETER, LayerName, "vkCmdDraw parameter, uint32_t vertexCount, is 0"); local
4120 REQUIRED_PARAMETER, LayerName, "vkCmdDraw parameter, uint32_t instanceCount, is 0"); local
4203 UNRECOGNIZED_VALUE, LayerName, local
4210 UNRECOGNIZED_VALUE, LayerName, local
4242 UNRECOGNIZED_VALUE, LayerName, local
4249 UNRECOGNIZED_VALUE, LayerName, local
4281 UNRECOGNIZED_VALUE, LayerName, local
4314 UNRECOGNIZED_VALUE, LayerName, local
4455 UNRECOGNIZED_VALUE, LayerName, local
4463 UNRECOGNIZED_VALUE, LayerName, local
[all...]

Completed in 148 milliseconds