Home
last modified time | relevance | path

Searched refs:VulkanAspectMask (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DTextureVk.cpp179 barrier.subresourceRange.aspectMask = VulkanAspectMask(range.aspects); in BuildMemoryBarrier()
778 barrier.subresourceRange.aspectMask = VulkanAspectMask(GetFormat().aspects); in ExportExternalTexture()
874 return VulkanAspectMask(GetFormat().aspects); in GetVkAspectMask()
877 return VulkanAspectMask(Aspect::Depth); in GetVkAspectMask()
880 return VulkanAspectMask(Aspect::Stencil); in GetVkAspectMask()
1218 imageRange.aspectMask = VulkanAspectMask(aspects); in ClearTexture()
1326 createInfo.subresourceRange.aspectMask = VulkanAspectMask(subresources.aspects); in Initialize()
H A DUtilsVulkan.h98 VkImageAspectFlags VulkanAspectMask(const Aspect& aspects);
H A DUtilsVulkan.cpp55 VkImageAspectFlags VulkanAspectMask(const Aspect& aspects) { in VulkanAspectMask() function
130 region.imageSubresource.aspectMask = VulkanAspectMask(textureCopy.aspect); in ComputeBufferImageCopyRegion()
H A DCommandBufferVk.cpp75 region.srcSubresource.aspectMask = VulkanAspectMask(aspect); in ComputeImageCopyRegion()
77 region.dstSubresource.aspectMask = VulkanAspectMask(aspect); in ComputeImageCopyRegion()

Completed in 6 milliseconds