Searched refs:inIsSigned (Results 1 – 3 of 3) sorted by relevance
1030 const bool inIsSigned = glu::isDataTypeIntOrIVec(baseType); in BitsToFloatCase() local1036 m_spec.source = inIsSigned ? "out0 = intBitsToFloat(in0);" : "out0 = uintBitsToFloat(in0);"; in BitsToFloatCase()
1113 const bool inIsSigned = glu::isDataTypeIntOrIVec(baseType); in BitsToFloatCase() local1119 m_spec.source = inIsSigned ? "out0 = intBitsToFloat(in0);" : "out0 = uintBitsToFloat(in0);"; in BitsToFloatCase()
1351 const bool inIsSigned = glu::isDataTypeIntOrIVec(baseType); in BitsToFloatCase() local1357 m_spec.source = inIsSigned ? "out0 = intBitsToFloat(in0);" : "out0 = uintBitsToFloat(in0);"; in BitsToFloatCase()