OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:gatherOffsetsCompare
(Results
1 - 2
of
2
) sorted by null
/external/deqp/framework/common/
tcuTexture.hpp
553
Vec4
gatherOffsetsCompare
(const Sampler& sampler, float ref, float s, float t, const IVec2 (&offsets)[4]) const;
592
inline Vec4 Texture2DView::
gatherOffsetsCompare
(const Sampler& sampler, float ref, float s, float t, const IVec2 (&offsets)[4]) const
697
Vec4
gatherOffsetsCompare
(const Sampler& sampler, float ref, float s, float t, const IVec2 (&offsets)[4]) const;
740
inline Vec4 Texture2D::
gatherOffsetsCompare
(const Sampler& sampler, float ref, float s, float t, const IVec2 (&offsets)[4]) const
742
return m_view.
gatherOffsetsCompare
(sampler, ref, s, t, offsets);
[
all
...]
/external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp
527
static Vec4
gatherOffsetsCompare
(const tcu::Texture2DView& texture, const tcu::Sampler& sampler, float refZ, const Vec2& coord, const IVec2 (&offsets)[4])
529
return texture.
gatherOffsetsCompare
(sampler, refZ, coord.x(), coord.y(), offsets);
532
static Vec4
gatherOffsetsCompare
(const tcu::Texture2DArrayView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord, const IVec2 (&offsets)[4])
534
return texture.
gatherOffsetsCompare
(sampler, refZ, coord.x(), coord.y(), coord.z(), offsets);
537
static Vec4
gatherOffsetsCompare
(const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, float refZ, const Vec3& coord, const IVec2 (&offsets)[4])
680
const Vec4 idealPix =
gatherOffsetsCompare
(texture, sampler, refZ, texCoord, offsets);
[
all
...]
Completed in 1491 milliseconds