Searched refs:ST_ATTACHMENT_DEPTH_STENCIL (Results 1 - 18 of 18) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/
H A Ddri_drawable.c325 case ST_ATTACHMENT_DEPTH_STENCIL:
459 struct pipe_resource *zsbuf = drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL];
529 if (drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL])
530 pipe->invalidate_resource(pipe, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]);
531 if (drawable->msaa_textures[ST_ATTACHMENT_DEPTH_STENCIL])
532 pipe->invalidate_resource(pipe, drawable->msaa_textures[ST_ATTACHMENT_DEPTH_STENCIL]);
H A Ddrisw.c247 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]);
269 if (ctx->pp && drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL])
270 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]);
347 if (statts[i] != ST_ATTACHMENT_DEPTH_STENCIL && !screen->swrast_no_present)
H A Ddri2.c484 if (statts[i] == ST_ATTACHMENT_DEPTH_STENCIL) {
493 if (i == ST_ATTACHMENT_DEPTH_STENCIL && alloc_depthstencil)
499 if (i != ST_ATTACHMENT_DEPTH_STENCIL && drawable->textures[i]) {
619 if (statt == ST_ATTACHMENT_DEPTH_STENCIL)
666 enum st_attachment_type statt = ST_ATTACHMENT_DEPTH_STENCIL;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/dri/
H A Ddri_drawable.c332 case ST_ATTACHMENT_DEPTH_STENCIL:
397 struct pipe_resource *zsbuf = drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL];
439 if (args->drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL])
440 pipe->invalidate_resource(pipe, args->drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]);
441 if (args->drawable->msaa_textures[ST_ATTACHMENT_DEPTH_STENCIL])
442 pipe->invalidate_resource(pipe, args->drawable->msaa_textures[ST_ATTACHMENT_DEPTH_STENCIL]);
H A Ddrisw.c251 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]);
283 if (ctx->pp && drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL])
284 pp_run(ctx->pp, ptex, ptex, drawable->textures[ST_ATTACHMENT_DEPTH_STENCIL]);
371 if (statts[i] != ST_ATTACHMENT_DEPTH_STENCIL && !screen->swrast_no_present)
H A Ddri2.c436 if (statts[i] == ST_ATTACHMENT_DEPTH_STENCIL) {
445 if (i == ST_ATTACHMENT_DEPTH_STENCIL && alloc_depthstencil)
451 if (i != ST_ATTACHMENT_DEPTH_STENCIL && drawable->textures[i]) {
587 if (statt == ST_ATTACHMENT_DEPTH_STENCIL)
634 enum st_attachment_type statt = ST_ATTACHMENT_DEPTH_STENCIL;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/state_tracker/
H A Dst_api.h129 ST_ATTACHMENT_DEPTH_STENCIL, enumerator in enum:st_attachment_type
142 #define ST_ATTACHMENT_DEPTH_STENCIL_MASK (1 << ST_ATTACHMENT_DEPTH_STENCIL)
/xsrc/external/mit/MesaLib/dist/src/gallium/include/frontend/
H A Dapi.h124 ST_ATTACHMENT_DEPTH_STENCIL, enumerator in enum:st_attachment_type
136 #define ST_ATTACHMENT_DEPTH_STENCIL_MASK (1 << ST_ATTACHMENT_DEPTH_STENCIL)
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/osmesa/
H A Dosmesa.c405 osmesa_read_buffer(osmesa, osbuffer->textures[ST_ATTACHMENT_DEPTH_STENCIL],
454 else if (statts[i] == ST_ATTACHMENT_DEPTH_STENCIL) {
924 struct pipe_resource *res = osbuffer->textures[ST_ATTACHMENT_DEPTH_STENCIL];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/hgl/
H A Dhgl.c117 case ST_ATTACHMENT_DEPTH_STENCIL:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
H A Dstw_st.c120 case ST_ATTACHMENT_DEPTH_STENCIL:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/osmesa/
H A Dosmesa.c421 else if (statts[i] == ST_ATTACHMENT_DEPTH_STENCIL) {
914 struct pipe_resource *res = osbuffer->textures[ST_ATTACHMENT_DEPTH_STENCIL];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/glx/xlib/
H A Dxm_st.c162 case ST_ATTACHMENT_DEPTH_STENCIL:
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/
H A Dxm_st.c165 case ST_ATTACHMENT_DEPTH_STENCIL:
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/hgl/
H A Dhgl.c122 case ST_ATTACHMENT_DEPTH_STENCIL:
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
H A Dstw_st.c189 case ST_ATTACHMENT_DEPTH_STENCIL:
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_manager.c95 case ST_ATTACHMENT_DEPTH_STENCIL:
133 statt = ST_ATTACHMENT_DEPTH_STENCIL;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_manager.c96 case ST_ATTACHMENT_DEPTH_STENCIL:
133 statt = ST_ATTACHMENT_DEPTH_STENCIL;

Completed in 30 milliseconds