Home
last modified time | relevance | path

Searched refs:queueFamilyIdx (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemUtils.hpp79 const deUint32 queueFamilyIdx,
86 const deUint32 queueFamilyIdx,
142 const deUint32 queueFamilyIdx);
DvktProtectedMemUtils.cpp279 const deUint32 queueFamilyIdx, in createImage2D() argument
313 &queueFamilyIdx, // const deUint32* pQueueFamilyIndices in createImage2D()
330 const deUint32 queueFamilyIdx, in makeBuffer() argument
362 &queueFamilyIdx, // pQueueFamilyIndices in makeBuffer()
586 const deUint32 queueFamilyIdx) in makeCommandPool() argument
597 return vk::createCommandPool(vk, device, poolFlags, queueFamilyIdx); in makeCommandPool()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationSmokeTests.cpp979 const deUint32 queueFamilyIdx = context.getUniversalQueueFamilyIndex(); in testFences() local
983 …TestContext testContext (deviceInterface, device, queueFamilyIdx, context.getBinaryCollectio… in testFences()
999 …createCommandBuffer(deviceInterface, device, queueFamilyIdx, &testContext.cmdBuffer, &testContext.… in testFences()
1084 deUint32 queueFamilyIdx; in testSemaphores() local
1085 …vice(platformInterface, context.getInstance(), instanceInterface, physicalDevice, &queueFamilyIdx); in testSemaphores()
1092 getDeviceQueue(deviceInterface, *device, queueFamilyIdx, 0), in testSemaphores()
1093 getDeviceQueue(deviceInterface, *device, queueFamilyIdx, 1) in testSemaphores()
1096 …TestContext testContext1 (deviceInterface, device.get(), queueFamilyIdx, context.getBinaryCol… in testSemaphores()
1097 …TestContext testContext2 (deviceInterface, device.get(), queueFamilyIdx, context.getBinaryCol… in testSemaphores()
1127 …createCommandBuffer(deviceInterface, device.get(), queueFamilyIdx, &testContext1.cmdBuffer, &testC… in testSemaphores()
[all …]