| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/dri/ |
| H A D | dri_drawable.c | 325 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 D | drisw.c | 247 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 D | dri2.c | 484 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 D | dri_drawable.c | 332 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 D | drisw.c | 251 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 D | dri2.c | 436 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 D | st_api.h | 129 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 D | api.h | 124 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 D | osmesa.c | 405 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 D | hgl.c | 117 case ST_ATTACHMENT_DEPTH_STENCIL:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_st.c | 120 case ST_ATTACHMENT_DEPTH_STENCIL:
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/osmesa/ |
| H A D | osmesa.c | 421 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 D | xm_st.c | 162 case ST_ATTACHMENT_DEPTH_STENCIL:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/glx/xlib/ |
| H A D | xm_st.c | 165 case ST_ATTACHMENT_DEPTH_STENCIL:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/hgl/ |
| H A D | hgl.c | 122 case ST_ATTACHMENT_DEPTH_STENCIL:
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_st.c | 189 case ST_ATTACHMENT_DEPTH_STENCIL:
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_manager.c | 95 case ST_ATTACHMENT_DEPTH_STENCIL: 133 statt = ST_ATTACHMENT_DEPTH_STENCIL;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_manager.c | 96 case ST_ATTACHMENT_DEPTH_STENCIL: 133 statt = ST_ATTACHMENT_DEPTH_STENCIL;
|