Searched refs:SIDE_EFFECT_OPERATOR (Results 1 - 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
H A D | es2fShaderOperatorTests.cpp | 252 SIDE_EFFECT_OPERATOR // Test the side-effect (as opposed to the result) of a side-effect operator. enumerator in enum:deqp::gles2::Functional::OperationType 306 return BuiltinFuncInfo(caseName_, shaderFuncName_, outValue_, input0_, input1_, input2_, resultScale_, resultBias_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_, SIDE_EFFECT_OPERATOR); 312 return BuiltinFuncInfo(caseName_, shaderFuncName_, outValue_, input0_, input1_, input2_, resultScale_, resultBias_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_, SIDE_EFFECT_OPERATOR, false); 1309 else // SIDE_EFFECT_OPERATOR 1355 DE_ASSERT(funcInfo.type == SIDE_EFFECT_OPERATOR);
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fShaderOperatorTests.cpp | 433 SIDE_EFFECT_OPERATOR // Test the side-effect (as opposed to the result) of a side-effect operator. enumerator in enum:deqp::gles3::Functional::OperationType 527 return BuiltinFuncInfo(caseName_, shaderFuncName_, outValue_, input0_, input1_, input2_, resultScale_, resultBias_, resultScale_, resultBias_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_, SIDE_EFFECT_OPERATOR); 533 return BuiltinFuncInfo(caseName_, shaderFuncName_, outValue_, input0_, input1_, input2_, resultScale_, resultBias_, resultScale_, resultBias_, precisionMask_, evalFuncScalar_, evalFuncVec2_, evalFuncVec3_, evalFuncVec4_, SIDE_EFFECT_OPERATOR, false); 1949 else // SIDE_EFFECT_OPERATOR 2003 DE_ASSERT(funcInfo.type == SIDE_EFFECT_OPERATOR);
|
Completed in 102 milliseconds