Searched refs:stencil_buffer (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/libs/compute/test/ |
D | test_scatter_if.cpp | 60 bc::buffer stencil_buffer(context, in BOOST_AUTO_TEST_CASE() local 70 bc::make_constant_buffer_iterator<int>(stencil_buffer, 0), in BOOST_AUTO_TEST_CASE()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_resource.cpp | 751 local_resource stencil_buffer(pscreen, &tmpl); in read_zs_surface() local 752 if (!stencil_buffer) { in read_zs_surface() 757 if (!transfer_image_to_buf(ctx, res, stencil_buffer, trans, 1)) in read_zs_surface() 768 uint8_t *stencil_ptr = (uint8_t *)stencil_buffer.map(); in read_zs_surface() 838 local_resource stencil_buffer(pctx->screen, &tmpl); in write_zs_surface() local 839 if (!stencil_buffer) { in write_zs_surface() 850 uint8_t *stencil_ptr = (uint8_t *)stencil_buffer.map(); in write_zs_surface() 877 stencil_buffer.unmap(); in write_zs_surface() 881 transfer_buf_to_image(d3d12_context(pctx), res, stencil_buffer, trans, 1); in write_zs_surface()
|