Home
last modified time | relevance | path

Searched refs:statts (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/frontends/dri/
Ddrisw.c325 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()
Ddri_drawable.c46 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()
Ddri_drawable.h71 const enum st_attachment_type *statts,
Ddri2.c213 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/
Dhgl.c154 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/
Dstw_st.c157 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/
Dxm_st.c202 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/
Dosmesa.c392 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/
Dapi.h349 const enum st_attachment_type *statts,
/external/mesa3d/src/mesa/state_tracker/
Dst_context.h434 enum st_attachment_type statts[ST_ATTACHMENT_COUNT]; member
Dst_manager.c223 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()