Home
last modified time | relevance | path

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

123456789

/external/deqp/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 …eSetName, const char* imageSetDesc, const Vec4& reference, const ConstPixelBufferAccess& result, c…
55 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu…
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);
127 void copy (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, const bool clearU…
129 void scale (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, Sampler::FilterM…
131 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal);
132 void computePixelScaleBias (const ConstPixelBufferAccess& access, Vec4& scale, Vec4& bias);
168 ConstPixelBufferAccess getEffectiveDepthStencilAccess (const ConstPixelBufferAccess& baseAccess,…
173 …xtureView (const tcu::Texture1DView& src, std::vector<tcu::ConstPixelBufferAccess>& storage,…
174 …xtureView (const tcu::Texture2DView& src, std::vector<tcu::ConstPixelBufferAccess>& storage,…
[all …]
DtcuTexture.hpp349 class ConstPixelBufferAccess class
352 ConstPixelBufferAccess (void);
353 ConstPixelBufferAccess (const TextureLevel& level);
354ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, const void…
355 ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, const void* data);
356ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPit…
357ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, const…
358ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, const…
412 class PixelBufferAccess : public ConstPixelBufferAccess
460ConstPixelBufferAccess 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()
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…
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()
661 …eSetName, const char* imageSetDesc, const Vec4& reference, const ConstPixelBufferAccess& result, c… in floatThresholdCompare()
743 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu… in intThresholdCompare()
830 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu… in dsThresholdCompare()
[all …]
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()
DtcuTexture.cpp930 ConstPixelBufferAccess::ConstPixelBufferAccess (void) in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
938 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, int width, int height,… in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
948 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, con… in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
958 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, int width, int height,… in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
968 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, con… in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
979 ConstPixelBufferAccess::ConstPixelBufferAccess(const TextureFormat& format, const IVec3& size, cons… in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
990 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureLevel& level) in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
1000 : ConstPixelBufferAccess(format, width, height, depth, data) in PixelBufferAccess()
1005 : ConstPixelBufferAccess(format, size, data) in PixelBufferAccess()
1010 : ConstPixelBufferAccess(format, width, height, depth, rowPitch, slicePitch, data) in PixelBufferAccess()
[all …]
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()
DtcuImageIO.hpp33 class ConstPixelBufferAccess;
42 void savePNG (const ConstPixelBufferAccess& src, const char* fileName);
DtcuTextureUtil.cpp260 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int z, int… in getSubregion()
271 …return ConstPixelBufferAccess(access.getFormat(), tcu::IVec3(width, height, depth), access.getPitc… in getSubregion()
324 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int width,… in getSubregion()
348 ConstPixelBufferAccess flipYAccess (const ConstPixelBufferAccess& access) in flipYAccess()
354 …return ConstPixelBufferAccess(access.getFormat(), access.getSize(), pitch, (deUint8*)access.getDat… in flipYAccess()
1132 void copy (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, const bool clearUnused) in copy()
1221 void scale (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, Sampler::FilterMode fi… in scale()
1247 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal) in estimatePixelValueRange()
1294 void computePixelScaleBias (const ConstPixelBufferAccess& access, Vec4& scale, Vec4& bias) in computePixelScaleBias()
1531 ConstPixelBufferAccess getEffectiveDepthStencilAccess (const ConstPixelBufferAccess& baseAccess, Sa… in getEffectiveDepthStencilAccess()
[all …]
/external/deqp/framework/opengl/
DgluTextureTestUtil.hpp159 void fetchTexture (const tcu::SurfaceAccess& dst, const tcu::ConstPixelBufferAccess& src, cons…
193 int computeTextureLookupDiff (const tcu::ConstPixelBufferAccess& result,
194 const tcu::ConstPixelBufferAccess& reference,
203 int computeTextureLookupDiff (const tcu::ConstPixelBufferAccess& result,
204 const tcu::ConstPixelBufferAccess& reference,
213 int computeTextureLookupDiff (const tcu::ConstPixelBufferAccess& result,
214 const tcu::ConstPixelBufferAccess& reference,
223 int computeTextureLookupDiff (const tcu::ConstPixelBufferAccess& result,
224 const tcu::ConstPixelBufferAccess& reference,
233 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);
DgluPixelTransfer.cpp68 …ntext, deUint32 target, int level, deUint32 internalFormat, const tcu::ConstPixelBufferAccess& src) in texImage2D()
87 …ntext, deUint32 target, int level, deUint32 internalFormat, const tcu::ConstPixelBufferAccess& src) in texImage3D()
107 …Context& context, deUint32 target, int level, int x, int y, const tcu::ConstPixelBufferAccess& src) in texSubImage2D()
126 …& context, deUint32 target, int level, int x, int y, int z, const tcu::ConstPixelBufferAccess& src) in texSubImage3D()
/external/deqp/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()
/external/deqp/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,
/external/deqp/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 …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp961 const tcu::ConstPixelBufferAccess& texCoords, in validateResultImage()
966 const tcu::ConstPixelBufferAccess& result, in validateResultImage()
1049 void swizzleT (const tcu::ConstPixelBufferAccess& src, const tcu::PixelBufferAccess& dst, const vk:… in swizzleT()
1057 void swizzleFromSRGB (const tcu::ConstPixelBufferAccess& src, const tcu::PixelBufferAccess& dst, co… in swizzleFromSRGB()
1065 void swizzle (const tcu::ConstPixelBufferAccess& src, const tcu::PixelBufferAccess& dst, const vk::… in swizzle()
1102 …reType* createSkeletonClone (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0);
1121 …tonClone<tcu::Texture1DView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
1127 …one<tcu::Texture1DArrayView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
1133 …tonClone<tcu::Texture2DView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
1139 …one<tcu::Texture2DArrayView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
[all …]
DvktPipelineImageUtil.hpp176 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const = 0;
212 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
233 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
256 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
277 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
299 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
320 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
342 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
DvktPipelineMultisampleBaseResolveAndPerSampleFetch.hpp68 const std::vector<tcu::ConstPixelBufferAccess>& dataPerSample,
69 const tcu::ConstPixelBufferAccess& dataRS) const = 0;
/external/deqp/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()

123456789