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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri_drawable.c62 drawable->stvis.samples > 1 ? drawable->msaa_textures
198 pipe_resource_reference(&drawable->msaa_textures[i], NULL);
515 drawable->msaa_textures[ST_ATTACHMENT_BACK_LEFT]);
517 if (drawable->msaa_textures[ST_ATTACHMENT_FRONT_LEFT] &&
518 drawable->msaa_textures[ST_ATTACHMENT_BACK_LEFT]) {
531 if (drawable->msaa_textures[ST_ATTACHMENT_DEPTH_STENCIL])
532 pipe->invalidate_resource(pipe, drawable->msaa_textures[ST_ATTACHMENT_DEPTH_STENCIL]);
594 drawable->msaa_textures[ST_ATTACHMENT_FRONT_LEFT];
596 drawable->msaa_textures[ST_ATTACHMENT_FRONT_LEFT] =
597 drawable->msaa_textures[ST_ATTACHMENT_BACK_LEF
[all...]
H A Ddri_drawable.h60 struct pipe_resource *msaa_textures[ST_ATTACHMENT_COUNT]; member in struct:dri_drawable
H A Ddri2.c521 pipe_resource_reference(&drawable->msaa_textures[i], NULL);
632 if (!drawable->msaa_textures[statt] ||
633 drawable->msaa_textures[statt]->width0 != templ.width0 ||
634 drawable->msaa_textures[statt]->height0 != templ.height0) {
636 pipe_resource_reference(&drawable->msaa_textures[statt], NULL);
638 drawable->msaa_textures[statt] =
641 assert(drawable->msaa_textures[statt]);
654 drawable->msaa_textures[statt],
659 pipe_resource_reference(&drawable->msaa_textures[statt], NULL);
680 zsbuf = &drawable->msaa_textures[stat
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_drawable.c59 drawable->stvis.samples > 1 ? drawable->msaa_textures
200 pipe_resource_reference(&drawable->msaa_textures[i], NULL);
424 args->drawable->msaa_textures[ST_ATTACHMENT_BACK_LEFT]);
427 args->drawable->msaa_textures[ST_ATTACHMENT_FRONT_LEFT] &&
428 args->drawable->msaa_textures[ST_ATTACHMENT_BACK_LEFT]) {
441 if (args->drawable->msaa_textures[ST_ATTACHMENT_DEPTH_STENCIL])
442 pipe->invalidate_resource(pipe, args->drawable->msaa_textures[ST_ATTACHMENT_DEPTH_STENCIL]);
545 drawable->msaa_textures[ST_ATTACHMENT_FRONT_LEFT];
547 drawable->msaa_textures[ST_ATTACHMENT_FRONT_LEFT] =
548 drawable->msaa_textures[ST_ATTACHMENT_BACK_LEF
[all...]
H A Ddri_drawable.h59 struct pipe_resource *msaa_textures[ST_ATTACHMENT_COUNT]; member in struct:dri_drawable
H A Ddrisw.c262 drawable->msaa_textures[ST_ATTACHMENT_BACK_LEFT]);
307 drawable->msaa_textures[ST_ATTACHMENT_FRONT_LEFT]);
348 pipe_resource_reference(&drawable->msaa_textures[i], NULL);
396 drawable->msaa_textures[statts[i]] =
400 drawable->msaa_textures[statts[i]],
H A Ddri2.c473 pipe_resource_reference(&drawable->msaa_textures[i], NULL);
600 if (!drawable->msaa_textures[statt] ||
601 drawable->msaa_textures[statt]->width0 != templ.width0 ||
602 drawable->msaa_textures[statt]->height0 != templ.height0) {
604 pipe_resource_reference(&drawable->msaa_textures[statt], NULL);
606 drawable->msaa_textures[statt] =
609 assert(drawable->msaa_textures[statt]);
622 drawable->msaa_textures[statt],
627 pipe_resource_reference(&drawable->msaa_textures[statt], NULL);
648 zsbuf = &drawable->msaa_textures[stat
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_st.c47 struct pipe_resource *msaa_textures[ST_ATTACHMENT_COUNT]; member in struct:stw_st_framebuffer
157 pipe_resource_reference(&stwfb->msaa_textures[i], NULL);
206 stwfb->msaa_textures[i] =
279 stwfb->stvis.samples > 1 ? stwfb->msaa_textures
318 args->stwfb->msaa_textures[ST_ATTACHMENT_BACK_LEFT]);
398 stw_pipe_blit(pipe, stwfb->textures[statt], stwfb->msaa_textures[statt]);
463 pipe_resource_reference(&stwfb->msaa_textures[i], NULL);
493 /* swap msaa_textures */
494 ptex = stwfb->msaa_textures[front];
495 stwfb->msaa_textures[fron
[all...]

Completed in 9 milliseconds