Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/include/state_tracker/
Dst_api.h124 ST_ATTACHMENT_DEPTH_STENCIL, enumerator
137 #define ST_ATTACHMENT_DEPTH_STENCIL_MASK (1 << ST_ATTACHMENT_DEPTH_STENCIL)
/external/mesa3d/src/gallium/state_trackers/dri/sw/
Ddrisw.c151 if (ctx->pp && drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]) in drisw_swap_buffers()
152 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]); in drisw_swap_buffers()
226 if (statts[i] != ST_ATTACHMENT_DEPTH_STENCIL && !swrast_no_present) in drisw_allocate_textures()
Ddri_context.c246 if (draw->textures[ST_ATTACHMENT_BACK_LEFT] && draw->textures[ST_ATTACHMENT_DEPTH_STENCIL] in dri_make_current()
Ddri_drawable.c273 case ST_ATTACHMENT_DEPTH_STENCIL: in dri_drawable_get_format()
/external/mesa3d/src/gallium/state_trackers/dri/drm/
Ddri2.c55 if (ptex && ctx->pp && drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]) in dri2_flush_drawable()
56 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]); in dri2_flush_drawable()
129 case ST_ATTACHMENT_DEPTH_STENCIL: in dri2_drawable_get_buffers()
259 statt = ST_ATTACHMENT_DEPTH_STENCIL; in dri2_drawable_process_buffers()
Ddri_context.c246 if (draw->textures[ST_ATTACHMENT_BACK_LEFT] && draw->textures[ST_ATTACHMENT_DEPTH_STENCIL] in dri_make_current()
Ddri_drawable.c273 case ST_ATTACHMENT_DEPTH_STENCIL: in dri_drawable_get_format()
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_st.c100 case ST_ATTACHMENT_DEPTH_STENCIL: in stw_st_framebuffer_validate_locked()
/external/mesa3d/src/gallium/state_trackers/dri/common/
Ddri_context.c246 if (draw->textures[ST_ATTACHMENT_BACK_LEFT] && draw->textures[ST_ATTACHMENT_DEPTH_STENCIL] in dri_make_current()
Ddri_drawable.c273 case ST_ATTACHMENT_DEPTH_STENCIL: in dri_drawable_get_format()
/external/mesa3d/src/mesa/state_tracker/
Dst_manager.c93 case ST_ATTACHMENT_DEPTH_STENCIL: in attachment_to_buffer_index()
130 statt = ST_ATTACHMENT_DEPTH_STENCIL; in buffer_index_to_attachment()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_st.c157 case ST_ATTACHMENT_DEPTH_STENCIL: in xmesa_st_framebuffer_validate_textures()