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.hpp153 tcu::TextureCubeView getEffectiveTextureView (const tcu::TextureCubeView& src, std::vector<tc…
DtcuTexture.hpp730 class TextureCubeView class
733 TextureCubeView (void);
734TextureCubeView (int numLevels, const ConstPixelBufferAccess* const (&levels)[CUBEFACE_LAST]);
781 operator TextureCubeView (void) const { return m_view; } in operator TextureCubeView()
790 TextureCubeView m_view;
DtcuTexCompareVerifier.cpp874 static bool isSeamplessLinearMipmapLinearCompareResultValid (const TextureCubeView& texture, in isSeamplessLinearMipmapLinearCompareResultValid()
977 static bool isCubeMipmapLinearCompareResultValid (const TextureCubeView& texture, in isCubeMipmapLinearCompareResultValid()
1002 static bool isSeamlessLinearCompareResultValid (const TextureCubeView& texture, in isSeamlessLinearCompareResultValid()
1061 static bool isCubeLevelCompareResultValid (const TextureCubeView& texture, in isCubeLevelCompareResultValid()
1081 bool isTexCompareResultValid (const TextureCubeView& texture, const Sampler& sampler, const TexComp… in isTexCompareResultValid()
1317 static bool isGatherCompareResultValid (const TextureCubeView& texture, in isGatherCompareResultValid()
1378 bool isGatherCompareResultValid (const TextureCubeView& texture, in isGatherCompareResultValid()
DtcuTextureUtil.cpp1159 tcu::TextureCubeView getEffectiveTView (const tcu::TextureCubeView& src, std::vector<tcu::ConstPixe… in getEffectiveTView()
1173 tcu::TextureCubeView view = tcu::TextureCubeView(src.getNumLevels(), storagePtrs); in getEffectiveTView()
1207 tcu::TextureCubeView getEffectiveTextureView (const tcu::TextureCubeView& src, std::vector<tcu::Con… in getEffectiveTextureView()
DtcuTexture.cpp2819 TextureCubeView::TextureCubeView (void) in TextureCubeView() function in tcu::TextureCubeView
2826 TextureCubeView::TextureCubeView (int numLevels, const ConstPixelBufferAccess* const (&levels) [CUB… in TextureCubeView() function in tcu::TextureCubeView
2833 tcu::Vec4 TextureCubeView::sample (const Sampler& sampler, float s, float t, float r, float lod) co… in sample()
2845 float TextureCubeView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float r,… in sampleCompare()
2857 Vec4 TextureCubeView::gather (const Sampler& sampler, float s, float t, float r, int componentNdx) … in gather()
2888 Vec4 TextureCubeView::gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) … in gatherCompare()
2922 m_view = TextureCubeView(numLevels, levels); in TextureCube()
2939 m_view = TextureCubeView(numLevels, levels); in TextureCube()
2972 m_view = TextureCubeView(numLevels, levels); in operator =()
DtcuTexLookupVerifier.cpp1592 static void getCubeLevelFaces (const TextureCubeView& texture, const int levelNdx, ConstPixelBuffer… in getCubeLevelFaces()
1598 bool isLookupResultValid (const TextureCubeView& texture, const Sampler& sampler, const LookupPreci… in isLookupResultValid()
2385 static bool isGatherResultValid (const TextureCubeView& texture, in isGatherResultValid()
2442 static bool isCubeGatherResultValid (const TextureCubeView& texture, in isCubeGatherResultValid()
2468 bool isGatherResultValid (const TextureCubeView& texture, in isGatherResultValid()
2478 bool isGatherResultValid (const TextureCubeView& texture, in isGatherResultValid()
2488 bool isGatherResultValid (const TextureCubeView& texture, in isGatherResultValid()
/external/deqp/modules/glshared/
DglsTextureTestUtil.hpp363 void sampleTexture (const SurfaceAccess& dst, const tcu::TextureCubeView& src, const float* t…
406 const tcu::TextureCubeView& src,
474 const tcu::TextureCubeView& src,
531 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()
1985 const tcu::TextureCubeView& baseView, in computeTextureLookupDiff()
1996 …const tcu::TextureCubeView src = getEffectiveTextureView(getSubView(baseView, sampleParams… in computeTextureLookupDiff()
2127 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.cpp1135 const tcu::TextureCubeView& refTexture) in verifyTextureCubemapView()
1271 const tcu::TextureCubeView refTexture(getLevelCount(info), levels); in verifyTextureCubemap()
1294 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()