Home
last modified time | relevance | path

Searched defs:depthReadOnly (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DRenderBundleEncoder.cpp39 ValidateDepthStencilAttachmentFormat(const DeviceBase* device, wgpu::TextureFormat textureFormat, bool depthReadOnly, bool stencilReadOnly) ValidateDepthStencilAttachmentFormat() argument
H A DRenderBundle.cpp25 RenderBundleBase(RenderBundleEncoder* encoder, const RenderBundleDescriptor* descriptor, Ref<AttachmentState> attachmentState, bool depthReadOnly, bool stencilReadOnly, RenderPassResourceUsage resourceUsage, IndirectDrawMetadata indirectDrawMetadata) RenderBundleBase() argument
H A DRenderPassEncoder.cpp51 RenderPassEncoder(DeviceBase* device, const RenderPassDescriptor* descriptor, CommandEncoder* commandEncoder, EncodingContext* encodingContext, RenderPassResourceUsageTracker usageTracker, Ref<AttachmentState> attachmentState, QuerySetBase* occlusionQuerySet, uint32_t renderTargetWidth, uint32_t renderTargetHeight, bool depthReadOnly, bool stencilReadOnly) RenderPassEncoder() argument
H A DRenderEncoderBase.cpp32 RenderEncoderBase(DeviceBase* device, const char* label, EncodingContext* encodingContext, Ref<AttachmentState> attachmentState, bool depthReadOnly, bool stencilReadOnly) RenderEncoderBase() argument
H A DCommandEncoder.cpp548 bool depthReadOnly = false; in APIBeginRenderPass() local
[all...]
H A DCommands.h94 bool depthReadOnly; member
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DPipelineAndPassCompatibilityTests.cpp56 CreateRenderPassDescriptor(wgpu::TextureFormat format, bool depthReadOnly, bool stencilReadOnly) CreateRenderPassDescriptor() argument
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
H A DTextureD3D12.cpp1308 D3D12_DEPTH_STENCIL_VIEW_DESC TextureView::GetDSVDescriptor(bool depthReadOnly, in GetDSVDescriptor() argument
958 GetDSVDescriptor(uint32_t mipLevel, uint32_t baseArrayLayer, uint32_t layerCount, Aspect aspects, bool depthReadOnly, bool stencilReadOnly) const GetDSVDescriptor() argument

Completed in 7 milliseconds