HomeSort by relevance Sort by last modified time
    Searched defs:statts (Results 1 - 2 of 2) 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);
  /external/mesa3d/src/mesa/state_tracker/
st_context.h 279 enum st_attachment_type statts[ST_ATTACHMENT_COUNT]; member in struct:st_framebuffer

Completed in 75 milliseconds