Home
last modified time | relevance | path

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 Dsoft.rs510 fn as_slice<'a>(&'a self, resources: &'a Own) -> &'a [Option<SamplerPtr>] { in as_slice()
H A Dlib.rs1013 pub type SamplerPtr = NonNull<metal::MTLSamplerState>; typedef
1042 impl AsNative for SamplerPtr { implementation
H A Dcommand.rs1546 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 Dsoft.rs511 fn as_slice<'a>(&'a self, resources: &'a Own) -> &'a [Option<SamplerPtr>] { in as_slice()
H A Dlib.rs982 pub type SamplerPtr = NonNull<metal::MTLSamplerState>; typedef
1011 impl AsNative for SamplerPtr { implementation
H A Dcommand.rs1521 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 Dsoft.rs525 fn as_slice<'a>(&'a self, resources: &'a Own) -> &'a [Option<SamplerPtr>] { in as_slice()
H A Dlib.rs1086 pub type SamplerPtr = NonNull<metal::MTLSamplerState>; typedef
1115 impl AsNative for SamplerPtr { implementation
H A Dcommand.rs1731 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 Dsoft.rs525 fn as_slice<'a>(&'a self, resources: &'a Own) -> &'a [Option<SamplerPtr>] { in as_slice()
H A Dlib.rs1086 pub type SamplerPtr = NonNull<metal::MTLSamplerState>; typedef
1115 impl AsNative for SamplerPtr { implementation
H A Dcommand.rs1731 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 Dmod.rs449 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 DOgreTextureUnitState.h222 typedef std::shared_ptr<Sampler> SamplerPtr; typedef