Searched refs:stencilBuf (Results 1 – 2 of 2) sorted by relevance
/third_party/mesa3d/src/mesa/swrast/ |
D | s_stencil.c | 421 GLubyte *stencilBuf; in _swrast_stencil_and_ztest_span() local 427 stencilBuf = stencilTemp; in _swrast_stencil_and_ztest_span() 434 stencilBuf = _swrast_pixel_address(rb, span->x, span->y) + stencilOffset; in _swrast_stencil_and_ztest_span() 441 if (!do_stencil_test(ctx, face, count, stencilBuf, mask, stencilStride)) { in _swrast_stencil_and_ztest_span() 462 stencilBuf, mask, stencilStride); in _swrast_stencil_and_ztest_span() 484 count, stencilBuf, failMask, stencilStride); in _swrast_stencil_and_ztest_span() 488 count, stencilBuf, passMask, stencilStride); in _swrast_stencil_and_ztest_span() 495 stencilBuf); in _swrast_stencil_and_ztest_span() 562 GLubyte *stencilBuf; in _swrast_write_stencil_span() local 583 stencilBuf = _swrast_pixel_address(rb, x, y); in _swrast_write_stencil_span() [all …]
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 3378 rr::MultisampleConstPixelBufferAccess stencilBuf = getDrawStencilbuffer(); in invalidateFramebuffer() local 3384 width = de::max(width, stencilBuf.raw().getHeight()); in invalidateFramebuffer() 3388 height = de::max(height, stencilBuf.raw().getDepth()); in invalidateFramebuffer() 3399 rr::MultisamplePixelBufferAccess stencilBuf = getDrawStencilbuffer(); in clear() local 3403 IVec4 stencilArea = intersect(baseArea, getBufferRect(stencilBuf)); in clear() 3436 …BufferAccess access = getStencilMultisampleAccess(rr::getSubregion(stencilBuf, stencilArea.x()… in clear() 3437 int stencilBits = getNumStencilBits(stencilBuf.raw().getFormat()); in clear() 3487 rr::MultisamplePixelBufferAccess stencilBuf = getDrawStencilbuffer(); in clearBufferiv() local 3488 IVec4 area = intersect(baseArea, getBufferRect(stencilBuf)); in clearBufferiv() 3492 …xelBufferAccess access = getStencilMultisampleAccess(rr::getSubregion(stencilBuf, area.x(), area.… in clearBufferiv() [all …]
|