/external/deqp/framework/common/ |
D | tcuTexCompareVerifier.hpp | 55 bool isTexCompareResultValid (const Texture2DView& texture, const Sampler& sampler, const TexC… 59 bool isGatherOffsetsCompareResultValid (const Texture2DView& texture, const Sampler& sampler, con…
|
D | tcuTexLookupVerifier.hpp | 109 bool isLookupResultValid (const Texture2DView& texture, const Sampler& sampler, const Lookup… 130 bool isGatherOffsetsResultValid (const Texture2DView& texture, const Sampler& sampler, const Lo… 131 bool isGatherOffsetsResultValid (const Texture2DView& texture, const Sampler& sampler, const In… 132 bool isGatherOffsetsResultValid (const Texture2DView& texture, const Sampler& sampler, const In…
|
D | tcuTexture.hpp | 461 class Texture2DView class 464 Texture2DView (int numLevels, const ConstPixelBufferAccess* levels); 485 inline Texture2DView::Texture2DView (int numLevels, const ConstPixelBufferAccess* levels) in Texture2DView() function in tcu::Texture2DView 492 inline Vec4 Texture2DView::sample (const Sampler& sampler, float s, float t, float lod) const in sample() 497 inline Vec4 Texture2DView::sampleOffset (const Sampler& sampler, float s, float t, float lod, const… in sampleOffset() 502 inline float Texture2DView::sampleCompare (const Sampler& sampler, float ref, float s, float t, flo… in sampleCompare() 507 inline float Texture2DView::sampleCompareOffset (const Sampler& sampler, float ref, float s, float … in sampleCompareOffset() 512 inline Vec4 Texture2DView::gatherOffsets (const Sampler& sampler, float s, float t, int componentNd… in gatherOffsets() 517 inline Vec4 Texture2DView::gatherOffsetsCompare (const Sampler& sampler, float ref, float s, float … in gatherOffsetsCompare() 611 const Texture2DView& getView (void) const { return m_view; } in getView() [all …]
|
D | tcuTexLookupVerifier.cpp | 1259 bool isLookupResultValid (const Texture2DView& texture, const Sampler& sampler, const LookupPrecisi… in isLookupResultValid() 2305 bool isGatherOffsetsResultValid (const Texture2DView& texture, in isGatherOffsetsResultValid() 2316 bool isGatherOffsetsResultValid (const Texture2DView& texture, in isGatherOffsetsResultValid() 2327 bool isGatherOffsetsResultValid (const Texture2DView& texture, in isGatherOffsetsResultValid()
|
D | tcuTexCompareVerifier.cpp | 782 bool isTexCompareResultValid (const Texture2DView& texture, in isTexCompareResultValid() 1259 bool isGatherOffsetsCompareResultValid (const Texture2DView& texture, in isGatherOffsetsCompareResultValid()
|
D | tcuTexture.cpp | 3046 m_view = Texture2DView(getNumLevels(), getLevels()); in operator =()
|
/external/deqp/modules/glshared/ |
D | glsTextureTestUtil.hpp | 361 void sampleTexture (const SurfaceAccess& dst, const tcu::Texture2DView& src, const float* tex… 396 const tcu::Texture2DView& src, 465 const tcu::Texture2DView& src, 521 const tcu::Texture2DView& src,
|
D | glsTextureTestUtil.cpp | 118 static tcu::Texture2DView getSubView (const tcu::Texture2DView& view, int baseLevel, int maxLevel) in getSubView() 123 return tcu::Texture2DView(numLevels, view.getLevels()+clampedBase); in getSubView() 398 static inline tcu::Vec4 execSample (const tcu::Texture2DView& src, const ReferenceParams& params, f… in execSample() 469 static void sampleTextureNonProjected (const SurfaceAccess& dst, const tcu::Texture2DView& src, con… in sampleTextureNonProjected() 538 static void sampleTextureProjected (const SurfaceAccess& dst, const tcu::Texture2DView& src, const … in sampleTextureProjected() 578 void sampleTexture (const SurfaceAccess& dst, const tcu::Texture2DView& src, const float* texCoord,… in sampleTexture() 580 const tcu::Texture2DView view = getSubView(src, params.baseLevel, params.maxLevel); in sampleTexture() 1780 const tcu::Texture2DView& baseView, in computeTextureLookupDiff() 1790 …const tcu::Texture2DView src = getSubView(baseView, sampleParams.baseLevel, sampleParams.maxLevel… in computeTextureLookupDiff() 1926 const tcu::Texture2DView& src, in verifyTextureResult() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 399 static tcu::Texture2DView getOneLevelSubView (const tcu::Texture2DView& view, int level) in getOneLevelSubView() 401 return tcu::Texture2DView(1, view.getLevels() + level); in getOneLevelSubView() 508 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::Texture2DView& texture, const tcu:… in gatherOffsets() 527 static Vec4 gatherOffsetsCompare (const tcu::Texture2DView& texture, const tcu::Sampler& sampler, f… in gatherOffsetsCompare() 1704 …return TextureGatherCase::verify(rendered, getOneLevelSubView(tcu::Texture2DView(m_swizzledTexture… in verify()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.hpp | 159 tcu::Texture2DView m_view; 185 tcu::Texture2DView m_view;
|
D | sglrReferenceContext.cpp | 4838 m_view = tcu::Texture2DView(numLevels, m_levels.getLevels() + baseLevel); in updateView() 4841 m_view = tcu::Texture2DView(0, DE_NULL); in updateView() 4911 m_view = tcu::Texture2DView(numLevels, m_levels.getLevels() + baseLevel); in updateView() 4914 m_view = tcu::Texture2DView(0, DE_NULL); in updateView()
|