Home
last modified time | relevance | path

Searched refs:ST_ATTACHMENT_DEPTH_STENCIL (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/dri/
Ddri_drawable.c290 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()
Ddrisw.c204 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()
Ddri2.c493 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()
/external/mesa3d/src/gallium/include/state_tracker/
Dst_api.h125 ST_ATTACHMENT_DEPTH_STENCIL, enumerator
138 #define ST_ATTACHMENT_DEPTH_STENCIL_MASK (1 << ST_ATTACHMENT_DEPTH_STENCIL)
/external/mesa3d/src/gallium/state_trackers/osmesa/
Dosmesa.c420 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()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_st.c119 case ST_ATTACHMENT_DEPTH_STENCIL: in stw_st_framebuffer_validate_locked()
/external/mesa3d/src/gallium/state_trackers/hgl/
Dhgl.c117 case ST_ATTACHMENT_DEPTH_STENCIL: in hgl_st_framebuffer_validate_textures()
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c96 case ST_ATTACHMENT_DEPTH_STENCIL: in attachment_to_buffer_index()
133 statt = ST_ATTACHMENT_DEPTH_STENCIL; in buffer_index_to_attachment()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_st.c159 case ST_ATTACHMENT_DEPTH_STENCIL: in xmesa_st_framebuffer_validate_textures()