/third_party/skia/tests/ |
D | BackendSurfaceMutableStateTest.cpp | 118 REPORTER_ASSERT(reporter, gpu->queueIndex() == info.fCurrentQueueFamily); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 130 REPORTER_ASSERT(reporter, gpu->queueIndex() == info.fCurrentQueueFamily); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 136 REPORTER_ASSERT(reporter, previousState.getQueueFamilyIndex() == gpu->queueIndex()); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 154 REPORTER_ASSERT(reporter, previousState.getQueueFamilyIndex() == gpu->queueIndex()); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 165 REPORTER_ASSERT(reporter, gpu->queueIndex() == info.fCurrentQueueFamily); in DEF_GPUTEST_FOR_VULKAN_CONTEXT()
|
D | VkBackendSurfaceTest.cpp | 235 REPORTER_ASSERT(reporter, newVkInfo.fCurrentQueueFamily == vkGpu->queueIndex());
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBase.cpp | 146 queue.queueIndex = queueNdx; in createDeviceSupportingQueues() 202 …ndle = getDeviceQueue(*m_deviceDriver, *m_logicalDevice, queue.queueFamilyIndex, queue.queueIndex); in createDeviceSupportingQueues() 207 …rseResourcesBaseInstance::getQueue (const VkQueueFlags queueFlags, const deUint32 queueIndex) const in getQueue() 209 return m_queues.find(queueFlags)->second[queueIndex]; in getQueue()
|
D | vktSparseResourcesBase.hpp | 46 deUint32 queueIndex; member 79 …const Queue& getQueue (const vk::VkQueueFlags queueFlags, const deUint32 queueIndex)…
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkImage.cpp | 105 fInfo.fCurrentQueueFamily == gpu->queueIndex()) && in setImageLayout() 120 gpu->queueIndex() != fInfo.fCurrentQueueFamily) { in setImageLayout() 127 dstQueueFamilyIndex = gpu->queueIndex(); in setImageLayout() 128 fInfo.fCurrentQueueFamily = gpu->queueIndex(); in setImageLayout() 329 fInfo.fCurrentQueueFamily = gpu->queueIndex(); in setCurrentQueueFamilyToGraphicsQueue()
|
D | GrVkCommandPool.cpp | 26 gpu->queueIndex(), // queueFamilyIndex in Create()
|
/third_party/node/benchmark/ |
D | common.js | 179 const recursive = (queueIndex) => { argument 180 const config = this.queue[queueIndex]; 207 if (queueIndex + 1 < this.queue.length) { 208 recursive(queueIndex + 1);
|
/third_party/skia/src/gpu/vk/ |
D | GrVkImage.cpp | 283 if (fInfo.fCurrentQueueFamily != gpu->queueIndex()) { in init() 404 currentQueueIndex == gpu->queueIndex()) { in setImageLayoutAndQueueIndex() 408 currentQueueIndex == gpu->queueIndex()); in setImageLayoutAndQueueIndex() 412 currentQueueIndex == gpu->queueIndex()); in setImageLayoutAndQueueIndex() 419 newQueueFamilyIndex = gpu->queueIndex(); in setImageLayoutAndQueueIndex() 422 currentQueueIndex = gpu->queueIndex(); in setImageLayoutAndQueueIndex() 678 fMutableState->setQueueFamilyIndex(gpu->queueIndex()); in setCurrentQueueFamilyToGraphicsQueue()
|
D | GrVkCommandPool.cpp | 25 gpu->queueIndex(), // queueFamilyIndex in Create()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 619 const deUint32 queueIndex = 0; in createDeviceTest() local 650 const VkQueue queue = getDeviceQueue(deviceDriver, *device, queueFamilyIndex, queueIndex); in createDeviceTest() 669 const deUint32 queueIndex = 0; in createMultipleDevicesTest() local 711 … VkQueue queue = getDeviceQueue(deviceDriver, devices[deviceNdx], queueFamilyIndex, queueIndex); in createMultipleDevicesTest() 872 for (deUint32 queueIndex = 0; queueIndex < queueCount; queueIndex++) in createDeviceWithVariousQueueCountsTest() local 874 const VkQueue queue = getDeviceQueue(deviceDriver, *device, queueFamilyIndex, queueIndex); in createDeviceWithVariousQueueCountsTest() 884 << ", queueIndex = " << queueIndex in createDeviceWithVariousQueueCountsTest() 1151 const deUint32 queueIndex = 0; in createDeviceFeatures2Test() local 1189 const VkQueue queue = getDeviceQueue(vkd, *device, queueFamilyIndex, queueIndex); in createDeviceFeatures2Test() 1545 const deUint32 queueIndex = 0; in createDeviceQueue2Test() local [all …]
|
/third_party/flutter/skia/tests/ |
D | VkBackendSurfaceTest.cpp | 246 vkInfo.fCurrentQueueFamily = vkGpu->queueIndex(); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 294 REPORTER_ASSERT(reporter, newVkInfo.fCurrentQueueFamily == vkGpu->queueIndex()); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 321 REPORTER_ASSERT(reporter, newVkInfo.fCurrentQueueFamily == vkGpu->queueIndex()); in DEF_GPUTEST_FOR_VULKAN_CONTEXT() 386 REPORTER_ASSERT(reporter, newVkInfo.fCurrentQueueFamily == vkGpu->queueIndex());
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_device.c | 146 uint32_t queueIndex, in vk_common_GetDeviceQueue() argument 163 .queueIndex = queueIndex, in vk_common_GetDeviceQueue() 179 iter->index_in_family == pQueueInfo->queueIndex) { in vk_common_GetDeviceQueue2()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | CommandProcessor.cpp | 1301 uint32_t queueIndex, in getDeviceQueue() argument 1310 queueInfo2.queueIndex = queueIndex; in getDeviceQueue() 1316 vkGetDeviceQueue(device, mIndex, queueIndex, queue); in getDeviceQueue() 1322 uint32_t queueIndex, in initializeQueueMap() argument 1331 ASSERT((queueIndex + queueCount) <= mProperties.queueCount); in initializeQueueMap() 1334 getDeviceQueue(device, makeProtected, queueIndex + kQueueIndexMedium, in initializeQueueMap() 1341 getDeviceQueue(device, makeProtected, queueIndex + kQueueIndexHigh, in initializeQueueMap() 1353 getDeviceQueue(device, makeProtected, queueIndex + kQueueIndexLow, in initializeQueueMap()
|
D | CommandProcessor.h | 236 uint32_t queueIndex, 243 void getDeviceQueue(VkDevice device, bool makeProtected, uint32_t queueIndex, VkQueue *queue);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 141 void releaseQueue (const deUint32& queueFamilyIndex, const int& queueIndex) in releaseQueue() argument 144 m_queues[queueFamilyIndex].available[queueIndex] = true; in releaseQueue() 285 int queueIndex; in executeComputePipeline() local 286 while(!queues.getFreeQueue(queueFamilyIndex, queue, queueIndex)){} in executeComputePipeline() 332 queues.releaseQueue(queueFamilyIndex, queueIndex); in executeComputePipeline() 359 int queueIndex; in executeGraphicPipeline() local 360 while(!queues.getFreeQueue(queueFamilyIndex, queue, queueIndex)){} in executeGraphicPipeline() 426 queues.releaseQueue(queueFamilyIndex, queueIndex); in executeGraphicPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineColorWriteEnableTests.cpp | 382 const auto queueIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 436 &queueIndex, // const deUint32* pQueueFamilyIndices; in iterate() 457 &queueIndex, // const deUint32* pQueueFamilyIndices; in iterate() 863 const auto cmdPool = vk::makeCommandPool(vkd, device, queueIndex); in iterate() 971 …const auto colorBuffer = readColorAttachment(vkd, device, queue, queueIndex, allocator, (*nextAt… in iterate() 999 …const auto depthBuffer = readDepthAttachment(vkd, device, queue, queueIndex, allocator, dsImages… in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 1308 deUint32 queueIndex, in createAttachmentImage() argument 1341 &queueIndex, in createAttachmentImage() 1420 deUint32 queueIndex, in AttachmentResources() argument 1425 …: m_image (createAttachmentImage(vk, device, queueIndex, size, attachmentInfo.getFormat(), attac… in AttachmentResources() 1453 …ice, 0, m_bufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT, VK_SHARING_MODE_EXCLUSIVE, 1, &queueIndex); in AttachmentResources() 1458 …_secondaryBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT, VK_SHARING_MODE_EXCLUSIVE, 1, &queueIndex); in AttachmentResources() 1467 …ice, 0, m_bufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT, VK_SHARING_MODE_EXCLUSIVE, 1, &queueIndex); in AttachmentResources() 2548 deUint32 queueIndex, in pushImageInitializationCommands() argument 2570 queueIndex, // srcQueueFamilyIndex; in pushImageInitializationCommands() 2571 queueIndex, // destQueueFamilyIndex; in pushImageInitializationCommands() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingDescriptorUpdateTests.cpp | 405 const auto queueIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 423 &queueIndex, // const deUint32* pQueueFamilyIndices; in iterate() 443 &queueIndex, // const deUint32* pQueueFamilyIndices; in iterate() 622 …k::createCommandPool(vkd, device, vk::VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, queueIndex); in iterate() 805 const auto queueIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 916 &queueIndex, // const deUint32* pQueueFamilyIndices in iterate() 1053 …k::createCommandPool(vkd, device, vk::VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT, queueIndex); in iterate()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | RendererVk.cpp | 1064 for (uint32_t queueIndex = 0; queueIndex < queueCount; ++queueIndex) in selectPresentQueueForSurface() local 1066 const auto &queueInfo = mQueueFamilyProperties[queueIndex]; in selectPresentQueueForSurface() 1071 mPhysicalDevice, queueIndex, surface, &supportsPresent)); in selectPresentQueueForSurface() 1075 newPresentQueue = queueIndex; in selectPresentQueueForSurface()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory_model/ |
D | vktMemoryModelPadding.cpp | 235 const auto queueIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 321 auto cmdPool = vk::makeCommandPool(vkd, device, queueIndex); in iterate()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkDevice.cpp | 221 VkQueue Device::getQueue(uint32_t queueFamilyIndex, uint32_t queueIndex) const in getQueue() 225 return queues[queueIndex]; in getQueue()
|
D | VkDevice.hpp | 60 VkQueue getQueue(uint32_t queueFamilyIndex, uint32_t queueIndex) const;
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkQueryUtil.cpp | 484 …Queue (const DeviceInterface& vkd, VkDevice device, deUint32 queueFamilyIndex, deUint32 queueIndex) in getDeviceQueue() argument 488 vkd.getDeviceQueue(device, queueFamilyIndex, queueIndex, &queue); in getDeviceQueue()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktTestCase.cpp | 229 deUint32 queueIndex, in createDefaultDevice() argument 240 …const deUint32 numQueues = (enabledFeatures.features.sparseBinding && (queueIndex != sparseQueu… in createDefaultDevice() 266 queueInfo[0].queueFamilyIndex = queueIndex; in createDefaultDevice()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderPropertyTests.cpp | 143 const auto queueIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 204 const auto cmdPool = makeCommandPool(vkd, device, queueIndex); in iterate()
|