Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c222 } temp_arrays[MAX_TEMP_ARRAYS]; member
4592 assert(arrayID < ARRAY_SIZE(emit->temp_arrays)); in emit_vgpu10_declaration()
5270 emit->temp_arrays[arrayID].start = first; in create_temp_array()
5271 emit->temp_arrays[arrayID].size = count; in create_temp_array()
5517 unsigned num_temps = emit->temp_arrays[i].size; in emit_temporaries_declaration()