Home
last modified time | relevance | path

Searched refs:get_mimg_nsa_dwords (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
Daco_form_hard_clauses.cpp82 get_mimg_nsa_dwords(instr.get()) > 0) in form_hard_clauses()
Daco_insert_NOPs.cpp796 if (instr->isMIMG() && get_mimg_nsa_dwords(instr.get()) > 1) { in handle_instruction_gfx10()
815 if (instr->isMIMG() && get_mimg_nsa_dwords(instr.get()) > 0) in handle_instruction_gfx10()
Daco_assembler.cpp65 get_mimg_nsa_dwords(const Instruction* instr) in get_mimg_nsa_dwords() function
453 unsigned nsa_dwords = get_mimg_nsa_dwords(instr); in emit_instruction()
Daco_ir.h1780 unsigned get_mimg_nsa_dwords(const Instruction* instr);
/third_party/mesa3d/src/amd/compiler/tests/
Dtest_insert_nops.cpp47 assert(get_mimg_nsa_dwords(mimg.get()) + 2 == instr_dwords); in create_mimg()