Searched refs:OPCT (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_compiler_nir_emit.c | 52 #define OPCT(nir, op, src, cond, type) [nir_op_##nir] = { \ macro 58 #define OPC(nir, op, src, cond) OPCT(nir, op, src, cond, F32) 59 #define IOPC(nir, op, src, cond) OPCT(nir, op, src, cond, S32) 60 #define UOPC(nir, op, src, cond) OPCT(nir, op, src, cond, U32)
|