Lines Matching refs:shaderSuffix
101 const char * shaderSuffix;
107 (llvm::BasicBlock*)0)), bb(0), bld(ctx), gglCtx(GGLCtx), shaderSuffix(suffix),
271 char * functionName = (char *)malloc(strlen(name) + strlen(shaderSuffix) + 1);
273 strcat(functionName, shaderSuffix);
1384 const struct GGLState * gglCtx, const char * shaderSuffix)
1386 ir_to_llvm_visitor v(mod, gglCtx, shaderSuffix);