Home
last modified time | relevance | path

Searched refs:SamplerDesc (Results 1 – 25 of 58) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/metal/
H A Dmtl_state_cache.h82 struct SamplerDesc struct
84 SamplerDesc();
85 SamplerDesc(const SamplerDesc &src);
86 SamplerDesc(SamplerDesc &&src);
88 explicit SamplerDesc(const gl::SamplerState &glState);
90 SamplerDesc &operator=(const SamplerDesc &src); argument
95 bool operator==(const SamplerDesc &rhs) const;
332 struct hash<rx::mtl::SamplerDesc>
334 size_t operator()(const rx::mtl::SamplerDesc &key) const { return key.hash(); }
404 AutoObjCPtr<id<MTLSamplerState>> getSamplerState(id<MTLDevice> device, const SamplerDesc &desc);
[all …]
H A Dmtl_state_cache.mm65 MTLSamplerDescriptor *ToObjC(const SamplerDesc &desc)
400 // SamplerDesc implementation
401 SamplerDesc::SamplerDesc()
405 SamplerDesc::SamplerDesc(const SamplerDesc &src)
409 SamplerDesc::SamplerDesc(SamplerDesc &&src)
414 SamplerDesc::SamplerDesc(const gl::SamplerState &glState) : SamplerDesc()
427 SamplerDesc &SamplerDesc::operator=(const SamplerDesc &src)
433 void SamplerDesc::reset()
446 bool SamplerDesc::operator==(const SamplerDesc &rhs) const
457 size_t SamplerDesc::hash() const
[all …]
H A DDisplayMtl.h111 id<MTLSamplerState> getSamplerState(const mtl::SamplerDesc &desc) in getSamplerState()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/metal/
H A Dmtl_state_cache.h85 struct alignas(4) SamplerDesc struct
87 SamplerDesc();
88 SamplerDesc(const SamplerDesc &src);
89 SamplerDesc(SamplerDesc &&src);
91 explicit SamplerDesc(const gl::SamplerState &glState);
93 SamplerDesc &operator=(const SamplerDesc &src); argument
98 bool operator==(const SamplerDesc &rhs) const;
397 struct hash<rx::mtl::SamplerDesc>
399 size_t operator()(const rx::mtl::SamplerDesc &key) const { return key.hash(); }
498 AutoObjCPtr<id<MTLSamplerState>> getSamplerState(id<MTLDevice> device, const SamplerDesc &desc);
[all …]
H A Dmtl_state_cache.mm66 MTLSamplerDescriptor *ToObjC(const SamplerDesc &desc)
438 // SamplerDesc implementation
439 SamplerDesc::SamplerDesc()
443 SamplerDesc::SamplerDesc(const SamplerDesc &src)
447 SamplerDesc::SamplerDesc(SamplerDesc &&src)
452 SamplerDesc::SamplerDesc(const gl::SamplerState &glState) : SamplerDesc()
467 SamplerDesc &SamplerDesc::operator=(const SamplerDesc &src)
473 void SamplerDesc::reset()
488 bool SamplerDesc::operator==(const SamplerDesc &rhs) const
501 size_t SamplerDesc::hash() const
[all …]
H A DSamplerMtl.mm36 mtl::SamplerDesc samplerDesc(mState);
H A DDisplayMtl.h134 id<MTLSamplerState> getSamplerState(const mtl::SamplerDesc &desc) in getSamplerState()
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/win32/Effects11/Binary/
H A DEffectStates11.h214 …LHS_Filter, offsetof_fx(SSamplerBlock, BackingStore.SamplerDesc.Filter), …
215 …LHS_AddressU, offsetof_fx(SSamplerBlock, BackingStore.SamplerDesc.AddressU), …
216 …LHS_AddressV, offsetof_fx(SSamplerBlock, BackingStore.SamplerDesc.AddressV), …
217 …LHS_AddressW, offsetof_fx(SSamplerBlock, BackingStore.SamplerDesc.AddressW), …
218 …LHS_MipLODBias, offsetof_fx(SSamplerBlock, BackingStore.SamplerDesc.MipLODBias), …
219 …LHS_MaxAnisotropy, offsetof_fx(SSamplerBlock, BackingStore.SamplerDesc.MaxAnisotropy),…
220 …LHS_ComparisonFunc, offsetof_fx(SSamplerBlock, BackingStore.SamplerDesc.ComparisonFunc)…
221 …LHS_BorderColor, offsetof_fx(SSamplerBlock, BackingStore.SamplerDesc.BorderColor), …
222 …LHS_MinLOD, offsetof_fx(SSamplerBlock, BackingStore.SamplerDesc.MinLOD), …
223 …LHS_MaxLOD, offsetof_fx(SSamplerBlock, BackingStore.SamplerDesc.MaxLOD), …
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h845 class SamplerDesc final
848 SamplerDesc();
849 SamplerDesc(const angle::FeaturesVk &featuresVk,
853 ~SamplerDesc();
855 SamplerDesc(const SamplerDesc &other);
856 SamplerDesc &operator=(const SamplerDesc &rhs);
866 bool operator==(const SamplerDesc &other) const;
907 static_assert(sizeof(SamplerDesc) == 32, "Unexpected SamplerDesc size");
1267 struct hash<rx::vk::SamplerDesc>
1438 const vk::SamplerDesc &desc,
[all …]
H A DSamplerVk.cpp42 vk::SamplerDesc desc(contextVk->getFeatures(), mState, false, 0); in syncState()
H A Dvk_cache_utils.cpp2906 SamplerDesc::SamplerDesc() in SamplerDesc() function in rx::vk::SamplerDesc
2911 SamplerDesc::~SamplerDesc() = default;
2913 SamplerDesc::SamplerDesc(const SamplerDesc &other) = default;
2915 SamplerDesc &SamplerDesc::operator=(const SamplerDesc &rhs) = default;
2917 SamplerDesc::SamplerDesc(const angle::FeaturesVk &featuresVk, in SamplerDesc() function in rx::vk::SamplerDesc
2925 void SamplerDesc::reset() in reset()
2945 void SamplerDesc::update(const angle::FeaturesVk &featuresVk, in update()
3059 size_t SamplerDesc::hash() const in hash()
3064 bool SamplerDesc::operator==(const SamplerDesc &other) const in operator ==()
3066 return (memcmp(this, &other, sizeof(SamplerDesc)) == 0); in operator ==()
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/gfx-0.17.1/src/pso/
H A Dresource.rs178 -> Option<pso::SamplerDesc> { in link_sampler() argument
214 …n link_sampler(&mut self, var: &shade::SamplerVar, init: &Self::Init) -> Option<pso::SamplerDesc> { in link_sampler() argument
H A Dmod.rs330 -> Option<c::pso::SamplerDesc> { None } in link_sampler() argument
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-hal-0.4.0/src/
H A Dimage.rs453 pub struct SamplerDesc { struct
479 impl SamplerDesc { argument
483 SamplerDesc { in new()
H A Ddevice.rs493 desc: &image::SamplerDesc, in create_sampler() argument
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/win32/Effects11/
H A DEffectNonRuntime.cpp125 BackingStore.SamplerDesc.AddressU = D3D11_TEXTURE_ADDRESS_CLAMP;
126 BackingStore.SamplerDesc.AddressV = D3D11_TEXTURE_ADDRESS_CLAMP;
127 BackingStore.SamplerDesc.AddressW = D3D11_TEXTURE_ADDRESS_CLAMP;
128 BackingStore.SamplerDesc.BorderColor[3] = D3D11_DEFAULT_BORDER_COLOR_COMPONENT;
129 BackingStore.SamplerDesc.BorderColor[2] = D3D11_DEFAULT_BORDER_COLOR_COMPONENT;
130 BackingStore.SamplerDesc.BorderColor[1] = D3D11_DEFAULT_BORDER_COLOR_COMPONENT;
132 BackingStore.SamplerDesc.ComparisonFunc = D3D11_COMPARISON_NEVER;
133 BackingStore.SamplerDesc.Filter = D3D11_FILTER_MIN_MAG_MIP_LINEAR;
135 BackingStore.SamplerDesc.MipLODBias = D3D11_DEFAULT_MIP_LOD_BIAS;
136 BackingStore.SamplerDesc.MinLOD = -FLT_MAX;
[all …]
H A DEffectRuntime.cpp299 …HRESULT hr = m_pDevice->CreateSamplerState( &pSBlock->BackingStore.SamplerDesc, &pSBlock->pD3DObje… in ApplyRenderStateBlock()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-hal/src/
H A Dimage.rs486 pub struct SamplerDesc { struct
516 impl SamplerDesc { argument
520 SamplerDesc { in new()
H A Ddevice.rs468 desc: &image::SamplerDesc, in create_sampler() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-hal/src/
H A Dimage.rs486 pub struct SamplerDesc { struct
516 impl SamplerDesc { argument
520 SamplerDesc { in new()
H A Ddevice.rs468 desc: &image::SamplerDesc, in create_sampler() argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-hal/src/
H A Dimage.rs508 pub struct SamplerDesc { struct
536 impl SamplerDesc { argument
540 SamplerDesc { in new()
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/gfx_core-0.8.3/src/
H A Dpso.rs160 pub type SamplerDesc = Usage; typedef
188 pub samplers: [Option<SamplerDesc>; MAX_SAMPLERS],
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dconversions.rs809 pub fn map_sampler_data_to_cross(info: &image::SamplerDesc) -> spirv_cross::msl::SamplerData { in map_sampler_data_to_cross()
877 info: &image::SamplerDesc, in map_sampler_data_to_naga() argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dconversions.rs809 pub fn map_sampler_data_to_cross(info: &image::SamplerDesc) -> spirv_cross::msl::SamplerData { in map_sampler_data_to_cross()
877 info: &image::SamplerDesc, in map_sampler_data_to_naga() argument

123