Home
last modified time | relevance | path

Searched defs:OP_NAME (Results 1 – 4 of 4) 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.cpp335 #define SWITCH_DPFAIL_OR_DPPASS(OP_NAME, CONDITION) \ in executeStencilDpFailAndPass() 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.c3165 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; in compiler_nameop() enumerator