Searched refs:emit_math1 (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm_emit.c | 882 void emit_math1(struct brw_wm_compile *c, in emit_math1() function 1804 emit_math1(c, BRW_MATH_FUNCTION_INV, dst, dst_flags, args[0]); in brw_wm_emit() 1808 emit_math1(c, BRW_MATH_FUNCTION_RSQ, dst, dst_flags, args[0]); in brw_wm_emit() 1812 emit_math1(c, BRW_MATH_FUNCTION_SIN, dst, dst_flags, args[0]); in brw_wm_emit() 1816 emit_math1(c, BRW_MATH_FUNCTION_COS, dst, dst_flags, args[0]); in brw_wm_emit() 1820 emit_math1(c, BRW_MATH_FUNCTION_EXP, dst, dst_flags, args[0]); in brw_wm_emit() 1824 emit_math1(c, BRW_MATH_FUNCTION_LOG, dst, dst_flags, args[0]); in brw_wm_emit() 1832 emit_math1(c, BRW_MATH_FUNCTION_COS, dst, (dst_flags&SATURATE)|WRITEMASK_X, args[0]); in brw_wm_emit() 1834 emit_math1(c, BRW_MATH_FUNCTION_SIN, dst+1, (dst_flags&SATURATE)|WRITEMASK_X, args[0]); in brw_wm_emit()
|
D | brw_vs_emit.c | 720 emit_math1(struct brw_vs_compile *c, in emit_math1() function 860 emit_math1(c, in emit_exp_noalias() 941 emit_math1(c, in emit_log_noalias() 1536 emit_math1(c, BRW_MATH_FUNCTION_INV, ndc, brw_swizzle1(pos, 3), BRW_MATH_PRECISION_FULL); in emit_vertex_write() 1940 emit_math1(c, BRW_MATH_FUNCTION_COS, dst, args[0], BRW_MATH_PRECISION_FULL); in brw_old_vs_emit() 1961 emit_math1(c, BRW_MATH_FUNCTION_EXP, dst, args[0], BRW_MATH_PRECISION_FULL); in brw_old_vs_emit() 1976 emit_math1(c, BRW_MATH_FUNCTION_LOG, dst, args[0], BRW_MATH_PRECISION_FULL); in brw_old_vs_emit() 2008 emit_math1(c, BRW_MATH_FUNCTION_INV, dst, args[0], BRW_MATH_PRECISION_FULL); in brw_old_vs_emit() 2011 emit_math1(c, BRW_MATH_FUNCTION_RSQ, dst, brw_abs(args[0]), BRW_MATH_PRECISION_FULL); in brw_old_vs_emit() 2018 emit_math1(c, BRW_MATH_FUNCTION_SIN, dst, args[0], BRW_MATH_PRECISION_FULL); in brw_old_vs_emit()
|
D | brw_wm.h | 401 void emit_math1(struct brw_wm_compile *c,
|