Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/common/
H A DtcuTexCompareVerifier.hpp56 bool isTexCompareResultValid (const TextureCubeView& texture, const Sampler& sampler, const Te…
62 bool isGatherCompareResultValid (const TextureCubeView& texture, const Sampler& sampler, const …
H A DtcuTexLookupVerifier.hpp115 bool isLookupResultValid (const TextureCubeView& texture, const Sampler& sampler, const Look…
144 bool isGatherResultValid (const TextureCubeView& texture, const Sampler& sampler, const Looku…
145 bool isGatherResultValid (const TextureCubeView& texture, const Sampler& sampler, const IntLo…
146 bool isGatherResultValid (const TextureCubeView& texture, const Sampler& sampler, const IntLo…
H A DtcuTextureUtil.hpp177 tcu::TextureCubeView getEffectiveTextureView (const tcu::TextureCubeView& src, std::vector<tc…
H A DtcuTexture.hpp802 class TextureCubeView class
805 TextureCubeView (void);
806TextureCubeView (int numLevels, const ConstPixelBufferAccess* const (&levels)[CUBEFACE_LAST], boo…
838 const TextureCubeView& getView (void) const { return m_view; } in getView()
856 operator TextureCubeView (void) const { return m_view; } in operator TextureCubeView()
865 TextureCubeView m_view;
H A 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()
H A DtcuTextureUtil.cpp1508 tcu::TextureCubeView getEffectiveTView (const tcu::TextureCubeView& src, std::vector<tcu::ConstPixe… in getEffectiveTView()
1522 tcu::TextureCubeView view = tcu::TextureCubeView(src.getNumLevels(), storagePtrs, false); in getEffectiveTView()
1556 tcu::TextureCubeView getEffectiveTextureView (const tcu::TextureCubeView& src, std::vector<tcu::Con… in getEffectiveTextureView()
H A DtcuTexture.cpp3527 TextureCubeView::TextureCubeView (void) in TextureCubeView() function in tcu::TextureCubeView
3534 TextureCubeView::TextureCubeView (int numLevels, const ConstPixelBufferAccess* const (&levels) [CUB… in TextureCubeView() function in tcu::TextureCubeView
3542 tcu::Vec4 TextureCubeView::sample (const Sampler& sampler, float s, float t, float r, float lod) co… in sample()
3554 float TextureCubeView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float r,… in sampleCompare()
3566 Vec4 TextureCubeView::gather (const Sampler& sampler, float s, float t, float r, int componentNdx) … in gather()
3597 Vec4 TextureCubeView::gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) … in gatherCompare()
3631 m_view = TextureCubeView(numLevels, levels, es2); in TextureCube()
3648 m_view = TextureCubeView(numLevels, levels, other.getView().isES2()); in TextureCube()
3681 m_view = TextureCubeView(numLevels, levels, other.getView().isES2()); in operator =()
H A DtcuTexLookupVerifier.cpp1745 static void getCubeLevelFaces (const TextureCubeView& texture, const int levelNdx, ConstPixelBuffer… in getCubeLevelFaces()
1751 bool isLookupResultValid (const TextureCubeView& texture, const Sampler& sampler, const LookupPreci… in isLookupResultValid()
2559 static bool isGatherResultValid (const TextureCubeView& texture, in isGatherResultValid()
2616 static bool isCubeGatherResultValid (const TextureCubeView& texture, in isCubeGatherResultValid()
2642 bool isGatherResultValid (const TextureCubeView& texture, in isGatherResultValid()
2652 bool isGatherResultValid (const TextureCubeView& texture, in isGatherResultValid()
2662 bool isGatherResultValid (const TextureCubeView& texture, in isGatherResultValid()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/
H A DgluTextureTestUtil.hpp162 void sampleTexture (const tcu::SurfaceAccess& dst, const tcu::TextureCubeView& src, const flo…
216 const tcu::TextureCubeView& src,
284 const tcu::TextureCubeView& src,
341 const tcu::TextureCubeView& src,
H A DgluTextureTestUtil.cpp119 static tcu::TextureCubeView getSubView (const tcu::TextureCubeView& view, int baseLevel, int maxLev… in getSubView()
129 return tcu::TextureCubeView(numLevels, levels); in getSubView()
360 static inline tcu::Vec4 execSample (const tcu::TextureCubeView& src, const ReferenceParams& params,… in execSample()
610 static void sampleTextureCube (const tcu::SurfaceAccess& dst, const tcu::TextureCubeView& rawSrc, c… in sampleTextureCube()
614 …const tcu::TextureCubeView src = getEffectiveTextureView(rawSrc, srcLevelStorage, params.s… in sampleTextureCube()
659 void sampleTexture (const tcu::SurfaceAccess& dst, const tcu::TextureCubeView& src, const float* te… in sampleTexture()
661 const tcu::TextureCubeView view = getSubView(src, params.baseLevel, params.maxLevel); in sampleTexture()
1530 const tcu::TextureCubeView& baseView, in computeTextureLookupDiff()
1541 …const tcu::TextureCubeView src = getEffectiveTextureView(getSubView(baseView, sampleParams… in computeTextureLookupDiff()
1672 const tcu::TextureCubeView& src, in verifyTextureResult()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageSamplingInstance.cpp914 bool isLookupResultValid (const tcu::TextureCubeView& texture, in isLookupResultValid()
1083 template<> struct TexViewTraits<tcu::TextureCubeView> { typedef tcu::TextureCube TextureType; };
1157 MovePtr<tcu::TextureCube> createSwizzledCopy (const tcu::TextureCubeView& texture, const vk::VkComp… in createSwizzledCopy()
1290 MovePtr<tcu::TextureCubeView> getTextureCubeView (const TestTexture& testTexture, const vk::VkImage… in getTextureCubeView()
1328 …return MovePtr<tcu::TextureCubeView>(new tcu::TextureCubeView((int)subresource.levelCount, reorder… in getTextureCubeView()
1410 UniquePtr<tcu::TextureCubeView> texView(getTextureCubeView(texture, subresource, levels)); in validateResultImage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp425 static tcu::TextureCubeView getOneLevelSubView (const tcu::TextureCubeView& view, int level) in getOneLevelSubView()
432 return tcu::TextureCubeView(1, levels); in getOneLevelSubView()
536 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::TextureCubeView& texture, const tc… in gatherOffsets()
553 static Vec4 gatherOffsetsCompare (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler,… in gatherOffsetsCompare()
561 static bool isGatherOffsetsResultValid (const tcu::TextureCubeView& texture, in isGatherOffsetsResultValid()
574 static bool isGatherOffsetsCompareResultValid (const tcu::TextureCubeView& texture, in isGatherOffsetsCompareResultValid()
1997 …return TextureGatherCase::verify(rendered, getOneLevelSubView(tcu::TextureCubeView(m_swizzledTextu… in verify()
H A Des31fCopyImageTests.cpp1423 const tcu::TextureCubeView& refTexture, in renderTextureCubemapView()
1450 …renderTexture<tcu::TextureCubeView>(renderContext, renderer, renderParams, results, rng, refTextur… in renderTextureCubemapView()
1520 const tcu::TextureCubeView refTexture(getLevelCount(info), levels); in renderTextureCubemap()
1543 const tcu::TextureCubeView refTexture(getLevelCount(info), levels); in renderTextureCubemap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderTextureGatherTests.cpp456 static tcu::TextureCubeView getOneLevelSubView (const tcu::TextureCubeView& view, int level) in getOneLevelSubView()
463 return tcu::TextureCubeView(1, levels); in getOneLevelSubView()
567 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::TextureCubeView& texture, const tc… in gatherOffsets()
584 static Vec4 gatherOffsetsCompare (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler,… in gatherOffsetsCompare()
592 static bool isGatherOffsetsResultValid (const tcu::TextureCubeView& texture, in isGatherOffsetsResultValid()
605 static bool isGatherOffsetsCompareResultValid (const tcu::TextureCubeView& texture, in isGatherOffsetsCompareResultValid()
2365 …return TextureGatherInstance::verify(rendered, getOneLevelSubView(tcu::TextureCubeView(m_swizzledT… in verify()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/framework/opengl/simplereference/
H A DsglrReferenceContext.hpp215 tcu::TextureCubeView m_view;
H A DsglrReferenceContext.cpp5014 m_view = tcu::TextureCubeView(numLevels, faces); in updateView()
5017 m_view = tcu::TextureCubeView(0, faces); in updateView()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringTests.cpp586 …extureResult(m_context.getTestContext(), rendered.getAccess(), (tcu::TextureCubeView)texture.getTe… in iterate()
597 …extureResult(m_context.getTestContext(), rendered.getAccess(), (tcu::TextureCubeView)texture.getTe… in iterate()