Searched refs:lcra_restrict_range (Results 1 – 4 of 4) sorted by relevance
/third_party/mesa3d/src/panfrost/midgard/ |
D | midgard_ra.c | 582 lcra_restrict_range(l, i, found_class[i]); in allocate_registers() 606 lcra_restrict_range(l, ins->dest, 16); in allocate_registers() 607 lcra_restrict_range(l, ins->src[0], 16); in allocate_registers() 608 lcra_restrict_range(l, ins->src[1], 16); in allocate_registers() 609 lcra_restrict_range(l, ins->src[2], 16); in allocate_registers() 610 lcra_restrict_range(l, ins->src[3], 16); in allocate_registers()
|
/third_party/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
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.0.0.rst | 374 - pan/midgard: Bounds check lcra_restrict_range
|