Searched refs:refTexView (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/ |
D | vktYCbCrViewTests.cpp | 645 const tcu::Texture2DView refTexView (1u, &channelAccess); in testPlaneView() local 650 referenceWhole[ndx][channelNdx] = refTexView.sample(refSampler, coord.x(), coord.y(), 0.0f)[0]; in testPlaneView() 666 const tcu::Texture2DView refTexView (1u, &planeAccess); in testPlaneView() local 671 referencePlane[ndx] = refTexView.sample(refSampler, coord.x(), coord.y(), 0.0f); in testPlaneView()
|
D | vktYCbCrFormatTests.cpp | 467 const tcu::Texture2DView refTexView (1u, &channelAccess); in testFormat() local 472 reference[ndx][channelNdx] = refTexView.sample(refSampler, coord.x(), coord.y(), 0.0f)[0]; in testFormat()
|