Searched refs:dst_flags (Results 1 – 2 of 2) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm_emit.c | 1038 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 …]
|
D | brw_wm.h | 448 GLuint dst_flags, 456 GLuint dst_flags,
|