Lines Matching defs:xChromaOffset

182 		, xChromaOffset				(xChromaOffset_)
204 vk::VkChromaLocation xChromaOffset;
448 vk::VkChromaLocation xChromaOffset,
463 xChromaOffset,
484 vk::VkChromaLocation xChromaOffset,
501 conversions.push_back(makeSharedPtr(createConversion(vkd, device, format, colorModels[i], colorRange, xChromaOffset, yChromaOffset, chromaFilter, componentMapping, explicitReconstruction)));
506 DE_UNREF(xChromaOffset);
595 log << TestLog::Message << "XChromaOffset: " << config.xChromaOffset << TestLog::EndMessage;
707 if (isXChromaSubsampled(config.format) && (config.xChromaOffset == vk::VK_CHROMA_LOCATION_COSITED_EVEN) && ((features & vk::VK_FORMAT_FEATURE_COSITED_CHROMA_SAMPLES_BIT) == 0))
710 if (isXChromaSubsampled(config.format) && (config.xChromaOffset == vk::VK_CHROMA_LOCATION_MIDPOINT) && ((features & vk::VK_FORMAT_FEATURE_MIDPOINT_CHROMA_SAMPLES_BIT) == 0))
791 (config.xChromaOffset == vk::VK_CHROMA_LOCATION_COSITED_EVEN || config.yChromaOffset == vk::VK_CHROMA_LOCATION_COSITED_EVEN));
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);
924 evalShader(context, config.shaderType, src, srcSize, config.format, config.imageTiling, config.disjoint, config.textureFilter, config.addressModeU, config.addressModeV, colorModels, config.colorRange, config.xChromaOffset, config.yChromaOffset, config.chromaFilter, config.componentMapping, config.explicitReconstruction, sts, config.samplerBinding, results);
1523 const vk::VkChromaLocation xChromaOffset(chromaLocations[xChromaOffsetNdx].value);
1548 vk::VK_FILTER_NEAREST, xChromaOffset, yChromaOffset, false, false,
1582 vk::VK_FILTER_NEAREST, xChromaOffset, yChromaOffset, false, false,
1620 const vk::VkChromaLocation xChromaOffset(chromaLocations[xChromaOffsetNdx].value);
1632 vk::VK_FILTER_LINEAR, xChromaOffset, yChromaOffset, explicitReconstruction, disjoint,
1642 vk::VK_FILTER_LINEAR, xChromaOffset, yChromaOffset, explicitReconstruction, disjoint,
1654 vk::VK_FILTER_NEAREST, xChromaOffset, yChromaOffset, explicitReconstruction, disjoint,
1664 vk::VK_FILTER_NEAREST, xChromaOffset, yChromaOffset, explicitReconstruction, disjoint,
1825 const vk::VkChromaLocation xChromaOffset(chromaLocations[xChromaOffsetNdx].value);
1838 vk::VK_FILTER_LINEAR, xChromaOffset, yChromaOffset, explicitReconstruction, disjoint,
1847 vk::VK_FILTER_LINEAR, xChromaOffset, yChromaOffset, explicitReconstruction, disjoint,
1858 vk::VK_FILTER_NEAREST, xChromaOffset, yChromaOffset, explicitReconstruction, disjoint,
1867 vk::VK_FILTER_NEAREST, xChromaOffset, yChromaOffset, explicitReconstruction, disjoint,
1933 const vk::VkChromaLocation xChromaOffset(chromaLocations[xChromaOffsetNdx].value);
1949 filter, xChromaOffset, yChromaOffset, false, false,