Lines Matching refs:GGLState
285 static void GetShaderKey(const GGLState * ctx, const gl_shader * shader, ShaderKey * key)
360 const GGLState * gglCtx;
368 const GGLState * gglCtx = ctx->gglCtx;
387 gl_shader_program * program, const GGLState * gglCtx)
420 void GenerateScanLine(const GGLState * gglCtx, const gl_shader_program * program, llvm::Module * mod,
423 void GGLShaderUse(void * llvmCtx, const GGLState * gglState, gl_shader_program * program)
437 GetShaderKey(gglState, shader, &shaderKey);
471 llvm::Module * module = glsl_ir_to_llvm_module(shader->ir, instance->module, gglState, shaderName);
521 GenerateScanLine(gglState, program, module, mainName, scanlineName);
522 CodeGen(instance, scanlineName, shader, program, gglState);
525 CodeGen(instance, mainName, shader, program, gglState);