Home
last modified time | relevance | path

Searched refs:InstrWithVectorResult (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr.cpp189 InstrWithVectorResult::InstrWithVectorResult(const RegisterVec4& dest, in InstrWithVectorResult() function in r600::InstrWithVectorResult
200 void InstrWithVectorResult::print_dest(std::ostream& os) const in print_dest()
208 bool InstrWithVectorResult::comp_dest(const RegisterVec4& dest, in comp_dest()
426 InstrWithVectorResult::InstrWithVectorResult(const InstrWithVectorResult& orig): in InstrWithVectorResult() function in r600::InstrWithVectorResult
Dsfn_instr.h242 class InstrWithVectorResult : public Instr {
244 InstrWithVectorResult(const RegisterVec4& dest, const RegisterVec4::Swizzle& dest_swizzle);
252 InstrWithVectorResult(const InstrWithVectorResult& orig);
Dsfn_instr_fetch.h36 class FetchInstr : public InstrWithVectorResult {
Dsfn_instr_tex.h37 class TexInstr : public InstrWithVectorResult {
Dsfn_instr_fetch.cpp49 InstrWithVectorResult(dst, dest_swizzle), in FetchInstr()
Dsfn_instr_tex.cpp40 InstrWithVectorResult(dest, dest_swizzle), in TexInstr()