Home
last modified time | relevance | path

Searched refs:colorModel (Results 1 - 9 of 9) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrConversionTests.cpp188 , colorModel (colorModel_) in TestConfig()
210 vk::VkSamplerYcbcrModelConversion colorModel; member
446 vk::VkSamplerYcbcrModelConversion colorModel, in createConversion()
460 colorModel, in createConversion()
600 if( config.colorModel != vk::VK_SAMPLER_YCBCR_MODEL_CONVERSION_LAST ) in logTestCaseInfo()
601 log << TestLog::Message << "ColorModel: " << config.colorModel << TestLog::EndMessage; in logTestCaseInfo()
805 // \todo Limit values to only values that produce defined values using selected colorRange and colorModel? The verification code handles those cases already correctly. in textureConversionTest()
840 if (config.colorModel != vk::VK_SAMPLER_YCBCR_MODEL_CONVERSION_LAST) in textureConversionTest()
842 colorModels.push_back(config.colorModel); in textureConversionTest()
1146 if (config.colorModel ! in createTestShaders()
443 createConversion(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkFormat format, vk::VkSamplerYcbcrModelConversion colorModel, vk::VkSamplerYcbcrRange colorRange, vk::VkChromaLocation xChromaOffset, vk::VkChromaLocation yChromaOffset, vk::VkFilter chromaFilter, const vk::VkComponentMapping& componentMapping, bool explicitReconstruction) createConversion() argument
[all...]
H A DvktYCbCrUtil.cpp1359 void convertColor (vk::VkSamplerYcbcrModelConversion colorModel,
1366 switch (colorModel)
1396 if (colorModel == vk::VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_601)
1402 else if (colorModel == vk::VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_709)
1422 if (colorModel != vk::VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_IDENTITY)
1677 vk::VkSamplerYcbcrModelConversion colorModel,
1790 convertColor(colorModel, range, conversionFormat, bitDepth, srcColor, dstColor);
1832 convertColor(colorModel, range, conversionFormat, bitDepth, srcColor, dstColor);
1904 convertColor(colorModel, range, conversionFormat, bitDepth, srcColor, dstColor);
1945 convertColor(colorModel, rang
[all...]
H A DvktYCbCrUtil.hpp209 vk::VkSamplerYcbcrModelConversion colorModel,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrConversionTests.cpp188 , colorModel (colorModel_) in TestConfig()
210 vk::VkSamplerYcbcrModelConversion colorModel; member
446 vk::VkSamplerYcbcrModelConversion colorModel, in createConversion()
460 colorModel, in createConversion()
600 if( config.colorModel != vk::VK_SAMPLER_YCBCR_MODEL_CONVERSION_LAST ) in logTestCaseInfo()
601 log << TestLog::Message << "ColorModel: " << config.colorModel << TestLog::EndMessage; in logTestCaseInfo()
732 // \todo Limit values to only values that produce defined values using selected colorRange and colorModel? The verification code handles those cases already correctly. in textureConversionTest()
767 if (config.colorModel != vk::VK_SAMPLER_YCBCR_MODEL_CONVERSION_LAST) in textureConversionTest()
769 colorModels.push_back(config.colorModel); in textureConversionTest()
1073 if (config.colorModel ! in createTestShaders()
443 createConversion(const vk::DeviceInterface& vkd, vk::VkDevice device, vk::VkFormat format, vk::VkSamplerYcbcrModelConversion colorModel, vk::VkSamplerYcbcrRange colorRange, vk::VkChromaLocation xChromaOffset, vk::VkChromaLocation yChromaOffset, vk::VkFilter chromaFilter, const vk::VkComponentMapping& componentMapping, bool explicitReconstruction) createConversion() argument
[all...]
H A DvktYCbCrUtil.cpp1358 void convertColor (vk::VkSamplerYcbcrModelConversion colorModel,
1365 switch (colorModel)
1395 if (colorModel == vk::VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_601)
1401 else if (colorModel == vk::VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_709)
1421 if (colorModel != vk::VK_SAMPLER_YCBCR_MODEL_CONVERSION_YCBCR_IDENTITY)
1676 vk::VkSamplerYcbcrModelConversion colorModel,
1789 convertColor(colorModel, range, conversionFormat, bitDepth, srcColor, dstColor);
1831 convertColor(colorModel, range, conversionFormat, bitDepth, srcColor, dstColor);
1903 convertColor(colorModel, range, conversionFormat, bitDepth, srcColor, dstColor);
1944 convertColor(colorModel, rang
[all...]
H A DvktYCbCrUtil.hpp208 vk::VkSamplerYcbcrModelConversion colorModel,
/third_party/cups-filters/filter/
H A Drastertopdf.cpp1260 std::string colorModel = ""; in getIPPColorProfileName() local
1267 colorModel = "rgb"; in getIPPColorProfileName()
1270 colorModel = "srgb"; in getIPPColorProfileName()
1273 colorModel = "adobergb"; in getIPPColorProfileName()
1276 colorModel = "gray"; in getIPPColorProfileName()
1279 colorModel = "cmyk"; in getIPPColorProfileName()
1282 colorModel = ""; in getIPPColorProfileName()
1292 if (resolution != "" || colorModel != "") in getIPPColorProfileName()
1295 // profile-uri reference: "http://www.server.com/colorModel-Resolution-mediaType.icc in getIPPColorProfileName()
1297 iccProfile = colorModel in getIPPColorProfileName()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemYCbCrConversionTests.cpp130 , colorModel (colorModel_) in TestConfig()
149 vk::VkSamplerYcbcrModelConversion colorModel; member
291 const vk::VkSamplerYcbcrModelConversion colorModel, in createConversion()
305 colorModel, in createConversion()
471 log << tcu::TestLog::Message << "ColorModel: " << config.colorModel << tcu::TestLog::EndMessage; in logTestCaseInfo()
1029 // \todo Limit values to only values that produce defined values using selected colorRange and colorModel? The verification code handles those cases already correctly. in generateYCbCrImage()
1060 ycbcr::calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, texCoords, filteringPrecision, conversionPrecision, subTexelPrecisionBits, config.textureFilter, config.colorModel, config.colorRange, config.chromaFilter, config.xChromaOffset, config.yChromaOffset, config.componentMapping, explicitReconstruction, config.addressModeU, config.addressModeV, ycbcrMinBounds, ycbcrMaxBounds, uvBounds, ijBounds); in generateYCbCrImage()
1068 ycbcr::calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, texCoords, filteringPrecision, conversionPrecision, subTexelPrecisionBits, config.textureFilter, config.colorModel, config.colorRange, config.chromaFilter, vk::VK_CHROMA_LOCATION_MIDPOINT, vk::VK_CHROMA_LOCATION_MIDPOINT, config.componentMapping, explicitReconstruction, config.addressModeU, config.addressModeV, relaxedYcbcrMinBounds, relaxedYcbcrMaxBounds, uvBounds, ijBounds); in generateYCbCrImage()
1172 config.colorModel, in conversionTest()
1447 const vk::VkSamplerYcbcrModelConversion colorModel (colorModel in createYCbCrConversionTests()
288 createConversion(const vk::DeviceInterface& vkd, const vk::VkDevice device, const vk::VkFormat format, const vk::VkSamplerYcbcrModelConversion colorModel, const vk::VkSamplerYcbcrRange colorRange, const vk::VkChromaLocation xChromaOffset, const vk::VkChromaLocation yChromaOffset, const vk::VkFilter chromaFilter, const vk::VkComponentMapping& componentMapping, const bool explicitReconstruction) createConversion() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemYCbCrConversionTests.cpp130 , colorModel (colorModel_) in TestConfig()
149 vk::VkSamplerYcbcrModelConversion colorModel; member
291 const vk::VkSamplerYcbcrModelConversion colorModel, in createConversion()
305 colorModel, in createConversion()
471 log << tcu::TestLog::Message << "ColorModel: " << config.colorModel << tcu::TestLog::EndMessage; in logTestCaseInfo()
1029 // \todo Limit values to only values that produce defined values using selected colorRange and colorModel? The verification code handles those cases already correctly. in generateYCbCrImage()
1060 ycbcr::calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, texCoords, filteringPrecision, conversionPrecision, subTexelPrecisionBits, config.textureFilter, config.colorModel, config.colorRange, config.chromaFilter, config.xChromaOffset, config.yChromaOffset, config.componentMapping, explicitReconstruction, config.addressModeU, config.addressModeV, ycbcrMinBounds, ycbcrMaxBounds, uvBounds, ijBounds); in generateYCbCrImage()
1068 ycbcr::calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, texCoords, filteringPrecision, conversionPrecision, subTexelPrecisionBits, config.textureFilter, config.colorModel, config.colorRange, config.chromaFilter, vk::VK_CHROMA_LOCATION_MIDPOINT, vk::VK_CHROMA_LOCATION_MIDPOINT, config.componentMapping, explicitReconstruction, config.addressModeU, config.addressModeV, relaxedYcbcrMinBounds, relaxedYcbcrMaxBounds, uvBounds, ijBounds); in generateYCbCrImage()
1172 config.colorModel, in conversionTest()
1446 const vk::VkSamplerYcbcrModelConversion colorModel (colorModel in createYCbCrConversionTests()
288 createConversion(const vk::DeviceInterface& vkd, const vk::VkDevice device, const vk::VkFormat format, const vk::VkSamplerYcbcrModelConversion colorModel, const vk::VkSamplerYcbcrRange colorRange, const vk::VkChromaLocation xChromaOffset, const vk::VkChromaLocation yChromaOffset, const vk::VkFilter chromaFilter, const vk::VkComponentMapping& componentMapping, const bool explicitReconstruction) createConversion() argument
[all...]

Completed in 16 milliseconds