Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_load_store_vectorize.c586 uint32_t restrict_modes = nir_var_shader_in | nir_var_shader_out; in create_entry() local
587 restrict_modes |= nir_var_shader_temp | nir_var_function_temp; in create_entry()
588 restrict_modes |= nir_var_uniform | nir_var_mem_push_const; in create_entry()
589 restrict_modes |= nir_var_system_value | nir_var_mem_shared; in create_entry()
590 restrict_modes |= nir_var_mem_task_payload; in create_entry()
591 if (get_variable_mode(entry) & restrict_modes) in create_entry()