Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderInvarianceTests.cpp596 const char* const normalizationStrUsed = (minPrecision == glu::PRECISION_LOWP) ? ("vec4(fract(used2).xyz, 0.0)") : ("vec4(fract(used2 / 1.0e2).xyz - fract(used2 / 1.0e3).xyz, 0.0)"); in createShaderInvarianceTests() local
619 << FormatArgument("NORMALIZE_USED", normalizationStrUsed) in createShaderInvarianceTests()
636 << FormatArgument("NORMALIZE_USED", normalizationStrUsed) in createShaderInvarianceTests()
654 << FormatArgument("NORMALIZE_USED", normalizationStrUsed) in createShaderInvarianceTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderInvarianceTests.cpp591 const char* const normalizationStrUsed = (minPrecision == glu::PRECISION_LOWP) ? ("vec4(fract(used2).xyz, 0.0)") : ("vec4(fract(used2 / 1.0e2).xyz - fract(used2 / 1.0e3).xyz, 0.0)"); in createShaderInvarianceTests() local
613 << FormatArgument("NORMALIZE_USED", normalizationStrUsed) in createShaderInvarianceTests()
630 << FormatArgument("NORMALIZE_USED", normalizationStrUsed) in createShaderInvarianceTests()
648 << FormatArgument("NORMALIZE_USED", normalizationStrUsed) in createShaderInvarianceTests()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderInvarianceTests.cpp632 const char* const normalizationStrUsed = (minPrecision == glu::PRECISION_LOWP) ? ("vec4(fract(used2).xyz, 0.0)") : ("vec4(fract(used2 / 1.0e2).xyz - fract(used2 / 1.0e3).xyz, 0.0)"); in init() local
653 << FormatArgument("NORMALIZE_USED", normalizationStrUsed) in init()
669 << FormatArgument("NORMALIZE_USED", normalizationStrUsed) in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderInvarianceTests.cpp630 const char* const normalizationStrUsed = (minPrecision == glu::PRECISION_LOWP) ? ("vec4(fract(used2).xyz, 0.0)") : ("vec4(fract(used2 / 1.0e2).xyz - fract(used2 / 1.0e3).xyz, 0.0)"); in init() local
651 << FormatArgument("NORMALIZE_USED", normalizationStrUsed) in init()
667 << FormatArgument("NORMALIZE_USED", normalizationStrUsed) in init()

Completed in 8 milliseconds