Searched refs:reg0_index (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/gp/
H A Dinstr.c146 if (instr->reg0_index != load->index)
151 instr->reg0_index = load->index;
H A Dgpir.h280 int reg0_index; member in struct:__anonaa794bbb1008
H A Dcodegen.c438 code->register0_addr = instr->reg0_index;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/gp/
H A Dgpir.h319 int reg0_index; member in struct:gpir_instr
H A Dinstr.c196 if (instr->reg0_index != load->index)
201 instr->reg0_index = load->index;
H A Dcodegen.c464 code->register0_addr = instr->reg0_index;
H A Dscheduler.c864 use_available = 0xfull << (4 * instr->reg0_index);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_atifs_to_tgsi.c693 int reg0_index = current_inst->Src[0].Register.Index; local in function:transform_instr
806 inst.Dst[0].Register.Index = reg0_index;
810 SET_SRC(&inst, 1, TGSI_FILE_TEMPORARY, reg0_index, X, Y, Z, W);

Completed in 9 milliseconds