Searched refs:ST_ATTACHMENT_DEPTH_STENCIL (Results 1 – 9 of 9) sorted by relevance
336 case ST_ATTACHMENT_DEPTH_STENCIL: in dri_drawable_get_format()401 struct pipe_resource *zsbuf = drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]; in dri_postprocessing()443 if (args->drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]) in notify_before_flush_cb()444 pipe->invalidate_resource(pipe, args->drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]); in notify_before_flush_cb()445 if (args->drawable->msaa_textures[ST_ATTACHMENT_DEPTH_STENCIL]) in notify_before_flush_cb()446 … pipe->invalidate_resource(pipe, args->drawable->msaa_textures[ST_ATTACHMENT_DEPTH_STENCIL]); in notify_before_flush_cb()
250 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]); in drisw_swap_buffers()282 if (ctx->pp && drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]) in drisw_copy_sub_buffer()283 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]); in drisw_copy_sub_buffer()368 if (statts[i] != ST_ATTACHMENT_DEPTH_STENCIL && !screen->swrast_no_present) in drisw_allocate_textures()
433 if (statts[i] == ST_ATTACHMENT_DEPTH_STENCIL) { in dri2_allocate_textures()442 if (i == ST_ATTACHMENT_DEPTH_STENCIL && alloc_depthstencil) in dri2_allocate_textures()448 if (i != ST_ATTACHMENT_DEPTH_STENCIL && drawable->textures[i]) { in dri2_allocate_textures()569 if (statt == ST_ATTACHMENT_DEPTH_STENCIL) in dri2_allocate_textures()616 enum st_attachment_type statt = ST_ATTACHMENT_DEPTH_STENCIL; in dri2_allocate_textures()
124 ST_ATTACHMENT_DEPTH_STENCIL, enumerator137 #define ST_ATTACHMENT_DEPTH_STENCIL_MASK (1 << ST_ATTACHMENT_DEPTH_STENCIL)
120 case ST_ATTACHMENT_DEPTH_STENCIL: in hgl_st_framebuffer_validate_textures()
426 else if (statts[i] == ST_ATTACHMENT_DEPTH_STENCIL) { in osmesa_st_framebuffer_validate()918 struct pipe_resource *res = osbuffer->textures[ST_ATTACHMENT_DEPTH_STENCIL]; in OSMesaGetDepthBuffer()
162 case ST_ATTACHMENT_DEPTH_STENCIL: in xmesa_st_framebuffer_validate_textures()
121 case ST_ATTACHMENT_DEPTH_STENCIL: in stw_st_framebuffer_validate_locked()
96 case ST_ATTACHMENT_DEPTH_STENCIL: in attachment_to_buffer_index()134 statt = ST_ATTACHMENT_DEPTH_STENCIL; in buffer_index_to_attachment()