/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()
|
/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()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/ |
D | vktSparseResourcesBase.cpp | 146 queue.queueIndex = queueNdx; in createDeviceSupportingQueues() 217 …ndle = getDeviceQueue(*m_deviceDriver, *m_logicalDevice, queue.queueFamilyIndex, queue.queueIndex); in createDeviceSupportingQueues() 222 …rseResourcesBaseInstance::getQueue (const VkQueueFlags queueFlags, const deUint32 queueIndex) const in getQueue() 224 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/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBase.cpp | 146 queue.queueIndex = queueNdx; in createDeviceSupportingQueues() 217 …ndle = getDeviceQueue(*m_deviceDriver, *m_logicalDevice, queue.queueFamilyIndex, queue.queueIndex); in createDeviceSupportingQueues() 222 …rseResourcesBaseInstance::getQueue (const VkQueueFlags queueFlags, const deUint32 queueIndex) const in getQueue() 224 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/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()
|
/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/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/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/conditional_rendering/ |
D | vktConditionalRenderingTestUtil.cpp | 53 const auto queueIndex = context.getUniversalQueueFamilyIndex(); in createConditionalRenderingBuffer() local 89 const auto cmdPool = vk::makeCommandPool(vk, device, queueIndex); in createConditionalRenderingBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/conditional_rendering/ |
D | vktConditionalRenderingTestUtil.cpp | 53 const auto queueIndex = context.getUniversalQueueFamilyIndex(); in createConditionalRenderingBuffer() local 89 const auto cmdPool = vk::makeCommandPool(vk, device, queueIndex); in createConditionalRenderingBuffer()
|
/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()
|
/third_party/vk-gl-cts/external/vulkancts/vkscserver/ |
D | vksServices.cpp | 50 deUint32 queueIndex; member 125 vkscServer->queueIndex); in CreateVulkanSCCache()
|
D | vksCacheBuilder.hpp | 47 deUint32 queueIndex);
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 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 [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiDeviceInitializationTests.cpp | 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 [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 166 …void releaseQueue (const deUint32& queueFamilyIndex, const int& queueIndex, Move<VkCommandBuff… in releaseQueue() argument 170 m_queues[queueFamilyIndex].available[queueIndex] = true; in releaseQueue() 364 int queueIndex; in executeComputePipeline() local 366 while(!queues.getFreeQueue(vk, device, queueFamilyIndex, queue, cmdBuffer, queueIndex)){} in executeComputePipeline() 410 queues.releaseQueue(queueFamilyIndex, queueIndex, cmdBuffer); in executeComputePipeline() 438 int queueIndex; in executeGraphicPipeline() local 440 while (!queues.getFreeQueue(vk, device, queueFamilyIndex, queue, cmdBuffer, queueIndex)) {} in executeGraphicPipeline() 504 queues.releaseQueue(queueFamilyIndex, queueIndex, cmdBuffer); in executeGraphicPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 166 …void releaseQueue (const deUint32& queueFamilyIndex, const int& queueIndex, Move<VkCommandBuff… in releaseQueue() argument 170 m_queues[queueFamilyIndex].available[queueIndex] = true; in releaseQueue() 364 int queueIndex; in executeComputePipeline() local 366 while(!queues.getFreeQueue(vk, device, queueFamilyIndex, queue, cmdBuffer, queueIndex)){} in executeComputePipeline() 410 queues.releaseQueue(queueFamilyIndex, queueIndex, cmdBuffer); in executeComputePipeline() 438 int queueIndex; in executeGraphicPipeline() local 440 while (!queues.getFreeQueue(vk, device, queueFamilyIndex, queue, cmdBuffer, queueIndex)) {} in executeGraphicPipeline() 504 queues.releaseQueue(queueFamilyIndex, queueIndex, cmdBuffer); in executeGraphicPipeline()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineColorWriteEnableTests.cpp | 388 const auto queueIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 442 &queueIndex, // const deUint32* pQueueFamilyIndices; in iterate() 463 &queueIndex, // const deUint32* pQueueFamilyIndices; in iterate() 841 const auto cmdPool = vk::makeCommandPool(vkd, device, queueIndex); in iterate() 949 …const auto colorBuffer = readColorAttachment(vkd, device, queue, queueIndex, allocator, (*nextAt… in iterate() 977 …const auto depthBuffer = readDepthAttachment(vkd, device, queue, queueIndex, allocator, dsImages… in iterate() 1432 const deUint32 queueIndex = m_context.getUniversalQueueFamilyIndex(); in createFramebuffer() local 1457 &queueIndex, // const deUint32* pQueueFamilyIndices; in createFramebuffer() 1634 const deUint32 queueIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 1661 Move<VkCommandPool> cmdPool = makeCommandPool(m_vkd, m_device, queueIndex); in iterate() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineColorWriteEnableTests.cpp | 388 const auto queueIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 442 &queueIndex, // const deUint32* pQueueFamilyIndices; in iterate() 463 &queueIndex, // const deUint32* pQueueFamilyIndices; in iterate() 841 const auto cmdPool = vk::makeCommandPool(vkd, device, queueIndex); in iterate() 949 …const auto colorBuffer = readColorAttachment(vkd, device, queue, queueIndex, allocator, (*nextAt… in iterate() 977 …const auto depthBuffer = readDepthAttachment(vkd, device, queue, queueIndex, allocator, dsImages… in iterate() 1432 const deUint32 queueIndex = m_context.getUniversalQueueFamilyIndex(); in createFramebuffer() local 1457 &queueIndex, // const deUint32* pQueueFamilyIndices; in createFramebuffer() 1634 const deUint32 queueIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 1661 Move<VkCommandPool> cmdPool = makeCommandPool(m_vkd, m_device, queueIndex); in iterate() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
D | vktMeshShaderPropertyTestsEXT.cpp | 421 const auto queueIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 501 const auto cmdPool = makeCommandPool(vkd, device, queueIndex); in iterate() 687 const auto queueIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 751 const auto cmdPool = makeCommandPool(vkd, device, queueIndex); in iterate() 886 const auto queueIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 967 const auto cmdPool = makeCommandPool(vkd, device, queueIndex); in iterate() 1206 const auto queueIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 1255 const auto cmdPool = makeCommandPool(vkd, device, queueIndex); in iterate() 1428 const auto queueIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 1524 const auto cmdPool = makeCommandPool(vkd, device, queueIndex); in iterate() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderPropertyTestsEXT.cpp | 421 const auto queueIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 501 const auto cmdPool = makeCommandPool(vkd, device, queueIndex); in iterate() 687 const auto queueIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 751 const auto cmdPool = makeCommandPool(vkd, device, queueIndex); in iterate() 886 const auto queueIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 967 const auto cmdPool = makeCommandPool(vkd, device, queueIndex); in iterate() 1206 const auto queueIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 1255 const auto cmdPool = makeCommandPool(vkd, device, queueIndex); in iterate() 1428 const auto queueIndex = m_context.getUniversalQueueFamilyIndex(); in iterate() local 1524 const auto cmdPool = makeCommandPool(vkd, device, queueIndex); in iterate() [all …]
|
/third_party/mesa3d/src/vulkan/runtime/ |
D | vk_device.c | 350 uint32_t queueIndex, in vk_common_GetDeviceQueue() argument 367 .queueIndex = queueIndex, in vk_common_GetDeviceQueue() 383 iter->index_in_family == pQueueInfo->queueIndex) { in vk_common_GetDeviceQueue2()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 1319 deUint32 queueIndex, in createAttachmentImage() argument 1352 &queueIndex, in createAttachmentImage() 1431 deUint32 queueIndex, in AttachmentResources() argument 1436 …: m_image (createAttachmentImage(vk, device, queueIndex, size, attachmentInfo.getFormat(), attac… in AttachmentResources() 1464 …ice, 0, m_bufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT, VK_SHARING_MODE_EXCLUSIVE, 1, &queueIndex); in AttachmentResources() 1469 …_secondaryBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT, VK_SHARING_MODE_EXCLUSIVE, 1, &queueIndex); in AttachmentResources() 1478 …ice, 0, m_bufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT, VK_SHARING_MODE_EXCLUSIVE, 1, &queueIndex); in AttachmentResources() 2745 deUint32 queueIndex, in pushImageInitializationCommands() argument 2767 queueIndex, // srcQueueFamilyIndex; in pushImageInitializationCommands() 2768 queueIndex, // destQueueFamilyIndex; in pushImageInitializationCommands() [all …]
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 1319 deUint32 queueIndex, in createAttachmentImage() argument 1352 &queueIndex, in createAttachmentImage() 1431 deUint32 queueIndex, in AttachmentResources() argument 1436 …: m_image (createAttachmentImage(vk, device, queueIndex, size, attachmentInfo.getFormat(), attac… in AttachmentResources() 1464 …ice, 0, m_bufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT, VK_SHARING_MODE_EXCLUSIVE, 1, &queueIndex); in AttachmentResources() 1469 …_secondaryBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT, VK_SHARING_MODE_EXCLUSIVE, 1, &queueIndex); in AttachmentResources() 1478 …ice, 0, m_bufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT, VK_SHARING_MODE_EXCLUSIVE, 1, &queueIndex); in AttachmentResources() 2745 deUint32 queueIndex, in pushImageInitializationCommands() argument 2767 queueIndex, // srcQueueFamilyIndex; in pushImageInitializationCommands() 2768 queueIndex, // destQueueFamilyIndex; in pushImageInitializationCommands() [all …]
|