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