Home
last modified time | relevance | path

Searched refs:OP_IS_IMAGE (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
Dhelpers.h85 #define OP_IS_IMAGE(op) ( \ macro
Ddisassemble.c1496 if (OP_IS_IMAGE(word->op)) in print_load_store_instr()
1501 if (word->bitsize_toggle && !OP_IS_IMAGE(word->op)) in print_load_store_instr()
Dmidgard_emit.c922 else if (OP_IS_IMAGE(ins->op)) in mir_ldst_pack_offset()