Home
last modified time | relevance | path

Searched refs:inIsSigned (Results 1 – 3 of 3) 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.cpp1113 const bool inIsSigned = glu::isDataTypeIntOrIVec(baseType); in BitsToFloatCase() local
1119 m_spec.source = inIsSigned ? "out0 = intBitsToFloat(in0);" : "out0 = uintBitsToFloat(in0);"; in BitsToFloatCase()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderCommonFunctionTests.cpp1351 const bool inIsSigned = glu::isDataTypeIntOrIVec(baseType); in BitsToFloatCase() local
1357 m_spec.source = inIsSigned ? "out0 = intBitsToFloat(in0);" : "out0 = uintBitsToFloat(in0);"; in BitsToFloatCase()