Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.h98 bool brw_fs_precompile(struct gl_context *ctx, struct gl_program *prog);
Dbrw_link.cpp53 if (fs && !brw_fs_precompile(ctx, fs->Program)) in brw_shader_precompile()
Dbrw_program.c234 brw_fs_precompile(ctx, prog); in brwProgramStringNotify()
Dbrw_wm.c609 brw_fs_precompile(struct gl_context *ctx, struct gl_program *prog) in brw_fs_precompile() function