Searched refs:temp_arrays (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_setup.c211 const struct tgsi_array_info *array = &ctx->temp_arrays[i];
231 return ctx->temp_arrays[array_id - 1].range;
270 array = &ctx->temp_arrays[array_id - 1];
276 reg_index - ctx->temp_arrays[array_id - 1].range.First);
616 writemask &= ctx->temp_arrays[id].writemask;
617 ctx->temp_arrays[id].writemask = writemask;
1038 FREE(ctx->temp_arrays);
1039 ctx->temp_arrays = NULL;
1066 ctx->temp_arrays = CALLOC(size, sizeof(ctx->temp_arrays[
[all...]
H A Dsi_shader_internal.h95 struct tgsi_array_info *temp_arrays; member in struct:si_shader_context
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c123 } temp_arrays[MAX_TEMP_ARRAYS]; member in struct:svga_shader_emitter_v10
2419 assert(arrayID < ARRAY_SIZE(emit->temp_arrays));
2422 emit->temp_arrays[arrayID].start = decl->Range.First;
2423 emit->temp_arrays[arrayID].size =
2851 emit->temp_arrays[arrayID].start = 0;
2852 emit->temp_arrays[arrayID].size = total_temps;
3002 unsigned num_temps = emit->temp_arrays[i].size;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c222 } temp_arrays[MAX_TEMP_ARRAYS]; member in struct:svga_shader_emitter_v10
4592 assert(arrayID < ARRAY_SIZE(emit->temp_arrays));
5271 emit->temp_arrays[arrayID].start = first;
5272 emit->temp_arrays[arrayID].size = count;
5518 unsigned num_temps = emit->temp_arrays[i].size;

Completed in 27 milliseconds