Home
last modified time | relevance | path

Searched refs:lcra_restrict_range (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_ra.c582 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/
Dlcra.h94 lcra_restrict_range(struct lcra_state *l, unsigned node, unsigned len);
Dlcra.c99 lcra_restrict_range(struct lcra_state *l, unsigned node, unsigned len) in lcra_restrict_range() function
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst374 - pan/midgard: Bounds check lcra_restrict_range