Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h200 bool hasComputeQueueFamily = false; member
DVkCommonOperations.cpp910 bool hasComputeQueueFamily = (count > 0 && (flags & VK_QUEUE_COMPUTE_BIT)); in createGlobalVkEmulation() local
915 deviceInfos[i].hasComputeQueueFamily = in createGlobalVkEmulation()
916 deviceInfos[i].hasComputeQueueFamily || hasComputeQueueFamily; in createGlobalVkEmulation()
923 if (hasComputeQueueFamily) { in createGlobalVkEmulation()
1026 sVkEmulation->deviceInfo.hasComputeQueueFamily, in createGlobalVkEmulation()