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

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_vs_emit.c801 static void emit_math2( struct brw_vs_compile *c, function
1025 emit_math2(c,
2005 emit_math2(c, BRW_MATH_FUNCTION_POW, dst, args[0], args[1], BRW_MATH_PRECISION_FULL);
H A Dbrw_wm_emit.c940 void emit_math2(struct brw_wm_compile *c, function
1263 emit_math2(c, BRW_MATH_FUNCTION_POW,
1838 emit_math2(c, BRW_MATH_FUNCTION_POW, dst, dst_flags, args[0], args[1]);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vs_emit.c801 static void emit_math2( struct brw_vs_compile *c, function
1025 emit_math2(c,
2005 emit_math2(c, BRW_MATH_FUNCTION_POW, dst, args[0], args[1], BRW_MATH_PRECISION_FULL);
H A Dbrw_wm_emit.c940 void emit_math2(struct brw_wm_compile *c, function
1263 emit_math2(c, BRW_MATH_FUNCTION_POW,
1838 emit_math2(c, BRW_MATH_FUNCTION_POW, dst, dst_flags, args[0], args[1]);

Completed in 203 milliseconds