Home
last modified time | relevance | path

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

/frameworks/rs/rsov/driver/
DrsovContext.cpp72 vkGetPhysicalDeviceMemoryProperties(mGPU, &mMemoryProperties); in Initialize()
154 const uint32_t prop = mMemoryProperties.memoryTypes[i].propertyFlags; in MemoryTypeFromProperties()
DrsovContext.h51 VkPhysicalDeviceMemoryProperties mMemoryProperties; variable