Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DRenderPassBuilderD3D12.h40 ColorAttachmentIndex GetColorAttachmentCount() const;
DRenderPassBuilderD3D12.cpp124 ColorAttachmentIndex RenderPassBuilder::GetColorAttachmentCount() const { in GetColorAttachmentCount() function in dawn_native::d3d12::RenderPassBuilder
DCommandBufferD3D12.cpp1293 i < renderPassBuilder->GetColorAttachmentCount(); i++) { in EmulateBeginRenderPass()
1335 static_cast<uint8_t>(renderPassBuilder->GetColorAttachmentCount()), in EmulateBeginRenderPass()
1360 static_cast<uint8_t>(renderPassBuilder.GetColorAttachmentCount()), in RecordRenderPass()