/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
D | vktSynchronizationBasicEventTests.cpp | 86 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 …]
|
D | vktSynchronizationOperationSingleQueueTests.cpp | 81 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()
|
D | vktSynchronizationBasicSemaphoreTests.cpp | 59 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()
|
D | vktSynchronizationBasicFenceTests.cpp | 49 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()
|
D | vktSynchronizationOperationMultiQueueTests.cpp | 320 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()
|
D | vktSynchronizationInternallySynchronizedObjectsTests.cpp | 337 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/ |
D | vktApiCommandBuffersTests.cpp | 591 …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 …]
|
D | vktApiNullHandleTests.cpp | 142 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()
|
D | vktApiSmokeTests.cpp | 712 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/ |
D | vktComputeBasicComputeShaderTests.cpp | 230 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/ |
D | GrVkCommandBuffer.cpp | 47 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()
|
D | GrVkCommandBuffer.h | 205 static GrVkPrimaryCommandBuffer* Create(const GrVkGpu* gpu, VkCommandPool cmdPool); 330 static GrVkSecondaryCommandBuffer* Create(const GrVkGpu* gpu, VkCommandPool cmdPool);
|
D | GrVkResourceProvider.cpp | 258 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/ |
D | vktQueryPoolOcclusionTests.cpp | 368 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/ |
D | vktGeometryBasicClass.cpp | 88 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in iterate() local 89 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in iterate()
|
D | vktGeometryBasicGeometryShaderTests.cpp | 103 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/ |
D | vktPipelineImageUtil.cpp | 214 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()
|
D | vktPipelineMultisampleImageTests.cpp | 774 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/ |
D | vktShaderRender.cpp | 1039 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/ |
D | vktTessellationWindingTests.cpp | 324 const Unique<VkCommandPool> cmdPool (makeCommandPool (vk, device, queueFamilyIndex)); in iterate() local 325 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(vk, device, *cmdPool)); in iterate()
|
D | vktTessellationGeometryPointSizeTests.cpp | 333 const Unique<VkCommandPool> cmdPool (makeCommandPool (vk, device, queueFamilyIndex)); in test() local 334 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer (vk, device, *cmdPool)); in test()
|
D | vktTessellationCommonEdgeTests.cpp | 367 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/ |
D | vktSpvAsmComputeShaderCase.cpp | 349 …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/ |
D | vktDrawNegativeViewportHeightTests.cpp | 250 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, device, &cmdPoolCreateInfo)); in draw() local 256 *cmdPool, // VkCommandPool commandPool; in draw()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 764 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()
|