Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c221 unsigned num_temp_arrays; member
5624 emit->num_temp_arrays = MAX2(emit->num_temp_arrays, arrayID + 1); in create_temp_array()
5625 assert(emit->num_temp_arrays <= MAX_TEMP_ARRAYS); in create_temp_array()
5626 emit->num_temp_arrays = MIN2(emit->num_temp_arrays, MAX_TEMP_ARRAYS); in create_temp_array()
5656 emit->num_temp_arrays == 0) { in emit_temporaries_declaration()
5796 emit->num_temp_arrays ? emit->num_temp_arrays : 1; in emit_temporaries_declaration()
5885 for (i = 1; i < emit->num_temp_arrays; i++) { in emit_temporaries_declaration()