Searched refs:brw_vs_precompile (Results 1 – 4 of 4) sorted by relevance
105 bool brw_vs_precompile(struct gl_context *ctx, struct gl_program *prog);
343 brw_vs_precompile(struct gl_context *ctx, struct gl_program *prog) in brw_vs_precompile() function
68 if (vs && !brw_vs_precompile(ctx, vs->Program)) in brw_shader_precompile()
329 brw_vs_precompile(ctx, prog); in brwProgramStringNotify()