Searched refs:brw_fs_precompile (Results 1 – 4 of 4) sorted by relevance
98 bool brw_fs_precompile(struct gl_context *ctx, struct gl_program *prog);
53 if (fs && !brw_fs_precompile(ctx, fs->Program)) in brw_shader_precompile()
234 brw_fs_precompile(ctx, prog); in brwProgramStringNotify()
609 brw_fs_precompile(struct gl_context *ctx, struct gl_program *prog) in brw_fs_precompile() function