/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCommandBuffersTests.cpp | 588 …const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams, DE_NUL… in resetPoolReleaseResourcesBitTest() local 590 VK_CHECK(vk.resetCommandPool(vkDevice, *cmdPool, VK_COMMAND_POOL_RESET_RELEASE_RESOURCES_BIT)); in resetPoolReleaseResourcesBitTest() 609 …const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams, DE_NUL… in resetPoolNoFlagsTest() local 611 VK_CHECK(vk.resetCommandPool(vkDevice, *cmdPool, 0u)); in resetPoolNoFlagsTest() 630 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams)); in allocatePrimaryBufferTest() local 637 *cmdPool, // commandPool; in allocatePrimaryBufferTest() 660 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams)); in allocateManyPrimaryBuffersTest() local 674 *cmdPool, // VkCommandPool pool; in allocateManyPrimaryBuffersTest() 704 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams)); in allocateZeroPrimaryBuffersTest() local 711 *cmdPool, // commandPool; in allocateZeroPrimaryBuffersTest() [all …]
|
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 …]
|
D | vktComputeShaderBuiltinVarTests.cpp | 442 const Unique<VkCommandPool> cmdPool(makeCommandPool(m_vki, m_device, m_queueFamilyIndex)); in iterate() local 443 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(m_vki, m_device, *cmdPool)); in iterate()
|
D | vktComputeIndirectComputeDispatchTests.cpp | 267 …const vk::Unique<vk::VkCommandPool> cmdPool(makeCommandPool(m_device_interface, m_device, m_queueF… in iterate() local 268 …::Unique<vk::VkCommandBuffer> cmdBuffer(makeCommandBuffer(m_device_interface, m_device, *cmdPool)); in iterate()
|
/external/skia/src/gpu/vk/ |
D | GrVkCommandBuffer.cpp | 18 GrVkCommandBuffer* GrVkCommandBuffer::Create(const GrVkGpu* gpu, VkCommandPool cmdPool) { in Create() argument 22 cmdPool, // commandPool in Create() 61 GR_VK_CALL(gpu->vkInterface(), FreeCommandBuffers(gpu->device(), gpu->cmdPool(), in freeGPUData()
|
D | GrVkGpu.h | 38 VkPhysicalDevice physDev, VkDevice device, VkQueue queue, VkCommandPool cmdPool, 47 VkCommandPool cmdPool() const { return fCmdPool; } in cmdPool() function
|
D | GrVkResourceProvider.cpp | 66 GrVkCommandBuffer* cmdBuffer = GrVkCommandBuffer::Create(fGpu, fGpu->cmdPool()); in createCommandBuffer()
|
D | GrVkGpu.cpp | 156 VkCommandPool cmdPool; in vk_gpu_create() local 157 err = vkCreateCommandPool(device, &cmdPoolInfo, nullptr, &cmdPool); in vk_gpu_create() 163 return new GrVkGpu(context, options, physDev, device, queue, cmdPool, inst); in vk_gpu_create() 169 VkPhysicalDevice physDev, VkDevice device, VkQueue queue, VkCommandPool cmdPool, in GrVkGpu() argument 174 , fCmdPool(cmdPool) in GrVkGpu()
|
D | GrVkCommandBuffer.h | 23 static GrVkCommandBuffer* Create(const GrVkGpu* gpu, VkCommandPool cmdPool);
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineImageUtil.cpp | 178 Move<VkCommandPool> cmdPool; in readColorAttachment() local 214 cmdPool = createCommandPool(vk, device, &cmdPoolParams); in readColorAttachment() 220 *cmdPool, // VkCommandPool commandPool; in readColorAttachment() 335 Move<VkCommandPool> cmdPool; in uploadTestTexture() local 372 cmdPool = createCommandPool(vk, device, &cmdPoolParams); in uploadTestTexture() 378 *cmdPool, // VkCommandPool commandPool; in uploadTestTexture()
|
D | vktPipelineEarlyFragmentTests.cpp | 931 const Unique<VkCommandPool> cmdPool (makeCommandPool(vk, device, queueFamilyIndex)); in iterate() local 932 const Unique<VkCommandBuffer> cmdBuffer (makeCommandBuffer(vk, device, *cmdPool)); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/query_pool/ |
D | vktQueryPoolOcclusionTests.cpp | 362 vk::Move<vk::VkCommandPool> cmdPool = vk::createCommandPool(vk, device, &cmdPoolCreateInfo); in iterate() local 368 *cmdPool, // VkCommandPool commandPool; in iterate() 708 vk::Move<vk::VkCommandBuffer> OcclusionQueryTestInstance::recordRender (vk::VkCommandPool cmdPool) in recordRender() argument 717 cmdPool, // VkCommandPool commandPool; in recordRender() 789 …Move<vk::VkCommandBuffer> OcclusionQueryTestInstance::recordCopyResults (vk::VkCommandPool cmdPool) in recordCopyResults() argument 798 cmdPool, // VkCommandPool commandPool; in recordCopyResults()
|
/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()
|
D | vktSpvAsmInstructionTests.cpp | 5115 const Unique<VkCommandPool> cmdPool (createCommandPool(vk, vkDevice, &cmdPoolParams)); in runAndVerifyDefaultPipeline() local 5122 *cmdPool, // VkCmdPool pool; in runAndVerifyDefaultPipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderExecutor.cpp | 730 Move<VkCommandPool> cmdPool; in execute() local 1203 cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in execute() 1212 *cmdPool, // VkCmdPool cmdPool; in execute() 1953 Move<VkCommandPool> cmdPool; in execute() local 1974 cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in execute() 1982 *cmdPool, // VkCmdPool cmdPool; in execute() 2212 Move<VkCommandPool> cmdPool; in renderTess() local 2625 cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in renderTess() 2634 *cmdPool, // VkCmdPool cmdPool; in renderTess() 3156 Move<VkCommandPool> cmdPool; in uploadImage() local [all …]
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageSizeTests.cpp | 306 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate() local 307 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(vk, device, *cmdPool)); in iterate()
|
D | vktImageQualifiersTests.cpp | 379 const Unique<VkCommandPool> cmdPool(makeCommandPool(deviceInterface, device, queueFamilyIndex)); in iterate() local 380 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(deviceInterface, device, *cmdPool)); in iterate()
|
D | vktImageAtomicOperationTests.cpp | 516 const Unique<VkCommandPool> cmdPool(makeCommandPool(deviceInterface, device, queueFamilyIndex)); in iterate() local 517 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(deviceInterface, device, *cmdPool)); in iterate()
|
D | vktImageLoadStoreTests.cpp | 559 const Unique<VkCommandPool> cmdPool(makeCommandPool(vk, device, queueFamilyIndex)); in iterate() local 560 const Unique<VkCommandBuffer> cmdBuffer(makeCommandBuffer(vk, device, *cmdPool)); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
D | vktUniformBlockCase.cpp | 1246 Move<vk::VkCommandBuffer> createCmdBuffer (Context& context, vk::VkCommandPool cmdPool) in createCmdBuffer() argument 1252 cmdPool, // commandPool in createCmdBuffer() 1442 vk::Unique<VkCommandPool> cmdPool (createCmdPool(m_context)); in iterate() local 1443 vk::Unique<VkCommandBuffer> cmdBuffer (createCmdBuffer(m_context, *cmdPool)); in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRender.cpp | 830 Move<VkCommandPool> cmdPool = createCommandPool(vk, vkDevice, &cmdPoolParams); in copyTilingImageToOptimal() local 837 *cmdPool, // VkCommandPool commandPool; in copyTilingImageToOptimal()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktShaderLibrary.cpp | 1275 Move<vk::VkCommandBuffer> allocateCommandBuffer (Context& context, vk::VkCommandPool cmdPool) in allocateCommandBuffer() argument 1281 cmdPool, // commandPool in allocateCommandBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/ssbo/ |
D | vktSSBOLayoutCase.cpp | 2058 vk::Move<vk::VkCommandPool> cmdPool (createCommandPool(vk, device, &cmdPoolParams)); in iterate() local 2064 *cmdPool, // VkCmdPool pool; in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/binding_model/ |
D | vktBindingShaderAccessTests.cpp | 1752 …const vk::Unique<vk::VkCommandPool> cmdPool (vk::createCommandPool(m_vki, m_device, &cmdPool… in submitAndWait() local 1765 *cmdPool, // cmdPool in submitAndWait() 3093 …const vk::Unique<vk::VkCommandPool> cmdPool (vk::createCommandPool(vki, device, &cmdPoolCrea… in uploadImage() local 3098 *cmdPool, // cmdPool in uploadImage()
|