Searched refs:explicitReconstruction (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrConversionTests.cpp | 164 , explicitReconstruction (explicitReconstruction_) in TestConfig() 185 bool explicitReconstruction; member 418 bool explicitReconstruction) in createConversion() argument 432 explicitReconstruction ? VK_TRUE : VK_FALSE in createConversion() 454 bool explicitReconstruction, in evalShader() argument 461 …colorRange, xChromaOffset, yChromaOffset, chromaFilter, componentMapping, explicitReconstruction)); in evalShader() 469 DE_UNREF(explicitReconstruction); in evalShader() 525 …log << TestLog::Message << "ExplicitReconstruction: " << (config.explicitReconstruction ? "true" :… in logTestCaseInfo() 560 …if (config.explicitReconstruction && ((features & vk::VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVER… in checkSupport() 595 bool explicitReconstruction = config.explicitReconstruction; in textureConversionTest() local [all …]
|
D | vktYCbCrUtil.hpp | 198 bool explicitReconstruction,
|
D | vktYCbCrUtil.cpp | 1792 bool explicitReconstruction, in calculateBounds() argument 1862 if (explicitReconstruction) in calculateBounds() 2030 if (explicitReconstruction) in calculateBounds()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemYCbCrConversionTests.cpp | 125 , explicitReconstruction (explicitReconstruction_) in TestConfig() 144 bool explicitReconstruction; member 179 …if (config.explicitReconstruction && ((features & vk::VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVER… in validateFormatSupport() 198 config.explicitReconstruction = true; in validateFormatSupport() 292 const bool explicitReconstruction) in createConversion() argument 306 explicitReconstruction ? VK_TRUE : VK_FALSE in createConversion() 463 …log << tcu::TestLog::Message << "ExplicitReconstruction: " << (config.explicitReconstruction ? "tr… in logTestCaseInfo() 1001 bool explicitReconstruction = config.explicitReconstruction; in generateYCbCrImage() local 1016 …mplicitNearestCosited ((config.chromaFilter == vk::VK_FILTER_NEAREST && !explicitReconstruction) && in generateYCbCrImage() 1053 …ig.xChromaOffset, config.yChromaOffset, config.componentMapping, explicitReconstruction, config.ad… in generateYCbCrImage() [all …]
|