Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrConversionTests.cpp183 , explicitReconstruction (explicitReconstruction_) in TestConfig()
205 bool explicitReconstruction; member
451 bool explicitReconstruction) in createConversion() argument
465 explicitReconstruction ? VK_TRUE : VK_FALSE in createConversion()
487 bool explicitReconstruction, in evalShader() argument
500 …olorRange, xChromaOffset, yChromaOffset, chromaFilter, componentMapping, explicitReconstruction))); in evalShader()
508 DE_UNREF(explicitReconstruction); in evalShader()
596 …log << TestLog::Message << "ExplicitReconstruction: " << (config.explicitReconstruction ? "true" :… in logTestCaseInfo()
634 …if (config.explicitReconstruction && ((features & vk::VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVER… in checkSupport()
669 bool explicitReconstruction = config.explicitReconstruction; in textureConversionTest() local
[all …]
DvktYCbCrUtil.hpp213 bool explicitReconstruction,
DvktYCbCrFilteringTests.cpp384 …const bool explicitReconstruction (featureFlags & VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONV… in iterate() local
408 …OCATION_MIDPOINT, VK_CHROMA_LOCATION_MIDPOINT, componentMapping, explicitReconstruction, VK_SAMPLE… in iterate()
DvktYCbCrUtil.cpp1652 bool explicitReconstruction, in calculateBounds() argument
1725 if (explicitReconstruction || !(subsampledX || subsampledY)) in calculateBounds()
1816 if (explicitReconstruction || !(subsampledX || subsampledY)) in calculateBounds()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemYCbCrConversionTests.cpp126 , explicitReconstruction (explicitReconstruction_) in TestConfig()
145 bool explicitReconstruction; member
184 …if (config.explicitReconstruction && ((features & vk::VK_FORMAT_FEATURE_SAMPLED_IMAGE_YCBCR_CONVER… in validateFormatSupport()
203 config.explicitReconstruction = true; in validateFormatSupport()
297 const bool explicitReconstruction) in createConversion() argument
311 explicitReconstruction ? VK_TRUE : VK_FALSE in createConversion()
468 …log << tcu::TestLog::Message << "ExplicitReconstruction: " << (config.explicitReconstruction ? "tr… in logTestCaseInfo()
1008 bool explicitReconstruction = config.explicitReconstruction; in generateYCbCrImage() local
1023 …mplicitNearestCosited ((config.chromaFilter == vk::VK_FILTER_NEAREST && !explicitReconstruction) && in generateYCbCrImage()
1060 …ig.xChromaOffset, config.yChromaOffset, config.componentMapping, explicitReconstruction, config.ad… in generateYCbCrImage()
[all …]