Home
last modified time | relevance | path

Searched refs:ConstPixelBufferAccess (Results 1 – 25 of 471) sorted by relevance

12345678910>>...19

/third_party/vk-gl-cts/framework/common/
DtcuImageCompare.hpp34 class ConstPixelBufferAccess;
51 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu…
52 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu…
53 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu…
54 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu…
55 …eSetName, const char* imageSetDesc, const Vec4& reference, const ConstPixelBufferAccess& result, c…
56 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu…
57 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu…
58 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu…
59 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu…
[all …]
DtcuTextureUtil.hpp34 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int z, …
37 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int wid…
40 ConstPixelBufferAccess flipYAccess (const ConstPixelBufferAccess& access);
129 void copy (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, const bool clearU…
131 void scale (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, Sampler::FilterM…
133 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal);
134 void computePixelScaleBias (const ConstPixelBufferAccess& access, Vec4& scale, Vec4& bias);
167 ConstPixelBufferAccess getEffectiveDepthStencilAccess (const ConstPixelBufferAccess& baseAccess,…
172 …xtureView (const tcu::Texture1DView& src, std::vector<tcu::ConstPixelBufferAccess>& storage,…
173 …xtureView (const tcu::Texture2DView& src, std::vector<tcu::ConstPixelBufferAccess>& storage,…
[all …]
DtcuTexture.hpp351 class ConstPixelBufferAccess class
354 ConstPixelBufferAccess (void);
355 ConstPixelBufferAccess (const TextureLevel& level);
356ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, const void…
357 ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, const void* data);
358ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPit…
359ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, const…
360ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, const…
416 class PixelBufferAccess : public ConstPixelBufferAccess
464ConstPixelBufferAccess getAccess (void) const { return isEmpty() ? ConstPixelBufferAccess() : C… in getAccess()
[all …]
DtcuTexLookupVerifier.hpp122 bool isLevel1DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, T…
123 bool isLevel1DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, T…
124 bool isLevel1DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, T…
126 bool isLevel2DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, T…
127 bool isLevel2DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, T…
128 bool isLevel2DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, T…
130 bool isLevel3DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, T…
131 bool isLevel3DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, T…
132 bool isLevel3DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, T…
134 bool isLinearSampleResultValid (const ConstPixelBufferAccess& level, const Sampler& sampler, con…
DtcuBilinearImageCompare.cpp50 inline deUint32 readRGBA8Raw (const ConstPixelBufferAccess& src, deUint32 x, deUint32 y) in readRGBA8Raw()
55 inline deUint32 readRGBA8Raw (const ConstPixelBufferAccess& src, deUint32 x, deUint32 y) in readRGBA8Raw()
61 inline RGBA readRGBA8 (const ConstPixelBufferAccess& src, deUint32 x, deUint32 y) in readRGBA8()
86 RGBA bilinearSampleRGBA8 (const ConstPixelBufferAccess& access, deUint32 u, deUint32 v) in bilinearSampleRGBA8()
114 bool comparePixelRGBA8 (const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& resu… in comparePixelRGBA8()
191 bool bilinearCompareRGBA8 (const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& r… in bilinearCompareRGBA8()
219 bool bilinearCompare (const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result… in bilinearCompare()
DtcuImageCompare.cpp44 void computeScaleAndBias (const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& re… in computeScaleAndBias()
91 …s (const PixelBufferAccess& errorMask, const ConstPixelBufferAccess& reference, const ConstPixelBu… in findNumPositionDeviationFailingPixels()
217 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu… in fuzzyCompare()
291 static deInt64 computeSquaredDiffSum (const ConstPixelBufferAccess& ref, const ConstPixelBufferAcce… in computeSquaredDiffSum()
335 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu… in measurePixelDiffAccuracy()
488 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu… in floatUlpThresholdCompare()
574 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu… in floatThresholdCompare()
664 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu… in floatThresholdCompare()
755 …eSetName, const char* imageSetDesc, const Vec4& reference, const ConstPixelBufferAccess& result, c… in floatThresholdCompare()
838 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu… in intThresholdCompare()
[all …]
DtcuTexture.cpp941 ConstPixelBufferAccess::ConstPixelBufferAccess (void) in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
949 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, int width, int height,… in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
959 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, con… in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
969 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, int width, int height,… in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
979 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, con… in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
990 ConstPixelBufferAccess::ConstPixelBufferAccess(const TextureFormat& format, const IVec3& size, cons… in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
1001 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureLevel& level) in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
1011 : ConstPixelBufferAccess(format, width, height, depth, data) in PixelBufferAccess()
1016 : ConstPixelBufferAccess(format, size, data) in PixelBufferAccess()
1021 : ConstPixelBufferAccess(format, width, height, depth, rowPitch, slicePitch, data) in PixelBufferAccess()
[all …]
DtcuBilinearImageCompare.hpp31 class ConstPixelBufferAccess;
35 bool bilinearCompare (const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& result…
DtcuFuzzyImageCompare.hpp31 class ConstPixelBufferAccess;
44 …ompare (const FuzzyCompareParams& params, const ConstPixelBufferAccess& ref, const ConstPixelBuffe…
DtcuFuzzyImageCompare.cpp74 static inline deUint32 readUnorm8 (const tcu::ConstPixelBufferAccess& src, int x, int y) in readUnorm8()
90 inline deUint32 readUnorm8<4> (const tcu::ConstPixelBufferAccess& src, int x, int y) in readUnorm8()
124 inline deUint32 bilinearSample (const ConstPixelBufferAccess& src, float u, float v) in bilinearSample()
162 static void separableConvolve (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, int… in separableConvolve()
213 …32 distSquaredToNeighbor (de::Random& rnd, deUint32 pixel, const ConstPixelBufferAccess& surface, … in distSquaredToNeighbor()
273 …ompare (const FuzzyCompareParams& params, const ConstPixelBufferAccess& ref, const ConstPixelBuffe… in fuzzyCompare()
316 ConstPixelBufferAccess refAccess = refFiltered.getAccess(); in fuzzyCompare()
317 ConstPixelBufferAccess cmpAccess = cmpFiltered.getAccess(); in fuzzyCompare()
DtcuTexLookupVerifier.cpp50 static inline bool coordsInBounds (const ConstPixelBufferAccess& access, int x, int y, int z) in coordsInBounds()
56 inline Vector<ScalarType, 4> lookup (const ConstPixelBufferAccess& access, const Sampler& sampler, … in lookup()
65 inline Vector<float, 4> lookup (const ConstPixelBufferAccess& access, const Sampler& sampler, int i… in lookup()
101 static void lookupQuad (ColorQuad& dst, const ConstPixelBufferAccess& level, const Sampler& sampler… in lookupQuad()
115 static void lookupLine (ColorLine& dst, const ConstPixelBufferAccess& level, const Sampler& sampler… in lookupLine()
565 static bool isNearestSampleResultValid (const ConstPixelBufferAccess& level, in isNearestSampleResultValid()
592 static bool isNearestSampleResultValid (const ConstPixelBufferAccess& level, in isNearestSampleResultValid()
627 static bool isNearestSampleResultValid (const ConstPixelBufferAccess& level, in isNearestSampleResultValid()
667 bool isLinearSampleResultValid (const ConstPixelBufferAccess& level, in isLinearSampleResultValid()
720 bool isLinearSampleResultValid (const ConstPixelBufferAccess& level, in isLinearSampleResultValid()
[all …]
DtcuSurface.hpp59 ConstPixelBufferAccess getAccess (void) const;
105 inline ConstPixelBufferAccess Surface::getAccess (void) const in getAccess()
107 …return ConstPixelBufferAccess(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_wid… in getAccess()
/third_party/vk-gl-cts/framework/opengl/
DgluTextureTestUtil.hpp171 void fetchTexture (const tcu::SurfaceAccess& dst, const tcu::ConstPixelBufferAccess& src, cons…
208 int computeTextureLookupDiff (const tcu::ConstPixelBufferAccess& result,
209 const tcu::ConstPixelBufferAccess& reference,
218 int computeTextureLookupDiff (const tcu::ConstPixelBufferAccess& result,
219 const tcu::ConstPixelBufferAccess& reference,
228 int computeTextureLookupDiff (const tcu::ConstPixelBufferAccess& result,
229 const tcu::ConstPixelBufferAccess& reference,
238 int computeTextureLookupDiff (const tcu::ConstPixelBufferAccess& result,
239 const tcu::ConstPixelBufferAccess& reference,
248 int computeTextureLookupDiff (const tcu::ConstPixelBufferAccess& result,
[all …]
DgluPixelTransfer.hpp31 class ConstPixelBufferAccess;
43 …text, deUint32 target, int level, deUint32 internalFormat, const tcu::ConstPixelBufferAccess& src);
44 …text, deUint32 target, int level, deUint32 internalFormat, const tcu::ConstPixelBufferAccess& src);
45 …ontext& context, deUint32 target, int level, int x, int y, const tcu::ConstPixelBufferAccess& src);
46 … context, deUint32 target, int level, int x, int y, int z, const tcu::ConstPixelBufferAccess& src);
/third_party/vk-gl-cts/framework/referencerenderer/
DrrMultisamplePixelBufferAccess.hpp69 MultisampleConstPixelBufferAccess (const tcu::ConstPixelBufferAccess& rawAccess);
75 inline const tcu::ConstPixelBufferAccess& raw (void) const { return m_access; } in raw()
78 const tcu::ConstPixelBufferAccess toSinglesampleAccess (void) const;
80 …pleConstPixelBufferAccess fromSinglesampleAccess (const tcu::ConstPixelBufferAccess& singlesam…
81 …mpleConstPixelBufferAccess fromMultisampleAccess (const tcu::ConstPixelBufferAccess& multisamp…
84 tcu::ConstPixelBufferAccess m_access;
DrrMultisamplePixelBufferAccess.cpp66 : m_access(tcu::ConstPixelBufferAccess()) in MultisampleConstPixelBufferAccess()
70 …PixelBufferAccess::MultisampleConstPixelBufferAccess (const tcu::ConstPixelBufferAccess& rawAccess) in MultisampleConstPixelBufferAccess()
80 const tcu::ConstPixelBufferAccess MultisampleConstPixelBufferAccess::toSinglesampleAccess (void) co… in toSinglesampleAccess()
84 return tcu::ConstPixelBufferAccess(m_access.getFormat(), in toSinglesampleAccess()
90 …isampleConstPixelBufferAccess::fromSinglesampleAccess (const tcu::ConstPixelBufferAccess& original) in fromSinglesampleAccess()
93 tcu::ConstPixelBufferAccess( in fromSinglesampleAccess()
100 …isampleConstPixelBufferAccess::fromMultisampleAccess (const tcu::ConstPixelBufferAccess& multisamp… in fromMultisampleAccess()
146 …const tcu::ConstPixelBufferAccess effectiveSrc = tcu::getEffectiveDepthStencilAccess(src.raw(), tc… in resolveMultisampleDepthBuffer()
175 …const tcu::ConstPixelBufferAccess effectiveSrc = tcu::getEffectiveDepthStencilAccess(src.raw(), tc… in resolveMultisampleStencilBuffer()
/third_party/vk-gl-cts/modules/internal/
DditTextureFormatTests.cpp53 using tcu::ConstPixelBufferAccess;
1236 ConstPixelBufferAccess getInputAccess (TextureFormat format) in getInputAccess()
1245 …return ConstPixelBufferAccess(format, IVec3(numPixels, 1, 1), IVec3(inputPixelSize, 0, 0), s_forma… in getInputAccess()
1334 void copyPixels (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyPixels()
1340 void copyGetSetDepth (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyGetSetDepth()
1346 void copyGetSetStencil (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyGetSetStencil()
1352 void copyPixels (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyPixels()
1428 void verifyRead (const ConstPixelBufferAccess& src) in verifyRead()
1456 void verifyRead (const ConstPixelBufferAccess& src) in verifyRead()
1473 …void verifyGetPixDepth (const ConstPixelBufferAccess& refAccess, const ConstPixelBufferAccess& com… in verifyGetPixDepth()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawImageObjectUtil.hpp74 tcu::ConstPixelBufferAccess readSurface (vk::VkQueue queue,
84 tcu::ConstPixelBufferAccess readDepth (vk::VkQueue queue,
94 tcu::ConstPixelBufferAccess readSurface1D (vk::VkQueue queue,
103 tcu::ConstPixelBufferAccess readVolume (vk::VkQueue queue,
114 tcu::ConstPixelBufferAccess readSurfaceLinear (vk::VkOffset3D offset,
156 void uploadVolume (const tcu::ConstPixelBufferAccess& access,
165 void uploadSurface (const tcu::ConstPixelBufferAccess& access,
174 void uploadSurface1D (const tcu::ConstPixelBufferAccess& access,
183 void uploadSurfaceLinear (const tcu::ConstPixelBufferAccess& access,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.hpp74 tcu::ConstPixelBufferAccess readSurface (vk::VkQueue queue,
84 tcu::ConstPixelBufferAccess readDepth (vk::VkQueue queue,
94 tcu::ConstPixelBufferAccess readSurface1D (vk::VkQueue queue,
103 tcu::ConstPixelBufferAccess readVolume (vk::VkQueue queue,
114 tcu::ConstPixelBufferAccess readSurfaceLinear (vk::VkOffset3D offset,
156 void uploadVolume (const tcu::ConstPixelBufferAccess& access,
165 void uploadSurface (const tcu::ConstPixelBufferAccess& access,
174 void uploadSurface1D (const tcu::ConstPixelBufferAccess& access,
183 void uploadSurfaceLinear (const tcu::ConstPixelBufferAccess& access,
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp984 const tcu::ConstPixelBufferAccess& texCoords, in validateResultImage()
989 const tcu::ConstPixelBufferAccess& result, in validateResultImage()
1072 void swizzleT (const tcu::ConstPixelBufferAccess& src, const tcu::PixelBufferAccess& dst, const vk:… in swizzleT()
1080 void swizzleFromSRGB (const tcu::ConstPixelBufferAccess& src, const tcu::PixelBufferAccess& dst, co… in swizzleFromSRGB()
1088 void swizzle (const tcu::ConstPixelBufferAccess& src, const tcu::PixelBufferAccess& dst, const vk::… in swizzle()
1125 …reType* createSkeletonClone (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0);
1144 …tonClone<tcu::Texture1DView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
1150 …one<tcu::Texture1DArrayView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
1156 …tonClone<tcu::Texture2DView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
1162 …one<tcu::Texture2DArrayView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
[all …]
DvktPipelineImageUtil.hpp179 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const = 0;
215 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
236 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
259 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
280 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
302 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
323 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
345 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp984 const tcu::ConstPixelBufferAccess& texCoords, in validateResultImage()
989 const tcu::ConstPixelBufferAccess& result, in validateResultImage()
1072 void swizzleT (const tcu::ConstPixelBufferAccess& src, const tcu::PixelBufferAccess& dst, const vk:… in swizzleT()
1080 void swizzleFromSRGB (const tcu::ConstPixelBufferAccess& src, const tcu::PixelBufferAccess& dst, co… in swizzleFromSRGB()
1088 void swizzle (const tcu::ConstPixelBufferAccess& src, const tcu::PixelBufferAccess& dst, const vk::… in swizzle()
1125 …reType* createSkeletonClone (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0);
1144 …tonClone<tcu::Texture1DView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
1150 …one<tcu::Texture1DArrayView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
1156 …tonClone<tcu::Texture2DView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
1162 …one<tcu::Texture2DArrayView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
[all …]
DvktPipelineImageUtil.hpp179 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const = 0;
215 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
236 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
259 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
280 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
302 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
323 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
345 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiFillBufferTests.cpp200 void uploadBuffer (tcu::ConstPixelBufferAccess
203 virtual tcu::TestStatus checkTestResult (tcu::ConstPixelBufferAccess
205 deUint32 calculateSize (tcu::ConstPixelBufferAccess in calculateSize()
270 …tcu::copy(*resultLevel, tcu::ConstPixelBufferAccess(resultLevel->getFormat(), resultLevel->getSize… in iterate()
292 (tcu::ConstPixelBufferAccess in uploadBuffer()
306 (tcu::ConstPixelBufferAccess in checkTestResult()
309 const tcu::ConstPixelBufferAccess in checkTestResult()
324 const tcu::ConstPixelBufferAccess in generateExpectedResult()
412 …tcu::copy(*resultLevel, tcu::ConstPixelBufferAccess(resultLevel->getFormat(), resultLevel->getSize… in iterate()
420 const tcu::ConstPixelBufferAccess in generateExpectedResult()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFillBufferTests.cpp200 void uploadBuffer (tcu::ConstPixelBufferAccess
203 virtual tcu::TestStatus checkTestResult (tcu::ConstPixelBufferAccess
205 deUint32 calculateSize (tcu::ConstPixelBufferAccess in calculateSize()
270 …tcu::copy(*resultLevel, tcu::ConstPixelBufferAccess(resultLevel->getFormat(), resultLevel->getSize… in iterate()
292 (tcu::ConstPixelBufferAccess in uploadBuffer()
306 (tcu::ConstPixelBufferAccess in checkTestResult()
309 const tcu::ConstPixelBufferAccess in checkTestResult()
324 const tcu::ConstPixelBufferAccess in generateExpectedResult()
412 …tcu::copy(*resultLevel, tcu::ConstPixelBufferAccess(resultLevel->getFormat(), resultLevel->getSize… in iterate()
420 const tcu::ConstPixelBufferAccess in generateExpectedResult()

12345678910>>...19