Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h211 std::vector<uint32_t> graphicsQueueFamilyIndices; member
DVkCommonOperations.cpp919 deviceInfos[i].graphicsQueueFamilyIndices.push_back(j); in createGlobalVkEmulation()
1040 sVkEmulation->deviceInfo.graphicsQueueFamilyIndices[0], in createGlobalVkEmulation()
1181 sVkEmulation->deviceInfo.graphicsQueueFamilyIndices[0], 0, in createGlobalVkEmulation()
1185 sVkEmulation->queueFamilyIndex = sVkEmulation->deviceInfo.graphicsQueueFamilyIndices[0]; in createGlobalVkEmulation()