Searched refs:ST_ATTACHMENT_DEPTH_STENCIL (Results 1 – 9 of 9) sorted by relevance
290 case ST_ATTACHMENT_DEPTH_STENCIL: in dri_drawable_get_format()424 struct pipe_resource *zsbuf = drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]; in dri_postprocessing()495 if (drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]) in dri_flush()496 pipe->invalidate_resource(pipe, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]); in dri_flush()497 if (drawable->msaa_textures[ST_ATTACHMENT_DEPTH_STENCIL]) in dri_flush()498 pipe->invalidate_resource(pipe, drawable->msaa_textures[ST_ATTACHMENT_DEPTH_STENCIL]); in dri_flush()
204 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]); in drisw_swap_buffers()226 if (ctx->pp && drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]) in drisw_copy_sub_buffer()227 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]); in drisw_copy_sub_buffer()304 if (statts[i] != ST_ATTACHMENT_DEPTH_STENCIL && !swrast_no_present) in drisw_allocate_textures()
493 if (statts[i] == ST_ATTACHMENT_DEPTH_STENCIL) { in dri2_allocate_textures()502 if (i == ST_ATTACHMENT_DEPTH_STENCIL && alloc_depthstencil) in dri2_allocate_textures()508 if (i != ST_ATTACHMENT_DEPTH_STENCIL && drawable->textures[i]) { in dri2_allocate_textures()627 if (statt == ST_ATTACHMENT_DEPTH_STENCIL) in dri2_allocate_textures()672 enum st_attachment_type statt = ST_ATTACHMENT_DEPTH_STENCIL; in dri2_allocate_textures()
125 ST_ATTACHMENT_DEPTH_STENCIL, enumerator138 #define ST_ATTACHMENT_DEPTH_STENCIL_MASK (1 << ST_ATTACHMENT_DEPTH_STENCIL)
119 case ST_ATTACHMENT_DEPTH_STENCIL: in stw_st_framebuffer_validate_locked()
117 case ST_ATTACHMENT_DEPTH_STENCIL: in hgl_st_framebuffer_validate_textures()
420 else if (statts[i] == ST_ATTACHMENT_DEPTH_STENCIL) { in osmesa_st_framebuffer_validate()903 struct pipe_resource *res = osbuffer->textures[ST_ATTACHMENT_DEPTH_STENCIL]; in OSMesaGetDepthBuffer()
159 case ST_ATTACHMENT_DEPTH_STENCIL: in xmesa_st_framebuffer_validate_textures()
96 case ST_ATTACHMENT_DEPTH_STENCIL: in attachment_to_buffer_index()133 statt = ST_ATTACHMENT_DEPTH_STENCIL; in buffer_index_to_attachment()