Home
last modified time | relevance | path

Searched refs:add_remappable_dst_value (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_fetch.cpp75 add_remappable_dst_value(&m_dst);
123 add_remappable_dst_value(&m_dst); in FetchInstruction()
158 add_remappable_dst_value(&m_dst);
192 add_remappable_dst_value(&m_dst);
230 add_remappable_dst_value(&m_dst);
Dsfn_instruction_base.h124 void add_remappable_dst_value(PValue *v);
125 void add_remappable_dst_value(GPRVector *v);
Dsfn_instruction_lds.cpp24 add_remappable_dst_value(&m_dest_value[i]); in LDSReadInstruction()
61 add_remappable_dst_value(&m_dest_value); in LDSAtomicInstruction()
Dsfn_instruction_base.cpp138 void Instruction::add_remappable_dst_value(PValue *v) in add_remappable_dst_value() function in r600::Instruction
144 void Instruction::add_remappable_dst_value(GPRVector *v) in add_remappable_dst_value() function in r600::Instruction
Dsfn_instruction_gds.cpp49 add_remappable_dst_value(&m_dest);
Dsfn_instruction_alu.cpp70 add_remappable_dst_value(&m_dest); in AluInstruction()
Dsfn_instruction_tex.cpp51 add_remappable_dst_value(&m_dst);