/external/swiftshader/tests/VulkanWrapper/ |
D | Util.cpp | 40 vk::CommandBuffer beginSingleTimeCommands(vk::Device device, vk::CommandPool commandPool) in beginSingleTimeCommands() 57 void endSingleTimeCommands(vk::Device device, vk::CommandPool commandPool, vk::Queue queue, vk::Com… in endSingleTimeCommands() 72 void transitionImageLayout(vk::Device device, vk::CommandPool commandPool, vk::Queue queue, vk::Ima… in transitionImageLayout() 117 void copyBufferToImage(vk::Device device, vk::CommandPool commandPool, vk::Queue queue, vk::Buffer … in copyBufferToImage()
|
D | DrawTester.hpp | 162 vk::CommandPool commandPool; // Owning handle member in DrawTester 192 …r::onUpdateDescriptorSet(std::function<void(ThisType &tester, vk::CommandPool &commandPool, vk::De… in onUpdateDescriptorSet()
|
/external/skqp/src/gpu/vk/ |
D | GrVkCommandPool.cpp | 28 GrVkCommandPool::GrVkCommandPool(const GrVkGpu* gpu, VkCommandPool commandPool) in GrVkCommandPool()
|
D | GrVkCommandBuffer.h | 73 GrVkCommandPool* commandPool() { return fCmdPool; } in commandPool() function
|
/external/skia/src/gpu/vk/ |
D | GrVkCommandPool.cpp | 42 GrVkCommandPool::GrVkCommandPool(GrVkGpu* gpu, VkCommandPool commandPool, in GrVkCommandPool()
|
/external/swiftshader/tests/VulkanBenchmarks/ |
D | ClearImageBenchmarks.cpp | 124 vk::CommandPool commandPool; // Owning handle member in ClearImageBenchmark
|
D | TriangleBenchmarks.cpp | 214 …tester.onUpdateDescriptorSet([](DrawTester &tester, vk::CommandPool &commandPool, vk::DescriptorSe… in TriangleSampleTexture()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | CommandProcessor.cpp | 651 CommandPool *commandPool, in submitFrame() 837 PersistentCommandPool &commandPool = getCommandPool(batch.hasProtectedContent); in retireFinishedCommands() local 876 CommandPool *commandPool, in releaseToCommandBatch() 999 CommandPool *commandPool, in submitFrame() 1118 PersistentCommandPool &commandPool = getCommandPool(hasProtectedContent); in ensurePrimaryCommandBufferValid() local
|
D | CommandGraph.cpp | 31 const CommandPool &commandPool, in InitAndBeginCommandBuffer() 44 const CommandPool &commandPool, in InitAndBeginCommandBuffer() 452 const CommandPool &commandPool, in beginOutsideRenderPassRecording()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiPipelineTests.cpp | 74 …uffer> createCommandBuffer (const DeviceInterface& vkd, VkDevice device, VkCommandPool commandPool) in createCommandBuffer() 140 …const Unique<VkCommandPool> commandPool (createCommandPool(vk, device, &commandPoolParam… in renderpassLifetimeTest() local 494 …const Unique<VkCommandPool> commandPool (createCommandPool(vk, device, &commandPoolParams, DE_… in framebufferCompatibleRenderPassTest() local 824 …const Unique<VkCommandPool> commandPool (createCommandPool(vk, device, &commandPoolParams, … in pipelineLayoutLifetimeTest() local
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMakeUtil.cpp | 58 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer()
|
D | vktPipelineMultisampleBaseResolve.cpp | 300 …const Unique<VkCommandPool> commandPool(createCommandPool(deviceInterface, device, VK_COMMAND_PO… in iterate() local
|
/external/deqp/external/vulkancts/modules/vulkan/wsi/ |
D | vktWsiColorSpaceTests.cpp | 412 const VkCommandPool commandPool, in allocateCommandBuffers() 427 const VkCommandPool& commandPool, in getPixel() 570 const Move<VkCommandPool> commandPool (createCommandPool(vkd, in colorspaceCompareTest() local 697 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, device, VK_COMMAND_POOL_CREAT… in surfaceFormatRenderTest() local
|
D | vktWsiFullScreenExclusiveTests.cpp | 323 const VkCommandPool commandPool, in allocateCommandBuffers() 457 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, device, VK_COMMAND_POOL_CR… in fullScreenExclusiveTest() local
|
D | vktWsiSwapchainTests.cpp | 1255 const VkCommandPool commandPool, in allocateCommandBuffers() 1379 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, device, VK_COMMAND_POOL_CREAT… in basicRenderTest() local 1619 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, device, VK_COMMAND_POOL_CREATE_R… in multiSwapchainRenderTest() local 1810 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, *groupDevice, VK_COMMAND_POOL… in deviceGroupRenderTest() local 2193 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, *groupDevice, VK_COMMAND_POOL… in deviceGroupRenderTest2() local 2374 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, device, VK_COMMAND_POOL_CREAT… in resizeSwapchainTest() local
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryBindingTests.cpp | 416 VkCommandPool commandPool) in createCommandBuffer() 651 …Move<VkCommandPool> commandPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE… in fillUpResource() local 678 …Move<VkCommandPool> commandPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE… in fillUpResource() local 730 …Move<VkCommandPool> commandPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE… in readUpResource() local 763 …Move<VkCommandPool> commandPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE… in layoutTransitionResource() local
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_cmd_buffer.c | 331 VkCommandPool commandPool, in anv_FreeCommandBuffers() 1139 VkCommandPool commandPool, in anv_DestroyCommandPool() 1159 VkCommandPool commandPool, in anv_ResetCommandPool() 1174 VkCommandPool commandPool, in anv_TrimCommandPool()
|
D | anv_dump.c | 267 VkCommandPool commandPool; in anv_dump_image_to_ppm() local
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
D | vktSparseResourcesBufferSparseBinding.cpp | 250 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQueu… in iterate() local
|
D | vktSparseResourcesBufferSparseResidency.cpp | 296 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQue… in iterate() local
|
D | vktSparseResourcesBufferMemoryAliasing.cpp | 303 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQue… in iterate() local
|
/external/vulkan-validation-layers/layers/ |
D | object_tracker_utils.cpp | 609 bool ObjectLifetimes::PreCallValidateFreeCommandBuffers(VkDevice device, VkCommandPool commandPool,… in PreCallValidateFreeCommandBuffers() 626 void ObjectLifetimes::PreCallRecordFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, u… in PreCallRecordFreeCommandBuffers() 720 bool ObjectLifetimes::PreCallValidateDestroyCommandPool(VkDevice device, VkCommandPool commandPool, in PreCallValidateDestroyCommandPool() 741 void ObjectLifetimes::PreCallRecordDestroyCommandPool(VkDevice device, VkCommandPool commandPool, in PreCallRecordDestroyCommandPool()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_cmd_buffer.c | 129 VkCommandPool commandPool, in lvp_FreeCommandBuffers() 209 VkCommandPool commandPool, in lvp_DestroyCommandPool() 234 VkCommandPool commandPool, in lvp_ResetCommandPool() 251 VkCommandPool commandPool, in lvp_TrimCommandPool()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkRefUtil.cpp | 170 VkCommandPool commandPool, in allocateCommandBuffer()
|
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktDrawUtil.cpp | 88 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer()
|