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

/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp272 , isUnaryPrefix (isUnaryPrefix_)
290 bool isUnaryPrefix; //!< Whether a unary operator is a prefix operator; redundant unless unary. member in struct:deqp::gles2::Functional::BuiltinFuncInfo
1304 if (isUnaryOp && funcInfo.isUnaryPrefix)
1350 if (funcInfo.type == OPERATOR && isUnaryOp && !funcInfo.isUnaryPrefix)
1357 if (inputNdx != 0 || (isUnaryOp && funcInfo.isUnaryPrefix))
1362 if (isUnaryOp && !funcInfo.isUnaryPrefix)
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp460 , isUnaryPrefix (isUnaryPrefix_)
486 , isUnaryPrefix (isUnaryPrefix_)
506 bool isUnaryPrefix; //!< Whether a unary operator is a prefix operator; redundant unless unary. member in struct:deqp::gles3::Functional::BuiltinFuncInfo
1944 if (isUnaryOp && funcInfo.isUnaryPrefix)
1998 if (funcInfo.type == OPERATOR && isUnaryOp && !funcInfo.isUnaryPrefix)
2005 if (inputNdx != 0 || (isUnaryOp && funcInfo.isUnaryPrefix))
2010 if (isUnaryOp && !funcInfo.isUnaryPrefix)

Completed in 251 milliseconds