Searched refs:stencil_buffer (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_sfbd.c | 65 sfbd->stencil_buffer = ctx->depth_stencil_buffer.gpu;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/ |
| H A D | d3d12_resource.cpp | 751 local_resource stencil_buffer(pscreen, &tmpl); local in function:read_zs_surface 752 if (!stencil_buffer) { 757 if (!transfer_image_to_buf(ctx, res, stencil_buffer, trans, 1)) 768 uint8_t *stencil_ptr = (uint8_t *)stencil_buffer.map(); 838 local_resource stencil_buffer(pctx->screen, &tmpl); local in function:write_zs_surface 839 if (!stencil_buffer) { 850 uint8_t *stencil_ptr = (uint8_t *)stencil_buffer.map(); 877 stencil_buffer.unmap(); 881 transfer_buf_to_image(d3d12_context(pctx), res, stencil_buffer, trans, 1);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/include/ |
| H A D | panfrost-job.h | 1330 mali_ptr stencil_buffer; // not SAME_VA member in struct:mali_single_framebuffer
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/pandecode/ |
| H A D | decode.c | 439 if (s->stencil_buffer | s->stencil_buffer_enable) { 440 MEMORY_PROP(s, stencil_buffer);
|
Completed in 11 milliseconds