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