Searched refs:MIMG_instruction (Results 1 - 8 of 8) sorted by last modified time

/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dtest_hard_clause.cpp70 aco_ptr<MIMG_instruction> mimg{create_instruction<MIMG_instruction>(
H A Dtest_insert_nops.cpp36 aco_ptr<MIMG_instruction> mimg{create_instruction<MIMG_instruction>(
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
H A Daco_opt_value_numbering.cpp104 case Format::MIMG: return hash_murmur_32<MIMG_instruction>(instr);
259 MIMG_instruction& aM = a->mimg();
260 MIMG_instruction& bM = b->mimg();
H A Daco_print_ir.cpp390 const MIMG_instruction& mimg = instr->mimg();
H A Daco_instruction_selection.cpp5944 static MIMG_instruction*
5988 aco_ptr<MIMG_instruction> mimg{
5989 create_instruction<MIMG_instruction>(op, Format::MIMG, 3 + coords.size(), dst.isTemp())};
5998 MIMG_instruction* res = mimg.get();
6029 MIMG_instruction* mimg = emit_mimg(bld, aco_opcode::image_bvh64_intersect_ray, Definition(dst),
6190 MIMG_instruction* load =
6271 MIMG_instruction* store =
6400 MIMG_instruction* mimg =
6470 MIMG_instruction* mimg =
9449 MIMG_instruction* te
[all...]
H A Daco_ir.h987 struct MIMG_instruction;
1131 MIMG_instruction& mimg() noexcept
1134 return *(MIMG_instruction*)this;
1136 const MIMG_instruction& mimg() const noexcept
1139 return *(MIMG_instruction*)this;
1575 struct MIMG_instruction : public Instruction { struct in namespace:aco
1594 static_assert(sizeof(MIMG_instruction) == sizeof(Instruction) + 8, "Unexpected padding");
H A Daco_assembler.cpp456 MIMG_instruction& mimg = instr->mimg();
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D21.0.0.rst2789 - aco: fix MIMG_instruction::lwe comment

Completed in 36 milliseconds