Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuVectorUtil.hpp400 #define TCU_DECLARE_VECTOR_UNARY_FUNC(FUNC_NAME, OP_NAME) \ macro
438 TCU_DECLARE_VECTOR_UNARY_FUNC(negate, negate)
439 TCU_DECLARE_VECTOR_UNARY_FUNC(bitwiseNot, bitwiseNot)
448 TCU_DECLARE_VECTOR_UNARY_FUNC(logicalNot, logicalNot)
452 TCU_DECLARE_VECTOR_UNARY_FUNC(radians, deFloatRadians)
453 TCU_DECLARE_VECTOR_UNARY_FUNC(degrees, deFloatDegrees)
454 TCU_DECLARE_VECTOR_UNARY_FUNC(sin, deFloatSin)
455 TCU_DECLARE_VECTOR_UNARY_FUNC(cos, deFloatCos)
456 TCU_DECLARE_VECTOR_UNARY_FUNC(tan, deFloatTan)
457 TCU_DECLARE_VECTOR_UNARY_FUNC(asin, deFloatAsin)
[all …]