Home
last modified time | relevance | path

Searched refs:INSTRUCTION_CASE (Results 1 – 9 of 9) sorted by relevance

/third_party/mesa3d/src/asahi/compiler/test/
Dtest-lower-pseudo.cpp28 #define CASE(instr, expected) INSTRUCTION_CASE(instr, expected, agx_lower_pseudo)
Dagx_test.h115 #define INSTRUCTION_CASE(instr, expected, pass) do { \ macro
Dtest-optimizer.cpp35 #define CASE(instr, expected) INSTRUCTION_CASE(instr, expected, agx_optimize_and_dce)
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_test.h115 #define INSTRUCTION_CASE(instr, expected, pass) do { \ macro
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/
Dtest-add-imm.cpp39 #define CASE(instr, expected) INSTRUCTION_CASE(instr, expected, add_imm)
Dtest-lower-isel.cpp38 #define CASE(instr, expected) INSTRUCTION_CASE(instr, expected, case_cb)
Dtest-lower-constants.cpp38 #define CASE(instr, expected) INSTRUCTION_CASE(instr, expected, add_imm)
/third_party/mesa3d/src/panfrost/bifrost/test/
Dtest-optimizer.cpp38 #define CASE(instr, expected) INSTRUCTION_CASE(instr, expected, bi_optimizer)
/third_party/mesa3d/docs/relnotes/
D22.1.0.rst360 - pan/bi: Extract INSTRUCTION_CASE macro