HomeSort by relevance Sort by last modified time
    Searched refs:statts (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/gallium/state_trackers/dri/
dri_drawable.c 47 const enum st_attachment_type *statts,
65 statt_mask |= (1 << statts[i]);
83 drawable->allocate_textures(ctx, drawable, statts, count);
102 pipe_resource_reference(&out[i], textures[statts[i]]);
192 enum st_attachment_type statts[ST_ATTACHMENT_COUNT]; local
202 statts[count++] = i;
205 statts[count++] = statt;
209 drawable->base.validate(ctx->st, &drawable->base, statts, count, NULL);
dri_drawable.h 76 const enum st_attachment_type *statts,
drisw.c 263 const enum st_attachment_type *statts,
298 if (drawable->textures[statts[i]])
301 dri_drawable_get_format(drawable, statts[i], &format, &bind);
304 if (statts[i] != ST_ATTACHMENT_DEPTH_STENCIL && !swrast_no_present)
313 if (statts[i] == ST_ATTACHMENT_FRONT_LEFT &&
316 drawable->textures[statts[i]] =
319 drawable->textures[statts[i]] =
dri2.c 306 const enum st_attachment_type *statts,
317 dri_drawable_get_format(drawable, statts[i], &pf, &bind);
321 switch (statts[i]) {
456 const enum st_attachment_type *statts,
476 statts, statts_count))
480 buffers = dri2_drawable_get_buffers(drawable, statts, &num_buffers);
493 if (statts[i] == ST_ATTACHMENT_DEPTH_STENCIL) {
523 if (i == statts[j]) {
625 enum st_attachment_type statt = statts[i];
    [all...]
  /external/mesa3d/src/gallium/state_trackers/hgl/
hgl.c 151 struct st_framebuffer_iface *stfbi, const enum st_attachment_type *statts,
172 stAttachmentMask |= 1 << statts[i];
198 pipe_resource_reference(&out[i], buffer->textures[statts[i]]);
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_st.c 145 const enum st_attachment_type *statts,
154 statt_mask |= 1 << statts[i];
166 pipe_resource_reference(&out[i], stwfb->textures[statts[i]]);
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_st.c 192 * \param statts array of framebuffer attachments
193 * \param count number of framebuffer attachments in statts[]
199 const enum st_attachment_type *statts,
211 statt_mask |= 1 << statts[i];
249 pipe_resource_reference(&out[i], xstfb->textures[statts[i]]);
  /external/mesa3d/src/gallium/state_trackers/osmesa/
osmesa.c 386 const enum st_attachment_type *statts,
416 if (statts[i] == ST_ATTACHMENT_FRONT_LEFT) {
420 else if (statts[i] == ST_ATTACHMENT_DEPTH_STENCIL) {
424 else if (statts[i] == ST_ATTACHMENT_ACCUM) {
435 out[i] = osbuffer->textures[statts[i]] =
  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 348 const enum st_attachment_type *statts,
  /external/mesa3d/src/mesa/state_tracker/
st_context.h 279 enum st_attachment_type statts[ST_ATTACHMENT_COUNT]; member in struct:st_framebuffer
st_manager.c 202 if (!stfb->iface->validate(&st->iface, stfb->iface, stfb->statts,
221 idx = attachment_to_buffer_index(stfb->statts[i]);
280 stfb->statts[stfb->num_statts++] = statt;

Completed in 147 milliseconds