Home
last modified time | relevance | path

Searched refs:DeviceQueueMap (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.h187 class DeviceQueueMap; variable
216 DeviceQueueMap initializeQueueMap(VkDevice device,
228 class DeviceQueueMap : public angle::PackedEnumMap<egl::ContextPriority, VkQueue>
233 DeviceQueueMap() : mIndex(vk::QueueFamily::kInvalidIndex), mIsProtected(false) {} in DeviceQueueMap() function
234 DeviceQueueMap(uint32_t queueFamilyIndex, bool isProtected) in DeviceQueueMap() function
237 ~DeviceQueueMap();
238 DeviceQueueMap &operator=(const DeviceQueueMap &other);
256 virtual angle::Result init(Context *context, const DeviceQueueMap &queueMap) = 0;
315 angle::Result init(Context *context, const DeviceQueueMap &queueMap) override;
430 DeviceQueueMap mQueueMap;
[all …]
DCommandProcessor.cpp533 angle::Result CommandProcessor::init(Context *context, const DeviceQueueMap &queueMap) in init()
781 angle::Result CommandQueue::init(Context *context, const vk::DeviceQueueMap &queueMap) in init()
1240 egl::ContextPriority DeviceQueueMap::getDevicePriority(egl::ContextPriority priority) const in getDevicePriority()
1245 DeviceQueueMap::~DeviceQueueMap() {} in ~DeviceQueueMap()
1247 DeviceQueueMap &DeviceQueueMap::operator=(const DeviceQueueMap &other) in operator =()
1283 DeviceQueueMap QueueFamily::initializeQueueMap(VkDevice device, in initializeQueueMap()
1295 DeviceQueueMap queueMap(mIndex, makeProtected); in initializeQueueMap()
DRendererVk.cpp1885 vk::DeviceQueueMap graphicsQueueMap = in initializeDevice()