Searched refs:callerName (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/main/ |
D | teximage.c | 1781 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/ |
D | hlslParseHelper.cpp | 5562 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()
|