Searched defs:pipe_blit_info (Results 1 – 3 of 3) sorted by relevance
902 struct pipe_blit_info struct904 struct {911 } dst, src;913 unsigned mask; /**< bitmask of PIPE_MASK_R/G/B/A/Z/S */914 unsigned filter; /**< PIPE_TEX_FILTER_* */915 uint8_t dst_sample; /**< if non-zero, set sample_mask to (1 << (dst_sample - 1)) */916 bool sample0_only;917 bool scissor_enable;918 struct pipe_scissor_state scissor;921 bool window_rectangle_include;[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) */
2559 ARG_BIND_BLIT(struct pipe_blit_info, blit)) in CSMT_ITEM_NO_WAIT()