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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_tgsi.c176 struct etna_native_reg inner_temp[ETNA_MAX_INNER_TEMPS]; member in struct:etna_compile
760 int inner_temp = c->inner_temps; local in function:etna_compile_get_inner_temp
762 if (inner_temp < ETNA_MAX_INNER_TEMPS) {
763 if (!c->inner_temp[inner_temp].valid)
764 c->inner_temp[inner_temp] = alloc_new_native_reg(c);
770 inner_temp + 1);
773 return c->inner_temp[inner_temp];
847 struct etna_native_reg inner_temp = etna_compile_get_inner_temp(c); local in function:emit_inst
881 struct etna_native_reg inner_temp = etna_compile_get_inner_temp(c); local in function:emit_inst
1393 struct etna_native_reg inner_temp = etna_compile_get_inner_temp(c); local in function:trans_lit
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.c176 struct etna_native_reg inner_temp[ETNA_MAX_INNER_TEMPS]; member in struct:etna_compile
743 int inner_temp = c->inner_temps; local in function:etna_compile_get_inner_temp
745 if (inner_temp < ETNA_MAX_INNER_TEMPS) {
746 if (!c->inner_temp[inner_temp].valid)
747 c->inner_temp[inner_temp] = alloc_new_native_reg(c);
753 inner_temp + 1);
756 return c->inner_temp[inner_temp];
837 struct etna_native_reg inner_temp = etna_compile_get_inner_temp(c); local in function:emit_inst
1349 struct etna_native_reg inner_temp = etna_compile_get_inner_temp(c); local in function:trans_lit
[all...]

Completed in 5 milliseconds