HomeSort by relevance Sort by last modified time
    Searched refs:Texture2DArrayView (Results 1 - 11 of 11) sorted by null

  /external/deqp/framework/common/
tcuTexCompareVerifier.hpp 57 bool isTexCompareResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec3& coord, const Vec2& lodBounds, const float cmpReference, const float result);
60 bool isGatherOffsetsCompareResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec3& coord, const IVec2 (&offsets)[4], float cmpReference, const Vec4& result);
tcuTexLookupVerifier.hpp 112 bool isLookupResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, const Vec2& lodBounds, const Vec4& result);
134 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4], const Vec4& result);
135 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4], const IVec4& result);
136 bool isGatherOffsetsResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4], const UVec4& result);
tcuTexture.hpp 785 class Texture2DArrayView
788 Texture2DArrayView (int numLevels, const ConstPixelBufferAccess* levels);
    [all...]
tcuTexture.cpp     [all...]
tcuTexLookupVerifier.cpp     [all...]
tcuTexCompareVerifier.cpp     [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 364 void sampleTexture (const SurfaceAccess& dst, const tcu::Texture2DArrayView& src, const float* texCoord, const ReferenceParams& params);
426 const tcu::Texture2DArrayView& src,
492 const tcu::Texture2DArrayView& src,
541 const tcu::Texture2DArrayView& src,
glsTextureTestUtil.cpp 414 static inline tcu::Vec4 execSample (const tcu::Texture2DArrayView& src, const ReferenceParams& params, float s, float t, float r, float lod)
701 static void sampleTextureNonProjected (const SurfaceAccess& dst, const tcu::Texture2DArrayView& src, const tcu::Vec4& sq, const tcu::Vec4& tq, const tcu::Vec4& rq, const ReferenceParams& params)
736 void sampleTexture (const SurfaceAccess& dst, const tcu::Texture2DArrayView& src, const float* texCoord, const ReferenceParams& params)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 404 static tcu::Texture2DArrayView getOneLevelSubView (const tcu::Texture2DArrayView& view, int level)
406 return tcu::Texture2DArrayView(1, view.getLevels() + level);
514 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::Texture2DArrayView& texture, const tcu::Sampler& sampler, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4])
532 static Vec4 gatherOffsetsCompare (const tcu::Texture2DArrayView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord, const IVec2 (&offsets)[4])
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 236 tcu::Texture2DArrayView m_view;
    [all...]
sglrReferenceContext.cpp     [all...]

Completed in 2227 milliseconds