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.c176 struct etna_native_reg inner_temp[ETNA_MAX_INNER_TEMPS]; member
746 int inner_temp = c->inner_temps; in etna_compile_get_inner_temp() local
748 if (inner_temp < ETNA_MAX_INNER_TEMPS) { in etna_compile_get_inner_temp()
749 if (!c->inner_temp[inner_temp].valid) in etna_compile_get_inner_temp()
750 c->inner_temp[inner_temp] = alloc_new_native_reg(c); in etna_compile_get_inner_temp()
756 inner_temp + 1); in etna_compile_get_inner_temp()
759 return c->inner_temp[inner_temp]; in etna_compile_get_inner_temp()
840 struct etna_native_reg inner_temp = etna_compile_get_inner_temp(c); in emit_inst() local
845 .dst = etna_native_to_dst(inner_temp, INST_COMPS_X | INST_COMPS_Y | in emit_inst()
855 inst->src[src].reg = inner_temp.id; in emit_inst()
[all …]