Searched defs:constant_folding (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dopt_constant_folding.cpp156 ir_constant_folding_visitor constant_folding; local
158 visit_list_elements(&constant_folding, instructions);
160 return constant_folding.progress;
/external/mesa3d/src/glsl/
H A Dopt_constant_folding.cpp156 ir_constant_folding_visitor constant_folding; local
158 visit_list_elements(&constant_folding, instructions);
160 return constant_folding.progress;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_optimize.c309 static void constant_folding(struct radeon_compiler * c, struct rc_instruction * inst) function
621 * be called after the constant_folding optimization.
865 constant_folding(c, cur);
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_optimize.c309 static void constant_folding(struct radeon_compiler * c, struct rc_instruction * inst) function
621 * be called after the constant_folding optimization.
865 constant_folding(c, cur);

Completed in 108 milliseconds