Home
last modified time | relevance | path

Searched refs:replace_values (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_lds.h11 void replace_values(const ValueSet& candiates, PValue new_value) override;
57 void replace_values(const ValueSet& candiates, PValue new_value) override;
Dsfn_instruction_lds.cpp28 void LDSReadInstruction::replace_values(const ValueSet& candiates, PValue new_value) in replace_values() function in r600::LDSReadInstruction
119 void LDSWriteInstruction::replace_values(const ValueSet& candiates, PValue new_value) in replace_values() function in r600::LDSWriteInstruction
Dsfn_instruction_base.h111 virtual void replace_values(const ValueSet& candiates, PValue new_value);
Dsfn_instruction_tex.h84 void replace_values(const ValueSet& candiates, PValue new_value) override;
Dsfn_instruction_alu.h120 void replace_values(const ValueSet& candiates, PValue new_value) override;
Dsfn_instruction_gds.cpp158 void GDSStoreTessFactor::replace_values(const ValueSet& candiates, PValue new_value) in replace_values() function in r600::GDSStoreTessFactor
Dsfn_instruction_export.h36 void replace_values(const ValueSet& candiates, PValue new_value) override;
Dsfn_instruction_base.cpp149 void Instruction::replace_values(UNUSED const ValueSet& candiates, UNUSED PValue new_value) in replace_values() function in r600::Instruction
Dsfn_instruction_gds.h204 void replace_values(const ValueSet& candiates, PValue new_value) override;
Dsfn_instruction_fetch.h81 void replace_values(const ValueSet& candiates, PValue new_value) override;
Dsfn_instruction_alu.cpp115 void AluInstruction::replace_values(const ValueSet& candiates, PValue new_value) in replace_values() function in r600::AluInstruction
Dsfn_instruction_tex.cpp59 void TexInstruction::replace_values(const ValueSet& candiates, PValue new_value) in replace_values() function in r600::TexInstruction
Dsfn_instruction_export.cpp41 void WriteoutInstruction::replace_values(const ValueSet& candiates, PValue new_value) in replace_values() function in r600::WriteoutInstruction
Dsfn_instruction_fetch.cpp234 void FetchInstruction::replace_values(const ValueSet& candiates, PValue new_value) in replace_values() function in r600::FetchInstruction