Home
last modified time | relevance | path

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

/external/swiftshader/tests/VulkanUnitTests/
DDevice.hpp143 static int GetComputeQueueFamilyIndex(
DDevice.cpp64 int queueFamilyIndex = GetComputeQueueFamilyIndex(driver, physicalDevice); in CreateComputeDevice()
107 int Device::GetComputeQueueFamilyIndex( in GetComputeQueueFamilyIndex() function in Device