Lines Matching full:gglctx
82 const GGLState * gglCtx);
84 const GGLState * gglCtx);
100 const GGLState * gglCtx;
105 ir_to_llvm_visitor(llvm::Module* p_mod, const GGLState * GGLCtx, const char * suffix)
107 (llvm::BasicBlock*)0)), bb(0), bld(ctx), gglCtx(GGLCtx), shaderSuffix(suffix),
963 result = texCube(bld, coordinate, sampler->location, gglCtx);
965 result = tex2D(bld, coordinate, sampler->location, gglCtx);
1396 const struct GGLState * gglCtx, const char * shaderSuffix)
1398 ir_to_llvm_visitor v(mod, gglCtx, shaderSuffix);