Home
last modified time | relevance | path

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

/external/deqp/framework/common/
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…
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.hpp782 class TextureCubeView class
785 TextureCubeView (void);
786TextureCubeView (int numLevels, const ConstPixelBufferAccess* const (&levels)[CUBEFACE_LAST]);
833 operator TextureCubeView (void) const { return m_view; } in operator TextureCubeView()
842 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.cpp1437 tcu::TextureCubeView getEffectiveTView (const tcu::TextureCubeView& src, std::vector<tcu::ConstPixe… in getEffectiveTView()
1451 tcu::TextureCubeView view = tcu::TextureCubeView(src.getNumLevels(), storagePtrs); in getEffectiveTView()
1485 tcu::TextureCubeView getEffectiveTextureView (const tcu::TextureCubeView& src, std::vector<tcu::Con… in getEffectiveTextureView()
DtcuTexture.cpp3279 TextureCubeView::TextureCubeView (void) in TextureCubeView() function in tcu::TextureCubeView
3286 TextureCubeView::TextureCubeView (int numLevels, const ConstPixelBufferAccess* const (&levels) [CUB… in TextureCubeView() function in tcu::TextureCubeView
3293 tcu::Vec4 TextureCubeView::sample (const Sampler& sampler, float s, float t, float r, float lod) co… in sample()
3305 float TextureCubeView::sampleCompare (const Sampler& sampler, float ref, float s, float t, float r,… in sampleCompare()
3317 Vec4 TextureCubeView::gather (const Sampler& sampler, float s, float t, float r, int componentNdx) … in gather()
3348 Vec4 TextureCubeView::gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) … in gatherCompare()
3382 m_view = TextureCubeView(numLevels, levels); in TextureCube()
3399 m_view = TextureCubeView(numLevels, levels); in TextureCube()
3432 m_view = TextureCubeView(numLevels, levels); in operator =()
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()
/external/deqp/framework/opengl/
DgluTextureTestUtil.hpp162 void sampleTexture (const tcu::SurfaceAccess& dst, const tcu::TextureCubeView& src, const flo…
209 const tcu::TextureCubeView& src,
277 const tcu::TextureCubeView& src,
334 const tcu::TextureCubeView& src,
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 …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp811 bool isLookupResultValid (const tcu::TextureCubeView& texture, in isLookupResultValid()
980 template<> struct TexViewTraits<tcu::TextureCubeView> { typedef tcu::TextureCube TextureType; };
1054 MovePtr<tcu::TextureCube> createSwizzledCopy (const tcu::TextureCubeView& texture, const vk::VkComp… in createSwizzledCopy()
1187 MovePtr<tcu::TextureCubeView> getTextureCubeView (const TestTexture& testTexture, const vk::VkImage… in getTextureCubeView()
1225 …return MovePtr<tcu::TextureCubeView>(new tcu::TextureCubeView((int)subresource.levelCount, reorder… in getTextureCubeView()
1307 UniquePtr<tcu::TextureCubeView> texView(getTextureCubeView(texture, subresource, levels)); in validateResultImage()
/external/deqp/modules/gles31/functional/
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()
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()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp454 static tcu::TextureCubeView getOneLevelSubView (const tcu::TextureCubeView& view, int level) in getOneLevelSubView()
461 return tcu::TextureCubeView(1, levels); in getOneLevelSubView()
565 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::TextureCubeView& texture, const tc… in gatherOffsets()
582 static Vec4 gatherOffsetsCompare (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler,… in gatherOffsetsCompare()
590 static bool isGatherOffsetsResultValid (const tcu::TextureCubeView& texture, in isGatherOffsetsResultValid()
603 static bool isGatherOffsetsCompareResultValid (const tcu::TextureCubeView& texture, in isGatherOffsetsCompareResultValid()
2170 …return TextureGatherInstance::verify(rendered, getOneLevelSubView(tcu::TextureCubeView(m_swizzledT… in verify()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringTests.cpp461 …extureResult(m_context.getTestContext(), rendered.getAccess(), (tcu::TextureCubeView)texture.getTe… in iterate()
472 …extureResult(m_context.getTestContext(), rendered.getAccess(), (tcu::TextureCubeView)texture.getTe… in iterate()
/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()