Home
last modified time | relevance | path

Searched refs:upload_blend (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_context.h224 struct pipe_blend_state upload_blend; member
Dst_pbo.c629 memset(&st->pbo.upload_blend, 0, sizeof(struct pipe_blend_state)); in st_init_pbo_helpers()
630 st->pbo.upload_blend.rt[0].colormask = PIPE_MASK_RGBA; in st_init_pbo_helpers()
Dst_cb_readpixels.c220 cso_set_blend(cso, &st->pbo.upload_blend); in try_pbo_readpixels()
Dst_cb_texture.c1214 cso_set_blend(cso, &st->pbo.upload_blend); in try_pbo_upload_common()