Searched refs:stencil_buffer (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/
H A Dpan_sfbd.c65 sfbd->stencil_buffer = ctx->depth_stencil_buffer.gpu;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_resource.cpp751 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 Dpanfrost-job.h1330 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 Ddecode.c439 if (s->stencil_buffer | s->stencil_buffer_enable) {
440 MEMORY_PROP(s, stencil_buffer);

Completed in 11 milliseconds