Home
last modified time | relevance | path

Searched refs:GetAspectInfo (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DFormat.h106 const AspectInfo& GetAspectInfo(wgpu::TextureAspect aspect) const;
107 const AspectInfo& GetAspectInfo(Aspect aspect) const;
DQueue.cpp316 destination->texture->GetFormat().GetAspectInfo(destination->aspect).block; in WriteTextureInternal()
327 const TexelBlockInfo& blockInfo = format.GetAspectInfo(destination.aspect).block; in WriteTextureImpl()
484 destination->texture->GetFormat().GetAspectInfo(destination->aspect).block; in ValidateWriteTexture()
DFormat.cpp107 const AspectInfo& Format::GetAspectInfo(wgpu::TextureAspect aspect) const { in GetAspectInfo() function in dawn_native::Format
108 return GetAspectInfo(SelectFormatAspects(*this, aspect)); in GetAspectInfo()
111 const AspectInfo& Format::GetAspectInfo(Aspect aspect) const { in GetAspectInfo() function in dawn_native::Format
DTexture.cpp38 texture->GetFormat().GetAspectInfo(descriptor->aspect).format == in ValidateTextureViewFormatCompatibility()
217 format->GetAspectInfo(wgpu::TextureAspect::All).block; in ValidateTextureSize()
643 const TexelBlockInfo& blockInfo = mFormat.GetAspectInfo(wgpu::TextureAspect::All).block; in GetMipLevelPhysicalSize()
DCommandBuffer.cpp189 texture->GetFormat().GetAspectInfo(copy->source.aspect).block; in IsFullBufferOverwrittenInTextureToBufferCopy()
DRenderPipeline.cpp356 descriptor->blend && !(format->GetAspectInfo(Aspect::Color).supportedSampleTypes & in ValidateColorTargetState()
362 format->GetAspectInfo(Aspect::Color).baseType, in ValidateColorTargetState()
365 descriptor->format, format->GetAspectInfo(Aspect::Color).baseType, in ValidateColorTargetState()
DCommandEncoder.cpp718 destination->texture->GetFormat().GetAspectInfo(destination->aspect).block; in APICopyBufferToTexture()
777 source->texture->GetFormat().GetAspectInfo(source->aspect).block; in APICopyTextureToBuffer()
DBindGroup.cpp141 texture->GetFormat().GetAspectInfo(aspect).supportedSampleTypes; in ValidateTextureBinding()
DCommandValidation.cpp329 const TexelBlockInfo& blockInfo = format.GetAspectInfo(textureCopy.aspect).block; in ValidateTextureCopyRange()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DUtilsD3D12.cpp189 const TexelBlockInfo& blockInfo = texture->GetFormat().GetAspectInfo(aspect).block; in CopyBufferTo2DTextureWithCopySplit()
234 const TexelBlockInfo& blockInfo = texture->GetFormat().GetAspectInfo(aspect).block; in CopyBufferTo3DTexture()
305 texture->GetFormat().GetAspectInfo(textureCopy.aspect).block; in Copy2DTextureToBufferWithCopySplit()
349 texture->GetFormat().GetAspectInfo(textureCopy.aspect).block; in Copy3DTextureToBuffer()
DRenderPassBuilderD3D12.cpp66 switch (resolveDestination->GetFormat().GetAspectInfo(Aspect::Color).baseType) { in D3D12EndingAccessResolveParameters()
DTextureD3D12.cpp1089 const TexelBlockInfo& blockInfo = GetFormat().GetAspectInfo(aspect).block; in ClearTexture()
1231 mSrvDesc.Format = D3D12TextureFormat(GetFormat().GetAspectInfo(planeAspect).format); in TextureView()
DCommandBufferD3D12.cpp177 srcCopy.texture->GetFormat().GetAspectInfo(srcCopy.aspect).block.byteSize < 4u; in ShouldCopyUsingTemporaryBuffer()
193 const TexelBlockInfo& blockInfo = format.GetAspectInfo(srcCopy.aspect).block; in RecordCopyTextureWithTemporaryBuffer()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DTextureGL.cpp339 const TexelBlockInfo& blockInfo = GetFormat().GetAspectInfo(Aspect::Color).block; in ClearTexture()
349 GetFormat().GetAspectInfo(Aspect::Color).baseType; in ClearTexture()
451 const TexelBlockInfo& blockInfo = GetFormat().GetAspectInfo(Aspect::Color).block; in ClearTexture()
DCommandBufferGL.cpp715 const TexelBlockInfo& blockInfo = formatInfo.GetAspectInfo(src.aspect).block; in Execute()
1068 attachmentInfo->view->GetFormat().GetAspectInfo(Aspect::Color).baseType; in ExecuteRenderPass()
1371 texture->GetFormat().GetAspectInfo(destination.aspect).block; in DoTexSubImage()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DUtilsVulkan.cpp125 texture->GetFormat().GetAspectInfo(textureCopy.aspect).block; in ComputeBufferImageCopyRegion()
DTextureVk.cpp1149 const TexelBlockInfo& blockInfo = GetFormat().GetAspectInfo(range.aspects).block; in ClearTexture()
1233 switch (GetFormat().GetAspectInfo(Aspect::Color).baseType) { in ClearTexture()
DCommandBufferVk.cpp248 switch (view->GetFormat().GetAspectInfo(Aspect::Color).baseType) { in RecordBeginRenderPass()
448 const TexelBlockInfo& blockInfo = format.GetAspectInfo(srcCopy.aspect).block; in RecordCopyImageWithTemporaryBuffer()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DUtilsMetal.mm59 const TexelBlockInfo& blockInfo = textureFormat.GetAspectInfo(aspect).block;
DTextureMTL.mm644 const TexelBlockInfo& blockInfo = GetFormat().GetAspectInfo(aspect).block;