Lines Matching defs:modes
597 deref->modes = nir_var_shader_temp;
1015 dst_deref = nir_build_deref_cast(b, &dst_deref->dest.ssa, dst_deref->modes,
1017 src_deref = nir_build_deref_cast(b, &src_deref->dest.ssa, src_deref->modes,
1778 dxil_sort_by_driver_location(nir_shader* s, nir_variable_mode modes)
1780 nir_sort_variables_with_modes(s, variable_location_cmp, modes);
1783 nir_foreach_variable_with_modes(var, s, modes) {
1825 dxil_reassign_driver_locations(nir_shader* s, nir_variable_mode modes,
1828 nir_foreach_variable_with_modes_safe(var, s, modes) {
1835 nir_sort_variables_with_modes(s, variable_location_cmp, modes);
1839 nir_foreach_variable_with_modes(var, s, modes) {
1991 fix_io_uint_type(nir_shader *s, nir_variable_mode modes, int slot)
1994 nir_foreach_variable_with_modes(var, s, modes) {