Searched refs:INSTRUCTION_CASE (Results 1 - 8 of 8) sorted by relevance
/third_party/mesa3d/src/asahi/compiler/test/ |
H A D | test-lower-pseudo.cpp | 28 #define CASE(instr, expected) INSTRUCTION_CASE(instr, expected, agx_lower_pseudo)
|
H A D | agx_test.h | 115 #define INSTRUCTION_CASE(instr, expected, pass) do { \ macro
|
H A D | test-optimizer.cpp | 35 #define CASE(instr, expected) INSTRUCTION_CASE(instr, expected, agx_optimize_and_dce)
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_test.h | 115 #define INSTRUCTION_CASE(instr, expected, pass) do { \ macro
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/ |
H A D | test-add-imm.cpp | 39 #define CASE(instr, expected) INSTRUCTION_CASE(instr, expected, add_imm)
|
H A D | test-lower-constants.cpp | 38 #define CASE(instr, expected) INSTRUCTION_CASE(instr, expected, add_imm)
|
H A D | test-lower-isel.cpp | 38 #define CASE(instr, expected) INSTRUCTION_CASE(instr, expected, case_cb)
|
/third_party/mesa3d/src/panfrost/bifrost/test/ |
H A D | test-optimizer.cpp | 38 #define CASE(instr, expected) INSTRUCTION_CASE(instr, expected, bi_optimizer)
|
Completed in 2 milliseconds