Home
last modified time | relevance | path

Searched refs:Sampler (Results 1 – 25 of 607) sorted by relevance

12345678910>>...25

/third_party/vk-gl-cts/framework/common/
DtcuTexVerifierUtil.hpp69 inline bool isNearestMipmapFilter(const Sampler::FilterMode mode) in isNearestMipmapFilter()
71 …return mode == Sampler::NEAREST_MIPMAP_NEAREST || mode == Sampler::LINEAR_MIPMAP_NEAREST || mode =… in isNearestMipmapFilter()
74 inline bool isLinearMipmapFilter(const Sampler::FilterMode mode) in isLinearMipmapFilter()
76 …return mode == Sampler::NEAREST_MIPMAP_LINEAR || mode == Sampler::LINEAR_MIPMAP_LINEAR || mode == in isLinearMipmapFilter()
79 inline bool isMipmapFilter(const Sampler::FilterMode mode) in isMipmapFilter()
84 inline bool isNearestFilter(const Sampler::FilterMode mode) in isNearestFilter()
86 …return mode == Sampler::NEAREST || mode == Sampler::NEAREST_MIPMAP_NEAREST || mode == Sampler::NEA… in isNearestFilter()
89 inline bool isLinearFilter(const Sampler::FilterMode mode) in isLinearFilter()
91 …return mode == Sampler::LINEAR || mode == Sampler::LINEAR_MIPMAP_NEAREST || mode == Sampler::LINEA… in isLinearFilter()
94 inline bool isCubicFilter(const Sampler::FilterMode mode) in isCubicFilter()
[all …]
DtcuTexture.hpp189 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…
[all …]
DtcuTexLookupVerifier.hpp114 bool isLookupResultValid (const Texture1DView& texture, const Sampler& sampler, const Lookup…
115 bool isLookupResultValid (const Texture2DView& texture, const Sampler& sampler, const Lookup…
116 bool isLookupResultValid (const TextureCubeView& texture, const Sampler& sampler, const Look…
117 bool isLookupResultValid (const Texture1DArrayView& texture, const Sampler& sampler, const Lo…
118 bool isLookupResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const Lo…
119 bool isLookupResultValid (const Texture3DView& texture, const Sampler& sampler, const Lookup…
120 bool isLookupResultValid (const TextureCubeArrayView& texture, const Sampler& sampler, const L…
122 bool isLevel1DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, T…
123 bool isLevel1DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, T…
124 bool isLevel1DLookupResultValid (const ConstPixelBufferAccess& access, const Sampler& sampler, T…
[all …]
DtcuTexture.cpp1758 static inline int wrap (Sampler::WrapMode mode, int c, int size) in wrap()
1762 case tcu::Sampler::CLAMP_TO_BORDER: in wrap()
1765 case tcu::Sampler::CLAMP_TO_EDGE: in wrap()
1768 case tcu::Sampler::REPEAT_GL: in wrap()
1771 case tcu::Sampler::REPEAT_CL: in wrap()
1774 case tcu::Sampler::MIRRORED_ONCE: in wrap()
1778 case tcu::Sampler::MIRRORED_REPEAT_GL: in wrap()
1781 case tcu::Sampler::MIRRORED_REPEAT_CL: in wrap()
1791 static inline float unnormalize (Sampler::WrapMode mode, float c, int size) in unnormalize()
1795 case tcu::Sampler::CLAMP_TO_EDGE: in unnormalize()
[all …]
DtcuTexCompareVerifier.hpp55 bool isTexCompareResultValid (const Texture2DView& texture, const Sampler& sampler, const Tex…
56 bool isTexCompareResultValid (const TextureCubeView& texture, const Sampler& sampler, const T…
57 bool isTexCompareResultValid (const Texture2DArrayView& texture, const Sampler& sampler, const…
58 bool isTexCompareResultValid (const Texture1DView& texture, const Sampler& sampler, const Tex…
59 bool isTexCompareResultValid (const Texture1DArrayView& texture, const Sampler& sampler, const…
60 bool isTexCompareResultValid (const TextureCubeArrayView& texture, const Sampler& sampler, cons…
62 bool isGatherOffsetsCompareResultValid (const Texture2DView& texture, const Sampler& sampler, con…
63 bool isGatherOffsetsCompareResultValid (const Texture2DArrayView& texture, const Sampler& sampler,…
65 bool isGatherCompareResultValid (const TextureCubeView& texture, const Sampler& sampler, const …
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DSampler.cpp18 Sampler::Sampler(rx::GLImplFactory *factory, SamplerID id) in Sampler() function in gl::Sampler
26 Sampler::~Sampler() in ~Sampler()
31 void Sampler::onDestroy(const Context *context) in onDestroy()
39 void Sampler::setLabel(const Context *context, const std::string &label) in setLabel()
44 const std::string &Sampler::getLabel() const in getLabel()
49 void Sampler::setMinFilter(const Context *context, GLenum minFilter) in setMinFilter()
55 GLenum Sampler::getMinFilter() const in getMinFilter()
60 void Sampler::setMagFilter(const Context *context, GLenum magFilter) in setMagFilter()
66 GLenum Sampler::getMagFilter() const in getMagFilter()
71 void Sampler::setWrapS(const Context *context, GLenum wrapS) in setWrapS()
[all …]
DCLSampler.h17 class Sampler final : public _cl_sampler, public Object
27 ~Sampler() override;
39 Sampler(Context &context,
56 inline const Context &Sampler::getContext() const in getContext()
61 inline const Sampler::PropArray &Sampler::getProperties() const in getProperties()
66 inline cl_bool Sampler::getNormalizedCoords() const in getNormalizedCoords()
71 inline AddressingMode Sampler::getAddressingMode() const in getAddressingMode()
76 inline FilterMode Sampler::getFilterMode() const in getFilterMode()
82 inline T &Sampler::getImpl() const in getImpl()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DSampler.cpp18 Sampler::Sampler(rx::GLImplFactory *factory, GLuint id) in Sampler() function in gl::Sampler
22 Sampler::~Sampler() in ~Sampler()
27 void Sampler::onDestroy(const Context *context) in onDestroy()
35 void Sampler::setLabel(const Context *context, const std::string &label) in setLabel()
40 const std::string &Sampler::getLabel() const in getLabel()
45 void Sampler::setMinFilter(const Context *context, GLenum minFilter) in setMinFilter()
51 GLenum Sampler::getMinFilter() const in getMinFilter()
56 void Sampler::setMagFilter(const Context *context, GLenum magFilter) in setMagFilter()
62 GLenum Sampler::getMagFilter() const in getMagFilter()
67 void Sampler::setWrapS(const Context *context, GLenum wrapS) in setWrapS()
[all …]
/third_party/mesa3d/src/intel/tools/tests/gen6/
Dsend.asm6 … sampler MsgDesc: ld SIMD8 Surface = 1 Sampler = 0 mlen 4 rlen 4 { align1 1Q };
8 … sampler MsgDesc: ld SIMD16 Surface = 1 Sampler = 0 mlen 8 rlen 8 { align1 1H };
16 … sampler MsgDesc: sample_d SIMD8 Surface = 1 Sampler = 0 mlen 11 rlen 4 { align1 1Q };
18 … sampler MsgDesc: sample_d SIMD8 Surface = 1 Sampler = 0 mlen 7 rlen 4 { align1 1Q };
20 … sampler MsgDesc: sample_l_c SIMD8 Surface = 1 Sampler = 0 mlen 7 rlen 4 { align1 1Q };
22 … sampler MsgDesc: sample_l_c SIMD8 Surface = 2 Sampler = 1 mlen 7 rlen 4 { align1 1Q };
24 … sampler MsgDesc: ld SIMD4x2 Surface = 64 Sampler = 0 mlen 2 rlen 1 { align16 1Q };
38 … sampler MsgDesc: sample SIMD8 Surface = 1 Sampler = 0 mlen 2 rlen 4 { align1 1Q };
40 … sampler MsgDesc: sample SIMD16 Surface = 1 Sampler = 0 mlen 4 rlen 8 { align1 1H };
42 … sampler MsgDesc: sample SIMD8 Surface = 1 Sampler = 0 mlen 1 rlen 4 { align1 1Q };
[all …]
/third_party/mesa3d/src/intel/tools/tests/gen7/
Dsend.asm6 … sampler MsgDesc: ld SIMD8 Surface = 1 Sampler = 0 mlen 4 rlen 4 { align1 1Q };
8 … sampler MsgDesc: ld SIMD16 Surface = 1 Sampler = 0 mlen 8 rlen 8 { align1 1H };
36 … sampler MsgDesc: sample SIMD8 Surface = 1 Sampler = 0 mlen 3 rlen 4 { align1 1Q };
38 … sampler MsgDesc: sample SIMD16 Surface = 1 Sampler = 0 mlen 6 rlen 8 { align1 1H };
40 … sampler MsgDesc: sample SIMD8 Surface = 1 Sampler = 0 mlen 2 rlen 4 { align1 1Q };
42 … sampler MsgDesc: sample SIMD16 Surface = 1 Sampler = 0 mlen 4 rlen 8 { align1 1H };
44 … sampler MsgDesc: sample_d SIMD8 Surface = 1 Sampler = 0 mlen 10 rlen 4 { align1 1Q };
46 … sampler MsgDesc: sample_d SIMD8 Surface = 1 Sampler = 0 mlen 4 rlen 4 { align1 1Q };
48 … sampler MsgDesc: ld SIMD4x2 Surface = 0 Sampler = 0 mlen 1 rlen 1 { align16 1Q };
50 … sampler MsgDesc: sample_l_c SIMD8 Surface = 1 Sampler = 0 mlen 5 rlen 4 { align1 1Q };
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSampler.cpp27 FilterType Sampler::maximumTextureFilterQuality = FILTER_LINEAR;
28 MipmapType Sampler::maximumMipmapFilterQuality = MIPMAP_POINT;
30 Sampler::State::State() in State()
35 Sampler::Sampler() in Sampler() function in sw::Sampler
82 Sampler::~Sampler() in ~Sampler()
86 Sampler::State Sampler::samplerState() const in samplerState()
115 void Sampler::setTextureLevel(int face, int level, Surface *surface, TextureType type) in setTextureLevel()
256 void Sampler::setTextureFilter(FilterType textureFilter) in setTextureFilter()
261 void Sampler::setMipmapFilter(MipmapType mipmapFilter) in setMipmapFilter()
266 void Sampler::setGatherEnable(bool enable) in setGatherEnable()
[all …]
/third_party/skia/third_party/externals/tint/src/ast/
Dsampler.cc19 TINT_INSTANTIATE_TYPEINFO(tint::ast::Sampler);
36 Sampler::Sampler(ProgramID pid, const Source& src, SamplerKind k) in Sampler() function in tint::ast::Sampler
39 Sampler::Sampler(Sampler&&) = default;
41 Sampler::~Sampler() = default;
43 std::string Sampler::FriendlyName(const SymbolTable&) const { in FriendlyName()
47 const Sampler* Sampler::Clone(CloneContext* ctx) const { in Clone()
49 return ctx->dst->create<Sampler>(src, kind); in Clone()
Dsampler.h39 class Sampler : public Castable<Sampler, Type> {
45 Sampler(ProgramID pid, const Source& src, SamplerKind kind);
47 Sampler(Sampler&&);
48 ~Sampler() override;
61 const Sampler* Clone(CloneContext* ctx) const override;
/third_party/skia/third_party/externals/tint/src/sem/
Dsampler_type.cc19 TINT_INSTANTIATE_TYPEINFO(tint::sem::Sampler);
24 Sampler::Sampler(ast::SamplerKind kind) : kind_(kind) {} in Sampler() function in tint::sem::Sampler
26 Sampler::Sampler(Sampler&&) = default;
28 Sampler::~Sampler() = default;
30 std::string Sampler::type_name() const { in type_name()
35 std::string Sampler::FriendlyName(const SymbolTable&) const { in FriendlyName()
/third_party/mesa3d/src/intel/tools/tests/gen5/
Dsend.asm12 … sampler MsgDesc: sample SIMD8 Surface = 1 Sampler = 0 mlen 3 rlen 4 { align1 };
14 … sampler MsgDesc: sample SIMD16 Surface = 1 Sampler = 0 mlen 6 rlen 8 { align1 };
16 … sampler MsgDesc: sample SIMD8 Surface = 1 Sampler = 0 mlen 2 rlen 4 { align1 };
18 … sampler MsgDesc: sample SIMD16 Surface = 1 Sampler = 0 mlen 4 rlen 8 { align1 };
24 … sampler MsgDesc: resinfo SIMD8 Surface = 1 Sampler = 0 mlen 1 rlen 4 { align1 };
26 … sampler MsgDesc: resinfo SIMD16 Surface = 1 Sampler = 0 mlen 2 rlen 8 { align1 };
28 … sampler MsgDesc: ld SIMD8 Surface = 1 Sampler = 0 mlen 4 rlen 4 { align1 };
30 … sampler MsgDesc: ld SIMD16 Surface = 1 Sampler = 0 mlen 8 rlen 8 { align1 };
36 … sampler MsgDesc: sample SIMD8 Surface = 1 Sampler = 0 mlen 1 rlen 4 { align1 };
38 … sampler MsgDesc: sample SIMD16 Surface = 1 Sampler = 0 mlen 2 rlen 8 { align1 };
[all …]
/third_party/mesa3d/src/intel/tools/tests/gen9/
Dsendc.asm8 … sampler MsgDesc: ld_lz SIMD8 Surface = 1 Sampler = 0 mlen 4 rlen 0 { align1 1Q EOT };
10 … sampler MsgDesc: ld_lz SIMD16 Surface = 1 Sampler = 0 mlen 7 rlen 0 { align1 1H EOT };
12 … sampler MsgDesc: sample SIMD8 Surface = 1 Sampler = 0 mlen 3 rlen 0 { align1 1Q EOT };
14 … sampler MsgDesc: sample SIMD16 Surface = 1 Sampler = 0 mlen 5 rlen 0 { align1 1H EOT };
18 … sampler MsgDesc: ld2dms SIMD8 Surface = 1 Sampler = 0 mlen 6 rlen 0 { align1 1Q EOT };
20 … sampler MsgDesc: ld2dms SIMD16 Surface = 1 Sampler = 0 mlen 11 rlen 0 { align1 1H EOT };
22 … sampler MsgDesc: sample SIMD8 Surface = 1 Sampler = 0 mlen 4 rlen 0 { align1 1Q EOT };
24 … sampler MsgDesc: sample SIMD16 Surface = 1 Sampler = 0 mlen 7 rlen 0 { align1 1H EOT };
26 … sampler MsgDesc: sample_d SIMD8 Surface = 1 Sampler = 0 mlen 10 rlen 0 { align1 1Q EOT };
30 … sampler MsgDesc: sample_d SIMD8 Surface = 1 Sampler = 0 mlen 4 rlen 0 { align1 1Q EOT };
[all …]
/third_party/mesa3d/src/intel/tools/tests/gen7.5/
Dsend.asm6 … sampler MsgDesc: ld SIMD8 Surface = 1 Sampler = 0 mlen 4 rlen 4 { align1 1Q };
8 … sampler MsgDesc: ld SIMD16 Surface = 1 Sampler = 0 mlen 8 rlen 8 { align1 1H };
30 … sampler MsgDesc: ld SIMD4x2 Surface = 0 Sampler = 0 mlen 1 rlen 1 { align16 1Q };
42 … sampler MsgDesc: sample SIMD8 Surface = 1 Sampler = 0 mlen 2 rlen 4 { align1 1Q };
44 … sampler MsgDesc: sample SIMD16 Surface = 1 Sampler = 0 mlen 4 rlen 8 { align1 1H };
46 … sampler MsgDesc: ld_mcs SIMD8 Surface = 1 Sampler = 0 mlen 3 rlen 4 { align1 1Q };
48 … sampler MsgDesc: ld_mcs SIMD16 Surface = 1 Sampler = 0 mlen 6 rlen 8 { align1 1H };
50 … sampler MsgDesc: ld2dms SIMD8 Surface = 1 Sampler = 0 mlen 5 rlen 4 { align1 1Q };
52 … sampler MsgDesc: ld2dms SIMD16 Surface = 1 Sampler = 0 mlen 10 rlen 8 { align1 1H };
54 … sampler MsgDesc: sample SIMD8 Surface = 1 Sampler = 0 mlen 3 rlen 4 { align1 1Q };
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktTextureFilteringTests.cpp53 …:Sampler::Sampler::CUBIC || testParameters.minFilter == tcu::Sampler::Sampler::CUBIC_MIPMAP_NEARES… in checkTextureSupport()
54 testParameters.magFilter == tcu::Sampler::Sampler::CUBIC) in checkTextureSupport()
108 …if (testParameters.wrapS == tcu::Sampler::Sampler::MIRRORED_ONCE || testParameters.wrapT == tcu::S… in checkTextureSupport()
115 …if (testParameters.wrapS == tcu::Sampler::Sampler::MIRRORED_ONCE || testParameters.wrapT == tcu::S… in checkTextureSupport()
122 …if (testParameters.wrapS == tcu::Sampler::Sampler::MIRRORED_ONCE || testParameters.wrapT == tcu::S… in checkTextureSupport()
129 …cu::Sampler::Sampler::MIRRORED_ONCE || testParameters.wrapT == tcu::Sampler::Sampler::MIRRORED_ONC… in checkTextureSupport()
141 using tcu::Sampler;
236 …etEffectiveDepthStencilAccess(m_textures[0]->getLevel(levelNdx, 0), tcu::Sampler::MODE_STENCIL), g… in Texture2DFilteringTestInstance()
250 …etEffectiveDepthStencilAccess(m_textures[1]->getLevel(levelNdx, 0), tcu::Sampler::MODE_STENCIL), 4… in Texture2DFilteringTestInstance()
313 refParams.sampler.depthStencilMode = tcu::Sampler::MODE_STENCIL; in iterate()
[all …]
DvktTextureFilteringAnisotropyTests.cpp45 using tcu::Sampler;
59 const Sampler::FilterMode minFilter_, in AnisotropyParams()
60 const Sampler::FilterMode magFilter_, in AnisotropyParams()
73 Sampler::FilterMode minFilter;
74 Sampler::FilterMode magFilter;
87 …m_refParams.sampler = util::createSampler(Sampler::CLAMP_TO_EDGE, Sampler::CLAMP_TO_EDGE, m_refP… in FilteringAnisotropyInstance()
152 …if (m_refParams.minFilter != tcu::Sampler::NEAREST && m_refParams.magFilter != tcu::Sampler::NEARE… in iterate()
228 const tcu::Sampler::FilterMode magFilters[] = in createFilteringAnisotropyTests()
230 Sampler::NEAREST, in createFilteringAnisotropyTests()
231 Sampler::LINEAR in createFilteringAnisotropyTests()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/
DMultiplyAlpha.hlsl12 SamplerState Sampler : register(s0);
21 float4 color = TextureF.Sample(Sampler, inTexCoord).rgba;
28 float4 color = TextureF.Sample(Sampler, inTexCoord).rgba;
40 float4 color = TextureF.Sample(Sampler, inTexCoord).rgba;
47 float4 color = TextureF.Sample(Sampler, inTexCoord).rgba;
58 float4 color = TextureF.Sample(Sampler, inTexCoord).rgba;
65 float4 color = TextureF.Sample(Sampler, inTexCoord).rgba;
76 float4 color = TextureF.Sample(Sampler, inTexCoord).rgba;
84 float4 color = TextureF.Sample(Sampler, inTexCoord).rgba;
95 float4 color = TextureF.Sample(Sampler, inTexCoord).rgba;
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/
DMultiplyAlpha.hlsl12 SamplerState Sampler : register(s0);
21 float4 color = TextureF.Sample(Sampler, inTexCoord).rgba;
28 float4 color = TextureF.Sample(Sampler, inTexCoord).rgba;
40 float4 color = TextureF.Sample(Sampler, inTexCoord).rgba;
47 float4 color = TextureF.Sample(Sampler, inTexCoord).rgba;
58 float4 color = TextureF.Sample(Sampler, inTexCoord).rgba;
65 float4 color = TextureF.Sample(Sampler, inTexCoord).rgba;
76 float4 color = TextureF.Sample(Sampler, inTexCoord).rgba;
84 float4 color = TextureF.Sample(Sampler, inTexCoord).rgba;
95 float4 color = TextureF.Sample(Sampler, inTexCoord).rgba;
[all …]
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fTextureBorderClampTests.cpp93 bool isDepthFormat (deUint32 format, tcu::Sampler::DepthStencilMode mode) in isDepthFormat()
111 DE_ASSERT(mode == tcu::Sampler::MODE_DEPTH); in isDepthFormat()
114 else if (fmt.order == tcu::TextureFormat::DS && mode == tcu::Sampler::MODE_DEPTH) in isDepthFormat()
121 bool isStencilFormat (deUint32 format, tcu::Sampler::DepthStencilMode mode) in isStencilFormat()
139 DE_ASSERT(mode == tcu::Sampler::MODE_STENCIL); in isStencilFormat()
142 else if (fmt.order == tcu::TextureFormat::DS && mode == tcu::Sampler::MODE_STENCIL) in isStencilFormat()
149 tcu::TextureChannelClass getFormatChannelClass (deUint32 format, tcu::Sampler::DepthStencilMode mod… in getFormatChannelClass()
288 …if (isDepthFormat(texFormat, tcu::Sampler::MODE_DEPTH) || isStencilFormat(texFormat, tcu::Sampler:… in genDummyTexture()
294 if (isDepthFormat(texFormat, tcu::Sampler::MODE_DEPTH)) in genDummyTexture()
297 …cu::getEffectiveDepthStencilAccess(texture->getRefTexture().getLevel(0), tcu::Sampler::MODE_DEPTH); in genDummyTexture()
[all …]
Des31fTextureGatherTests.cpp525 …larType, 4> gatherOffsets (const tcu::Texture2DView& texture, const tcu::Sampler& sampler, const V… in gatherOffsets()
531 …pe, 4> gatherOffsets (const tcu::Texture2DArrayView& texture, const tcu::Sampler& sampler, const V… in gatherOffsets()
537 …rType, 4> gatherOffsets (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, const V… in gatherOffsets()
544 static Vec4 gatherOffsetsCompare (const tcu::Texture2DView& texture, const tcu::Sampler& sampler, f… in gatherOffsetsCompare()
549 static Vec4 gatherOffsetsCompare (const tcu::Texture2DArrayView& texture, const tcu::Sampler& sampl… in gatherOffsetsCompare()
554 static Vec4 gatherOffsetsCompare (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler,… in gatherOffsetsCompare()
563 const tcu::Sampler& sampler, in isGatherOffsetsResultValid()
576 const tcu::Sampler& sampler, in isGatherOffsetsCompareResultValid()
593 const tcu::Sampler& sampler, in verifyGatherOffsets()
673 const tcu::Sampler& sampler, in verifyGatherOffsetsCompare()
[all …]
/third_party/mesa3d/src/mesa/main/
Dtexparam.c282 if (texObj->Sampler.Attrib.MinFilter == params[0]) in set_tex_parameteri()
288 texObj->Sampler.Attrib.MinFilter = params[0]; in set_tex_parameteri()
289 texObj->Sampler.Attrib.state.min_img_filter = filter_to_gallium(params[0]); in set_tex_parameteri()
290 texObj->Sampler.Attrib.state.min_mip_filter = mipfilter_to_gallium(params[0]); in set_tex_parameteri()
291 _mesa_lower_gl_clamp(ctx, &texObj->Sampler); in set_tex_parameteri()
300 texObj->Sampler.Attrib.MinFilter = params[0]; in set_tex_parameteri()
301 texObj->Sampler.Attrib.state.min_img_filter = filter_to_gallium(params[0]); in set_tex_parameteri()
302 texObj->Sampler.Attrib.state.min_mip_filter = mipfilter_to_gallium(params[0]); in set_tex_parameteri()
303 _mesa_lower_gl_clamp(ctx, &texObj->Sampler); in set_tex_parameteri()
316 if (texObj->Sampler.Attrib.MagFilter == params[0]) in set_tex_parameteri()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderTextureGatherTests.cpp556 …larType, 4> gatherOffsets (const tcu::Texture2DView& texture, const tcu::Sampler& sampler, const V… in gatherOffsets()
562 …pe, 4> gatherOffsets (const tcu::Texture2DArrayView& texture, const tcu::Sampler& sampler, const V… in gatherOffsets()
568 …rType, 4> gatherOffsets (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, const V… in gatherOffsets()
575 static Vec4 gatherOffsetsCompare (const tcu::Texture2DView& texture, const tcu::Sampler& sampler, f… in gatherOffsetsCompare()
580 static Vec4 gatherOffsetsCompare (const tcu::Texture2DArrayView& texture, const tcu::Sampler& sampl… in gatherOffsetsCompare()
585 static Vec4 gatherOffsetsCompare (const tcu::TextureCubeView& texture, const tcu::Sampler& sampler,… in gatherOffsetsCompare()
594 const tcu::Sampler& sampler, in isGatherOffsetsResultValid()
607 const tcu::Sampler& sampler, in isGatherOffsetsCompareResultValid()
624 const tcu::Sampler& sampler, in verifyGatherOffsets()
704 const tcu::Sampler& sampler, in verifyGatherOffsetsCompare()
[all …]

12345678910>>...25