Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/core/
H A Dkernel.rs131 .variables_with_mode( in from_spirv_nir()
227 for var in nir.variables_with_mode( in assign_locations()
669 .variables_with_mode(nir_variable_mode::nir_var_uniform | nir_variable_mode::nir_var_image) in compile_nir_prepare_for_variants()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/rusticl/mesa/compiler/
H A Dnir.rs374 pub fn variables_with_mode( in variables_with_mode() method