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.h317 struct pipe_blend_state upload_blend; member
Dst_pbo.c635 memset(&st->pbo.upload_blend, 0, sizeof(struct pipe_blend_state)); in st_init_pbo_helpers()
636 st->pbo.upload_blend.rt[0].colormask = PIPE_MASK_RGBA; in st_init_pbo_helpers()
Dst_cb_readpixels.c223 cso_set_blend(cso, &st->pbo.upload_blend); in try_pbo_readpixels()
Dst_cb_texture.c1338 cso_set_blend(cso, &st->pbo.upload_blend); in try_pbo_upload_common()