Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp999 const bool inIsSigned = glu::isDataTypeIntOrIVec(baseType); in BitsToFloatCase() local
1005 m_spec.source = inIsSigned ? "out0 = intBitsToFloat(in0);" : "out0 = uintBitsToFloat(in0);"; in BitsToFloatCase()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A DvktShaderCommonFunctionTests.cpp995 const bool inIsSigned = glu::isDataTypeIntOrIVec(baseType); in BitsToFloatCase() local
1001 m_spec.source = inIsSigned ? "out0 = intBitsToFloat(in0);" : "out0 = uintBitsToFloat(in0);"; in BitsToFloatCase()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp993 const bool inIsSigned = glu::isDataTypeIntOrIVec(baseType); in BitsToFloatCase() local
999 m_spec.source = inIsSigned ? "out0 = intBitsToFloat(in0);" : "out0 = uintBitsToFloat(in0);"; in BitsToFloatCase()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp1073 const bool inIsSigned = glu::isDataTypeIntOrIVec(baseType); in BitsToFloatCase() local
1079 m_spec.source = inIsSigned ? "out0 = intBitsToFloat(in0);" : "out0 = uintBitsToFloat(in0);"; in BitsToFloatCase()

Completed in 14 milliseconds