Searched refs:restrict_modes (Results 1 – 1 of 1) sorted by relevance
598 uint32_t restrict_modes = nir_var_shader_in | nir_var_shader_out; in create_entry() local599 restrict_modes |= nir_var_shader_temp | nir_var_function_temp; in create_entry()600 restrict_modes |= nir_var_uniform | nir_var_mem_push_const; in create_entry()601 restrict_modes |= nir_var_system_value | nir_var_mem_shared; in create_entry()602 if (get_variable_mode(entry) & restrict_modes) in create_entry()