D | etnaviv_compiler_nir_emit.c | 41 #define OPCT(nir, op, cond, type) [nir_op_##nir] = { \ argument 46 #define OPC(nir, op, cond) OPCT(nir, op, cond, F32) argument 47 #define IOPC(nir, op, cond) OPCT(nir, op, cond, S32) argument 48 #define UOPC(nir, op, cond) OPCT(nir, op, cond, U32) argument 49 #define OP(nir, op) OPC(nir, op, TRUE) argument 50 #define IOP(nir, op) IOPC(nir, op, TRUE) argument 51 #define UOP(nir, op) UOPC(nir, op, TRUE) argument
|