Home
last modified time | relevance | path

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

/external/deqp/framework/common/
DtcuTextureUtil.hpp177 tcu::TextureCubeArrayView getEffectiveTextureView (const tcu::TextureCubeArrayView& src, std::v…
DtcuTexture.hpp1130 class TextureCubeArrayView class
1133 TextureCubeArrayView (int numLevels, const ConstPixelBufferAccess* levels);
1182 operator TextureCubeArrayView (void) const { return m_view; } in operator TextureCubeArrayView()
1187 TextureCubeArrayView m_view;
DtcuTexLookupVerifier.hpp119 bool isLookupResultValid (const TextureCubeArrayView& texture, const Sampler& sampler, const L…
DtcuTexture.cpp3706 TextureCubeArrayView::TextureCubeArrayView (int numLevels, const ConstPixelBufferAccess* levels) in TextureCubeArrayView() function in tcu::TextureCubeArrayView
3712 inline int TextureCubeArrayView::selectLayer (float q) const in selectLayer()
3720 tcu::Vec4 TextureCubeArrayView::sample (const Sampler& sampler, float s, float t, float r, float q,… in sample()
3734 float TextureCubeArrayView::sampleCompare (const Sampler& sampler, float ref, float s, float t, flo… in sampleCompare()
3777 m_view = TextureCubeArrayView(getNumLevels(), getLevels()); in operator =()
DtcuTextureUtil.cpp1490 tcu::TextureCubeArrayView getEffectiveTextureView (const tcu::TextureCubeArrayView& src, std::vecto… in getEffectiveTextureView()
DtcuTexLookupVerifier.cpp2087 static void getCubeArrayLevelFaces (const TextureCubeArrayView& texture, const int levelNdx, const … in getCubeArrayLevelFaces()
2099 bool isLookupResultValid (const TextureCubeArrayView& texture, const Sampler& sampler, const Lookup… in isLookupResultValid()
/external/deqp/framework/opengl/
DgluTextureTestUtil.hpp165 void sampleTexture (const tcu::SurfaceAccess& dst, const tcu::TextureCubeArrayView& src, const…
249 const tcu::TextureCubeArrayView& src,
313 const tcu::TextureCubeArrayView& src,
DgluTextureTestUtil.cpp140 static tcu::TextureCubeArrayView getSubView (const tcu::TextureCubeArrayView& view, int baseLevel, … in getSubView()
145 return tcu::TextureCubeArrayView(numLevels, view.getLevels()+clampedBase); in getSubView()
376 static inline tcu::Vec4 execSample (const tcu::TextureCubeArrayView& src, const ReferenceParams& pa… in execSample()
864 static void sampleTextureCubeArray (const tcu::SurfaceAccess& dst, const tcu::TextureCubeArrayView&… in sampleTextureCubeArray()
868 …const tcu::TextureCubeArrayView src = getEffectiveTextureView(rawSrc, srcLevelStorage, para… in sampleTextureCubeArray()
915 void sampleTexture (const tcu::SurfaceAccess& dst, const tcu::TextureCubeArrayView& src, const floa… in sampleTexture()
2174 const tcu::TextureCubeArrayView& baseView, in computeTextureLookupDiff()
2186 …const tcu::TextureCubeArrayView src = getEffectiveTextureView(getSubView(baseView, samplePa… in computeTextureLookupDiff()
2320 const tcu::TextureCubeArrayView& src, in verifyTextureResult()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp821 bool isLookupResultValid (const tcu::TextureCubeArrayView& texture, in isLookupResultValid()
981 template<> struct TexViewTraits<tcu::TextureCubeArrayView> { typedef tcu::TextureCubeArray TextureT…
1034 tcu::TextureCubeArray* createSkeletonClone<tcu::TextureCubeArrayView> (tcu::TextureFormat format, c… in createSkeletonClone()
1229 MovePtr<tcu::TextureCubeArrayView> getTextureCubeArrayView (const TestTexture& testTexture, const v… in getTextureCubeArrayView()
1245 …return MovePtr<tcu::TextureCubeArrayView>(new tcu::TextureCubeArrayView((int)levels.size(), &level… in getTextureCubeArrayView()
1314 …UniquePtr<tcu::TextureCubeArrayView> texView(getTextureCubeArrayView(texture, subresource, levels)… in validateResultImage()
/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.cpp5144 …static tcu::TextureCubeArrayView getRefCubeView (const tcu::TextureLevelPyramid& source, deUint…
5449 tcu::TextureCubeArrayView ImageSampleInstanceImages::getRefCubeView (const tcu::TextureLevelPyramid… in getRefCubeView()
5465 return tcu::TextureCubeArrayView((int)levelStorage->size(), &levelStorage->front()); in getRefCubeView()