Searched refs:ptr_stride (Results 1 – 11 of 11) sorted by relevance
261 return deref->cast.ptr_stride; in nir_deref_instr_array_stride()690 new_deref->cast.ptr_stride = deref->cast.ptr_stride; in rematerialize_deref_in_block()829 return cast->cast.ptr_stride == in is_trivial_array_deref_cast()832 return cast->cast.ptr_stride == in is_trivial_array_deref_cast()
131 cast->cast.ptr_stride = nir_deref_instr_array_stride(deref); in repair_ssa_def()
174 hash = HASH(hash, instr->cast.ptr_stride); in hash_deref()628 if (deref1->cast.ptr_stride != deref2->cast.ptr_stride || in nir_instrs_equal()
256 cast->cast.ptr_stride = nir_deref_instr_array_stride(instr); in convert_loop_exit_for_ssa()
341 nderef->cast.ptr_stride = deref->cast.ptr_stride; in clone_deref_instr()
1217 unsigned ptr_stride) in nir_build_deref_cast() argument1225 deref->cast.ptr_stride = ptr_stride; in nir_build_deref_cast()1245 deref->cast.ptr_stride = nir_deref_instr_array_stride(deref); in nir_alignment_deref_cast()
1042 blob_write_uint32(ctx->blob, deref->cast.ptr_stride); in write_deref()1108 deref->cast.ptr_stride = blob_read_uint32(ctx->blob); in read_deref()
2203 if (new_stride != deref->cast.ptr_stride) { in nir_lower_vars_to_explicit_types_impl()2204 deref->cast.ptr_stride = new_stride; in nir_lower_vars_to_explicit_types_impl()
749 instr->cast.ptr_stride, in print_deref_instr()
1489 unsigned ptr_stride; member
2892 - nir/deref: copy ptr_stride when rematerializing