HomeSort by relevance Sort by last modified time
    Searched defs:uvBounds (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/ycbcr/
vktYCbCrConversionTests.cpp 645 vector<Vec4> uvBounds;
685 calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, sts, filteringPrecision, conversionPrecision, subTexelPrecisionBits, config.textureFilter, config.colorModel, config.colorRange, config.chromaFilter, config.xChromaOffset, config.yChromaOffset, config.componentMapping, explicitReconstruction, config.addressModeU, config.addressModeV, minBounds, maxBounds, uvBounds, ijBounds);
690 calculateBounds(rChannelAccess, gChannelAccess, bChannelAccess, aChannelAccess, bitDepth, sts, filteringPrecision, conversionPrecision, subTexelPrecisionBits, config.textureFilter, config.colorModel, config.colorRange, config.chromaFilter, vk::VK_CHROMA_LOCATION_MIDPOINT_KHR, vk::VK_CHROMA_LOCATION_MIDPOINT_KHR, config.componentMapping, explicitReconstruction, config.addressModeU, config.addressModeV, minMidpointBounds, maxMidpointBounds, uvBounds, ijBounds);
813 log << TestLog::Message << " UMin : " << uvBounds[ndx][0] << TestLog::EndMessage;
814 log << TestLog::Message << " UMax : " << uvBounds[ndx][1] << TestLog::EndMessage;
815 log << TestLog::Message << " VMin : " << uvBounds[ndx][2] << TestLog::EndMessage;
816 log << TestLog::Message << " VMax : " << uvBounds[ndx][3] << TestLog::EndMessage;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemYCbCrConversionTests.cpp     [all...]

Completed in 230 milliseconds