Lines Matching refs:bitDepth
727 const tcu::UVec4 bitDepth (getYCbCrBitDepth(config.format));
862 calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, sts, filteringPrecision, conversionPrecision, subTexelPrecisionBits, config.textureFilter, colorModels[i], config.colorRange, config.chromaFilter, config.xChromaOffset, config.yChromaOffset, config.componentMapping, explicitReconstruction, config.addressModeU, config.addressModeV, minBound, maxBound, uvBound, ijBound);
866 calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, sts, filteringPrecision, conversionPrecision, subTexelPrecisionBits, config.textureFilter, colorModels[i], config.colorRange, config.chromaFilter, vk::VK_CHROMA_LOCATION_MIDPOINT, vk::VK_CHROMA_LOCATION_MIDPOINT, config.componentMapping, explicitReconstruction, config.addressModeU, config.addressModeV, minMidpointBound, maxMidpointBound, uvBound, ijBound);
1460 const UVec4 bitDepth(getYCbCrBitDepth(format));
1462 if (bitDepth[0] < 8 || bitDepth[1] < 8 || bitDepth[2] < 8)
1565 const UVec4 bitDepth(getYCbCrBitDepth(format));
1567 if (bitDepth[0] < 8 || bitDepth[1] < 8 || bitDepth[2] < 8)
1770 const UVec4 bitDepth(getYCbCrBitDepth(format));
1772 if (bitDepth[0] < 8 || bitDepth[1] < 8 || bitDepth[2] < 8)