Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.h112 bool brw_gs_precompile(struct gl_context *ctx, struct gl_program *prog);
Dbrw_gs.c200 brw_gs_precompile(struct gl_context *ctx, struct gl_program *prog) in brw_gs_precompile() function
Dbrw_link.cpp59 if (gs && !brw_gs_precompile(ctx, gs->Program)) in brw_shader_precompile()