Home
last modified time | relevance | path

Searched refs:TextureCubeArrayView (Results 1 – 8 of 8) sorted by relevance

/external/deqp/modules/glshared/
DglsTextureTestUtil.hpp366 void sampleTexture (const SurfaceAccess& dst, const tcu::TextureCubeArrayView& src, const floa…
446 const tcu::TextureCubeArrayView& src,
510 const tcu::TextureCubeArrayView& src,
DglsTextureTestUtil.cpp147 static tcu::TextureCubeArrayView getSubView (const tcu::TextureCubeArrayView& view, int baseLevel, … in getSubView()
152 return tcu::TextureCubeArrayView(numLevels, view.getLevels()+clampedBase); in getSubView()
422 static inline tcu::Vec4 execSample (const tcu::TextureCubeArrayView& src, const ReferenceParams& pa… in execSample()
880 static void sampleTexture (const SurfaceAccess& dst, const tcu::TextureCubeArrayView& src, const tc… in sampleTexture()
927 void sampleTexture (const SurfaceAccess& dst, const tcu::TextureCubeArrayView& src, const float* te… in sampleTexture()
2608 const tcu::TextureCubeArrayView& baseView, in computeTextureLookupDiff()
2619 …const tcu::TextureCubeArrayView src = getSubView(baseView, sampleParams.baseLevel, sampleParams.ma… in computeTextureLookupDiff()
2754 const tcu::TextureCubeArrayView& src, in verifyTextureResult()
/external/deqp/framework/common/
DtcuTexLookupVerifier.hpp114 bool isLookupResultValid (const TextureCubeArrayView& texture, const Sampler& sampler, const L…
DtcuTexture.hpp1021 class TextureCubeArrayView class
1024 TextureCubeArrayView (int numLevels, const ConstPixelBufferAccess* levels);
1073 operator TextureCubeArrayView (void) const { return m_view; } in operator TextureCubeArrayView()
1078 TextureCubeArrayView m_view;
DtcuTexture.cpp3494 TextureCubeArrayView::TextureCubeArrayView (int numLevels, const ConstPixelBufferAccess* levels) in TextureCubeArrayView() function in tcu::TextureCubeArrayView
3500 inline int TextureCubeArrayView::selectLayer (float q) const in selectLayer()
3508 tcu::Vec4 TextureCubeArrayView::sample (const Sampler& sampler, float s, float t, float r, float q,… in sample()
3522 float TextureCubeArrayView::sampleCompare (const Sampler& sampler, float ref, float s, float t, flo… in sampleCompare()
3565 m_view = TextureCubeArrayView(getNumLevels(), getLevels()); in operator =()
DtcuTexLookupVerifier.cpp1939 static void getCubeArrayLevelFaces (const TextureCubeArrayView& texture, const int levelNdx, const … in getCubeArrayLevelFaces()
1951 bool isLookupResultValid (const TextureCubeArrayView& texture, const Sampler& sampler, const Lookup… in isLookupResultValid()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp288 tcu::TextureCubeArrayView m_view;
DsglrReferenceContext.cpp5245 m_view = tcu::TextureCubeArrayView(numLevels, m_levels.getLevels() + baseLevel); in updateView()
5248 m_view = tcu::TextureCubeArrayView(0, DE_NULL); in updateView()