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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_jumps.cpp104 strength_none, enumerator in enum:jump_strength
145 * 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
156 this->min_strength = strength_none;
258 * strength_none, the visited node is at the end of its exec_list.
455 return strength_none;
464 return strength_none;
473 case strength_none:
566 jump_strengths[i] = strength_none;
599 block_records[0].min_strength = strength_none;
600 block_records[1].min_strength = strength_none;
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_jumps.cpp104 strength_none, enumerator in enum:jump_strength
145 * 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
156 this->min_strength = strength_none;
258 * strength_none, the visited node is at the end of its exec_list.
453 return strength_none;
462 return strength_none;
471 case strength_none:
564 jump_strengths[i] = strength_none;
597 block_records[0].min_strength = strength_none;
598 block_records[1].min_strength = strength_none;
[all...]

Completed in 4 milliseconds