Searched refs:uvBound (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrFilteringTests.cpp | 406 std::vector<tcu::Vec4> uvBound; in iterate() local 408 …S_MODE_CLAMP_TO_EDGE, VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE, minBound, maxBound, uvBound, ijBound); in iterate() 454 log << TestLog::Message << " UMin : " << uvBound[ndx][0] << TestLog::EndMessage; in iterate() 455 log << TestLog::Message << " UMax : " << uvBound[ndx][1] << TestLog::EndMessage; in iterate() 456 log << TestLog::Message << " VMin : " << uvBound[ndx][2] << TestLog::EndMessage; in iterate() 457 log << TestLog::Message << " VMax : " << uvBound[ndx][3] << TestLog::EndMessage; in iterate()
|
D | vktYCbCrConversionTests.cpp | 786 vector<Vec4> uvBound; in textureConversionTest() local 789 …citReconstruction, config.addressModeU, config.addressModeV, minBound, maxBound, uvBound, ijBound); in textureConversionTest() 793 …n, config.addressModeU, config.addressModeV, minMidpointBound, maxMidpointBound, uvBound, ijBound); in textureConversionTest() 800 uvBounds.push_back (uvBound); in textureConversionTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/ |
D | vktYCbCrFilteringTests.cpp | 406 std::vector<tcu::Vec4> uvBound; in iterate() local 408 …S_MODE_CLAMP_TO_EDGE, VK_SAMPLER_ADDRESS_MODE_CLAMP_TO_EDGE, minBound, maxBound, uvBound, ijBound); in iterate() 454 log << TestLog::Message << " UMin : " << uvBound[ndx][0] << TestLog::EndMessage; in iterate() 455 log << TestLog::Message << " UMax : " << uvBound[ndx][1] << TestLog::EndMessage; in iterate() 456 log << TestLog::Message << " VMin : " << uvBound[ndx][2] << TestLog::EndMessage; in iterate() 457 log << TestLog::Message << " VMax : " << uvBound[ndx][3] << TestLog::EndMessage; in iterate()
|
D | vktYCbCrConversionTests.cpp | 786 vector<Vec4> uvBound; in textureConversionTest() local 789 …citReconstruction, config.addressModeU, config.addressModeV, minBound, maxBound, uvBound, ijBound); in textureConversionTest() 793 …n, config.addressModeU, config.addressModeV, minMidpointBound, maxMidpointBound, uvBound, ijBound); in textureConversionTest() 800 uvBounds.push_back (uvBound); in textureConversionTest()
|