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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.c293 alloc_new_native_reg(struct etna_compile *c) function in typeref:struct:etna_native_reg
307 temps[idx].native = alloc_new_native_reg(c);
354 inout->native = alloc_new_native_reg(c);
721 alloc_new_native_reg(c);
747 c->inner_temp[inner_temp] = alloc_new_native_reg(c);
749 /* alloc_new_native_reg() handles lack of registers */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler_tgsi.c303 alloc_new_native_reg(struct etna_compile *c) function in typeref:struct:etna_native_reg
317 temps[idx].native = alloc_new_native_reg(c);
364 inout->native = alloc_new_native_reg(c);
738 alloc_new_native_reg(c);
764 c->inner_temp[inner_temp] = alloc_new_native_reg(c);
766 /* alloc_new_native_reg() handles lack of registers */

Completed in 8 milliseconds