Searched refs:robust_image_access (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_nir.h | 99 bool robust_image_access; member
|
H A D | elk_nir.c | 909 if (intel_needs_workaround(devinfo, 1806565034) && !opts->robust_image_access) in elk_preprocess_nir()
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_nir.h | 58 bool robust_image_access; member
|
H A D | brw_nir.c | 1042 if (intel_needs_workaround(devinfo, 1806565034) && !opts->robust_image_access) in brw_preprocess_nir()
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/ |
D | features.rs | 458 pub robust_image_access: bool, field 2765 if self.robust_image_access { in check_requirements() 2766 if !supported.robust_image_access { in check_requirements() 4446 robust_image_access: false, in empty() 4822 robust_image_access: true, in all() 5259 || (self.robust_image_access && other.robust_image_access) in intersects() 5741 && (self.robust_image_access || !other.robust_image_access) in contains() 6326 robust_image_access: self.robust_image_access || other.robust_image_access, in union() 6986 robust_image_access: self.robust_image_access && other.robust_image_access, in intersection() 7646 robust_image_access: self.robust_image_access && !other.robust_image_access, in difference() [all …]
|
/aosp_15_r20/external/mesa3d/src/intel/vulkan/ |
H A D | anv_image_view.c | 137 .robust_image_access = in anv_image_fill_surface_state()
|
H A D | anv_pipeline.c | 2112 .robust_image_access = device->vk.enabled_features.robustImageAccess || in anv_pipeline_nir_preprocess()
|
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/ |
H A D | vir.c | 1736 c->key->robust_image_access) { in v3d_attempt_compile() 1747 .lower_image = c->key->robust_image_access, in v3d_attempt_compile()
|
H A D | v3d_compiler.h | 417 bool robust_image_access; member
|
/aosp_15_r20/external/mesa3d/src/intel/isl/ |
H A D | isl_surface_state.c | 462 (info->robust_image_access || info->view->array_len > 1); in isl_genX()
|
H A D | isl.h | 1807 bool robust_image_access; member
|
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_pipeline.c | 1053 key->robust_image_access = in pipeline_populate_v3d_key()
|
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/ |
D | definitions.rs | 46847 pub robust_image_access: Bool32, field 46869 robust_image_access: Bool32::default(), in default() 46920 pub fn robust_image_access(mut self, robust_image_access: bool) -> Self { in robust_image_access() method 46921 self.inner.robust_image_access = robust_image_access.into(); in robust_image_access() 50871 pub robust_image_access: Bool32, field 50879 robust_image_access: Bool32::default(), in default() 50916 pub fn robust_image_access(mut self, robust_image_access: bool) -> Self { in robust_image_access() method 50917 self.inner.robust_image_access = robust_image_access.into(); in robust_image_access()
|