Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs.cpp5580 bool flag_mov_found[2] = {false}; in opt_drop_redundant_mov_to_flags() local
5589 memset(flag_mov_found, 0, sizeof(flag_mov_found)); in opt_drop_redundant_mov_to_flags()
5591 if (!flag_mov_found[inst->flag_subreg]) { in opt_drop_redundant_mov_to_flags()
5592 flag_mov_found[inst->flag_subreg] = true; in opt_drop_redundant_mov_to_flags()
5598 flag_mov_found[inst->flag_subreg] = false; in opt_drop_redundant_mov_to_flags()