Searched refs:st_index (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_cs.c | 88 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()
|
D | brw_gs.c | 106 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()
|
D | brw_tes.c | 91 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()
|
D | brw_vs.c | 213 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()
|
D | brw_tcs.c | 220 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()
|