Home
last modified time | relevance | path

Searched refs:robust_image_access (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_nir.h99 bool robust_image_access; member
H A Delk_nir.c909 if (intel_needs_workaround(devinfo, 1806565034) && !opts->robust_image_access) in elk_preprocess_nir()
/aosp_15_r20/external/mesa3d/src/intel/compiler/
H A Dbrw_nir.h58 bool robust_image_access; member
H A Dbrw_nir.c1042 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/
Dfeatures.rs458 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 Danv_image_view.c137 .robust_image_access = in anv_image_fill_surface_state()
H A Danv_pipeline.c2112 .robust_image_access = device->vk.enabled_features.robustImageAccess || in anv_pipeline_nir_preprocess()
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/
H A Dvir.c1736 c->key->robust_image_access) { in v3d_attempt_compile()
1747 .lower_image = c->key->robust_image_access, in v3d_attempt_compile()
H A Dv3d_compiler.h417 bool robust_image_access; member
/aosp_15_r20/external/mesa3d/src/intel/isl/
H A Disl_surface_state.c462 (info->robust_image_access || info->view->array_len > 1); in isl_genX()
H A Disl.h1807 bool robust_image_access; member
/aosp_15_r20/external/mesa3d/src/broadcom/vulkan/
H A Dv3dv_pipeline.c1053 key->robust_image_access = in pipeline_populate_v3d_key()
/aosp_15_r20/external/rust/android-crates-io/crates/ash/src/vk/
Ddefinitions.rs46847 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()