Home
last modified time | relevance | path

Searched refs:base_vertex_instance_drawing (Results 1 – 8 of 8) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-metal/src/
H A Dlib.rs654 base_vertex_instance_drawing: bool, field
799 base_vertex_instance_drawing: Self::supports_any( in new()
H A Ddevice.rs450 if self.shared.private_caps.base_vertex_instance_drawing { in hints()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dlib.rs697 base_vertex_instance_drawing: bool, field
845 base_vertex_instance_drawing: Self::supports_any(&device, BASE_VERTEX_INSTANCE_SUPPORT), in new()
H A Ddevice.rs449 if !self.shared.private_caps.base_vertex_instance_drawing { in properties()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dlib.rs697 base_vertex_instance_drawing: bool, field
845 base_vertex_instance_drawing: Self::supports_any(&device, BASE_VERTEX_INSTANCE_SUPPORT), in new()
H A Ddevice.rs449 if !self.shared.private_caps.base_vertex_instance_drawing { in properties()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/metal/
H A Dmod.rs157 base_vertex_instance_drawing: bool, field
H A Dadapter.rs703 base_vertex_instance_drawing: Self::supports_any(device, BASE_VERTEX_INSTANCE_SUPPORT), in new()