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

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dlower_jumps.cpp261 * statements, then should_lower_jump() is false for all of the
359 * should_lower_jump().
373 * it, even though should_lower_jump() says it needn't be lowered.
459 bool should_lower_jump(ir_jump* ir) function in struct:ir_lower_jumps_visitor
606 should_lower[i] = should_lower_jump(jumps[i]);
892 * postcondition, because should_lower_jump() always returns
/external/mesa3d/src/glsl/
H A Dlower_jumps.cpp261 * statements, then should_lower_jump() is false for all of the
359 * should_lower_jump().
373 * it, even though should_lower_jump() says it needn't be lowered.
459 bool should_lower_jump(ir_jump* ir) function in struct:ir_lower_jumps_visitor
606 should_lower[i] = should_lower_jump(jumps[i]);
892 * postcondition, because should_lower_jump() always returns

Completed in 1308 milliseconds