Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Ddevice_extensions.rs406 pub amd_shader_image_load_store_lod: bool, field
769 amd_shader_image_load_store_lod: false, in empty()
1068 || (self.amd_shader_image_load_store_lod && other.amd_shader_image_load_store_lod) in intersects()
1367 && (self.amd_shader_image_load_store_lod || !other.amd_shader_image_load_store_lod) in contains()
1758 amd_shader_image_load_store_lod: self.amd_shader_image_load_store_lod in union()
1759 || other.amd_shader_image_load_store_lod, in union()
2184 amd_shader_image_load_store_lod: self.amd_shader_image_load_store_lod in intersection()
2185 && other.amd_shader_image_load_store_lod, in intersection()
2610 amd_shader_image_load_store_lod: self.amd_shader_image_load_store_lod in difference()
2611 && !other.amd_shader_image_load_store_lod, in difference()
[all …]
Dspirv_reqs.rs393 if !(device.enabled_extensions().amd_shader_image_load_store_lod) { in check_spirv_capability()
1212 if !(device.enabled_extensions().amd_shader_image_load_store_lod) { in check_spirv_extension()