Home
last modified time | relevance | path

Searched refs:callerName (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dteximage.c1781 GLenum type, GLenum internalFormat, const char *callerName) in texture_format_error_check_gles() argument
1788 callerName, _mesa_enum_to_string(format), in texture_format_error_check_gles()
2170 const char *callerName) in texsubimage_error_check() argument
2177 _mesa_error(ctx, GL_OUT_OF_MEMORY, "%s()", callerName); in texsubimage_error_check()
2183 _mesa_error(ctx, GL_INVALID_VALUE, "%s(level=%d)", callerName, level); in texsubimage_error_check()
2189 callerName)) { in texsubimage_error_check()
2197 callerName, level); in texsubimage_error_check()
2205 callerName, _mesa_enum_to_string(format), in texsubimage_error_check()
2213 callerName, in texsubimage_error_check()
2230 internalFormat, callerName)) { in texsubimage_error_check()
[all …]
/third_party/glslang/glslang/HLSL/
DhlslParseHelper.cpp5562 TString callerName; in handleFunctionCall() local
5564 callerName = fnCandidate->getMangledName(); in handleFunctionCall()
5567 callerName = currentTypePrefix[currentTypePrefix.size() - thisDepth]; in handleFunctionCall()
5568 callerName += fnCandidate->getMangledName(); in handleFunctionCall()
5607 call->setName(callerName); in handleFunctionCall()
5614 intermediate.addToCallGraph(infoSink, currentCaller, callerName); in handleFunctionCall()