Home
last modified time | relevance | path

Searched refs:isIntOut (Results 1 – 3 of 3) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderOperatorTests.cpp1242 bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0; in init() local
1243 bool isFloatOut = !isBoolOut && !isIntOut; in init()
1256 : isIntOut ? s_intTypes[outScalarSize - 1] in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderOperatorTests.cpp1838 …const bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) !=… in init() local
1840 const bool isFloatOut = !isBoolOut && !isIntOut && !isUintOut; in init()
1853 : isIntOut ? s_intTypes[outScalarSize - 1] in init()
/external/deqp/modules/gles3/functional/
Des3fShaderOperatorTests.cpp1878 bool isIntOut = (funcInfo.outValue & (VALUE_INT | VALUE_INT_VEC | VALUE_INT_GENTYPE)) != 0; in init() local
1880 bool isFloatOut = !isBoolOut && !isIntOut && !isUintOut; in init()
1893 : isIntOut ? s_intTypes[outScalarSize - 1] in init()