Home
last modified time | relevance | path

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

123

/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…
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);
102 void copy (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src);
104 void scale (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, Sampler::FilterM…
106 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal);
107 void computePixelScaleBias (const ConstPixelBufferAccess& access, Vec4& scale, Vec4& bias);
143 ConstPixelBufferAccess getEffectiveDepthStencilAccess (const ConstPixelBufferAccess& baseAccess,…
148 …xtureView (const tcu::Texture1DView& src, std::vector<tcu::ConstPixelBufferAccess>& storage,…
149 …xtureView (const tcu::Texture2DView& src, std::vector<tcu::ConstPixelBufferAccess>& storage,…
[all …]
DtcuTexture.hpp297 class ConstPixelBufferAccess class
300 ConstPixelBufferAccess (void);
301 ConstPixelBufferAccess (const TextureLevel& level);
302ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, const void…
303 ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, const void* data);
304ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPit…
305ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, const…
357 class PixelBufferAccess : public ConstPixelBufferAccess
404ConstPixelBufferAccess getAccess (void) const { return ConstPixelBufferAccess(m_format, m_size,… in getAccess()
414 friend class ConstPixelBufferAccess;
[all …]
DtcuTexLookupVerifier.hpp116 bool isLevel1DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, T…
117 bool isLevel1DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, T…
118 bool isLevel1DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, T…
120 bool isLevel2DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, T…
121 bool isLevel2DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, T…
122 bool isLevel2DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, T…
124 bool isLevel3DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, T…
125 bool isLevel3DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, T…
126 bool isLevel3DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, T…
128 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;
50 …ompare (const FuzzyCompareParams& params, const ConstPixelBufferAccess& ref, const ConstPixelBuffe…
DtcuTexture.cpp535 ConstPixelBufferAccess::ConstPixelBufferAccess (void) in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
542 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, int width, int height,… in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
550 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, con… in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
558 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, int width, int height,… in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
566 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, con… in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
575 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureLevel& level) in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
584 : ConstPixelBufferAccess(format, width, height, depth, data) in PixelBufferAccess()
589 : ConstPixelBufferAccess(format, size, data) in PixelBufferAccess()
594 : ConstPixelBufferAccess(format, width, height, depth, rowPitch, slicePitch, data) in PixelBufferAccess()
599 : ConstPixelBufferAccess(format, size, pitch, data) in PixelBufferAccess()
[all …]
DtcuImageCompare.cpp44 void computeScaleAndBias (const ConstPixelBufferAccess& reference, const ConstPixelBufferAccess& re… in computeScaleAndBias()
91 …s (const PixelBufferAccess& errorMask, const ConstPixelBufferAccess& reference, const ConstPixelBu… in findNumPositionDeviationFailingPixels()
216 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu… in fuzzyCompare()
290 static deInt64 computeSquaredDiffSum (const ConstPixelBufferAccess& ref, const ConstPixelBufferAcce… in computeSquaredDiffSum()
334 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu… in measurePixelDiffAccuracy()
486 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu… in floatUlpThresholdCompare()
572 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu… in floatThresholdCompare()
659 …eSetName, const char* imageSetDesc, const Vec4& reference, const ConstPixelBufferAccess& result, c… in floatThresholdCompare()
741 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu… in intThresholdCompare()
836 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu… in intThresholdPositionDeviationCompare()
[all …]
DtcuFuzzyImageCompare.cpp69 static inline deUint32 readUnorm8 (const tcu::ConstPixelBufferAccess& src, int x, int y) in readUnorm8()
85 inline deUint32 readUnorm8<4> (const tcu::ConstPixelBufferAccess& src, int x, int y) in readUnorm8()
122 inline deUint32 bilinearSample (const ConstPixelBufferAccess& src, float u, float v) in bilinearSample()
160 static void separableConvolve (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, int… in separableConvolve()
211 …zzyCompareParams& params, de::Random& rnd, deUint32 pixel, const ConstPixelBufferAccess& surface, … in compareToNeighbor()
272 …ompare (const FuzzyCompareParams& params, const ConstPixelBufferAccess& ref, const ConstPixelBuffe… in fuzzyCompare()
315 ConstPixelBufferAccess refAccess = refFiltered.getAccess(); in fuzzyCompare()
316 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()
490 static bool isNearestSampleResultValid (const ConstPixelBufferAccess& level, in isNearestSampleResultValid()
517 static bool isNearestSampleResultValid (const ConstPixelBufferAccess& level, in isNearestSampleResultValid()
552 static bool isNearestSampleResultValid (const ConstPixelBufferAccess& level, in isNearestSampleResultValid()
592 bool isLinearSampleResultValid (const ConstPixelBufferAccess& level, in isLinearSampleResultValid()
626 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.cpp140 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int z, int… in getSubregion()
151 …return ConstPixelBufferAccess(access.getFormat(), tcu::IVec3(width, height, depth), access.getPitc… in getSubregion()
204 ConstPixelBufferAccess getSubregion (const ConstPixelBufferAccess& access, int x, int y, int width,… in getSubregion()
228 ConstPixelBufferAccess flipYAccess (const ConstPixelBufferAccess& access) in flipYAccess()
234 …return ConstPixelBufferAccess(access.getFormat(), access.getSize(), pitch, (deUint8*)access.getDat… in flipYAccess()
800 void copy (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src) in copy()
889 void scale (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, Sampler::FilterMode fi… in scale()
915 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal) in estimatePixelValueRange()
962 void computePixelScaleBias (const ConstPixelBufferAccess& access, Vec4& scale, Vec4& bias) in computePixelScaleBias()
1136 ConstPixelBufferAccess getEffectiveDepthStencilAccess (const ConstPixelBufferAccess& baseAccess, Sa… in getEffectiveDepthStencilAccess()
[all …]
DtcuTexCompareVerifier.cpp129 static inline bool coordsInBounds (const ConstPixelBufferAccess& access, int x, int y, int z) in coordsInBounds()
134 static float lookupDepth (const tcu::ConstPixelBufferAccess& access, const Sampler& sampler, int i,… in lookupDepth()
143 static float lookupDepthNoBorder (const tcu::ConstPixelBufferAccess& access, const Sampler& sampler… in lookupDepthNoBorder()
538 static bool isNearestCompareResultValid (const ConstPixelBufferAccess& level, in isNearestCompareResultValid()
573 static bool isLinearCompareResultValid (const ConstPixelBufferAccess& level, in isLinearCompareResultValid()
625 static bool isLevelCompareResultValid (const ConstPixelBufferAccess& level, in isLevelCompareResultValid()
640 static bool isNearestMipmapLinearCompareResultValid (const ConstPixelBufferAccess& level0, in isNearestMipmapLinearCompareResultValid()
641 const ConstPixelBufferAccess& level1, in isNearestMipmapLinearCompareResultValid()
694 static bool isLinearMipmapLinearCompareResultValid (const ConstPixelBufferAccess& level0, in isLinearMipmapLinearCompareResultValid()
695 const ConstPixelBufferAccess& level1, in isLinearMipmapLinearCompareResultValid()
[all …]
/external/deqp/modules/glshared/
DglsTextureTestUtil.hpp360 void fetchTexture (const SurfaceAccess& dst, const tcu::ConstPixelBufferAccess& src, const flo…
383 int computeTextureLookupDiff (const tcu::ConstPixelBufferAccess& result,
384 const tcu::ConstPixelBufferAccess& reference,
393 int computeTextureLookupDiff (const tcu::ConstPixelBufferAccess& result,
394 const tcu::ConstPixelBufferAccess& reference,
403 int computeTextureLookupDiff (const tcu::ConstPixelBufferAccess& result,
404 const tcu::ConstPixelBufferAccess& reference,
413 int computeTextureLookupDiff (const tcu::ConstPixelBufferAccess& result,
414 const tcu::ConstPixelBufferAccess& reference,
423 int computeTextureLookupDiff (const tcu::ConstPixelBufferAccess& result,
[all …]
DglsTextureTestUtil.cpp131 const tcu::ConstPixelBufferAccess* levels[tcu::CUBEFACE_LAST]; in getSubView()
432 std::vector<tcu::ConstPixelBufferAccess> srcLevelStorage; in sampleTextureNonProjected()
467 std::vector<tcu::ConstPixelBufferAccess> srcLevelStorage; in sampleTextureNonProjected()
504 std::vector<tcu::ConstPixelBufferAccess> srcLevelStorage; in sampleTextureProjected()
544 std::vector<tcu::ConstPixelBufferAccess> srcLevelStorage; in sampleTextureProjected()
650 std::vector<tcu::ConstPixelBufferAccess> srcLevelStorage; in sampleTextureCube()
709 std::vector<tcu::ConstPixelBufferAccess> srcLevelStorage; in sampleTextureNonProjected()
758 std::vector<tcu::ConstPixelBufferAccess> srcLevelStorage; in sampleTextureNonProjected()
804 std::vector<tcu::ConstPixelBufferAccess> srcLevelStorage; in sampleTextureNonProjected()
843 std::vector<tcu::ConstPixelBufferAccess> srcLevelStorage; in sampleTextureProjected()
[all …]
DglsFragmentOpUtil.hpp147 tcu::ConstPixelBufferAccess getMultisampleAccess(const tcu::ConstPixelBufferAccess& original);
/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(tcu::TextureFormat(), 0, 0, 0, 0, 0, DE_NULL)) 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()
/external/deqp/framework/opengl/
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/opengl/simplereference/
DsglrReferenceContext.hpp123 …const tcu::ConstPixelBufferAccess& getLevel (int level) const { DE_ASSERT(hasLevel(level)); retu… in getLevel()
125 …const tcu::ConstPixelBufferAccess* getLevels (void) const { return &m_access[0]; … in getLevels()
126 …const tcu::ConstPixelBufferAccess* getEffectiveLevels (void) const { return &m_effectiveAccess[0]… in getEffectiveLevels()
138 …tcu::ConstPixelBufferAccess m_effectiveAccess[MAX_TEXTURE_SIZE_LOG2]; //!< the currently effecti…
150 const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level); } in getLevel()
176 const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level); } in getLevel()
203 …const tcu::ConstPixelBufferAccess& getFace (int level, tcu::CubeFace face) const { return m_leve… in getFace()
227 const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level); } in getLevel()
253 const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level); } in getLevel()
279 …const tcu::ConstPixelBufferAccess& getLevel (int level) const { return m_levels.getLevel(level);… in getLevel()
[all …]
/external/deqp/modules/gles3/functional/
Des3fClippingTests.cpp51 using tcu::ConstPixelBufferAccess;
123 void blitImageOnBlackSurface(const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in blitImageOnBlackSurface()
150 …ne int compareImages (tcu::TestLog& log, const ConstPixelBufferAccess& test, const ConstPixelBuffe… in compareImages()
243 …eBlackNonBlackImages (tcu::TestLog& log, const ConstPixelBufferAccess& test, const ConstPixelBuffe… in compareBlackNonBlackImages()
260 …compareColoredImages (tcu::TestLog& log, const ConstPixelBufferAccess& test, const ConstPixelBuffe… in compareColoredImages()
273 …cu::TestLog& log, const tcu::RenderTarget& m_renderTarget, const ConstPixelBufferAccess& image, co… in checkHalfFilledImageOverdraw()
611 …l void verifyImage (const tcu::ConstPixelBufferAccess& testImageAccess, const tcu::ConstPi…
735 …void verifyImage (const tcu::ConstPixelBufferAccess& testImageAccess, const tcu::ConstPixelBuff…
747 void LineCase::verifyImage (const tcu::ConstPixelBufferAccess& testImageAccess, const tcu::ConstPix… in verifyImage()
786 …void verifyImage (const tcu::ConstPixelBufferAccess& testImageAccess, const tcu::ConstPixelBufferA…
[all …]
/external/deqp/modules/gles2/functional/
Des2fClippingTests.cpp51 using tcu::ConstPixelBufferAccess;
120 void blitImageOnBlackSurface(const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in blitImageOnBlackSurface()
147 …ne int compareImages (tcu::TestLog& log, const ConstPixelBufferAccess& test, const ConstPixelBuffe… in compareImages()
240 …eBlackNonBlackImages (tcu::TestLog& log, const ConstPixelBufferAccess& test, const ConstPixelBuffe… in compareBlackNonBlackImages()
257 …compareColoredImages (tcu::TestLog& log, const ConstPixelBufferAccess& test, const ConstPixelBuffe… in compareColoredImages()
270 …cu::TestLog& log, const tcu::RenderTarget& m_renderTarget, const ConstPixelBufferAccess& image, co… in checkHalfFilledImageOverdraw()
608 …l void verifyImage (const tcu::ConstPixelBufferAccess& testImageAccess, const tcu::ConstPi…
732 …void verifyImage (const tcu::ConstPixelBufferAccess& testImageAccess, const tcu::ConstPixelBuff…
744 void LineCase::verifyImage (const tcu::ConstPixelBufferAccess& testImageAccess, const tcu::ConstPix… in verifyImage()
783 …void verifyImage (const tcu::ConstPixelBufferAccess& testImageAccess, const tcu::ConstPixelBufferA…
[all …]

123