Searched refs:INSTRUCTION_CASE (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/asahi/compiler/test/ |
D | test-lower-pseudo.cpp | 28 #define CASE(instr, expected) INSTRUCTION_CASE(instr, expected, agx_lower_pseudo)
|
D | agx_test.h | 115 #define INSTRUCTION_CASE(instr, expected, pass) do { \ macro
|
D | test-optimizer.cpp | 35 #define CASE(instr, expected) INSTRUCTION_CASE(instr, expected, agx_optimize_and_dce)
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_test.h | 115 #define INSTRUCTION_CASE(instr, expected, pass) do { \ macro
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/ |
D | test-add-imm.cpp | 39 #define CASE(instr, expected) INSTRUCTION_CASE(instr, expected, add_imm)
|
D | test-lower-isel.cpp | 38 #define CASE(instr, expected) INSTRUCTION_CASE(instr, expected, case_cb)
|
D | test-lower-constants.cpp | 38 #define CASE(instr, expected) INSTRUCTION_CASE(instr, expected, add_imm)
|
/third_party/mesa3d/src/panfrost/bifrost/test/ |
D | test-optimizer.cpp | 38 #define CASE(instr, expected) INSTRUCTION_CASE(instr, expected, bi_optimizer)
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.1.0.rst | 360 - pan/bi: Extract INSTRUCTION_CASE macro
|