Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/freedreno/ir3/
H A Dir3_array_to_ssa.c228 struct ir3_array *arr = ir3_lookup_array(ir, reg->array.id); in ir3_array_to_ssa()
236 struct ir3_array *arr = ir3_lookup_array(ir, reg->array.id); in ir3_array_to_ssa()
H A Dir3_dce.c23 ir3_lookup_array(instr->block->shader, reg->array.id); in mark_array_use()
H A Dir3.c974 ir3_lookup_array(struct ir3 *ir, unsigned id) in ir3_lookup_array() function
H A Dir3.h649 struct ir3_array *ir3_lookup_array(struct ir3 *ir, unsigned id);