Home
last modified time | relevance | path

Searched refs:TextureCubeView (Results 1 – 14 of 14) sorted by relevance

/external/deqp/framework/common/
DtcuTexLookupVerifier.hpp110 bool isLookupResultValid (const TextureCubeView& texture, const Sampler& sampler, const Look…
139 bool isGatherResultValid (const TextureCubeView& texture, const Sampler& sampler, const Looku…
140 bool isGatherResultValid (const TextureCubeView& texture, const Sampler& sampler, const IntLo…
141 bool isGatherResultValid (const TextureCubeView& texture, const Sampler& sampler, const IntLo…
DtcuTexCompareVerifier.hpp56 bool isTexCompareResultValid (const TextureCubeView& texture, const Sampler& sampler, const Te…
62 bool isGatherCompareResultValid (const TextureCubeView& texture, const Sampler& sampler, const …
DtcuTextureUtil.hpp176 tcu::TextureCubeView getEffectiveTextureView (const tcu::TextureCubeView& src, std::vector<tc…
DtcuTexture.hpp748 class TextureCubeView class
751 TextureCubeView (void);
752TextureCubeView (int numLevels, const ConstPixelBufferAccess* const (&levels)[CUBEFACE_LAST]);
799 operator TextureCubeView (void) const { return m_view; } in operator TextureCubeView()
808 TextureCubeView m_view;
DtcuTexCompareVerifier.cpp876 static bool isSeamplessLinearMipmapLinearCompareResultValid (const TextureCubeView& texture, in isSeamplessLinearMipmapLinearCompareResultValid()
979 static bool isCubeMipmapLinearCompareResultValid (const TextureCubeView& texture, in isCubeMipmapLinearCompareResultValid()
1004 static bool isSeamlessLinearCompareResultValid (const TextureCubeView& texture, in isSeamlessLinearCompareResultValid()
1063 static bool isCubeLevelCompareResultValid (const TextureCubeView& texture, in isCubeLevelCompareResultValid()
1083 bool isTexCompareResultValid (const TextureCubeView& texture, const Sampler& sampler, const TexComp… in isTexCompareResultValid()
1319 static bool isGatherCompareResultValid (const TextureCubeView& texture, in isGatherCompareResultValid()
1380 bool isGatherCompareResultValid (const TextureCubeView& texture, in isGatherCompareResultValid()
DtcuTextureUtil.cpp1419 tcu::TextureCubeView getEffectiveTView (const tcu::TextureCubeView& src, std::vector<tcu::ConstPixe… in getEffectiveTView()
1433 tcu::TextureCubeView view = tcu::TextureCubeView(src.getNumLevels(), storagePtrs); in getEffectiveTView()
1467 tcu::TextureCubeView getEffectiveTextureView (const tcu::TextureCubeView& src, std::vector<tcu::Con… in getEffectiveTextureView()
DtcuTexture.cpp3215 TextureCubeView::TextureCubeView (void) in TextureCubeView() function in tcu::TextureCubeView
3222 TextureCubeView::TextureCubeView (int numLevels, const ConstPixelBufferAccess* const (&levels) [CUB… in TextureCubeView() function in tcu::TextureCubeView
3229 tcu::Vec4 TextureCubeView::sample (const Sampler& sampler, float s, float t, float r, float lod) co… in sample()
3241 float TextureCubeView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float r,… in sampleCompare()
3253 Vec4 TextureCubeView::gather (const Sampler& sampler, float s, float t, float r, int componentNdx) … in gather()
3284 Vec4 TextureCubeView::gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) … in gatherCompare()
3318 m_view = TextureCubeView(numLevels, levels); in TextureCube()
3335 m_view = TextureCubeView(numLevels, levels); in TextureCube()
3368 m_view = TextureCubeView(numLevels, levels); in operator =()
DtcuTexLookupVerifier.cpp1659 static void getCubeLevelFaces (const TextureCubeView& texture, const int levelNdx, ConstPixelBuffer… in getCubeLevelFaces()
1665 bool isLookupResultValid (const TextureCubeView& texture, const Sampler& sampler, const LookupPreci… in isLookupResultValid()
2452 static bool isGatherResultValid (const TextureCubeView& texture, in isGatherResultValid()
2509 static bool isCubeGatherResultValid (const TextureCubeView& texture, in isCubeGatherResultValid()
2535 bool isGatherResultValid (const TextureCubeView& texture, in isGatherResultValid()
2545 bool isGatherResultValid (const TextureCubeView& texture, in isGatherResultValid()
2555 bool isGatherResultValid (const TextureCubeView& texture, in isGatherResultValid()
/external/deqp/modules/glshared/
DglsTextureTestUtil.hpp351 void sampleTexture (const SurfaceAccess& dst, const tcu::TextureCubeView& src, const float* t…
398 const tcu::TextureCubeView& src,
466 const tcu::TextureCubeView& src,
523 const tcu::TextureCubeView& src,
DglsTextureTestUtil.cpp126 static tcu::TextureCubeView getSubView (const tcu::TextureCubeView& view, int baseLevel, int maxLev… in getSubView()
136 return tcu::TextureCubeView(numLevels, levels); in getSubView()
397 static inline tcu::Vec4 execSample (const tcu::TextureCubeView& src, const ReferenceParams& params,… in execSample()
647 static void sampleTextureCube (const SurfaceAccess& dst, const tcu::TextureCubeView& rawSrc, const … in sampleTextureCube()
651 …const tcu::TextureCubeView src = getEffectiveTextureView(rawSrc, srcLevelStorage, params.s… in sampleTextureCube()
696 void sampleTexture (const SurfaceAccess& dst, const tcu::TextureCubeView& src, const float* texCoor… in sampleTexture()
698 const tcu::TextureCubeView view = getSubView(src, params.baseLevel, params.maxLevel); in sampleTexture()
1980 const tcu::TextureCubeView& baseView, in computeTextureLookupDiff()
1991 …const tcu::TextureCubeView src = getEffectiveTextureView(getSubView(baseView, sampleParams… in computeTextureLookupDiff()
2122 const tcu::TextureCubeView& src, in verifyTextureResult()
[all …]
/external/deqp/modules/gles31/functional/
Des31fTextureGatherTests.cpp409 static tcu::TextureCubeView getOneLevelSubView (const tcu::TextureCubeView& view, int level) in getOneLevelSubView()
416 return tcu::TextureCubeView(1, levels); in getOneLevelSubView()
520 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::TextureCubeView& texture, const tc… in gatherOffsets()
537 static Vec4 gatherOffsetsCompare (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler,… in gatherOffsetsCompare()
545 static bool isGatherOffsetsResultValid (const tcu::TextureCubeView& texture, in isGatherOffsetsResultValid()
558 static bool isGatherOffsetsCompareResultValid (const tcu::TextureCubeView& texture, in isGatherOffsetsCompareResultValid()
1977 …return TextureGatherCase::verify(rendered, getOneLevelSubView(tcu::TextureCubeView(m_swizzledTextu… in verify()
Des31fCopyImageTests.cpp1166 const tcu::TextureCubeView& refTexture) in verifyTextureCubemapView()
1304 const tcu::TextureCubeView refTexture(getLevelCount(info), levels); in verifyTextureCubemap()
1327 const tcu::TextureCubeView refTexture(getLevelCount(info), levels); in verifyTextureCubemap()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.hpp215 tcu::TextureCubeView m_view;
DsglrReferenceContext.cpp5012 m_view = tcu::TextureCubeView(numLevels, faces); in updateView()
5015 m_view = tcu::TextureCubeView(0, faces); in updateView()