Home
last modified time | relevance | path

Searched refs:isDepthOrStencil (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libANGLE/
Dformat_map_desktop.cpp117 if (formatInfo.isDepthOrStencil() != internalFormatInfo.isDepthOrStencil()) in ValidDesktopFormatCombination()
DTexture.h564 bool isDepthOrStencil() const in isDepthOrStencil() function
566 return mState.getBaseLevelDesc().format.info->isDepthOrStencil(); in isDepthOrStencil()
Dformatutils.h202 bool isDepthOrStencil() const;
Dformatutils.cpp524 bool InternalFormat::isDepthOrStencil() const in isDepthOrStencil() function in gl::InternalFormat
/external/angle/src/libANGLE/renderer/vulkan/
DContextVk.cpp1588 if (image.isDepthOrStencil()) in handleDirtyTexturesImpl()
1626 else if (image.isDepthOrStencil()) in handleDirtyTexturesImpl()
5042 if (!isIncompleteTexture && texture->isDepthOrStencil() && in updateActiveTextures()
6101 ASSERT(texture->isDepthOrStencil()); in shouldSwitchToReadOnlyDepthFeedbackLoopMode()
Dvk_helpers.h1608 bool isDepthOrStencil() const;
Dvk_helpers.cpp4747 bool ImageHelper::isDepthOrStencil() const in isDepthOrStencil() function in rx::vk::ImageHelper