Home
last modified time | relevance | path

Searched refs:brw_fs_precompile (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_shader.cpp70 if (brw->precompile && !brw_fs_precompile(ctx, prog)) in brw_shader_precompile()
Dbrw_fs.h410 bool brw_fs_precompile(struct gl_context *ctx, struct gl_shader_program *prog);
Dbrw_fs.cpp2130 brw_fs_precompile(struct gl_context *ctx, struct gl_shader_program *prog) in brw_fs_precompile() function