Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageLoadStoreTests.cpp299 const bool storeNegativeValues = isSignedFormat(imageFormat) && (storeColorBias == 0); in generateReferenceImage() local
315 if (storeNegativeValues) in generateReferenceImage()
594 const bool storeNegativeValues = isSignedFormat(m_format) && (storeColorBias == 0); in initPrograms() local
633 const deInt64 minStoreValue = storeNegativeValues ? 0 - deRoundFloatToInt64((float)de::max(xMax, yMax) / 2.0f) : 0; in initPrograms()
634 const deInt64 maxStoreValue = storeNegativeValues ? deRoundFloatToInt64((float)de::max(xMax, yMax) / 2.0f) : de::max(xMax, yMax); in initPrograms()
675 if (storeNegativeValues) in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageLoadStoreTests.cpp299 const bool storeNegativeValues = isSignedFormat(imageFormat) && (storeColorBias == 0); in generateReferenceImage() local
315 if (storeNegativeValues) in generateReferenceImage()
589 const bool storeNegativeValues = isSignedFormat(m_format) && (storeColorBias == 0); in initPrograms() local
627 const deInt64 minStoreValue = storeNegativeValues ? 0 - deRoundFloatToInt64((float)de::max(xMax, yMax) / 2.0f) : 0; in initPrograms()
628 const deInt64 maxStoreValue = storeNegativeValues ? deRoundFloatToInt64((float)de::max(xMax, yMax) / 2.0f) : de::max(xMax, yMax); in initPrograms()
669 if (storeNegativeValues) in initPrograms()

Completed in 12 milliseconds