Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_optimize.c894 have_shared_source(struct rc_instruction *inst1, struct rc_instruction *inst2) in have_shared_source() function
954 if (have_shared_source(inst, cur) == 0) { in merge_movs()
1021 int shared_index = have_shared_source(inst, mov); in merge_mov_add_mul()
1106 int shared_index = have_shared_source(mad, mov); in merge_mov_mad()