Lines Matching refs:queueFamilyIdx
1001 const deUint32 queueFamilyIdx = context.getUniversalQueueFamilyIndex(); in testFences() local
1005 …TestContext testContext (deviceInterface, device, queueFamilyIdx, context.getBinaryCollectio… in testFences()
1020 …createCommandBuffer(deviceInterface, device, queueFamilyIdx, &testContext.cmdBuffer, &testContext.… in testFences()
1106 deUint32 queueFamilyIdx; in testSemaphores() local
1108 vk::Move<VkDevice> device (createTestDevice(context, config, &queueFamilyIdx)); in testSemaphores()
1115 getDeviceQueue(deviceInterface, *device, queueFamilyIdx, 0), in testSemaphores()
1116 getDeviceQueue(deviceInterface, *device, queueFamilyIdx, 1) in testSemaphores()
1119 …TestContext testContext1 (deviceInterface, device.get(), queueFamilyIdx, context.getBinar… in testSemaphores()
1120 …TestContext testContext2 (deviceInterface, device.get(), queueFamilyIdx, context.getBinar… in testSemaphores()
1149 …createCommandBuffer(deviceInterface, device.get(), queueFamilyIdx, &testContext1.cmdBuffer, &testC… in testSemaphores()
1152 …createCommandBuffer(deviceInterface, device.get(), queueFamilyIdx, &testContext2.cmdBuffer, &testC… in testSemaphores()