Searched refs:emit_math2 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm.h | 406 void emit_math2(struct brw_wm_compile *c,
|
D | brw_wm_emit.c | 940 void emit_math2(struct brw_wm_compile *c, in emit_math2() function 1263 emit_math2(c, BRW_MATH_FUNCTION_POW, in emit_lit() 1838 emit_math2(c, BRW_MATH_FUNCTION_POW, dst, dst_flags, args[0], args[1]); in brw_wm_emit()
|
D | brw_vs_emit.c | 801 static void emit_math2( struct brw_vs_compile *c, in emit_math2() function 1025 emit_math2(c, in emit_lit_noalias() 2005 emit_math2(c, BRW_MATH_FUNCTION_POW, dst, args[0], args[1], BRW_MATH_PRECISION_FULL); in brw_old_vs_emit()
|