Home
last modified time | relevance | path

Searched refs:_mesa_pack_ubyte_stencil_row (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dformat_pack.h74 _mesa_pack_ubyte_stencil_row(mesa_format format, uint32_t n, in _mesa_pack_ubyte_stencil_row() function
/third_party/mesa3d/src/mesa/swrast/
Ds_stencil.c72 _mesa_pack_ubyte_stencil_row(format, 1, &one, pixel); in get_stencil_offset()
596 _mesa_pack_ubyte_stencil_row(rb->Format, n, newVals, stencilBuf); in _swrast_write_stencil_span()
599 _mesa_pack_ubyte_stencil_row(rb->Format, n, stencil, stencilBuf); in _swrast_write_stencil_span()
Ds_blit.c359 _mesa_pack_ubyte_stencil_row(drawRb->Format, dstWidth, dstBuffer, in blit_nearest()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_drawpixels.c1526 _mesa_pack_ubyte_stencil_row(rbDraw->Base.Format, width, src, dst); in copy_stencil_pixels()
/third_party/mesa3d/docs/relnotes/
D21.2.0.rst1930 - mesa: Deduplicate _mesa_pack_ubyte_stencil_row()