Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuVectorUtil.hpp373 #define TCU_DECLARE_VECTOR_UNARY_FUNC(FUNC_NAME, OP_NAME) \ argument
383 #define TCU_DECLARE_VECTOR_BINARY_FUNC(FUNC_NAME, OP_NAME) \ argument
393 #define TCU_DECLARE_VECTOR_TERNARY_FUNC(FUNC_NAME, OP_NAME) \ argument
/external/deqp/framework/referencerenderer/
DrrFragmentOperations.cpp281 #define SWITCH_DPFAIL_OR_DPPASS(OP_NAME, CONDITION) \ in executeStencilDpFailAndPass() argument
/external/python/cpython2/Python/
Dcompile.c2316 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; in compiler_nameop() enumerator