Home
last modified time | relevance | path

Searched refs:shader_module_identifier_algorithm_uuid (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dproperties.rs809 pub shader_module_identifier_algorithm_uuid: Option<[u8; 16]>, field
944 …ay_non_uniform_indexing_native : Default :: default () , shader_module_identifier_algorithm_uuid :… in default()
949shader_module_identifier_algorithm_uuid : [properties_ffi . properties_shader_module_identifier_ex… in from()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs66793 pub shader_module_identifier_algorithm_uuid: [u8; UUID_SIZE], field
66801 shader_module_identifier_algorithm_uuid: unsafe { ::std::mem::zeroed() }, in default()
66840 pub fn shader_module_identifier_algorithm_uuid( in shader_module_identifier_algorithm_uuid() method
66842 shader_module_identifier_algorithm_uuid: [u8; UUID_SIZE], in shader_module_identifier_algorithm_uuid()
66844 self.inner.shader_module_identifier_algorithm_uuid =
66845 shader_module_identifier_algorithm_uuid;