Searched defs:pipe_blit_info (Results 1 – 3 of 3) sorted by relevance
802 struct pipe_blit_info struct804 struct {811 } dst, src;813 unsigned mask; /**< bitmask of PIPE_MASK_R/G/B/A/Z/S */814 unsigned filter; /**< PIPE_TEX_FILTER_* */816 bool scissor_enable;817 struct pipe_scissor_state scissor;820 bool window_rectangle_include;821 unsigned num_window_rectangles;822 struct pipe_scissor_state window_rectangles[PIPE_MAX_WINDOW_RECTANGLES];[all …]
617 struct pipe_blit_info struct619 struct {626 } dst, src;628 unsigned mask; /**< bitmask of PIPE_MASK_R/G/B/A/Z/S */629 unsigned filter; /**< PIPE_TEX_FILTER_* */631 boolean scissor_enable;632 struct pipe_scissor_state scissor;634 boolean render_condition_enable; /**< whether the blit should honor the636 boolean alpha_blend; /* dst.rgb = src.rgb * src.a + dst.rgb * (1 - src.a) */
2452 ARG_BIND_BLIT(struct pipe_blit_info, blit)) in CSMT_ITEM_NO_WAIT()