Home
last modified time | relevance | path

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

/third_party/boost/libs/preprocessor/doc/examples/
Darray_arithmetic.c37 # define OP_NAME(O) BOOST_PP_TUPLE_ELEM(5, 1, O) macro
/third_party/vk-gl-cts/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
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderOperatorTests.cpp191 #define DECLARE_IVEC_BINARY_FUNC(OP_NAME) \ argument
200 #define DECLARE_IVEC_INT_BINARY_FUNC(OP_NAME) \ argument
209 #define DECLARE_INT_IVEC_BINARY_FUNC(OP_NAME) \ argument
/third_party/vk-gl-cts/framework/referencerenderer/
DrrFragmentOperations.cpp335 #define SWITCH_DPFAIL_OR_DPPASS(OP_NAME, CONDITION) \ in executeStencilDpFailAndPass() argument
/third_party/python/Python/
Dcompile.c3683 enum { OP_FAST, OP_GLOBAL, OP_DEREF, OP_NAME } optype; in compiler_nameop() enumerator