Searched refs:dstStencil (Results 1 – 5 of 5) sorted by relevance
/external/angle/src/libANGLE/renderer/metal/ |
D | mtl_render_utils.h | 105 TextureRef dstStencil; member
|
D | mtl_render_utils.mm | 1828 if (!params.srcStencil || !params.dstStencil) 1836 static_cast<uint32_t>(params.dstRect.width) * params.dstStencil->samples(); 1881 uniform.resolveMS = params.dstStencil->samples() == 1; 1895 ASSERT(params.dstStencil->textureType() != MTLTextureType3D); 1911 MTLSizeMake(scissorRectMtl.width, scissorRectMtl.height, 1), params.dstStencil,
|
D | FrameBufferMtl.mm | 438 stencilOnlyBlitParams.dstStencil = mStencilRenderTarget->getTexture();
|
/external/deqp/modules/gles3/functional/ |
D | es3fDepthStencilTests.cpp | 481 … const tcu::PixelBufferAccess& dstColor, const tcu::PixelBufferAccess& dstStencil, int stencilBits) in renderReference() argument 493 …tcu::clearStencil(tcu::getSubregion(dstStencil, clear.rect.left, clear.rect.bottom, clear.rect.wid… in renderReference()
|
/external/deqp/modules/gles2/functional/ |
D | es2fDepthStencilTests.cpp | 481 … const tcu::PixelBufferAccess& dstColor, const tcu::PixelBufferAccess& dstStencil, int stencilBits) in renderReference() argument 493 …tcu::clearStencil(tcu::getSubregion(dstStencil, clear.rect.left, clear.rect.bottom, clear.rect.wid… in renderReference()
|