Searched refs:ptr_stride (Results 1 - 19 of 19) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_repair_ssa.c131 cast->cast.ptr_stride = nir_deref_instr_array_stride(deref);
H A Dnir_deref.c261 return deref->cast.ptr_stride;
723 new_deref->cast.ptr_stride = deref->cast.ptr_stride;
862 return cast->cast.ptr_stride ==
865 return cast->cast.ptr_stride ==
H A Dnir_to_lcssa.c252 cast->cast.ptr_stride = nir_deref_instr_array_stride(instr);
H A Dnir_instr_set.c174 hash = HASH(hash, instr->cast.ptr_stride);
629 if (deref1->cast.ptr_stride != deref2->cast.ptr_stride ||
H A Dnir_clone.c340 nderef->cast.ptr_stride = deref->cast.ptr_stride;
H A Dnir_builder.h1399 unsigned ptr_stride)
1407 deref->cast.ptr_stride = ptr_stride;
1427 deref->cast.ptr_stride = nir_deref_instr_array_stride(deref);
1397 nir_build_deref_cast(nir_builder * build,nir_ssa_def * parent,nir_variable_mode modes,const struct glsl_type * type,unsigned ptr_stride) argument
H A Dnir_lower_io.c2220 if (new_stride != deref->cast.ptr_stride) {
2221 deref->cast.ptr_stride = new_stride;
H A Dnir_serialize.c1028 blob_write_uint32(ctx->blob, deref->cast.ptr_stride);
1094 deref->cast.ptr_stride = blob_read_uint32(ctx->blob);
H A Dnir_print.c749 fprintf(fp, " /* ptr_stride=%u, align_mul=%u, align_offset=%u */",
750 instr->cast.ptr_stride,
H A Dnir.h1584 unsigned ptr_stride; member in struct:__anon3ec4419d1508::__anon3ec4419d170a::__anon3ec4419d1a08
/xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
H A Dnir_repair_ssa.c126 cast->cast.ptr_stride = nir_deref_instr_ptr_as_array_stride(deref);
H A Dnir_deref.c133 return deref->cast.ptr_stride;
658 return cast->cast.ptr_stride ==
661 return cast->cast.ptr_stride ==
H A Dnir_to_lcssa.c142 cast->cast.ptr_stride = nir_deref_instr_ptr_as_array_stride(instr);
H A Dnir_instr_set.c163 hash = HASH(hash, instr->cast.ptr_stride);
637 if (deref1->cast.ptr_stride != deref2->cast.ptr_stride)
H A Dnir_builder.h1005 unsigned ptr_stride)
1013 deref->cast.ptr_stride = ptr_stride;
1003 nir_build_deref_cast(nir_builder * build,nir_ssa_def * parent,nir_variable_mode mode,const struct glsl_type * type,unsigned ptr_stride) argument
H A Dnir_clone.c323 nderef->cast.ptr_stride = deref->cast.ptr_stride;
H A Dnir_serialize.c451 blob_write_uint32(ctx->blob, deref->cast.ptr_stride);
492 deref->cast.ptr_stride = blob_read_uint32(ctx->blob);
H A Dnir.h1148 unsigned ptr_stride; member in struct:__anon3bab288a1408::__anon3bab288a160a::__anon3bab288a1908
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D20.2.0.rst2892 - nir/deref: copy ptr_stride when rematerializing

Completed in 62 milliseconds