Searched refs:inIsSigned (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp1030 const bool inIsSigned = glu::isDataTypeIntOrIVec(baseType); local
1036 m_spec.source = inIsSigned ? "out0 = intBitsToFloat(in0);" : "out0 = uintBitsToFloat(in0);";
/external/deqp/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp1113 const bool inIsSigned = glu::isDataTypeIntOrIVec(baseType); local
1119 m_spec.source = inIsSigned ? "out0 = intBitsToFloat(in0);" : "out0 = uintBitsToFloat(in0);";
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp1351 const bool inIsSigned = glu::isDataTypeIntOrIVec(baseType); local
1357 m_spec.source = inIsSigned ? "out0 = intBitsToFloat(in0);" : "out0 = uintBitsToFloat(in0);";

Completed in 99 milliseconds