Home
last modified time | relevance | path

Searched refs:Plane0 (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DSubresource.cpp39 return Aspect::Plane0; in ConvertViewAspect()
58 return format.aspects & Aspect::Plane0; in SelectFormatAspects()
70 case Aspect::Plane0: in GetAspectIndex()
88 } else if (aspects == (Aspect::Plane0 | Aspect::Plane1)) { in GetAspectCount()
DSubresource.h33 Plane0 = 0x8, enumerator
DFormat.cpp104 return (aspects & (Aspect::Plane0 | Aspect::Plane1)) != 0; in IsMultiPlanar()
409 … AddMultiAspectFormat(wgpu::TextureFormat::R8BG8Biplanar420Unorm, Aspect::Plane0 | Aspect::Plane1, in BuildFormatTable()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DUtilsVulkan.cpp73 case Aspect::Plane0: in VulkanAspectMask()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp317 case Aspect::Plane0: in ApplyBindGroup()
517 case Aspect::Plane0: in CopyTextureToTextureWithBlit()
742 case Aspect::Plane0: in Execute()