Home
last modified time | relevance | path

Searched defs:OP_NAME (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/common/
DtcuVectorUtil.hpp400 #define TCU_DECLARE_VECTOR_UNARY_FUNC(FUNC_NAME, OP_NAME) \ argument
410 #define TCU_DECLARE_VECTOR_BINARY_FUNC(FUNC_NAME, OP_NAME) \ argument
420 #define TCU_DECLARE_VECTOR_TERNARY_FUNC(FUNC_NAME, OP_NAME) \ argument
/external/deqp/framework/referencerenderer/
DrrFragmentOperations.cpp335 #define SWITCH_DPFAIL_OR_DPPASS(OP_NAME, CONDITION) \ in executeStencilDpFailAndPass() argument
/external/llvm-project/mlir/lib/Dialect/Linalg/IR/
DLinalgOps.cpp1284 #define DEFINE_POOLING_OP_GET_EFFECTS(OP_NAME) \ argument
/external/python/cpython2/Python/
Dcompile.c2318 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; in compiler_nameop() enumerator
/external/python/cpython3/Python/
Dcompile.c3557 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; in compiler_nameop() enumerator