Home
last modified time | relevance | path

Searched refs:function_specialization (Results 1 – 10 of 10) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/gfx-backend-metal/src/
H A Dlib.rs659 function_specialization: bool, field
814 function_specialization: Self::supports_any(&device, FUNCTION_SPECIALIZATION_SUPPORT), in new()
H A Ddevice.rs106 function_specialization: bool, in get_final_function()
115 if !function_specialization { in get_final_function()
771 self.shared.private_caps.function_specialization, in load_shader()
/dports/graphics/rx/rx-0.4.0/cargo-crates/gfx-backend-metal-0.4.0/src/
H A Dlib.rs658 function_specialization: bool, field
797 function_specialization: Self::supports_any(&device, FUNCTION_SPECIALIZATION_SUPPORT), in new()
H A Ddevice.rs111 function_specialization: bool, in get_final_function()
120 if !function_specialization { in get_final_function()
758 self.shared.private_caps.function_specialization, in load_shader()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dlib.rs702 function_specialization: bool, field
850 function_specialization: Self::supports_any(&device, FUNCTION_SPECIALIZATION_SUPPORT), in new()
H A Ddevice.rs62 function_specialization: bool, in get_final_function()
76 if !function_specialization { in get_final_function()
891 self.shared.private_caps.function_specialization, in load_shader()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/gfx-backend-metal/src/
H A Dlib.rs702 function_specialization: bool, field
850 function_specialization: Self::supports_any(&device, FUNCTION_SPECIALIZATION_SUPPORT), in new()
H A Ddevice.rs62 function_specialization: bool, in get_final_function()
76 if !function_specialization { in get_final_function()
891 self.shared.private_caps.function_specialization, in load_shader()
/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/metal/
H A Dmod.rs162 function_specialization: bool, field
H A Dadapter.rs708 function_specialization: Self::supports_any(device, FUNCTION_SPECIALIZATION_SUPPORT), in new()