Searched refs:upload_blend (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_context.h281 struct pipe_blend_state upload_blend; member in struct:st_context::__anon7939cd9a0a08
H A Dst_pbo.c816 memset(&st->pbo.upload_blend, 0, sizeof(struct pipe_blend_state));
817 st->pbo.upload_blend.rt[0].colormask = PIPE_MASK_RGBA;
H A Dst_cb_readpixels.c223 cso_set_blend(cso, &st->pbo.upload_blend);
H A Dst_cb_texture.c1272 cso_set_blend(cso, &st->pbo.upload_blend);
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_context.h324 struct pipe_blend_state upload_blend; member in struct:st_context::__anona857cd8d0b08
H A Dst_pbo.c669 memset(&st->pbo.upload_blend, 0, sizeof(struct pipe_blend_state));
670 st->pbo.upload_blend.rt[0].colormask = PIPE_MASK_RGBA;
H A Dst_cb_readpixels.c229 cso_set_blend(cso, &st->pbo.upload_blend);
H A Dst_cb_texture.c1643 cso_set_blend(cso, &st->pbo.upload_blend);
1923 cso_set_blend(cso, &st->pbo.upload_blend);

Completed in 21 milliseconds