Home
last modified time | relevance | path

Searched refs:dst_flags (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_emit.c1038 GLuint dst_flags, in emit_tex() argument
1157 dst_flags & WRITEMASK_XYZW, in emit_tex()
1169 GLuint dst_flags, in emit_txb() argument
1237 dst_flags & WRITEMASK_XYZW, in emit_txb()
1670 GLuint i, dst_flags; in brw_wm_emit() local
1687 dst_flags = inst->writemask; in brw_wm_emit()
1689 dst_flags |= SATURATE; in brw_wm_emit()
1695 emit_pixel_xy(c, dst, dst_flags); in brw_wm_emit()
1699 emit_delta_xy(p, dst, dst_flags, args[0]); in brw_wm_emit()
1703 emit_wpos_xy(c, dst, dst_flags, args[0]); in brw_wm_emit()
[all …]
Dbrw_wm.h448 GLuint dst_flags,
456 GLuint dst_flags,