• Home
  • Raw
  • Download

Lines Matching refs:Sampler

189 class Sampler  class
287 Sampler (WrapMode wrapS_, in Sampler() function in tcu::Sampler
316 Sampler (void) in Sampler() function in tcu::Sampler
386 …Vec4 sample1D (const Sampler& sampler, Sampler::FilterMode filter, float s, int level) con…
387 …Vec4 sample2D (const Sampler& sampler, Sampler::FilterMode filter, float s, float t, int d…
388 …Vec4 sample3D (const Sampler& sampler, Sampler::FilterMode filter, float s, float t, float…
390 …Vec4 sample1DOffset (const Sampler& sampler, Sampler::FilterMode filter, float s, const IVe…
391 …Vec4 sample2DOffset (const Sampler& sampler, Sampler::FilterMode filter, float s, float t, …
392 …Vec4 sample3DOffset (const Sampler& sampler, Sampler::FilterMode filter, float s, float t, …
394 …float sample1DCompare (const Sampler& sampler, Sampler::FilterMode filter, float ref, float…
395 …float sample2DCompare (const Sampler& sampler, Sampler::FilterMode filter, float ref, float…
475 Vec4 sampleLevelArray1D (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sam…
476 Vec4 sampleLevelArray2D (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sam…
477 Vec4 sampleLevelArray3D (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sam…
479 Vec4 sampleLevelArray1DOffset (const ConstPixelBufferAccess* levels, int numLevels, const Sampler&…
480 Vec4 sampleLevelArray2DOffset (const ConstPixelBufferAccess* levels, int numLevels, const Sampler&…
481 Vec4 sampleLevelArray3DOffset (const ConstPixelBufferAccess* levels, int numLevels, const Sampler&…
483 …ay1DCompare (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float r…
484 …ay2DCompare (const ConstPixelBufferAccess* levels, int numLevels, const Sampler& sampler, float r…
486 Vec4 gatherArray2DOffsets (const ConstPixelBufferAccess& src, const Sampler& sampler, float s, fl…
487 Vec4 gatherArray2DOffsetsCompare (const ConstPixelBufferAccess& src, const Sampler& sampler, float…
538 Vec4 sample (const Sampler& sampler, float s, float t, float lod) const;
539 …Vec4 sampleOffset (const Sampler& sampler, float s, float t, float lod, const IVec2& offset…
540 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const;
541 …float sampleCompareOffset (const Sampler& sampler, float ref, float s, float t, float lod, c…
543 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2…
544 …Vec4 gatherOffsetsCompare(const Sampler& sampler, float ref, float s, float t, const IVec2 (…
560 inline Vec4 Texture2DView::sample (const Sampler& sampler, float s, float t, float lod) const in sample()
565 inline Vec4 Texture2DView::sampleOffset (const Sampler& sampler, float s, float t, float lod, const… in sampleOffset()
570 inline float Texture2DView::sampleCompare (const Sampler& sampler, float ref, float s, float t, flo… in sampleCompare()
575 inline float Texture2DView::sampleCompareOffset (const Sampler& sampler, float ref, float s, float … in sampleCompareOffset()
580 inline Vec4 Texture2DView::gatherOffsets (const Sampler& sampler, float s, float t, int componentNd… in gatherOffsets()
585 inline Vec4 Texture2DView::gatherOffsetsCompare (const Sampler& sampler, float ref, float s, float … in gatherOffsetsCompare()
641 Vec4 sample (const Sampler& sampler, float s, float t, float lod) const;
642 …Vec4 sampleOffset (const Sampler& sampler, float s, float t, float lod, const IVec2& offset) …
643 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const;
644 …float sampleCompareOffset (const Sampler& sampler, float ref, float s, float t, float lod, con…
646 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, const IVec2 (…
647 …Vec4 gatherOffsetsCompare (const Sampler& sampler, float ref, float s, float t, const IVec2 (&…
666 inline Vec4 Texture2D::sample (const Sampler& sampler, float s, float t, float lod) const in sample()
671 inline Vec4 Texture2D::sampleOffset (const Sampler& sampler, float s, float t, float lod, const IVe… in sampleOffset()
676 inline float Texture2D::sampleCompare (const Sampler& sampler, float ref, float s, float t, float l… in sampleCompare()
681 inline float Texture2D::sampleCompareOffset (const Sampler& sampler, float ref, float s, float t, f… in sampleCompareOffset()
686 inline Vec4 Texture2D::gatherOffsets (const Sampler& sampler, float s, float t, int componentNdx, c… in gatherOffsets()
691 inline Vec4 Texture2D::gatherOffsetsCompare (const Sampler& sampler, float ref, float s, float t, c… in gatherOffsetsCompare()
711 Vec4 sample (const Sampler& sampler, float s, float t, float p, float lod) const;
712 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lo…
714 Vec4 gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const;
715 Vec4 gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) const;
745 Vec4 sample (const Sampler& sampler, float s, float t, float p, float lod) const;
746 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lo…
748 Vec4 gather (const Sampler& sampler, float s, float t, float r, int componentNdx) const;
749 Vec4 gatherCompare (const Sampler& sampler, float ref, float s, float t, float r) const;
765 inline Vec4 TextureCube::sample (const Sampler& sampler, float s, float t, float p, float lod) const in sample()
770 inline float TextureCube::sampleCompare (const Sampler& sampler, float ref, float s, float t, float… in sampleCompare()
775 inline Vec4 TextureCube::gather (const Sampler& sampler, float s, float t, float r, int componentNd… in gather()
780 inline Vec4 TextureCube::gatherCompare (const Sampler& sampler, float ref, float s, float t, float … in gatherCompare()
799 Vec4 sample (const Sampler& sampler, float s, float lod) const;
800 Vec4 sampleOffset (const Sampler& sampler, float s, float lod, deInt32 offset) const;
801 float sampleCompare (const Sampler& sampler, float ref, float s, float lod) const;
802 …float sampleCompareOffset (const Sampler& sampler, float ref, float s, float lod, deInt32 of…
816 inline Vec4 Texture1DView::sample (const Sampler& sampler, float s, float lod) const in sample()
821 inline Vec4 Texture1DView::sampleOffset (const Sampler& sampler, float s, float lod, deInt32 offset… in sampleOffset()
826 inline float Texture1DView::sampleCompare (const Sampler& sampler, float ref, float s, float lod) c… in sampleCompare()
831 inline float Texture1DView::sampleCompareOffset (const Sampler& sampler, float ref, float s, float … in sampleCompareOffset()
852 Vec4 sample (const Sampler& sampler, float s, float lod) const;
853 Vec4 sampleOffset (const Sampler& sampler, float s, float lod, deInt32 offset) const;
854 float sampleCompare (const Sampler& sampler, float ref, float s, float lod) const;
855 …float sampleCompareOffset (const Sampler& sampler, float ref, float s, float lod, deInt32 of…
872 inline Vec4 Texture1D::sample (const Sampler& sampler, float s, float lod) const in sample()
877 inline Vec4 Texture1D::sampleOffset (const Sampler& sampler, float s, float lod, deInt32 offset) co… in sampleOffset()
882 inline float Texture1D::sampleCompare (const Sampler& sampler, float ref, float s, float lod) const in sampleCompare()
887 inline float Texture1D::sampleCompareOffset (const Sampler& sampler, float ref, float s, float lod,… in sampleCompareOffset()
907 Vec4 sample (const Sampler& sampler, float s, float t, float lod) const;
908 …Vec4 sampleOffset (const Sampler& sampler, float s, float t, float lod, deInt32 offset) con…
909 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const;
910 …float sampleCompareOffset (const Sampler& sampler, float ref, float s, float t, float lod, d…
940 Vec4 sample (const Sampler& sampler, float s, float t, float lod) const;
941 …Vec4 sampleOffset (const Sampler& sampler, float s, float t, float lod, deInt32 offset) con…
942 float sampleCompare (const Sampler& sampler, float ref, float s, float t, float lod) const;
943 …float sampleCompareOffset (const Sampler& sampler, float ref, float s, float t, float lod, d…
955 inline Vec4 Texture1DArray::sample (const Sampler& sampler, float s, float t, float lod) const in sample()
960 inline Vec4 Texture1DArray::sampleOffset (const Sampler& sampler, float s, float t, float lod, deIn… in sampleOffset()
965 inline float Texture1DArray::sampleCompare (const Sampler& sampler, float ref, float s, float t, fl… in sampleCompare()
970 inline float Texture1DArray::sampleCompareOffset (const Sampler& sampler, float ref, float s, float… in sampleCompareOffset()
991 Vec4 sample (const Sampler& sampler, float s, float t, float r, float lod) const;
992 …Vec4 sampleOffset (const Sampler& sampler, float s, float t, float r, float lod, const IVec…
993 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lo…
994 …float sampleCompareOffset (const Sampler& sampler, float ref, float s, float t, float r, flo…
996 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, float r, int componentNdx, co…
997 …Vec4 gatherOffsetsCompare(const Sampler& sampler, float ref, float s, float t, float r, cons…
1028 Vec4 sample (const Sampler& sampler, float s, float t, float r, float lod) const;
1029 …Vec4 sampleOffset (const Sampler& sampler, float s, float t, float r, float lod, const IVec…
1030 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float lo…
1031 …float sampleCompareOffset (const Sampler& sampler, float ref, float s, float t, float r, flo…
1033 …Vec4 gatherOffsets (const Sampler& sampler, float s, float t, float r, int componentNdx, co…
1034 …Vec4 gatherOffsetsCompare(const Sampler& sampler, float ref, float s, float t, float r, cons…
1047 inline Vec4 Texture2DArray::sample (const Sampler& sampler, float s, float t, float r, float lod) c… in sample()
1052 inline Vec4 Texture2DArray::sampleOffset (const Sampler& sampler, float s, float t, float r, float … in sampleOffset()
1057 inline float Texture2DArray::sampleCompare (const Sampler& sampler, float ref, float s, float t, fl… in sampleCompare()
1062 inline float Texture2DArray::sampleCompareOffset (const Sampler& sampler, float ref, float s, float… in sampleCompareOffset()
1067 inline Vec4 Texture2DArray::gatherOffsets (const Sampler& sampler, float s, float t, float r, int c… in gatherOffsets()
1072 inline Vec4 Texture2DArray::gatherOffsetsCompare (const Sampler& sampler, float ref, float s, float… in gatherOffsetsCompare()
1093 Vec4 sample (const Sampler& sampler, float s, float t, float r, float lod) const;
1094 …Vec4 sampleOffset (const Sampler& sampler, float s, float t, float r, float lod, const IVec…
1101 inline Vec4 Texture3DView::sample (const Sampler& sampler, float s, float t, float r, float lod) co… in sample()
1106 inline Vec4 Texture3DView::sampleOffset (const Sampler& sampler, float s, float t, float r, float l… in sampleOffset()
1133 Vec4 sample (const Sampler& sampler, float s, float t, float r, float lod) const;
1134 …Vec4 sampleOffset (const Sampler& sampler, float s, float t, float r, float lod, const IVec…
1147 inline Vec4 Texture3D::sample (const Sampler& sampler, float s, float t, float r, float lod) const in sample()
1152 inline Vec4 Texture3D::sampleOffset (const Sampler& sampler, float s, float t, float r, float lod, … in sampleOffset()
1173 …Vec4 sample (const Sampler& sampler, float s, float t, float r, float q, float lod) cons…
1174 …Vec4 sampleOffset (const Sampler& sampler, float s, float t, float r, float q, float lod, …
1175 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float q…
1176 …float sampleCompareOffset (const Sampler& sampler, float ref, float s, float t, float r, fl…
1206 Vec4 sample (const Sampler& sampler, float s, float t, float r, float q, float lod) const;
1207 …Vec4 sampleOffset (const Sampler& sampler, float s, float t, float r, float q, float lod, c…
1208 …float sampleCompare (const Sampler& sampler, float ref, float s, float t, float r, float q,…
1209 …float sampleCompareOffset (const Sampler& sampler, float ref, float s, float t, float r, flo…
1221 inline Vec4 TextureCubeArray::sample (const Sampler& sampler, float s, float t, float r, float q, f… in sample()
1226 inline Vec4 TextureCubeArray::sampleOffset (const Sampler& sampler, float s, float t, float r, floa… in sampleOffset()
1231 inline float TextureCubeArray::sampleCompare (const Sampler& sampler, float ref, float s, float t, … in sampleCompare()
1236 inline float TextureCubeArray::sampleCompareOffset (const Sampler& sampler, float ref, float s, flo… in sampleCompareOffset()