Home
last modified time | relevance | path

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

12345

/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);
125 void copy (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src);
127 void scale (const PixelBufferAccess& dst, const ConstPixelBufferAccess& src, Sampler::FilterM…
129 void estimatePixelValueRange (const ConstPixelBufferAccess& access, Vec4& minVal, Vec4& maxVal);
130 void computePixelScaleBias (const ConstPixelBufferAccess& access, Vec4& scale, Vec4& bias);
166 ConstPixelBufferAccess getEffectiveDepthStencilAccess (const ConstPixelBufferAccess& baseAccess,…
171 …xtureView (const tcu::Texture1DView& src, std::vector<tcu::ConstPixelBufferAccess>& storage,…
172 …xtureView (const tcu::Texture2DView& src, std::vector<tcu::ConstPixelBufferAccess>& storage,…
[all …]
DtcuTexture.hpp315 class ConstPixelBufferAccess class
318 ConstPixelBufferAccess (void);
319 ConstPixelBufferAccess (const TextureLevel& level);
320ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, const void…
321 ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, const void* data);
322ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPit…
323ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, const…
375 class PixelBufferAccess : public ConstPixelBufferAccess
422ConstPixelBufferAccess getAccess (void) const { return isEmpty() ? ConstPixelBufferAccess() : C… in getAccess()
432 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;
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()
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()
487 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu… in floatUlpThresholdCompare()
573 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu… in floatThresholdCompare()
660 …eSetName, const char* imageSetDesc, const Vec4& reference, const ConstPixelBufferAccess& result, c… in floatThresholdCompare()
742 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu… in intThresholdCompare()
837 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu… in intThresholdPositionDeviationCompare()
[all …]
DtcuTexture.cpp828 ConstPixelBufferAccess::ConstPixelBufferAccess (void) in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
835 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, int width, int height,… in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
844 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, con… in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
853 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, int width, int height,… in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
862 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, con… in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
872 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureLevel& level) in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
881 : ConstPixelBufferAccess(format, width, height, depth, data) in PixelBufferAccess()
886 : ConstPixelBufferAccess(format, size, data) in PixelBufferAccess()
891 : ConstPixelBufferAccess(format, width, height, depth, rowPitch, slicePitch, data) in PixelBufferAccess()
896 : ConstPixelBufferAccess(format, size, pitch, data) in PixelBufferAccess()
[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()
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()
520 static bool isNearestSampleResultValid (const ConstPixelBufferAccess& level, in isNearestSampleResultValid()
547 static bool isNearestSampleResultValid (const ConstPixelBufferAccess& level, in isNearestSampleResultValid()
582 static bool isNearestSampleResultValid (const ConstPixelBufferAccess& level, in isNearestSampleResultValid()
622 bool isLinearSampleResultValid (const ConstPixelBufferAccess& level, in isLinearSampleResultValid()
665 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);
/external/deqp/modules/glshared/
DglsTextureTestUtil.hpp348 void fetchTexture (const SurfaceAccess& dst, const tcu::ConstPixelBufferAccess& src, const flo…
375 int computeTextureLookupDiff (const tcu::ConstPixelBufferAccess& result,
376 const tcu::ConstPixelBufferAccess& reference,
385 int computeTextureLookupDiff (const tcu::ConstPixelBufferAccess& result,
386 const tcu::ConstPixelBufferAccess& reference,
395 int computeTextureLookupDiff (const tcu::ConstPixelBufferAccess& result,
396 const tcu::ConstPixelBufferAccess& reference,
405 int computeTextureLookupDiff (const tcu::ConstPixelBufferAccess& result,
406 const tcu::ConstPixelBufferAccess& reference,
415 int computeTextureLookupDiff (const tcu::ConstPixelBufferAccess& result,
[all …]
/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/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/pipeline/
DvktPipelineImageUtil.hpp107 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const = 0;
137 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
153 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
170 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
186 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
203 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
219 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
236 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
DvktPipelineImageUtil.cpp319 …tcu::copy(*resultLevel, tcu::ConstPixelBufferAccess(resultLevel->getFormat(), resultLevel->getSize… in readColorAttachment()
557 const tcu::ConstPixelBufferAccess level = getLevel(levelNdx, layerNdx); in getSize()
657 const tcu::ConstPixelBufferAccess level = getLevel(levelNdx, layerNdx); in getBufferCopyRegions()
723 const tcu::ConstPixelBufferAccess srcAccess = getLevel(levelNdx, layerNdx); in write()
811 const tcu::ConstPixelBufferAccess TestTexture1D::getLevel (int level, int layer) const in getLevel()
866 const tcu::ConstPixelBufferAccess TestTexture1DArray::getLevel (int level, int layer) const in getLevel()
868 const tcu::ConstPixelBufferAccess levelLayers = m_texture.getLevel(level); in getLevel()
872 …return tcu::ConstPixelBufferAccess(levelLayers.getFormat(), levelLayers.getWidth(), 1, 1, (deUint8… in getLevel()
920 const tcu::ConstPixelBufferAccess TestTexture2D::getLevel (int level, int layer) const in getLevel()
975 const tcu::ConstPixelBufferAccess TestTexture2DArray::getLevel (int level, int layer) const in getLevel()
[all …]
DvktPipelineMultisampleTests.cpp70 deUint32 getUniqueColorsCount (const tcu::ConstPixelBufferAccess& image);
270 virtual tcu::TestStatus verifyImage (const tcu::ConstPixelBufferAccess& result);
292 virtual tcu::TestStatus verifyImage (const tcu::ConstPixelBufferAccess& testShadingImage,
293 const tcu::ConstPixelBufferAccess& minShadingImage,
294 const tcu::ConstPixelBufferAccess& maxShadingImage);
316 virtual tcu::TestStatus verifyImage (const tcu::ConstPixelBufferAccess& testShadingImage,
317 const tcu::ConstPixelBufferAccess& minShadingImage,
318 const tcu::ConstPixelBufferAccess& maxShadingImage);
340 virtual tcu::TestStatus verifyImage (const tcu::ConstPixelBufferAccess& alphaOneImage,
341 const tcu::ConstPixelBufferAccess& noAlphaOneImage);
[all …]
/external/deqp/modules/internal/
DditTextureFormatTests.cpp53 using tcu::ConstPixelBufferAccess;
1105 ConstPixelBufferAccess getInputAccess (TextureFormat format) in getInputAccess()
1114 …return ConstPixelBufferAccess(format, IVec3(numPixels, 1, 1), IVec3(inputPixelSize, 0, 0), s_forma… in getInputAccess()
1203 void copyPixels (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyPixels()
1209 void copyGetSetDepth (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyGetSetDepth()
1215 void copyGetSetStencil (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyGetSetStencil()
1221 void copyPixels (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyPixels()
1297 void verifyRead (const ConstPixelBufferAccess& src) in verifyRead()
1325 void verifyRead (const ConstPixelBufferAccess& src) in verifyRead()
1337 …void verifyGetPixDepth (const ConstPixelBufferAccess& refAccess, const ConstPixelBufferAccess& com… in verifyGetPixDepth()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.hpp72 tcu::ConstPixelBufferAccess readSurface (vk::VkQueue queue,
82 tcu::ConstPixelBufferAccess readSurface1D (vk::VkQueue queue,
91 tcu::ConstPixelBufferAccess readVolume (vk::VkQueue queue,
102 tcu::ConstPixelBufferAccess readSurfaceLinear (vk::VkOffset3D offset,
144 void uploadVolume (const tcu::ConstPixelBufferAccess& access,
153 void uploadSurface (const tcu::ConstPixelBufferAccess& access,
162 void uploadSurface1D (const tcu::ConstPixelBufferAccess& access,
171 void uploadSurfaceLinear (const tcu::ConstPixelBufferAccess& access,
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateImageObjectUtil.hpp73 tcu::ConstPixelBufferAccess readSurface (vk::VkQueue queue,
83 tcu::ConstPixelBufferAccess readSurface1D (vk::VkQueue queue,
92 tcu::ConstPixelBufferAccess readVolume (vk::VkQueue queue,
103 tcu::ConstPixelBufferAccess readSurfaceLinear (vk::VkOffset3D offset,
145 void uploadVolume (const tcu::ConstPixelBufferAccess& access,
154 void uploadSurface (const tcu::ConstPixelBufferAccess& access,
163 void uploadSurface1D (const tcu::ConstPixelBufferAccess& access,
172 void uploadSurfaceLinear (const tcu::ConstPixelBufferAccess& access,
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolImageObjectUtil.hpp72 tcu::ConstPixelBufferAccess readSurface1D (vk::VkQueue queue,
81 tcu::ConstPixelBufferAccess readVolume (vk::VkQueue queue,
92 tcu::ConstPixelBufferAccess readSurfaceLinear (vk::VkOffset3D offset,
134 void uploadVolume (const tcu::ConstPixelBufferAccess& access,
143 void uploadSurface (const tcu::ConstPixelBufferAccess& access,
152 void uploadSurface1D (const tcu::ConstPixelBufferAccess& access,
161 void uploadSurfaceLinear (const tcu::ConstPixelBufferAccess& access,

12345