Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/dawn_native/
DSubresource.cpp41 return Aspect::Plane1; in ConvertViewAspect()
60 return format.aspects & Aspect::Plane1; in SelectFormatAspects()
73 case Aspect::Plane1: in GetAspectIndex()
88 } else if (aspects == (Aspect::Plane0 | Aspect::Plane1)) { in GetAspectCount()
DSubresource.h34 Plane1 = 0x10, 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.cpp74 case Aspect::Plane1: in VulkanAspectMask()
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DCommandBufferGL.cpp318 case Aspect::Plane1: in ApplyBindGroup()
518 case Aspect::Plane1: in CopyTextureToTextureWithBlit()
743 case Aspect::Plane1: in Execute()