Home
last modified time | relevance | path

Searched refs:fMemProps (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/src/gpu/vk/
DGrVkImage.h124 VkFlags fMemProps; member
136 , fMemProps(VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT) in ImageDesc()
DGrVkStencilAttachment.cpp45 imageDesc.fMemProps = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in Create()
DGrVkTextureRenderTarget.cpp137 msImageDesc.fMemProps = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in create_views()
DGrVkRenderTarget.cpp162 msImageDesc.fMemProps = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in MakeWrappedRenderTarget()
DGrVkGpu.cpp805 imageDesc.fMemProps = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in uploadTexDataOptimal()
1606 imageDesc.fMemProps = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in createVkImageForBackendSurface()
2351 imageDesc.fMemProps = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in onReadPixels()
/third_party/skia/src/gpu/vk/
DGrVkImage.h178 VkFlags fMemProps; member
190 , fMemProps(VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT) in ImageDesc()
DGrVkGpu.cpp1594 imageDesc.fMemProps = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT; in createVkImageForBackendSurface()