Searched refs:cc_scene (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c227 struct lp_rast_clear_rb *cc_scene = local in function:begin_binning
231 if (!cc_scene) {
235 cc_scene->cbuf = cbuf;
236 cc_scene->color_val = setup->clear.color_val[cbuf];
237 clearrb_arg.clear_rb = cc_scene;
439 struct lp_rast_clear_rb *cc_scene = local in function:lp_setup_try_clear_color_buffer
443 if (!cc_scene) {
447 cc_scene->cbuf = cbuf;
448 cc_scene->color_val = uc;
449 clearrb_arg.clear_rb = cc_scene;
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_setup.c247 struct lp_rast_clear_rb *cc_scene = local in function:begin_binning
251 if (!cc_scene) {
255 cc_scene->cbuf = cbuf;
256 cc_scene->color_val = setup->clear.color_val[cbuf];
257 clearrb_arg.clear_rb = cc_scene;
443 struct lp_rast_clear_rb *cc_scene = local in function:lp_setup_try_clear_color_buffer
447 if (!cc_scene) {
451 cc_scene->cbuf = cbuf;
452 cc_scene->color_val = uc;
453 clearrb_arg.clear_rb = cc_scene;
[all...]

Completed in 3 milliseconds