Searched refs:GetGpuQueueCount (Results 1 – 6 of 6) sorted by relevance
242 virtual uint32_t GetGpuQueueCount() const = 0;
125 uint32_t GetGpuQueueCount() const override;
1074 uint32_t DeviceVk::GetGpuQueueCount() const in GetGpuQueueCount() function in DeviceVk
501 const bool enableMultiQueue = (device_.GetGpuQueueCount() > 1); in InitNodeGraphs()716 const bool multiQueueEnabled = (device_.GetGpuQueueCount() > 1u); in RenderFrameBackendImpl()
121 uint32_t GetGpuQueueCount() const override;
1278 uint32_t DeviceGLES::GetGpuQueueCount() const in GetGpuQueueCount() function in DeviceGLES