Searched refs:upload_blend (Results 1 – 4 of 4) sorted by relevance
317 struct pipe_blend_state upload_blend; member
635 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()
223 cso_set_blend(cso, &st->pbo.upload_blend); in try_pbo_readpixels()
1338 cso_set_blend(cso, &st->pbo.upload_blend); in try_pbo_upload_common()