Searched refs:brw_gs_precompile (Results 1 – 3 of 3) sorted by relevance
112 bool brw_gs_precompile(struct gl_context *ctx, struct gl_program *prog);
200 brw_gs_precompile(struct gl_context *ctx, struct gl_program *prog) in brw_gs_precompile() function
59 if (gs && !brw_gs_precompile(ctx, gs->Program)) in brw_shader_precompile()