HomeSort by relevance Sort by last modified time
    Searched defs:st_index (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_cs.c 113 int st_index = -1; local
115 st_index = brw_get_shader_time_index(brw, &cp->program, ST_CS, true);
119 &prog_data, cp->program.nir, st_index,
brw_gs.c 123 int st_index = -1; local
125 st_index = brw_get_shader_time_index(brw, &gp->program, ST_GS, true);
138 st_index, &program_size, &error_str);
brw_tes.c 107 int st_index = -1; local
109 st_index = brw_get_shader_time_index(brw, &tep->program, ST_TES, true);
125 nir, &tep->program, st_index, &program_size, &error_str);
brw_vs.c 213 int st_index = -1; local
215 st_index = brw_get_shader_time_index(brw, &vp->program, ST_VS,
226 st_index, &program_size, &error_str);
brw_tcs.c 236 int st_index = -1; local
238 st_index = brw_get_shader_time_index(brw, &tep->program, ST_TCS, true);
248 brw_compile_tcs(compiler, brw, mem_ctx, key, &prog_data, nir, st_index,

Completed in 85 milliseconds