Searched defs:SamplerPtr (Results 1 – 14 of 14) sorted by relevance
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-metal/src/ |
H A D | soft.rs | 510 fn as_slice<'a>(&'a self, resources: &'a Own) -> &'a [Option<SamplerPtr>] { in as_slice()
|
H A D | lib.rs | 1013 pub type SamplerPtr = NonNull<metal::MTLSamplerState>; typedef 1042 impl AsNative for SamplerPtr { implementation
|
H A D | command.rs | 1546 R::SamplerArray: soft::AsSlice<Option<SamplerPtr>, R>, in exec_render() 1920 R::SamplerArray: soft::AsSlice<Option<SamplerPtr>, R>, in exec_compute()
|
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-metal-0.4.0/src/ |
H A D | soft.rs | 511 fn as_slice<'a>(&'a self, resources: &'a Own) -> &'a [Option<SamplerPtr>] { in as_slice()
|
H A D | lib.rs | 982 pub type SamplerPtr = NonNull<metal::MTLSamplerState>; typedef 1011 impl AsNative for SamplerPtr { implementation
|
H A D | command.rs | 1521 R::SamplerArray: soft::AsSlice<Option<SamplerPtr>, R>, in exec_render() 1895 R::SamplerArray: soft::AsSlice<Option<SamplerPtr>, R>, in exec_compute()
|
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-metal/src/ |
H A D | soft.rs | 525 fn as_slice<'a>(&'a self, resources: &'a Own) -> &'a [Option<SamplerPtr>] { in as_slice()
|
H A D | lib.rs | 1086 pub type SamplerPtr = NonNull<metal::MTLSamplerState>; typedef 1115 impl AsNative for SamplerPtr { implementation
|
H A D | command.rs | 1731 R::SamplerArray: soft::AsSlice<Option<SamplerPtr>, R>, in exec_render() 2124 R::SamplerArray: soft::AsSlice<Option<SamplerPtr>, R>, in exec_compute()
|
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-metal/src/ |
H A D | soft.rs | 525 fn as_slice<'a>(&'a self, resources: &'a Own) -> &'a [Option<SamplerPtr>] { in as_slice()
|
H A D | lib.rs | 1086 pub type SamplerPtr = NonNull<metal::MTLSamplerState>; typedef 1115 impl AsNative for SamplerPtr { implementation
|
H A D | command.rs | 1731 R::SamplerArray: soft::AsSlice<Option<SamplerPtr>, R>, in exec_render() 2124 R::SamplerArray: soft::AsSlice<Option<SamplerPtr>, R>, in exec_compute()
|
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/metal/ |
H A D | mod.rs | 449 fn as_raw(&self) -> SamplerPtr { in as_raw() 541 type SamplerPtr = NonNull<mtl::MTLSamplerState>; typedef 567 impl AsNative for SamplerPtr { implementation
|
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/include/ |
H A D | OgreTextureUnitState.h | 222 typedef std::shared_ptr<Sampler> SamplerPtr; typedef
|