Searched refs:pcrel_idx (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bi_schedule.c | 98 unsigned pcrel_idx; member 770 (i != tuple->pcrel_idx); in bi_update_fau() 784 tuple->pcrel_idx = *constant_count; in bi_update_fau() 1463 bi_merge_constants(struct bi_const_state *consts, uint64_t *pairs, unsigned *pcrel_idx) in bi_merge_constants() argument 1465 unsigned pair_count = bi_merge_pairs(consts, 8, pairs, pcrel_idx); in bi_merge_constants() 1466 return bi_merge_singles(consts, 8, pairs, pair_count, pcrel_idx); in bi_merge_constants() 1493 uint64_t *pairs, unsigned *pcrel_idx, in bi_apply_constant_modifiers() argument 1502 if (*pcrel_idx == 0 && (tuple_count == 5 || tuple_count == 8)) { in bi_apply_constant_modifiers() 1504 *pcrel_idx = 1; in bi_apply_constant_modifiers() 1518 if (*pcrel_idx == i || *pcrel_idx == (i + 1)) { in bi_apply_constant_modifiers() [all …]
|
D | bi_print.c | 109 if (clause->pcrel_idx != ~0) in bi_print_clause() 110 fprintf(fp, " pcrel(%u)", clause->pcrel_idx); in bi_print_clause()
|
D | bi_pack.c | 390 assert(clause->pcrel_idx < 8); in bi_assign_branch_offset() 391 clause->constants[clause->pcrel_idx] |= ((uint64_t) raw) << 32ull; in bi_assign_branch_offset() 648 unsigned m0 = (clause->pcrel_idx == 0) ? 4 : 0; in bi_pack_clause()
|
D | compiler.h | 566 unsigned pcrel_idx; member
|
/third_party/mesa3d/docs/relnotes/ |
D | 21.1.0.rst | 500 - pan/bi: Add pcrel_idx to bi_clause 501 - pan/bi: Derive M0 from pcrel_idx while packing
|