/external/mesa3d/src/gallium/frontends/dri/ |
D | drisw.c | 325 const enum st_attachment_type *statts, in drisw_allocate_textures() argument 362 if (drawable->textures[statts[i]]) in drisw_allocate_textures() 365 dri_drawable_get_format(drawable, statts[i], &format, &bind); in drisw_allocate_textures() 368 if (statts[i] != ST_ATTACHMENT_DEPTH_STENCIL && !screen->swrast_no_present) in drisw_allocate_textures() 379 if (statts[i] == ST_ATTACHMENT_FRONT_LEFT && in drisw_allocate_textures() 382 drawable->textures[statts[i]] = in drisw_allocate_textures() 385 drawable->textures[statts[i]] = in drisw_allocate_textures() 393 drawable->msaa_textures[statts[i]] = in drisw_allocate_textures() 397 drawable->msaa_textures[statts[i]], in drisw_allocate_textures() 398 drawable->textures[statts[i]]); in drisw_allocate_textures()
|
D | dri_drawable.c | 46 const enum st_attachment_type *statts, in dri_st_framebuffer_validate() argument 64 statt_mask |= (1 << statts[i]); in dri_st_framebuffer_validate() 82 drawable->allocate_textures(ctx, drawable, statts, count); in dri_st_framebuffer_validate() 112 pipe_resource_reference(&out[i], textures[statts[i]]); in dri_st_framebuffer_validate() 225 enum st_attachment_type statts[ST_ATTACHMENT_COUNT]; in dri_drawable_validate_att() local 235 statts[count++] = i; in dri_drawable_validate_att() 238 statts[count++] = statt; in dri_drawable_validate_att() 242 drawable->base.validate(ctx->st, &drawable->base, statts, count, NULL); in dri_drawable_validate_att()
|
D | dri_drawable.h | 71 const enum st_attachment_type *statts,
|
D | dri2.c | 213 const enum st_attachment_type *statts, in dri_image_drawable_get_buffers() argument 224 dri_drawable_get_format(drawable, statts[i], &pf, &bind); in dri_image_drawable_get_buffers() 228 switch (statts[i]) { in dri_image_drawable_get_buffers() 396 const enum st_attachment_type *statts, in dri2_allocate_textures() argument 416 statts, statts_count)) in dri2_allocate_textures() 420 buffers = dri2_drawable_get_buffers(drawable, statts, &num_buffers); in dri2_allocate_textures() 433 if (statts[i] == ST_ATTACHMENT_DEPTH_STENCIL) { in dri2_allocate_textures() 463 if (i == statts[j]) { in dri2_allocate_textures() 567 enum st_attachment_type statt = statts[i]; in dri2_allocate_textures()
|
/external/mesa3d/src/gallium/frontends/hgl/ |
D | hgl.c | 154 struct st_framebuffer_iface *stfbi, const enum st_attachment_type *statts, in hgl_st_framebuffer_validate() argument 175 stAttachmentMask |= 1 << statts[i]; in hgl_st_framebuffer_validate() 200 pipe_resource_reference(&out[i], buffer->textures[statts[i]]); in hgl_st_framebuffer_validate()
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | stw_st.c | 157 const enum st_attachment_type *statts, in stw_st_framebuffer_validate() argument 166 statt_mask |= 1 << statts[i]; in stw_st_framebuffer_validate() 181 pipe_resource_reference(&out[i], textures[statts[i]]); in stw_st_framebuffer_validate()
|
/external/mesa3d/src/gallium/frontends/glx/xlib/ |
D | xm_st.c | 202 const enum st_attachment_type *statts, in xmesa_st_framebuffer_validate() argument 214 statt_mask |= 1 << statts[i]; in xmesa_st_framebuffer_validate() 251 pipe_resource_reference(&out[i], xstfb->textures[statts[i]]); in xmesa_st_framebuffer_validate()
|
/external/mesa3d/src/gallium/frontends/osmesa/ |
D | osmesa.c | 392 const enum st_attachment_type *statts, in osmesa_st_framebuffer_validate() argument 422 if (statts[i] == ST_ATTACHMENT_FRONT_LEFT) { in osmesa_st_framebuffer_validate() 426 else if (statts[i] == ST_ATTACHMENT_DEPTH_STENCIL) { in osmesa_st_framebuffer_validate() 430 else if (statts[i] == ST_ATTACHMENT_ACCUM) { in osmesa_st_framebuffer_validate() 442 out[i] = osbuffer->textures[statts[i]] = in osmesa_st_framebuffer_validate()
|
/external/mesa3d/src/gallium/include/frontend/ |
D | api.h | 349 const enum st_attachment_type *statts,
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_context.h | 434 enum st_attachment_type statts[ST_ATTACHMENT_COUNT]; member
|
D | st_manager.c | 223 if (!stfb->iface->validate(&st->iface, stfb->iface, stfb->statts, in st_framebuffer_validate() 242 idx = attachment_to_buffer_index(stfb->statts[i]); in st_framebuffer_validate() 297 stfb->statts[stfb->num_statts++] = statt; in st_framebuffer_update_attachments()
|