Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/dri/
Ddri_drawable.c336 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()
Ddrisw.c250 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()
Ddri2.c433 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()
/external/mesa3d/src/gallium/include/frontend/
Dapi.h124 ST_ATTACHMENT_DEPTH_STENCIL, enumerator
137 #define ST_ATTACHMENT_DEPTH_STENCIL_MASK (1 << ST_ATTACHMENT_DEPTH_STENCIL)
/external/mesa3d/src/gallium/frontends/hgl/
Dhgl.c120 case ST_ATTACHMENT_DEPTH_STENCIL: in hgl_st_framebuffer_validate_textures()
/external/mesa3d/src/gallium/frontends/osmesa/
Dosmesa.c426 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()
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_st.c162 case ST_ATTACHMENT_DEPTH_STENCIL: in xmesa_st_framebuffer_validate_textures()
/external/mesa3d/src/gallium/frontends/wgl/
Dstw_st.c121 case ST_ATTACHMENT_DEPTH_STENCIL: in stw_st_framebuffer_validate_locked()
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c96 case ST_ATTACHMENT_DEPTH_STENCIL: in attachment_to_buffer_index()
134 statt = ST_ATTACHMENT_DEPTH_STENCIL; in buffer_index_to_attachment()