Home
last modified time | relevance | path

Searched refs:hasDepthOrStencilBits (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
DFormat.h54 constexpr bool hasDepthOrStencilBits() const;
185 constexpr bool Format::hasDepthOrStencilBits() const in hasDepthOrStencilBits() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRenderTargetVk.cpp98 ASSERT(!mImage->getActualFormat().hasDepthOrStencilBits()); in onColorDraw()
116 ASSERT(!mImage->getActualFormat().hasDepthOrStencilBits()); in onColorResolve()
129 ASSERT(format.hasDepthOrStencilBits()); in onDepthStencilDraw()
DRenderbufferVk.cpp83 const bool isDepthStencilFormat = textureFormat.hasDepthOrStencilBits(); in setStorageImpl()
Dvk_format_utils.cpp463 if (angleFormat.hasDepthOrStencilBits()) in GetFormatSwizzle()
Dvk_helpers.cpp718 if (intendedFormat.hasDepthOrStencilBits()) in GetRobustResourceClearValue()
1531 ASSERT(format.hasDepthOrStencilBits()); in finalizeDepthStencilImageLayout()
1545 ASSERT(format.hasDepthOrStencilBits()); in finalizeDepthStencilResolveImageLayout()
4997 return getActualFormat().hasDepthOrStencilBits(); in isDepthOrStencil()
6466 if (getIntendedFormat().hasDepthOrStencilBits()) in stageClearIfEmulatedFormat()
6485 isExternalImage && !getIntendedFormat().hasDepthOrStencilBits(); in stageClearIfEmulatedFormat()
7822 ASSERT(!angleFmt.hasDepthOrStencilBits()); in getEmulatedChannelsMask()
DTextureVk.cpp207 const bool isColorFormat = !angleFormat.hasDepthOrStencilBits(); in CanGenerateMipmapWithCompute()
1510 if (angle::Format::Get(actualFormatID).hasDepthOrStencilBits()) in initImageUsageFlags()
DUtilsVk.cpp2126 ASSERT(!dstActualFormat.hasDepthOrStencilBits()); in clearImage()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_format_utils.h82 bool hasDepthOrStencilBits() const in hasDepthOrStencilBits() function
DImageMtl.mm79 mTextureable = mFormat.getCaps().filterable || mFormat.hasDepthOrStencilBits();
DRenderBufferMtl.mm136 bool isDepthStencil = mFormat.hasDepthOrStencilBits();
DTextureMtl.mm1871 if (!mFormat.getCaps().writable || mFormat.hasDepthOrStencilBits() ||
1972 else if (mFormat.hasDepthOrStencilBits())
Dmtl_utils.mm457 if (textureObjFormat.hasDepthOrStencilBits())
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
DHardwareBufferImageSiblingVkAndroid.cpp237 bool isDepthOrStencilFormat = imageFormat.hasDepthOrStencilBits(); in initImpl()