Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp643 const tcu::IVec4 bitDepths = tcu::getTextureFormatBitDepth(mapVkFormat(m_format)); in initPrograms() local
652 maxRepresentableValue = (tcu::IVec4(1) << bitDepths) - tcu::IVec4(1); in initPrograms()
658 minRepresentableValue = -(tcu::IVec4(1) << bitDepths - tcu::IVec4(1)); in initPrograms()
659 maxRepresentableValue = (tcu::IVec4(1) << (bitDepths - tcu::IVec4(1))) - tcu::IVec4(1); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreTests.cpp637 const tcu::IVec4 bitDepths = tcu::getTextureFormatBitDepth(mapVkFormat(m_format)); in initPrograms() local
646 maxRepresentableValue = (tcu::IVec4(1) << bitDepths) - tcu::IVec4(1); in initPrograms()
652 minRepresentableValue = -(tcu::IVec4(1) << bitDepths - tcu::IVec4(1)); in initPrograms()
653 maxRepresentableValue = (tcu::IVec4(1) << (bitDepths - tcu::IVec4(1))) - tcu::IVec4(1); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiImageClearingTests.cpp82 const auto bitDepths = getTextureFormatBitDepth(tcuFormat); in is64Format() local
83 const bool is64Bit = tcu::boolAny(tcu::equal(bitDepths, tcu::IVec4(64,64,64,64))); in is64Format()

Completed in 19 milliseconds