Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.hpp177 tcu::TextureCubeArrayView getEffectiveTextureView (const tcu::TextureCubeArrayView& src, std::v…
DtcuTexLookupVerifier.hpp114 bool isLookupResultValid (const TextureCubeArrayView& texture, const Sampler& sampler, const L…
DtcuTexture.hpp1096 class TextureCubeArrayView class
1099 TextureCubeArrayView (int numLevels, const ConstPixelBufferAccess* levels);
1148 operator TextureCubeArrayView (void) const { return m_view; } in operator TextureCubeArrayView()
1153 TextureCubeArrayView m_view;
DtcuTexture.cpp3642 TextureCubeArrayView::TextureCubeArrayView (int numLevels, const ConstPixelBufferAccess* levels) in TextureCubeArrayView() function in tcu::TextureCubeArrayView
3648 inline int TextureCubeArrayView::selectLayer (float q) const in selectLayer()
3656 tcu::Vec4 TextureCubeArrayView::sample (const Sampler& sampler, float s, float t, float r, float q,… in sample()
3670 float TextureCubeArrayView::sampleCompare (const Sampler& sampler, float ref, float s, float t, flo… in sampleCompare()
3713 m_view = TextureCubeArrayView(getNumLevels(), getLevels()); in operator =()
DtcuTextureUtil.cpp1472 tcu::TextureCubeArrayView getEffectiveTextureView (const tcu::TextureCubeArrayView& src, std::vecto… in getEffectiveTextureView()
DtcuTexLookupVerifier.cpp2001 static void getCubeArrayLevelFaces (const TextureCubeArrayView& texture, const int levelNdx, const … in getCubeArrayLevelFaces()
2013 bool isLookupResultValid (const TextureCubeArrayView& texture, const Sampler& sampler, const Lookup… in isLookupResultValid()
/external/deqp/modules/glshared/
DglsTextureTestUtil.hpp354 void sampleTexture (const SurfaceAccess& dst, const tcu::TextureCubeArrayView& src, const floa…
438 const tcu::TextureCubeArrayView& src,
502 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()
413 static inline tcu::Vec4 execSample (const tcu::TextureCubeArrayView& src, const ReferenceParams& pa… in execSample()
901 static void sampleTextureCubeArray (const SurfaceAccess& dst, const tcu::TextureCubeArrayView& rawS… in sampleTextureCubeArray()
905 …const tcu::TextureCubeArrayView src = getEffectiveTextureView(rawSrc, srcLevelStorage, para… in sampleTextureCubeArray()
952 void sampleTexture (const SurfaceAccess& dst, const tcu::TextureCubeArrayView& src, const float* te… in sampleTexture()
2624 const tcu::TextureCubeArrayView& baseView, in computeTextureLookupDiff()
2636 …const tcu::TextureCubeArrayView src = getEffectiveTextureView(getSubView(baseView, samplePa… in computeTextureLookupDiff()
2770 const tcu::TextureCubeArrayView& src, in verifyTextureResult()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp293 tcu::TextureCubeArrayView m_view;
DsglrReferenceContext.cpp5233 m_view = tcu::TextureCubeArrayView(numLevels, m_levels.getEffectiveLevels() + baseLevel); in updateView()
5236 m_view = tcu::TextureCubeArrayView(0, DE_NULL); in updateView()
/external/deqp/external/vulkancts/modules/vulkan/binding_model/
DvktBindingShaderAccessTests.cpp3832 …static tcu::TextureCubeArrayView getRefCubeView (const tcu::TextureLevelPyramid& source, deUint…
4117 tcu::TextureCubeArrayView ImageSampleInstanceImages::getRefCubeView (const tcu::TextureLevelPyramid… in getRefCubeView()
4133 return tcu::TextureCubeArrayView((int)levelStorage->size(), &levelStorage->front()); in getRefCubeView()