Searched defs:isBoolOut (Results 1 - 2 of 2) sorted by relevance

/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp510 bool isBoolOut = de::inRange<int>(spec.output, TYPE_BOOL, TYPE_BOOL_VEC4); local
513 if (precision && !isBoolOut) op << precision << " ";
1241 bool isBoolOut = (funcInfo.outValue & (VALUE_BOOL | VALUE_BOOL_VEC | VALUE_BOOL_GENTYPE)) != 0; local
1243 bool isFloatOut = !isBoolOut && !isIntOut;
1257 : isBoolOut ? s_boolTypes[outScalarSize - 1]
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp789 bool isBoolOut = de::inRange<int>(m_spec.output, TYPE_BOOL, TYPE_BOOL_VEC4); local
792 if (precision && !isBoolOut) op << precision << " ";
1877 bool isBoolOut = (funcInfo.outValue & (VALUE_BOOL | VALUE_BOOL_VEC | VALUE_BOOL_GENTYPE)) != 0; local
1880 bool isFloatOut = !isBoolOut && !isIntOut && !isUintOut;
1895 : isBoolOut ? s_boolTypes[outScalarSize - 1]

Completed in 82 milliseconds