Searched refs:blitDepth (Results 1 – 6 of 6) sorted by relevance
| /external/angle/src/libANGLE/renderer/d3d/d3d11/ |
| D | Framebuffer11.cpp | 304 bool blitDepth, in blitImpl() argument 366 if (blitDepth || blitStencil) in blitImpl() 402 scissor, false, blitDepth, blitStencil)); in blitImpl()
|
| D | Framebuffer11.h | 82 bool blitDepth,
|
| /external/angle/src/libANGLE/renderer/d3d/d3d9/ |
| D | Framebuffer9.h | 77 bool blitDepth,
|
| D | Framebuffer9.cpp | 221 bool blitDepth, in blitImpl() argument 352 if (blitDepth || blitStencil) in blitImpl()
|
| /external/angle/src/libANGLE/renderer/d3d/ |
| D | FramebufferD3D.h | 129 bool blitDepth,
|
| /external/angle/src/libANGLE/renderer/vulkan/ |
| D | UtilsVk.cpp | 236 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 …]
|