Searched refs:Export_instruction (Results 1 – 6 of 6) sorted by relevance
1005 struct Export_instruction;1160 Export_instruction& exp() noexcept in exp()1163 return *(Export_instruction*)this; in exp()1165 const Export_instruction& exp() const noexcept in exp()1168 return *(Export_instruction*)this; in exp()1656 struct Export_instruction : public Instruction { struct1665 static_assert(sizeof(Export_instruction) == sizeof(Instruction) + 4, "Unexpected padding"); argument
564 Export_instruction& exp = instr->exp(); in emit_instruction()798 Export_instruction& exp = (*it)->exp(); in fix_exports()
105 case Format::EXP: return hash_murmur_32<Export_instruction>(instr); in operator ()()
624 Export_instruction& exp_instr = instr->exp(); in gen()
435 const Export_instruction& exp = instr->exp(); in print_instr_format_specific()
10903 aco_ptr<Export_instruction> exp{ in export_vs_varying()10904 create_instruction<Export_instruction>(aco_opcode::exp, Format::EXP, 4, 0)}; in export_vs_varying()10929 aco_ptr<Export_instruction> exp{ in export_vs_psiz_layer_viewport_vrs()10930 create_instruction<Export_instruction>(aco_opcode::exp, Format::EXP, 4, 0)}; in export_vs_psiz_layer_viewport_vrs()