Home
last modified time | relevance | path

Searched refs:WritesDepth (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRenderPipeline.h98 bool WritesDepth() const;
DRenderEncoderBase.cpp247 DAWN_INVALID_IF(pipeline->WritesDepth() && mDepthReadOnly, in APISetPipeline()
DRenderPipeline.cpp869 bool RenderPipelineBase::WritesDepth() const { in WritesDepth() function in dawn_native::RenderPipelineBase