Home
last modified time | relevance | path

Searched refs:inIsSigned (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp1030 const bool inIsSigned = glu::isDataTypeIntOrIVec(baseType); in BitsToFloatCase() local
1036 m_spec.source = inIsSigned ? "out0 = intBitsToFloat(in0);" : "out0 = uintBitsToFloat(in0);"; in BitsToFloatCase()
/external/deqp/modules/gles31/functional/
Des31fShaderCommonFunctionTests.cpp1112 const bool inIsSigned = glu::isDataTypeIntOrIVec(baseType); in BitsToFloatCase() local
1118 m_spec.source = inIsSigned ? "out0 = intBitsToFloat(in0);" : "out0 = uintBitsToFloat(in0);"; in BitsToFloatCase()