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.h65 void brw_shader_gather_info(nir_shader *nir, struct gl_program *prog);
Dbrw_program.c140 brw_shader_gather_info(nir_shader *nir, struct gl_program *prog) in brw_shader_gather_info() function
232 brw_shader_gather_info(prog->nir, prog); in brwProgramStringNotify()
256 brw_shader_gather_info(prog->nir, prog); in brwProgramStringNotify()
Dbrw_link.cpp298 brw_shader_gather_info(prog->nir, prog); in brw_link_shader()