Home | History | Annotate | Download | only in layers

Lines Matching refs:apiName

1335 static VkBool32 validate_string(debug_report_data *report_data, const char *apiName, const char *stringName,
1337 assert(apiName != nullptr);
1349 "%s: string %s exceeds max length %d", apiName, stringName, MaxParamCheckerStringLength);
1352 "%s: string %s contains invalid characters or is badly formed", apiName, stringName);