Home
last modified time | relevance | path

Searched refs:st_index (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_cs.c88 int st_index = -1; in brw_codegen_cs_prog() local
90 st_index = brw_get_shader_time_index(brw, &cp->program, ST_CS, true); in brw_codegen_cs_prog()
94 &prog_data, cp->program.nir, st_index, in brw_codegen_cs_prog()
Dbrw_gs.c106 int st_index = -1; in brw_codegen_gs_prog() local
108 st_index = brw_get_shader_time_index(brw, &gp->program, ST_GS, true); in brw_codegen_gs_prog()
119 st_index, &error_str); in brw_codegen_gs_prog()
Dbrw_tes.c91 int st_index = -1; in brw_codegen_tes_prog() local
93 st_index = brw_get_shader_time_index(brw, &tep->program, ST_TES, true); in brw_codegen_tes_prog()
107 nir, &tep->program, st_index, &error_str); in brw_codegen_tes_prog()
Dbrw_vs.c213 int st_index = -1; in brw_codegen_vs_prog() local
215 st_index = brw_get_shader_time_index(brw, &vp->program, ST_VS, in brw_codegen_vs_prog()
224 st_index, &error_str); in brw_codegen_vs_prog()
Dbrw_tcs.c220 int st_index = -1; in brw_codegen_tcs_prog() local
222 st_index = brw_get_shader_time_index(brw, &tep->program, ST_TCS, true); in brw_codegen_tcs_prog()
231 brw_compile_tcs(compiler, brw, mem_ctx, key, &prog_data, nir, st_index, in brw_codegen_tcs_prog()