Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/include/pipe/
Dp_state.h893 struct pipe_blit_info struct
895 struct {
902 } dst, src;
904 unsigned mask; /**< bitmask of PIPE_MASK_R/G/B/A/Z/S */
905 unsigned filter; /**< PIPE_TEX_FILTER_* */
906 uint8_t dst_sample; /**< if non-zero, set sample_mask to (1 << (dst_sample - 1)) */
907 bool sample0_only;
908 bool scissor_enable;
909 struct pipe_scissor_state scissor;
912 bool window_rectangle_include;
[all …]
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_state.c2494 ARG_BIND_BLIT(struct pipe_blit_info, blit)) in CSMT_ITEM_NO_WAIT()