Searched refs:queueIndex (Results 1 – 4 of 4) sorted by relevance
116 uint32_t queueIndex,
4761 vkStream->write((uint32_t*)&forMarshaling->queueIndex, sizeof(uint32_t)); in marshal_VkDeviceQueueInfo2()4772 vkStream->read((uint32_t*)&forUnmarshaling->queueIndex, sizeof(uint32_t)); in unmarshal_VkDeviceQueueInfo2()
1516 uint32_t queueIndex, in vkGetDeviceQueue() argument1532 local_queueIndex = queueIndex; in vkGetDeviceQueue()
228 uint32_t queueIndex, in entry_vkGetDeviceQueue() argument233 vkEnc->vkGetDeviceQueue(device, queueFamilyIndex, queueIndex, pQueue); in entry_vkGetDeviceQueue()