Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A Dvk_utils.h146 constexpr DeviceQueueIndex() in DeviceQueueIndex() function
149 constexpr DeviceQueueIndex(uint32_t familyIndex) in DeviceQueueIndex() function
154 DeviceQueueIndex(uint32_t familyIndex, uint32_t queueIndex) in DeviceQueueIndex() function
161 DeviceQueueIndex(const DeviceQueueIndex &other) { *this = other; } in DeviceQueueIndex() function