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

  /external/deqp/framework/common/
tcuTexCompareVerifier.hpp 55 bool isTexCompareResultValid (const Texture2DView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec2& coord, const Vec2& lodBounds, const float cmpReference, const float result);
59 bool isGatherOffsetsCompareResultValid (const Texture2DView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec2& coord, const IVec2 (&offsets)[4], float cmpReference, const Vec4& result);
tcuTexLookupVerifier.hpp 109 bool isLookupResultValid (const Texture2DView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec2& coord, const Vec2& lodBounds, const Vec4& result);
130 bool isGatherOffsetsResultValid (const Texture2DView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec2& coord, int componentNdx, const IVec2 (&offsets)[4], const Vec4& result);
131 bool isGatherOffsetsResultValid (const Texture2DView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec2& coord, int componentNdx, const IVec2 (&offsets)[4], const IVec4& result);
132 bool isGatherOffsetsResultValid (const Texture2DView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec2& coord, int componentNdx, const IVec2 (&offsets)[4], const UVec4& result);
tcuTexture.hpp 461 class Texture2DView
464 Texture2DView (int numLevels, const ConstPixelBufferAccess* levels);
485 inline Texture2DView::Texture2DView (int numLevels, const ConstPixelBufferAccess* levels)
492 inline Vec4 Texture2DView::sample (const Sampler& sampler, float s, float t, float lod) const
497 inline Vec4 Texture2DView::sampleOffset (const Sampler& sampler, float s, float t, float lod, const IVec2& offset) const
502 inline float Texture2DView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const
507 inline float Texture2DView::sampleCompareOffset (const Sampler& sampler, float ref, float s, float t, float lod, const IVec2& offset) const
512 inline Vec4 Texture2DView::gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2 (&offsets)[4]) const
517 inline Vec4 Texture2DView::gatherOffsetsCompare (const Sampler& sampler, float ref, float s, float t, const IVec2 (&offsets) (…)
    [all...]
tcuTexLookupVerifier.cpp     [all...]
tcuTexCompareVerifier.cpp 782 bool isTexCompareResultValid (const Texture2DView& texture,
    [all...]
tcuTexture.cpp     [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 361 void sampleTexture (const SurfaceAccess& dst, const tcu::Texture2DView& src, const float* texCoord, const ReferenceParams& params);
396 const tcu::Texture2DView& src,
465 const tcu::Texture2DView& src,
521 const tcu::Texture2DView& src,
glsTextureTestUtil.cpp 118 static tcu::Texture2DView getSubView (const tcu::Texture2DView& view, int baseLevel, int maxLevel)
123 return tcu::Texture2DView(numLevels, view.getLevels()+clampedBase);
398 static inline tcu::Vec4 execSample (const tcu::Texture2DView& src, const ReferenceParams& params, float s, float t, float lod)
469 static void sampleTextureNonProjected (const SurfaceAccess& dst, const tcu::Texture2DView& src, const tcu::Vec4& sq, const tcu::Vec4& tq, const ReferenceParams& params)
538 static void sampleTextureProjected (const SurfaceAccess& dst, const tcu::Texture2DView& src, const tcu::Vec4& sq, const tcu::Vec4& tq, const ReferenceParams& params)
578 void sampleTexture (const SurfaceAccess& dst, const tcu::Texture2DView& src, const float* texCoord, const ReferenceParams& params)
580 const tcu::Texture2DView view = getSubView(src, params.baseLevel, params.maxLevel);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 399 static tcu::Texture2DView getOneLevelSubView (const tcu::Texture2DView& view, int level)
401 return tcu::Texture2DView(1, view.getLevels() + level);
508 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::Texture2DView& texture, const tcu::Sampler& sampler, const Vec2& coord, int componentNdx, const IVec2 (&offsets)[4])
527 static Vec4 gatherOffsetsCompare (const tcu::Texture2DView& texture, const tcu::Sampler& sampler, float refZ, const Vec2& coord, const IVec2 (&offsets)[4])
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 159 tcu::Texture2DView m_view;
185 tcu::Texture2DView m_view;
    [all...]
sglrReferenceContext.cpp     [all...]

Completed in 112 milliseconds