Searched defs:ConstPixelBufferAccess (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/common/
H A DtcuTexture.hpp308 * ConstPixelBufferAccess encapsulates pixel data pointer along with
315 class ConstPixelBufferAccess class in namespace:tcu
318 ConstPixelBufferAccess (void);
319 ConstPixelBufferAccess (const TextureLevel& level);
320 ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, const void* data);
321 ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, const void* data);
322 ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, const void* data);
323 ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, const IVec3& pitch, const void* data);
373 * PixelBufferAccess to ConstPixelBufferAccess.
375 class PixelBufferAccess : public ConstPixelBufferAccess
[all...]
H A DtcuTexLookupVerifier.cpp50 static inline bool coordsInBounds (const ConstPixelBufferAccess& access, int x, int y, int z)
56 inline Vector<ScalarType, 4> lookup (const ConstPixelBufferAccess& access, const Sampler& sampler, int i, int j, int k)
65 inline Vector<float, 4> lookup (const ConstPixelBufferAccess& access, const Sampler& sampler, int i, int j, int k)
101 static void lookupQuad (ColorQuad& dst, const ConstPixelBufferAccess& level, const Sampler& sampler, int x0, int x1, int y0, int y1, int z)
115 static void lookupLine (ColorLine& dst, const ConstPixelBufferAccess& level, const Sampler& sampler, int x0, int x1, int y)
520 static bool isNearestSampleResultValid (const ConstPixelBufferAccess& level,
547 static bool isNearestSampleResultValid (const ConstPixelBufferAccess& level,
582 static bool isNearestSampleResultValid (const ConstPixelBufferAccess& level,
622 bool isLinearSampleResultValid (const ConstPixelBufferAccess& level,
665 bool isLinearSampleResultValid (const ConstPixelBufferAccess
1443 static bool isSeamlessLinearSampleResultValid (const ConstPixelBufferAccess (&faces)[CUBEFACE_LAST], member in namespace:tcu
1506 static bool isSeamplessLinearMipmapLinearSampleResultValid (const ConstPixelBufferAccess (&faces0)[CUBEFACE_LAST], member in namespace:tcu
1621 static bool isCubeLevelSampleResultValid (const ConstPixelBufferAccess (&level)[CUBEFACE_LAST], member in namespace:tcu
1639 static bool isCubeMipmapLinearSampleResultValid (const ConstPixelBufferAccess (&faces0)[CUBEFACE_LAST], member in namespace:tcu
[all...]
H A DtcuTexture.cpp828 ConstPixelBufferAccess::ConstPixelBufferAccess (void) function in class:tcu::ConstPixelBufferAccess
835 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, const void* data) function in class:tcu::ConstPixelBufferAccess
844 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, const IVec3& size, const void* data) function in class:tcu::ConstPixelBufferAccess
853 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureFormat& format, int width, int height, int depth, int rowPitch, int slicePitch, const void* data) function in class:tcu::ConstPixelBufferAccess
862 ConstPixelBufferAccess::ConstPixelBufferAccess (cons function in class:tcu::ConstPixelBufferAccess
872 ConstPixelBufferAccess::ConstPixelBufferAccess (const TextureLevel& level) function in class:tcu::ConstPixelBufferAccess
2517 static void getCubeLinearSamples (const ConstPixelBufferAccess (&faceAccesses)[CUBEFACE_LAST], CubeFace baseFace, float u, float v, int depth, Vec4 (&dst)[4]) member in namespace:tcu
[all...]

Completed in 1267 milliseconds