Searched refs:st_index (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_cs.c89 int st_index = -1; local in function:brw_codegen_cs_prog
91 st_index = brw_get_shader_time_index(brw, &cp->program, ST_CS, true);
95 &prog_data, nir, st_index, &error_str);
H A Dbrw_gs.c84 int st_index = -1; local in function:brw_codegen_gs_prog
86 st_index = brw_get_shader_time_index(brw, &gp->program, ST_GS, true);
96 &prog_data, nir, &gp->program, st_index, &error_str);
H A Dbrw_tes.c63 int st_index = -1; local in function:brw_codegen_tes_prog
65 st_index = brw_get_shader_time_index(brw, &tep->program, ST_TES, true);
79 nir, &tep->program, st_index, &error_str);
H A Dbrw_tcs.c100 int st_index = -1; local in function:brw_codegen_tcs_prog
102 st_index = brw_get_shader_time_index(brw, &tep->program, ST_TCS, true);
111 brw_compile_tcs(compiler, brw, mem_ctx, key, &prog_data, nir, st_index,
H A Dbrw_vs.c174 int st_index = -1; local in function:brw_codegen_vs_prog
176 st_index = brw_get_shader_time_index(brw, &vp->program, ST_VS,
184 nir, st_index, &error_str);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_gs.c122 int st_index = -1; local in function:brw_codegen_gs_prog
124 st_index = brw_get_shader_time_index(brw, &gp->program, ST_GS, true);
134 &prog_data, nir, st_index,
H A Dbrw_tes.c65 int st_index = -1; local in function:brw_codegen_tes_prog
67 st_index = brw_get_shader_time_index(brw, &tep->program, ST_TES, true);
81 nir, st_index, NULL, &error_str);
H A Dbrw_tcs.c102 int st_index = -1; local in function:brw_codegen_tcs_prog
104 st_index = brw_get_shader_time_index(brw, &tep->program, ST_TCS, true);
113 brw_compile_tcs(compiler, brw, mem_ctx, key, &prog_data, nir, st_index,

Completed in 11 milliseconds