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

  /external/deqp/framework/common/
tcuTexCompareVerifier.hpp 56 bool isTexCompareResultValid (const TextureCubeView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec3& coord, const Vec2& lodBounds, const float cmpReference, const float result);
62 bool isGatherCompareResultValid (const TextureCubeView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec3& coord, float cmpReference, const Vec4& result);
tcuTexLookupVerifier.hpp 110 bool isLookupResultValid (const TextureCubeView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, const Vec2& lodBounds, const Vec4& result);
139 bool isGatherResultValid (const TextureCubeView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, int componentNdx, const Vec4& result);
140 bool isGatherResultValid (const TextureCubeView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec3& coord, int componentNdx, const IVec4& result);
141 bool isGatherResultValid (const TextureCubeView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec3& coord, int componentNdx, const UVec4& result);
tcuTexture.hpp 673 class TextureCubeView
676 TextureCubeView (void);
677 TextureCubeView (int numLevels, const ConstPixelBufferAccess* const (&levels)[CUBEFACE_LAST]);
724 operator TextureCubeView (void) const { return m_view; }
733 TextureCubeView m_view;
    [all...]
tcuTexCompareVerifier.cpp     [all...]
tcuTexture.cpp     [all...]
tcuTexLookupVerifier.cpp     [all...]
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 362 void sampleTexture (const SurfaceAccess& dst, const tcu::TextureCubeView& src, const float* texCoord, const ReferenceParams& params);
363 void sampleTextureMultiFace (const SurfaceAccess& dst, const tcu::TextureCubeView& src, const float* texCoord, const ReferenceParams& params);
406 const tcu::TextureCubeView& src,
474 const tcu::TextureCubeView& src,
531 const tcu::TextureCubeView& src,
glsTextureTestUtil.cpp 126 static tcu::TextureCubeView getSubView (const tcu::TextureCubeView& view, int baseLevel, int maxLevel)
136 return tcu::TextureCubeView(numLevels, levels);
406 static inline tcu::Vec4 execSample (const tcu::TextureCubeView& src, const ReferenceParams& params, float s, float t, float r, float lod)
640 static void sampleTexture (const SurfaceAccess& dst, const tcu::TextureCubeView& src, const tcu::Vec4& sq, const tcu::Vec4& tq, const tcu::Vec4& rq, const ReferenceParams& params)
685 void sampleTexture (const SurfaceAccess& dst, const tcu::TextureCubeView& src, const float* texCoord, const ReferenceParams& params)
687 const tcu::TextureCubeView view = getSubView(src, params.baseLevel, params.maxLevel);
696 void sampleTextureMultiFace (const SurfaceAccess& dst, const tcu::TextureCubeView& src, const float* texCoord, const ReferenceParams& params)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 409 static tcu::TextureCubeView getOneLevelSubView (const tcu::TextureCubeView& view, int level)
416 return tcu::TextureCubeView(1, levels);
520 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4])
537 static Vec4 gatherOffsetsCompare (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord, const IVec2 (&offsets)[4])
545 static bool isGatherOffsetsResultValid (const tcu::TextureCubeView& texture,
558 static bool isGatherOffsetsCompareResultValid (const tcu::TextureCubeView& texture,
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 210 tcu::TextureCubeView m_view;
    [all...]
sglrReferenceContext.cpp     [all...]

Completed in 555 milliseconds