Home
last modified time | relevance | path

Searched refs:queueIndex (Results 1 – 25 of 147) sorted by relevance

123456

/third_party/skia/tests/
DBackendSurfaceMutableStateTest.cpp118 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/
DGrVkImage.cpp105 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/
DvktSparseResourcesBase.cpp146 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()
DvktSparseResourcesBase.hpp46 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/
DvktSparseResourcesBase.cpp146 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()
DvktSparseResourcesBase.hpp46 deUint32 queueIndex; member
79 …const Queue& getQueue (const vk::VkQueueFlags queueFlags, const deUint32 queueIndex)…
/third_party/skia/src/gpu/vk/
DGrVkImage.cpp283 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/
Dcommon.js179 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/
DVkBackendSurfaceTest.cpp246 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/
DvktConditionalRenderingTestUtil.cpp53 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/
DvktConditionalRenderingTestUtil.cpp53 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/
DCommandProcessor.cpp1301 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/
DvksServices.cpp50 deUint32 queueIndex; member
125 vkscServer->queueIndex); in CreateVulkanSCCache()
DvksCacheBuilder.hpp47 deUint32 queueIndex);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiDeviceInitializationTests.cpp649 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/
DvktApiDeviceInitializationTests.cpp649 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/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp166 …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/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp166 …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/
DvktPipelineColorWriteEnableTests.cpp388 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/
DvktPipelineColorWriteEnableTests.cpp388 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/
DvktMeshShaderPropertyTestsEXT.cpp421 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/
DvktMeshShaderPropertyTestsEXT.cpp421 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/
Dvk_device.c350 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/
DvktRenderPassTests.cpp1319 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/
DvktRenderPassTests.cpp1319 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 …]

123456