Searched refs:strength_none (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_jumps.cpp104 strength_none, enumerator in enum:jump_strength
143 * If the block doesn't end with a jump, it can be different than strength_none if all paths before it lead to some jump
154 this->min_strength = strength_none;
256 * strength_none, the visited node is at the end of its exec_list.
447 return strength_none;
456 return strength_none;
465 case strength_none:
558 jump_strengths[i] = strength_none;
591 block_records[0].min_strength = strength_none;
592 block_records[1].min_strength = strength_none;
[all...]
/external/mesa3d/src/glsl/
H A Dlower_jumps.cpp104 strength_none, enumerator in enum:jump_strength
143 * If the block doesn't end with a jump, it can be different than strength_none if all paths before it lead to some jump
154 this->min_strength = strength_none;
256 * strength_none, the visited node is at the end of its exec_list.
447 return strength_none;
456 return strength_none;
465 case strength_none:
558 jump_strengths[i] = strength_none;
591 block_records[0].min_strength = strength_none;
592 block_records[1].min_strength = strength_none;
[all...]

Completed in 72 milliseconds