Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_tgsi.c176 struct etna_native_reg inner_temp[ETNA_MAX_INNER_TEMPS]; member
760 int inner_temp = c->inner_temps; in etna_compile_get_inner_temp() local
762 if (inner_temp < ETNA_MAX_INNER_TEMPS) { in etna_compile_get_inner_temp()
763 if (!c->inner_temp[inner_temp].valid) in etna_compile_get_inner_temp()
764 c->inner_temp[inner_temp] = alloc_new_native_reg(c); in etna_compile_get_inner_temp()
770 inner_temp + 1); in etna_compile_get_inner_temp()
773 return c->inner_temp[inner_temp]; in etna_compile_get_inner_temp()
847 struct etna_native_reg inner_temp = etna_compile_get_inner_temp(c); in emit_inst() local
856 .dst = etna_native_to_dst(inner_temp, INST_COMPS_X | INST_COMPS_Y | in emit_inst()
866 inst->src[src].reg = inner_temp.id; in emit_inst()
[all …]