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

/external/deqp/framework/common/
H A DtcuVectorUtil.hpp373 #define TCU_DECLARE_VECTOR_UNARY_FUNC(FUNC_NAME, OP_NAME) \ macro
411 TCU_DECLARE_VECTOR_UNARY_FUNC(negate, negate)
412 TCU_DECLARE_VECTOR_UNARY_FUNC(bitwiseNot, bitwiseNot)
421 TCU_DECLARE_VECTOR_UNARY_FUNC(logicalNot, logicalNot)
425 TCU_DECLARE_VECTOR_UNARY_FUNC(radians, deFloatRadians)
426 TCU_DECLARE_VECTOR_UNARY_FUNC(degrees, deFloatDegrees)
427 TCU_DECLARE_VECTOR_UNARY_FUNC(sin, deFloatSin)
428 TCU_DECLARE_VECTOR_UNARY_FUNC(cos, deFloatCos)
429 TCU_DECLARE_VECTOR_UNARY_FUNC(tan, deFloatTan)
430 TCU_DECLARE_VECTOR_UNARY_FUNC(asi
[all...]

Completed in 100 milliseconds