Home
last modified time | relevance | path

Searched refs:integerOrFloatFormat (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageLoadStoreUtil.hpp67 …const bool integerOrFloatFormat = isIntFormat(format) || isUintFormat(format) || isFloatFormat(for… in colorScaleAndBiasAreValid() local
68 return !integerOrFloatFormat || (colorScale == 1.0f && colorBias == 0.0f); in colorScaleAndBiasAreValid()