Home
last modified time | relevance | path

Searched defs:pipe_blit_info (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gallium/include/pipe/
Dp_state.h802 struct pipe_blit_info struct
804 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 …]
/external/virglrenderer/src/gallium/include/pipe/
Dp_state.h617 struct pipe_blit_info struct
619 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 the
636 boolean alpha_blend; /* dst.rgb = src.rgb * src.a + dst.rgb * (1 - src.a) */
/external/mesa3d/src/gallium/frontends/nine/
Dnine_state.c2452 ARG_BIND_BLIT(struct pipe_blit_info, blit)) in CSMT_ITEM_NO_WAIT()