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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/hgl/
H A Dhgl.c156 unsigned stAttachmentMask, newMask; local in function:hgl_st_framebuffer_validate
170 stAttachmentMask = 0;
172 stAttachmentMask |= 1 << statts[i];
174 newMask = stAttachmentMask & ~buffer->mask;
185 context->width, context->height, stAttachmentMask);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/hgl/
H A Dhgl.c163 unsigned stAttachmentMask, newMask; local in function:hgl_st_framebuffer_validate
173 stAttachmentMask = 0;
175 stAttachmentMask |= 1 << statts[i];
177 newMask = stAttachmentMask & ~buffer->mask;
188 context->width, context->height, stAttachmentMask);

Completed in 3 milliseconds