Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_optimize.c946 static int have_shared_source(struct rc_instruction * inst1, struct rc_instruction * inst2) in have_shared_source() function
1010 if (have_shared_source(inst, cur) == 0) { in merge_movs()
1081 int shared_index = have_shared_source(inst, mov); in merge_mov_add_mul()
1172 int shared_index = have_shared_source(mad, mov); in merge_mov_mad()