Home
last modified time | relevance | path

Searched refs:maxRepresentableValue (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp645 tcu::IVec4 maxRepresentableValue; in initPrograms() local
652 maxRepresentableValue = (tcu::IVec4(1) << bitDepths) - tcu::IVec4(1); in initPrograms()
659 maxRepresentableValue = (tcu::IVec4(1) << (bitDepths - tcu::IVec4(1))) - tcu::IVec4(1); in initPrograms()
669 + signednessPrefix + "vec4" + de::toString(maxRepresentableValue) + ")"; in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreTests.cpp639 tcu::IVec4 maxRepresentableValue; in initPrograms() local
646 maxRepresentableValue = (tcu::IVec4(1) << bitDepths) - tcu::IVec4(1); in initPrograms()
653 maxRepresentableValue = (tcu::IVec4(1) << (bitDepths - tcu::IVec4(1))) - tcu::IVec4(1); in initPrograms()
663 + signednessPrefix + "vec4" + de::toString(maxRepresentableValue) + ")"; in initPrograms()

Completed in 11 milliseconds