Searched refs:ptr_stride (Results 1 - 19 of 19) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_repair_ssa.c | 131 cast->cast.ptr_stride = nir_deref_instr_array_stride(deref);
|
| H A D | nir_deref.c | 261 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 D | nir_to_lcssa.c | 252 cast->cast.ptr_stride = nir_deref_instr_array_stride(instr);
|
| H A D | nir_instr_set.c | 174 hash = HASH(hash, instr->cast.ptr_stride); 629 if (deref1->cast.ptr_stride != deref2->cast.ptr_stride ||
|
| H A D | nir_clone.c | 340 nderef->cast.ptr_stride = deref->cast.ptr_stride;
|
| H A D | nir_builder.h | 1399 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 D | nir_lower_io.c | 2220 if (new_stride != deref->cast.ptr_stride) { 2221 deref->cast.ptr_stride = new_stride;
|
| H A D | nir_serialize.c | 1028 blob_write_uint32(ctx->blob, deref->cast.ptr_stride); 1094 deref->cast.ptr_stride = blob_read_uint32(ctx->blob);
|
| H A D | nir_print.c | 749 fprintf(fp, " /* ptr_stride=%u, align_mul=%u, align_offset=%u */", 750 instr->cast.ptr_stride,
|
| H A D | nir.h | 1584 unsigned ptr_stride; member in struct:__anon3ec4419d1508::__anon3ec4419d170a::__anon3ec4419d1a08
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_repair_ssa.c | 126 cast->cast.ptr_stride = nir_deref_instr_ptr_as_array_stride(deref);
|
| H A D | nir_deref.c | 133 return deref->cast.ptr_stride; 658 return cast->cast.ptr_stride == 661 return cast->cast.ptr_stride ==
|
| H A D | nir_to_lcssa.c | 142 cast->cast.ptr_stride = nir_deref_instr_ptr_as_array_stride(instr);
|
| H A D | nir_instr_set.c | 163 hash = HASH(hash, instr->cast.ptr_stride); 637 if (deref1->cast.ptr_stride != deref2->cast.ptr_stride)
|
| H A D | nir_builder.h | 1005 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 D | nir_clone.c | 323 nderef->cast.ptr_stride = deref->cast.ptr_stride;
|
| H A D | nir_serialize.c | 451 blob_write_uint32(ctx->blob, deref->cast.ptr_stride); 492 deref->cast.ptr_stride = blob_read_uint32(ctx->blob);
|
| H A D | nir.h | 1148 unsigned ptr_stride; member in struct:__anon3bab288a1408::__anon3bab288a160a::__anon3bab288a1908
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.2.0.rst | 2892 - nir/deref: copy ptr_stride when rematerializing
|
Completed in 62 milliseconds