Searched refs:lcra_restrict_range (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/panfrost/midgard/ |
D | midgard_ra.c | 512 lcra_restrict_range(l, i, found_class[i]); in allocate_registers() 536 lcra_restrict_range(l, ins->dest, 16); in allocate_registers() 537 lcra_restrict_range(l, ins->src[0], 16); in allocate_registers() 538 lcra_restrict_range(l, ins->src[1], 16); in allocate_registers() 539 lcra_restrict_range(l, ins->src[2], 16); in allocate_registers() 540 lcra_restrict_range(l, ins->src[3], 16); in allocate_registers()
|
/external/mesa3d/src/panfrost/util/ |
D | lcra.h | 94 lcra_restrict_range(struct lcra_state *l, unsigned node, unsigned len);
|
D | lcra.c | 99 lcra_restrict_range(struct lcra_state *l, unsigned node, unsigned len) in lcra_restrict_range() function
|
/external/mesa3d/src/panfrost/bifrost/ |
D | bi_ra.c | 90 lcra_restrict_range(l, dest, 4); in bi_allocate_registers()
|
/external/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 374 - pan/midgard: Bounds check lcra_restrict_range
|