Home
last modified time | relevance | path

Searched refs:cmdPool (Results 1 – 25 of 55) sorted by relevance

123

/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationBasicEventTests.cpp86 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in deviceResetSetEventCase() local
87 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in deviceResetSetEventCase()
144 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in deviceWaitForEventCase() local
145 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in deviceWaitForEventCase()
197 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in singleSubmissionCase() local
198 …rCmdBuffer[COUNT] = {makeCommandBuffer(vk, device, *cmdPool), makeCommandBuffer(vk, device, *cmdPo… in singleSubmissionCase()
250 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in multiSubmissionCase() local
251 …rCmdBuffer[COUNT] = {makeCommandBuffer(vk, device, *cmdPool), makeCommandBuffer(vk, device, *cmdPo… in multiSubmissionCase()
317 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in secondaryCommandBufferCase() local
318 const Move<VkCommandBuffer> primaryCmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in secondaryCommandBufferCase()
[all …]
DvktSynchronizationOperationSingleQueueTests.cpp81 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in iterate() local
82 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in iterate()
136 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in iterate() local
137 const Move<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in iterate()
198 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in iterate() local
199 …rCmdBuffer[COUNT] = {makeCommandBuffer(vk, device, *cmdPool), makeCommandBuffer(vk, device, *cmdPo… in iterate()
279 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in iterate() local
280 …rCmdBuffer[COUNT] = {makeCommandBuffer(vk, device, *cmdPool), makeCommandBuffer(vk, device, *cmdPo… in iterate()
DvktSynchronizationBasicSemaphoreTests.cpp59 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in basicOneQueueCase() local
60 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in basicOneQueueCase()
152 Move<VkCommandPool> cmdPool[COUNT]; in basicMultiQueueCase() local
223 cmdPool[FIRST] = (makeCommandPool(vk, *logicalDevice, queues[FIRST].queueFamilyIndex)); in basicMultiQueueCase()
224 cmdPool[SECOND] = (makeCommandPool(vk, *logicalDevice, queues[SECOND].queueFamilyIndex)); in basicMultiQueueCase()
225 cmdBuffer[FIRST] = (makeCommandBuffer(vk, *logicalDevice, *cmdPool[FIRST])); in basicMultiQueueCase()
226 cmdBuffer[SECOND] = (makeCommandBuffer(vk, *logicalDevice, *cmdPool[SECOND])); in basicMultiQueueCase()
DvktSynchronizationBasicFenceTests.cpp49 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in basicOneFenceCase() local
50 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in basicOneFenceCase()
107 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in basicMultiFenceCase() local
108 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in basicMultiFenceCase()
DvktSynchronizationOperationMultiQueueTests.cpp320 const Move<VkCommandPool> cmdPool[] = in iterate() local
327 makeCommandBuffer(vk, device, *cmdPool[QUEUETYPE_WRITE]), in iterate()
328 makeCommandBuffer(vk, device, *cmdPool[QUEUETYPE_READ]) in iterate()
421 const Move<VkCommandPool> cmdPool[] = in iterate() local
428 makeCommandBuffer(vk, device, *cmdPool[QUEUETYPE_WRITE]), in iterate()
429 makeCommandBuffer(vk, device, *cmdPool[QUEUETYPE_READ]) in iterate()
DvktSynchronizationInternallySynchronizedObjectsTests.cpp337 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in executeComputePipeline() local
338 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in executeComputePipeline()
420 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in executeGraphicPipeline() local
421 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in executeGraphicPipeline()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp591 …const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams, DE_NUL… in resetPoolReleaseResourcesBitTest() local
593 VK_CHECK(vk.resetCommandPool(vkDevice, *cmdPool, VK_COMMAND_POOL_RESET_RELEASE_RESOURCES_BIT)); in resetPoolReleaseResourcesBitTest()
612 …const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams, DE_NUL… in resetPoolNoFlagsTest() local
614 VK_CHECK(vk.resetCommandPool(vkDevice, *cmdPool, 0u)); in resetPoolNoFlagsTest()
694 …const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams, DE_NULL)… in resetPoolReuseTest() local
699 *cmdPool, // commandPool; in resetPoolReuseTest()
714 VK_CHECK(vk.resetCommandPool(vkDevice, *cmdPool, VK_COMMAND_POOL_RESET_RELEASE_RESOURCES_BIT)); in resetPoolReuseTest()
744 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams)); in allocatePrimaryBufferTest() local
751 *cmdPool, // commandPool; in allocatePrimaryBufferTest()
774 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams)); in allocateManyPrimaryBuffersTest() local
[all …]
DvktApiNullHandleTests.cpp142 inline void release (Context& context, VkDevice device, VkCommandPool cmdPool, deUint32 numCmdBuffe… in release() argument
145 DE_ASSERT(cmdPool != DE_NULL); in release()
147 context.getDeviceInterface().freeCommandBuffers(device, cmdPool, numCmdBuffers, pCmdBuffers); in release()
206 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, device, &cmdPoolCreateInfo)); in test() local
208 release(context, device, *cmdPool, numHandles, pNullHandles); in test()
214 …const Unique<VkCommandPool> cmdPool (createCommandPool(vk, device, &cmdPoolCreateInfo, recordi… in test() local
217 release(context, device, *cmdPool, numHandles, pNullHandles); in test()
DvktApiSmokeTests.cpp712 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams)); in renderTriangleTest() local
719 *cmdPool, // pool in renderTriangleTest()
1329 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams)); in renderTriangleUnusedResolveAttachmentTest() local
1336 *cmdPool, // pool in renderTriangleUnusedResolveAttachmentTest()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp230 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate() local
231 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(vk, device, *cmdPool)); in iterate()
401 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate() local
402 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(vk, device, *cmdPool)); in iterate()
574 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate() local
575 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(vk, device, *cmdPool)); in iterate()
785 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate() local
786 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(vk, device, *cmdPool)); in iterate()
995 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate() local
996 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(vk, device, *cmdPool)); in iterate()
[all …]
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp47 GR_VK_CALL(gpu->vkInterface(), FreeCommandBuffers(gpu->device(), gpu->cmdPool(), in freeGPUData()
305 VkCommandPool cmdPool) { in Create() argument
309 cmdPool, // commandPool in Create()
661 VkCommandPool cmdPool) { in Create() argument
665 cmdPool, // commandPool in Create()
DGrVkCommandBuffer.h205 static GrVkPrimaryCommandBuffer* Create(const GrVkGpu* gpu, VkCommandPool cmdPool);
330 static GrVkSecondaryCommandBuffer* Create(const GrVkGpu* gpu, VkCommandPool cmdPool);
DGrVkResourceProvider.cpp258 cmdBuffer = GrVkPrimaryCommandBuffer::Create(fGpu, fGpu->cmdPool()); in findOrCreatePrimaryCommandBuffer()
283 cmdBuffer = GrVkSecondaryCommandBuffer::Create(fGpu, fGpu->cmdPool()); in findOrCreateSecondaryCommandBuffer()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolOcclusionTests.cpp368 vk::Move<vk::VkCommandPool> cmdPool = vk::createCommandPool(vk, device, &cmdPoolCreateInfo); in iterate() local
374 *cmdPool, // VkCommandPool commandPool; in iterate()
775 …e<vk::VkCommandBuffer> OcclusionQueryTestInstance::recordQueryPoolReset (vk::VkCommandPool cmdPool) in recordQueryPoolReset() argument
786 cmdPool, // VkCommandPool commandPool; in recordQueryPoolReset()
800 vk::Move<vk::VkCommandBuffer> OcclusionQueryTestInstance::recordRender (vk::VkCommandPool cmdPool) in recordRender() argument
809 cmdPool, // VkCommandPool commandPool; in recordRender()
880 …Move<vk::VkCommandBuffer> OcclusionQueryTestInstance::recordCopyResults (vk::VkCommandPool cmdPool) in recordCopyResults() argument
889 cmdPool, // VkCommandPool commandPool; in recordCopyResults()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryBasicClass.cpp88 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in iterate() local
89 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in iterate()
DvktGeometryBasicGeometryShaderTests.cpp103 Move<VkCommandPool> cmdPool; in uploadImage() local
134 cmdPool = createCommandPool(vk, device, &cmdPoolParams); in uploadImage()
140 *cmdPool, // VkCommandPool commandPool; in uploadImage()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageUtil.cpp214 Move<VkCommandPool> cmdPool; in readColorAttachment() local
250 cmdPool = createCommandPool(vk, device, &cmdPoolParams); in readColorAttachment()
256 *cmdPool, // VkCommandPool commandPool; in readColorAttachment()
394 Move<VkCommandPool> cmdPool; in uploadTestTextureInternal() local
441 cmdPool = createCommandPool(vk, device, &cmdPoolParams); in uploadTestTextureInternal()
447 *cmdPool, // VkCommandPool commandPool; in uploadTestTextureInternal()
DvktPipelineMultisampleImageTests.cpp774 const Unique<VkCommandPool> cmdPool (makeCommandPool (vk, device, queueFamilyIndex)); in renderMultisampledImage() local
775 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in renderMultisampledImage()
950 const Unique<VkCommandPool> cmdPool (makeCommandPool (vk, device, queueFamilyIndex)); in test() local
951 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in test()
1209 const Unique<VkCommandPool> cmdPool (makeCommandPool (vk, device, queueFamilyIndex)); in renderAndResolve() local
1210 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in renderAndResolve()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRender.cpp1039 Move<VkCommandPool> cmdPool; in uploadImage() local
1089 cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in uploadImage()
1095 *cmdPool, // VkCommandPool commandPool; in uploadImage()
1258 Move<VkCommandPool> cmdPool; in clearImage() local
1276 cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in clearImage()
1282 *cmdPool, // VkCommandPool commandPool; in clearImage()
1695 Move<VkCommandPool> cmdPool; in uploadSparseImage() local
1707 cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in uploadSparseImage()
1716 *cmdPool, // VkCommandPool commandPool; in uploadSparseImage()
2344 vk::Move<vk::VkCommandPool> cmdPool; in render() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationWindingTests.cpp324 const Unique<VkCommandPool> cmdPool (makeCommandPool (vk, device, queueFamilyIndex)); in iterate() local
325 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(vk, device, *cmdPool)); in iterate()
DvktTessellationGeometryPointSizeTests.cpp333 const Unique<VkCommandPool> cmdPool (makeCommandPool (vk, device, queueFamilyIndex)); in test() local
334 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer (vk, device, *cmdPool)); in test()
DvktTessellationCommonEdgeTests.cpp367 const Unique<VkCommandPool> cmdPool (makeCommandPool (vk, device, queueFamilyIndex)); in test() local
368 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer (vk, device, *cmdPool)); in test()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmComputeShaderCase.cpp349 …const Unique<VkCommandPool> cmdPool (createCommandPool(vkdi, device, m_context.getUniversalQu… in iterate() local
354 *cmdPool, // cmdPool in iterate()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawNegativeViewportHeightTests.cpp250 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, device, &cmdPoolCreateInfo)); in draw() local
256 *cmdPool, // VkCommandPool commandPool; in draw()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderExecutor.cpp764 Move<VkCommandPool> cmdPool; in execute() local
1199 cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in execute()
1208 *cmdPool, // VkCmdPool cmdPool; in execute()
1962 Move<VkCommandPool> cmdPool; in execute() local
1986 cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in execute()
1994 *cmdPool, // VkCmdPool cmdPool; in execute()
2236 Move<VkCommandPool> cmdPool; in renderTess() local
2656 cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in renderTess()
2665 *cmdPool, // VkCmdPool cmdPool; in renderTess()

123