Home
last modified time | relevance | path

Searched refs:statt (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_st.c418 enum st_attachment_type statt) in stw_st_framebuffer_present_locked()
425 resource = stwfb->textures[statt]; in stw_st_framebuffer_present_locked()
441 enum st_attachment_type statt) in stw_st_framebuffer_flush_front()
449 if (statt != ST_ATTACHMENT_FRONT_LEFT) in stw_st_framebuffer_flush_front()
456 enum st_attachment_type blit_target = statt; in stw_st_framebuffer_flush_front()
463 stwfb->msaa_textures[statt]); in stw_st_framebuffer_flush_front()
476 if (stwfb->textures[statt]) in stw_st_framebuffer_flush_front()
477 pipe->flush_resource(pipe, stwfb->textures[statt]); in stw_st_framebuffer_flush_front()
486 ret = stw_st_framebuffer_present_locked(hDC, stctx, &stwfb->base, statt); in stw_st_framebuffer_flush_front()
415 stw_st_framebuffer_present_locked(HDC hdc, struct st_context_iface *stctx, struct st_framebuffer_iface *stfb, enum st_attachment_type statt) stw_st_framebuffer_present_locked() argument
439 stw_st_framebuffer_flush_front(struct st_context_iface *stctx, struct st_framebuffer_iface *stfb, enum st_attachment_type statt) stw_st_framebuffer_flush_front() argument
H A Dstw_winsys.h64 enum st_attachment_type statt);
/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_manager.c95 attachment_to_buffer_index(enum st_attachment_type statt) in attachment_to_buffer_index() argument
99 switch (statt) { in attachment_to_buffer_index()
133 enum st_attachment_type statt; in buffer_index_to_attachment() local
137 statt = ST_ATTACHMENT_FRONT_LEFT; in buffer_index_to_attachment()
140 statt = ST_ATTACHMENT_BACK_LEFT; in buffer_index_to_attachment()
143 statt = ST_ATTACHMENT_FRONT_RIGHT; in buffer_index_to_attachment()
146 statt = ST_ATTACHMENT_BACK_RIGHT; in buffer_index_to_attachment()
149 statt = ST_ATTACHMENT_DEPTH_STENCIL; in buffer_index_to_attachment()
152 statt = ST_ATTACHMENT_ACCUM; in buffer_index_to_attachment()
155 statt in buffer_index_to_attachment()
309 enum st_attachment_type statt; st_framebuffer_update_attachments() local
1302 enum st_attachment_type statt = ST_ATTACHMENT_FRONT_LEFT; st_manager_flush_frontbuffer() local
[all...]
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri2.c579 enum st_attachment_type statt; in dri2_allocate_textures() local
589 statt = ST_ATTACHMENT_FRONT_LEFT; in dri2_allocate_textures()
592 statt = ST_ATTACHMENT_BACK_LEFT; in dri2_allocate_textures()
598 dri_drawable_get_format(drawable, statt, &format, &bind); in dri2_allocate_textures()
617 drawable->textures[statt] = in dri2_allocate_textures()
621 assert(drawable->textures[statt]); in dri2_allocate_textures()
628 enum st_attachment_type statt = statts[i]; in dri2_allocate_textures() local
630 if (statt == ST_ATTACHMENT_DEPTH_STENCIL) in dri2_allocate_textures()
633 if (drawable->textures[statt]) { in dri2_allocate_textures()
634 templ.format = drawable->textures[statt] in dri2_allocate_textures()
677 enum st_attachment_type statt = ST_ATTACHMENT_DEPTH_STENCIL; dri2_allocate_textures() local
734 dri2_flush_frontbuffer(struct dri_context *ctx, struct dri_drawable *drawable, enum st_attachment_type statt) dri2_flush_frontbuffer() argument
[all...]
H A Ddri_drawable.c120 enum st_attachment_type statt) in dri_st_framebuffer_flush_front()
127 return drawable->flush_frontbuffer(ctx, drawable, statt); in dri_st_framebuffer_flush_front()
219 enum st_attachment_type statt) in dri_drawable_validate_att()
225 if (drawable->texture_mask & (1 << statt)) in dri_drawable_validate_att()
234 statts[count++] = statt; in dri_drawable_validate_att()
315 enum st_attachment_type statt, in dri_drawable_get_format()
319 switch (statt) { in dri_drawable_get_format()
118 dri_st_framebuffer_flush_front(struct st_context_iface *stctx, struct st_framebuffer_iface *stfbi, enum st_attachment_type statt) dri_st_framebuffer_flush_front() argument
217 dri_drawable_validate_att(struct dri_context *ctx, struct dri_drawable *drawable, enum st_attachment_type statt) dri_drawable_validate_att() argument
314 dri_drawable_get_format(struct dri_drawable *drawable, enum st_attachment_type statt, enum pipe_format *format, unsigned *bind) dri_drawable_get_format() argument
H A Ddri_drawable.h77 enum st_attachment_type statt);
105 enum st_attachment_type statt,
H A Ddrisw.c314 enum st_attachment_type statt) in drisw_flush_frontbuffer()
318 if (!ctx || statt != ST_ATTACHMENT_FRONT_LEFT) in drisw_flush_frontbuffer()
327 ptex = drawable->textures[statt]; in drisw_flush_frontbuffer()
312 drisw_flush_frontbuffer(struct dri_context *ctx, struct dri_drawable *drawable, enum st_attachment_type statt) drisw_flush_frontbuffer() argument
H A Dkopper.c713 enum st_attachment_type statt) in kopper_flush_frontbuffer()
717 if (!ctx || statt != ST_ATTACHMENT_FRONT_LEFT) in kopper_flush_frontbuffer()
734 ptex = drawable->textures[statt]; in kopper_flush_frontbuffer()
711 kopper_flush_frontbuffer(struct dri_context *ctx, struct dri_drawable *drawable, enum st_attachment_type statt) kopper_flush_frontbuffer() argument
/third_party/mesa3d/src/gallium/frontends/glx/xlib/
H A Dxm_st.c63 enum st_attachment_type statt, in xmesa_st_framebuffer_display()
67 struct pipe_resource *ptex = xstfb->textures[statt]; in xmesa_st_framebuffer_display()
266 enum st_attachment_type statt) in xmesa_st_framebuffer_flush_front()
271 if (statt != ST_ATTACHMENT_FRONT_LEFT) in xmesa_st_framebuffer_flush_front()
274 ret = xmesa_st_framebuffer_display(stfbi, stctx, statt, NULL); in xmesa_st_framebuffer_flush_front()
61 xmesa_st_framebuffer_display(struct st_framebuffer_iface *stfbi, struct st_context_iface *stctx, enum st_attachment_type statt, struct pipe_box *box) xmesa_st_framebuffer_display() argument
264 xmesa_st_framebuffer_flush_front(struct st_context_iface *stctx, struct st_framebuffer_iface *stfbi, enum st_attachment_type statt) xmesa_st_framebuffer_flush_front() argument
/third_party/mesa3d/src/gallium/frontends/hgl/
H A Dhgl.c61 struct st_framebuffer_iface* stfbi, enum st_attachment_type statt) in hgl_st_framebuffer_flush_front()
66 struct pipe_resource* ptex = buffer->textures[statt]; in hgl_st_framebuffer_flush_front()
68 if (statt != ST_ATTACHMENT_FRONT_LEFT) in hgl_st_framebuffer_flush_front()
60 hgl_st_framebuffer_flush_front(struct st_context_iface* stctxi, struct st_framebuffer_iface* stfbi, enum st_attachment_type statt) hgl_st_framebuffer_flush_front() argument
/third_party/mesa3d/src/gallium/winsys/d3d12/wgl/
H A Dd3d12_wgl_framebuffer.cpp169 st_attachment_type statt) in d3d12_wgl_framebuffer_get_resource()
178 if (statt == ST_ATTACHMENT_FRONT_LEFT) in d3d12_wgl_framebuffer_get_resource()
168 d3d12_wgl_framebuffer_get_resource(struct stw_winsys_framebuffer *pframebuffer, st_attachment_type statt) d3d12_wgl_framebuffer_get_resource() argument
/third_party/mesa3d/src/gallium/frontends/osmesa/
H A Dosmesa.c361 enum st_attachment_type statt) in osmesa_st_framebuffer_flush_front()
365 struct pipe_resource *res = osbuffer->textures[statt]; in osmesa_st_framebuffer_flush_front()
369 if (statt != ST_ATTACHMENT_FRONT_LEFT) in osmesa_st_framebuffer_flush_front()
359 osmesa_st_framebuffer_flush_front(struct st_context_iface *stctx, struct st_framebuffer_iface *stfbi, enum st_attachment_type statt) osmesa_st_framebuffer_flush_front() argument
/third_party/mesa3d/src/gallium/include/frontend/
H A Dapi.h346 enum st_attachment_type statt);

Completed in 12 milliseconds