Home
last modified time | relevance | path

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

12345678

/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.hpp336 class ConstPixelBufferAccess class
339 ConstPixelBufferAccess (void);
340 ConstPixelBufferAccess (const TextureLevel& level);
341ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, const void…
342 ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, const void* data);
343ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPit…
344ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, const…
396 class PixelBufferAccess : public ConstPixelBufferAccess
443ConstPixelBufferAccess getAccess (void) const { return isEmpty() ? ConstPixelBufferAccess() : C… in getAccess()
453 friend class ConstPixelBufferAccess;
[all …]
DtcuTexLookupVerifier.hpp121 bool isLevel1DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, T…
122 bool isLevel1DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, T…
123 bool isLevel1DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, T…
125 bool isLevel2DLookupResultValid (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…
129 bool isLevel3DLookupResultValid (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…
133 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()
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()
838 …mageSetName, const char* imageSetDesc, const ConstPixelBufferAccess& reference, const ConstPixelBu… in intThresholdPositionDeviationCompare()
[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…
DtcuTexture.cpp884 ConstPixelBufferAccess::ConstPixelBufferAccess (void) in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
891 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, int width, int height,… in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
900 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, con… in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
909 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, int width, int height,… in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
918 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, con… in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
928 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureLevel& level) in ConstPixelBufferAccess() function in tcu::ConstPixelBufferAccess
937 : ConstPixelBufferAccess(format, width, height, depth, data) in PixelBufferAccess()
942 : ConstPixelBufferAccess(format, size, data) in PixelBufferAccess()
947 : ConstPixelBufferAccess(format, width, height, depth, rowPitch, slicePitch, data) in PixelBufferAccess()
952 : 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()
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);
/external/deqp/framework/opengl/
DgluTextureTestUtil.hpp159 void fetchTexture (const tcu::SurfaceAccess& dst, const tcu::ConstPixelBufferAccess& src, cons…
186 int computeTextureLookupDiff (const tcu::ConstPixelBufferAccess& result,
187 const tcu::ConstPixelBufferAccess& reference,
196 int computeTextureLookupDiff (const tcu::ConstPixelBufferAccess& result,
197 const tcu::ConstPixelBufferAccess& reference,
206 int computeTextureLookupDiff (const tcu::ConstPixelBufferAccess& result,
207 const tcu::ConstPixelBufferAccess& reference,
216 int computeTextureLookupDiff (const tcu::ConstPixelBufferAccess& result,
217 const tcu::ConstPixelBufferAccess& reference,
226 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/modules/internal/
DditTextureFormatTests.cpp53 using tcu::ConstPixelBufferAccess;
1190 ConstPixelBufferAccess getInputAccess (TextureFormat format) in getInputAccess()
1199 …return ConstPixelBufferAccess(format, IVec3(numPixels, 1, 1), IVec3(inputPixelSize, 0, 0), s_forma… in getInputAccess()
1288 void copyPixels (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyPixels()
1294 void copyGetSetDepth (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyGetSetDepth()
1300 void copyGetSetStencil (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyGetSetStencil()
1306 void copyPixels (const ConstPixelBufferAccess& src, const PixelBufferAccess& dst) in copyPixels()
1382 void verifyRead (const ConstPixelBufferAccess& src) in verifyRead()
1410 void verifyRead (const ConstPixelBufferAccess& src) in verifyRead()
1427 …void verifyGetPixDepth (const ConstPixelBufferAccess& refAccess, const ConstPixelBufferAccess& com… in verifyGetPixDepth()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp844 const tcu::ConstPixelBufferAccess& texCoords, in validateResultImage()
849 const tcu::ConstPixelBufferAccess& result, in validateResultImage()
932 void swizzleT (const tcu::ConstPixelBufferAccess& src, const tcu::PixelBufferAccess& dst, const vk:… in swizzleT()
940 void swizzleFromSRGB (const tcu::ConstPixelBufferAccess& src, const tcu::PixelBufferAccess& dst, co… in swizzleFromSRGB()
948 void swizzle (const tcu::ConstPixelBufferAccess& src, const tcu::PixelBufferAccess& dst, const vk::… in swizzle()
985 …reType* createSkeletonClone (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0);
1004 …tonClone<tcu::Texture1DView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
1010 …one<tcu::Texture1DArrayView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
1016 …tonClone<tcu::Texture2DView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
1022 …one<tcu::Texture2DArrayView> (tcu::TextureFormat format, const tcu::ConstPixelBufferAccess& level0) in createSkeletonClone()
[all …]
DvktPipelineMultisampleShaderBuiltInTests.cpp134 …const vk::VkImageCreateInfo& imageMSInfo, const std::vector<tcu::ConstPixelBufferAccess>& dataPerS… in checkForErrorMS()
154 bool checkForErrorRS (const vk::VkImageCreateInfo& imageRSInfo, const tcu::ConstPixelBufferAccess& … in checkForErrorRS()
207 const std::vector<tcu::ConstPixelBufferAccess>& dataPerSample,
208 const tcu::ConstPixelBufferAccess& dataRS) const;
225 const std::vector<tcu::ConstPixelBufferAccess>& dataPerSample, in verifyImageData()
226 const tcu::ConstPixelBufferAccess& dataRS) const in verifyImageData()
322 const std::vector<tcu::ConstPixelBufferAccess>& dataPerSample, in verifyImageData()
323 const tcu::ConstPixelBufferAccess& dataRS) const in verifyImageData()
482 const std::vector<tcu::ConstPixelBufferAccess>& dataPerSample, in verifyImageData()
483 const tcu::ConstPixelBufferAccess& dataRS) const in verifyImageData()
[all …]
DvktPipelineImageUtil.hpp137 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const = 0;
173 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
194 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
217 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
238 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
260 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
281 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
303 virtual const tcu::ConstPixelBufferAccess getLevel (int level, int layer) const;
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawImageObjectUtil.hpp74 tcu::ConstPixelBufferAccess readSurface (vk::VkQueue queue,
84 tcu::ConstPixelBufferAccess readSurface1D (vk::VkQueue queue,
93 tcu::ConstPixelBufferAccess readVolume (vk::VkQueue queue,
104 tcu::ConstPixelBufferAccess readSurfaceLinear (vk::VkOffset3D offset,
146 void uploadVolume (const tcu::ConstPixelBufferAccess& access,
155 void uploadSurface (const tcu::ConstPixelBufferAccess& access,
164 void uploadSurface1D (const tcu::ConstPixelBufferAccess& access,
173 void uploadSurfaceLinear (const tcu::ConstPixelBufferAccess& access,
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFillBufferTests.cpp93 void uploadBuffer (tcu::ConstPixelBufferAccess
96 virtual tcu::TestStatus checkTestResult (tcu::ConstPixelBufferAccess
98 deUint32 calculateSize (tcu::ConstPixelBufferAccess in calculateSize()
163 …tcu::copy(*resultLevel, tcu::ConstPixelBufferAccess(resultLevel->getFormat(), resultLevel->getSize… in iterate()
185 (tcu::ConstPixelBufferAccess in uploadBuffer()
199 (tcu::ConstPixelBufferAccess in checkTestResult()
202 const tcu::ConstPixelBufferAccess in checkTestResult()
217 const tcu::ConstPixelBufferAccess in generateExpectedResult()
305 …tcu::copy(*resultLevel, tcu::ConstPixelBufferAccess(resultLevel->getFormat(), resultLevel->getSize… in iterate()
313 const tcu::ConstPixelBufferAccess in generateExpectedResult()
DvktApiCopiesAndBlittingTests.cpp324 …void uploadBuffer (tcu::ConstPixelBufferAccess bufferAccess, const Allocation& bufferA…
325 …void uploadImage (const tcu::ConstPixelBufferAccess& src, VkImage dst, const ImagePar…
326 virtual tcu::TestStatus checkTestResult (tcu::ConstPixelBufferAccess result);
327 …virtual void copyRegionToTextureLevel (tcu::ConstPixelBufferAccess src, tcu::PixelBufferAcc…
328 deUint32 calculateSize (tcu::ConstPixelBufferAccess src) const in calculateSize()
338 void uploadImageAspect (const tcu::ConstPixelBufferAccess& src,
447 void CopiesAndBlittingTestInstance::uploadBuffer (tcu::ConstPixelBufferAccess bufferAccess, const A… in uploadBuffer()
458 void CopiesAndBlittingTestInstance::uploadImageAspect (const tcu::ConstPixelBufferAccess& imageAcce… in uploadImageAspect()
592 void CopiesAndBlittingTestInstance::uploadImage (const tcu::ConstPixelBufferAccess& src, VkImage ds… in uploadImage()
614 tcu::TestStatus CopiesAndBlittingTestInstance::checkTestResult (tcu::ConstPixelBufferAccess result) in checkTestResult()
[all …]

12345678