Lines Matching refs:queueIndex
649 const deUint32 queueIndex = 0; in createDeviceTest() local
691 const VkQueue queue = getDeviceQueue(deviceDriver, *device, queueFamilyIndex, queueIndex); in createDeviceTest()
724 const deUint32 queueIndex = 0; in createMultipleDevicesTest() local
771 … VkQueue queue = getDeviceQueue(deviceDriver, devices[deviceNdx], queueFamilyIndex, queueIndex); in createMultipleDevicesTest()
954 for (deUint32 queueIndex = 0; queueIndex < queueCount; queueIndex++) in createDeviceWithVariousQueueCountsTest() local
956 const VkQueue queue = getDeviceQueue(deviceDriver, *device, queueFamilyIndex, queueIndex); in createDeviceWithVariousQueueCountsTest()
966 << ", queueIndex = " << queueIndex in createDeviceWithVariousQueueCountsTest()
1320 const deUint32 queueIndex = 0; in createDeviceFeatures2Test() local
1369 const VkQueue queue = getDeviceQueue(vkd, *device, queueFamilyIndex, queueIndex); in createDeviceFeatures2Test()
1753 const deUint32 queueIndex = 0; in createDeviceQueue2Test() local
1813 queueIndex, // deUint32 queueIndex; in createDeviceQueue2Test()
1942 …st VkDevice device, VkDeviceQueueCreateFlags flags, deUint32 queueFamilyIndex, deUint32 queueIndex) in getDeviceQueue2WithOptions() argument
1950 queueIndex, // deUint32 queueIndex; in getDeviceQueue2WithOptions()