Searched refs:set_reg_i (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_shader_compute.cpp | 95 dest.set_reg_i(i, from_nir(instr->dest, i)); 96 dest.set_reg_i(3, from_nir(instr->dest, 7));
|
| H A D | sfn_emittexinstruction.cpp | 184 src.coord.set_reg_i(3, src.lod); 193 src.coord.set_reg_i(2, src.coord.reg_i(1)); 247 src.coord.set_reg_i(2, src.comperator); 254 src.coord.set_reg_i(3, src.lod); 283 src.coord.set_reg_i(2, src.comperator); 290 src.coord.set_reg_i(3, src.bias); 459 sample_id_dest.set_reg_i(sample_id_dest_reg->chan(), sample_id_dest_reg); 502 src.coord.set_reg_i(2, src.coord.reg_i(1));
|
| H A D | sfn_instruction_base.cpp | 78 v.set_reg_i(i,m_values.get_or_inject(ns_idx.new_reg, v.reg_i(i)->chan()));
|
| H A D | sfn_value_gpr.cpp | 148 void GPRVector::set_reg_i(int i, PValue reg) function in class:r600::GPRVector 289 m_values[i].set_reg_i(j, PValue(gpr));
|
| H A D | sfn_instruction_tex.cpp | 64 m_src.set_reg_i(c->chan(), new_value); 66 m_dst.set_reg_i(c->chan(), new_value);
|
| H A D | sfn_value_gpr.h | 94 void set_reg_i(int i, PValue reg);
|
| H A D | sfn_instruction_export.cpp | 46 m_value.set_reg_i(c->chan(), new_value);
|
| H A D | sfn_instruction_fetch.cpp | 241 m_dst.set_reg_i(i, new_value);
|
| H A D | sfn_shader_base.cpp | 886 trgt.set_reg_i(i, from_nir(instr->dest, i)); 889 trgt.set_reg_i(i, from_nir(instr->dest, 7)); 1014 trgt.set_reg_i(i, from_nir(instr->dest, i));
|
| H A D | sfn_shader_fragment.cpp | 413 dst.set_reg_i(m_helper_invocation->chan(), m_helper_invocation);
|
Completed in 13 milliseconds