Home
last modified time | relevance | path

Searched refs:physicalDeviceMemoryProperties (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/vk/
DGrVkMemory.cpp68 const VkPhysicalDeviceMemoryProperties& phDevMemProps = gpu->physicalDeviceMemoryProperties(); in AllocAndBindBufferMemory()
153 const VkPhysicalDeviceMemoryProperties& phDevMemProps = gpu->physicalDeviceMemoryProperties(); in AllocAndBindImageMemory()
DGrVkGpu.h53 VkPhysicalDeviceMemoryProperties physicalDeviceMemoryProperties() const { in physicalDeviceMemoryProperties() function