Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_compiler_nir_emit.c52 #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)