HomeSort by relevance Sort by last modified time
    Searched refs:TextureCubeView (Results 1 - 17 of 17) sorted by null

  /external/deqp/framework/common/
tcuTexCompareVerifier.hpp 56 bool isTexCompareResultValid (const TextureCubeView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec3& coord, const Vec2& lodBounds, const float cmpReference, const float result);
62 bool isGatherCompareResultValid (const TextureCubeView& texture, const Sampler& sampler, const TexComparePrecision& prec, const Vec3& coord, float cmpReference, const Vec4& result);
tcuTexLookupVerifier.hpp 115 bool isLookupResultValid (const TextureCubeView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, const Vec2& lodBounds, const Vec4& result);
144 bool isGatherResultValid (const TextureCubeView& texture, const Sampler& sampler, const LookupPrecision& prec, const Vec3& coord, int componentNdx, const Vec4& result);
145 bool isGatherResultValid (const TextureCubeView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec3& coord, int componentNdx, const IVec4& result);
146 bool isGatherResultValid (const TextureCubeView& texture, const Sampler& sampler, const IntLookupPrecision& prec, const Vec3& coord, int componentNdx, const UVec4& result);
tcuTextureUtil.hpp 176 tcu::TextureCubeView getEffectiveTextureView (const tcu::TextureCubeView& src, std::vector<tcu::ConstPixelBufferAccess>& storage, const tcu::Sampler& sampler);
tcuTexture.hpp 765 class TextureCubeView
768 TextureCubeView (void);
769 TextureCubeView (int numLevels, const ConstPixelBufferAccess* const (&levels)[CUBEFACE_LAST]);
816 operator TextureCubeView (void) const { return m_view; }
825 TextureCubeView m_view;
    [all...]
tcuTexCompareVerifier.cpp     [all...]
tcuTextureUtil.cpp     [all...]
tcuTexture.cpp     [all...]
tcuTexLookupVerifier.cpp     [all...]
  /external/deqp/framework/opengl/
gluTextureTestUtil.hpp 159 void sampleTexture (const tcu::SurfaceAccess& dst, const tcu::TextureCubeView& src, const float* texCoord, const ReferenceParams& params);
206 const tcu::TextureCubeView& src,
274 const tcu::TextureCubeView& src,
331 const tcu::TextureCubeView& src,
gluTextureTestUtil.cpp 119 static tcu::TextureCubeView getSubView (const tcu::TextureCubeView& view, int baseLevel, int maxLevel)
129 return tcu::TextureCubeView(numLevels, levels);
360 static inline tcu::Vec4 execSample (const tcu::TextureCubeView& src, const ReferenceParams& params, float s, float t, float r, float lod)
610 static void sampleTextureCube (const tcu::SurfaceAccess& dst, const tcu::TextureCubeView& rawSrc, const tcu::Vec4& sq, const tcu::Vec4& tq, const tcu::Vec4& rq, const ReferenceParams& params)
614 const tcu::TextureCubeView src = getEffectiveTextureView(rawSrc, srcLevelStorage, params.sampler);
659 void sampleTexture (const tcu::SurfaceAccess& dst, const tcu::TextureCubeView& src, const float* texCoord, const ReferenceParams& params)
661 const tcu::TextureCubeView view = getSubView(src, params.baseLevel, params.maxLevel);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageSamplingInstance.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 409 static tcu::TextureCubeView getOneLevelSubView (const tcu::TextureCubeView& view, int level)
416 return tcu::TextureCubeView(1, levels);
520 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4])
537 static Vec4 gatherOffsetsCompare (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord, const IVec2 (&offsets)[4])
545 static bool isGatherOffsetsResultValid (const tcu::TextureCubeView& texture,
558 static bool isGatherOffsetsCompareResultValid (const tcu::TextureCubeView& texture,
    [all...]
es31fCopyImageTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 454 static tcu::TextureCubeView getOneLevelSubView (const tcu::TextureCubeView& view, int level)
461 return tcu::TextureCubeView(1, levels);
565 static tcu::Vector<ColorScalarType, 4> gatherOffsets (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4])
582 static Vec4 gatherOffsetsCompare (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord, const IVec2 (&offsets)[4])
590 static bool isGatherOffsetsResultValid (const tcu::TextureCubeView& texture,
603 static bool isGatherOffsetsCompareResultValid (const tcu::TextureCubeView& texture,
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringTests.cpp 457 const bool isHighQuality = verifyTextureResult(m_context.getTestContext(), rendered.getAccess(), (tcu::TextureCubeView)texture.getTexture(),
468 const bool isOk = verifyTextureResult(m_context.getTestContext(), rendered.getAccess(), (tcu::TextureCubeView)texture.getTexture(),
    [all...]
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.hpp 215 tcu::TextureCubeView m_view;
    [all...]
sglrReferenceContext.cpp     [all...]

Completed in 482 milliseconds