Lines Matching refs:msaa_textures
513 pipe_resource_reference(&drawable->msaa_textures[i], NULL);
643 if (!drawable->msaa_textures[statt] ||
644 drawable->msaa_textures[statt]->width0 != templ.width0 ||
645 drawable->msaa_textures[statt]->height0 != templ.height0) {
647 pipe_resource_reference(&drawable->msaa_textures[statt], NULL);
649 drawable->msaa_textures[statt] =
652 assert(drawable->msaa_textures[statt]);
665 drawable->msaa_textures[statt],
670 pipe_resource_reference(&drawable->msaa_textures[statt], NULL);
691 zsbuf = &drawable->msaa_textures[statt];
713 pipe_resource_reference(&drawable->msaa_textures[statt], NULL);
758 drawable->msaa_textures[statt]);
2231 resource = drawable->msaa_textures[ST_ATTACHMENT_BACK_LEFT];