Searched refs:blitDepth (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Framebuffer11.cpp | 304 bool blitDepth, in blitImpl() argument 366 if (blitDepth || blitStencil) in blitImpl() 402 scissor, false, blitDepth, blitStencil)); in blitImpl()
|
H A D | Framebuffer11.h | 82 bool blitDepth,
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/ |
H A D | Framebuffer9.cpp | 221 bool blitDepth, in blitImpl() argument 352 if (blitDepth || blitStencil) in blitImpl()
|
H A D | Framebuffer9.h | 77 bool blitDepth,
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/ |
H A D | FramebufferD3D.h | 129 bool blitDepth,
|
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/ |
H A D | UtilsVk.cpp | 240 bool blitDepth, in GetBlitResolveFlags() argument 250 if (blitDepth) in GetBlitResolveFlags() 2990 bool blitDepth = srcDepthView != nullptr; in blitResolveImpl() local 2994 ASSERT(blitColor != (blitDepth || blitStencil)); in blitResolveImpl() 3000 GetBlitResolveFlags(blitColor, blitDepth, blitStencil, src->getIntendedFormat()); in blitResolveImpl() 3036 if (blitDepth) in blitResolveImpl() 3063 UpdateDepthStencilAccess(contextVk, blitDepth, blitStencil); in blitResolveImpl() 3072 if (blitDepth) in blitResolveImpl() 3110 uint32_t writeInfoOffset = blitDepth || blitColor ? 0 : 1; in blitResolveImpl() 3111 uint32_t writeInfoCount = blitColor + blitDepth + blitStencil; in blitResolveImpl() [all …]
|