Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.h72 void brw_shader_gather_info(nir_shader *nir, struct gl_program *prog);
Dbrw_program.c205 brw_shader_gather_info(nir_shader *nir, struct gl_program *prog) in brw_shader_gather_info() function
301 brw_shader_gather_info(prog->nir, prog); in brwProgramStringNotify()
327 brw_shader_gather_info(prog->nir, prog); in brwProgramStringNotify()
Dbrw_link.cpp331 brw_shader_gather_info(prog->nir, prog); in brw_link_shader()