Home
last modified time | relevance | path

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

/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/src/panfrost/midgard/
Dmidgard_ra.c537 lcra_restrict_range(l, i, found_class[i]); in allocate_registers()
561 lcra_restrict_range(l, ins->dest, 16); in allocate_registers()
562 lcra_restrict_range(l, ins->src[0], 16); in allocate_registers()
563 lcra_restrict_range(l, ins->src[1], 16); in allocate_registers()
564 lcra_restrict_range(l, ins->src[2], 16); in allocate_registers()
565 lcra_restrict_range(l, ins->src[3], 16); in allocate_registers()
/third_party/mesa3d/docs/relnotes/
D20.0.0.rst374 - pan/midgard: Bounds check lcra_restrict_range