Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/
DFramebuffer9.h75 bool blitDepth,
DFramebuffer9.cpp220 bool blitDepth, in blitImpl() argument
351 if (blitDepth || blitStencil) in blitImpl()
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/
DFramebuffer11.cpp281 bool blitDepth, in blitImpl() argument
340 if (blitDepth || blitStencil) in blitImpl()
376 scissor, false, blitDepth, blitStencil)); in blitImpl()
DFramebuffer11.h80 bool blitDepth,
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/
DFramebufferD3D.h125 bool blitDepth,
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/vulkan/
DUtilsVk.cpp272 bool blitDepth, in GetBlitResolveFlags() argument
284 if (blitDepth) in GetBlitResolveFlags()
1369 bool blitDepth = srcDepthView != nullptr; in blitResolveImpl() local
1373 ASSERT(blitColor != (blitDepth || blitStencil)); in blitResolveImpl()
1378 uint32_t flags = GetBlitResolveFlags(blitColor, blitDepth, blitStencil, src->getFormat()); in blitResolveImpl()
1404 pipelineDesc.setDepthTestEnabled(blitDepth); in blitResolveImpl()
1405 pipelineDesc.setDepthWriteEnabled(blitDepth); in blitResolveImpl()
1447 if (blitDepth) in blitResolveImpl()
1485 uint32_t writeInfoOffset = blitDepth || blitColor ? 0 : 1; in blitResolveImpl()
1486 uint32_t writeInfoCount = blitColor + blitDepth + blitStencil; in blitResolveImpl()