Searched refs:restrict_modes (Results 1 – 1 of 1) sorted by relevance
586 uint32_t restrict_modes = nir_var_shader_in | nir_var_shader_out; in create_entry() local587 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()