Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/midgard/
Dhelpers.h35 #define OP_IS_PROJECTION(op) ( \ macro
42 OP_IS_PROJECTION(op) || \
Dmidgard_opt_perspective.c149 if (!OP_IS_PROJECTION(ins->op)) continue; in midgard_opt_varying_projection()
Ddisassemble.c1375 } else if (word->op == midgard_op_ld_cubemap_coords || OP_IS_PROJECTION(word->op)) in print_load_store_instr()