Home
last modified time | relevance | path

Searched refs:CombinedDepthStencil (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DSubresource.cpp71 case Aspect::CombinedDepthStencil: in GetAspectIndex()
86 aspects == Aspect::CombinedDepthStencil) { in GetAspectCount()
H A DSubresource.h38 CombinedDepthStencil = 0x20, member in dawn_native::Aspect
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DTextureVk.cpp981 return Aspect::CombinedDepthStencil; in ComputeAspectsForSubresourceStorage()
994 // for DEPTH | STENCIL since the SubresourceRange uses Aspect::CombinedDepthStencil. in TransitionUsageForPass()
997 Aspect::CombinedDepthStencil, GetArrayLayers(), GetNumMipLevels()); in TransitionUsageForPass()
1000 updateRange.aspects = Aspect::CombinedDepthStencil; in TransitionUsageForPass()
1085 // this limitation by modifying the range to be on CombinedDepthStencil. The barriers will in TransitionUsageAndGetResourceBarrier()
1087 // Aspect::CombinedDepthStencil. in TransitionUsageAndGetResourceBarrier()
1090 updatedRange.aspects = Aspect::CombinedDepthStencil; in TransitionUsageAndGetResourceBarrier()
1222 (Aspect::Depth | Aspect::Stencil | Aspect::CombinedDepthStencil)) { in ClearTexture()
H A DUtilsVulkan.cpp69 case Aspect::CombinedDepthStencil: in VulkanAspectMask()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DCommandBufferGL.cpp316 case Aspect::CombinedDepthStencil: in ApplyBindGroup()
515 case Aspect::CombinedDepthStencil: in CopyTextureToTextureWithBlit()
740 case Aspect::CombinedDepthStencil: in Execute()

Completed in 8 milliseconds