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

/external/deqp/modules/gles2/functional/
H A Des2fShaderOperatorTests.cpp1242 bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0; local
1243 bool isFloatOut = !isBoolOut && !isIntOut;
1256 : isIntOut ? s_intTypes[outScalarSize - 1]
/external/deqp/modules/gles3/functional/
H A Des3fShaderOperatorTests.cpp1878 bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0; local
1880 bool isFloatOut = !isBoolOut && !isIntOut && !isUintOut;
1893 : isIntOut ? s_intTypes[outScalarSize - 1]

Completed in 538 milliseconds