Home
last modified time | relevance | path

Searched defs:DeviceQueueIndex (Results 1 – 1 of 1) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.h140 constexpr DeviceQueueIndex() in DeviceQueueIndex() function
143 constexpr DeviceQueueIndex(uint32_t familyIndex) in DeviceQueueIndex() function
148 DeviceQueueIndex(uint32_t familyIndex, uint32_t queueIndex) in DeviceQueueIndex() function
155 DeviceQueueIndex(const DeviceQueueIndex &other) { *this = other; } in DeviceQueueIndex() function