Home
last modified time | relevance | path

Searched refs:blitDepth (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.cpp304 bool blitDepth, in blitImpl() argument
366 if (blitDepth || blitStencil) in blitImpl()
402 scissor, false, blitDepth, blitStencil)); in blitImpl()
DFramebuffer11.h82 bool blitDepth,
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.h77 bool blitDepth,
DFramebuffer9.cpp221 bool blitDepth, in blitImpl() argument
352 if (blitDepth || blitStencil) in blitImpl()
/external/angle/src/libANGLE/renderer/d3d/
DFramebufferD3D.h129 bool blitDepth,
/external/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp236 bool blitDepth, in GetBlitResolveFlags() argument
246 if (blitDepth) in GetBlitResolveFlags()
2749 bool blitDepth = srcDepthView != nullptr; in blitResolveImpl() local
2753 ASSERT(blitColor != (blitDepth || blitStencil)); in blitResolveImpl()
2759 GetBlitResolveFlags(blitColor, blitDepth, blitStencil, src->getIntendedFormat()); in blitResolveImpl()
2782 if (blitDepth) in blitResolveImpl()
2809 UpdateDepthStencilAccess(contextVk, blitDepth, blitStencil); in blitResolveImpl()
2818 if (blitDepth) in blitResolveImpl()
2856 uint32_t writeInfoOffset = blitDepth || blitColor ? 0 : 1; in blitResolveImpl()
2857 uint32_t writeInfoCount = blitColor + blitDepth + blitStencil; in blitResolveImpl()
[all …]