Home
last modified time | relevance | path

Searched defs:commandPool (Results 1 – 25 of 99) sorted by relevance

1234

/external/swiftshader/tests/VulkanWrapper/
DUtil.cpp40 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()
DDrawTester.hpp162 vk::CommandPool commandPool; // Owning handle member in DrawTester
192 …r::onUpdateDescriptorSet(std::function<void(ThisType &tester, vk::CommandPool &commandPool, vk::De… in onUpdateDescriptorSet()
/external/skia/src/gpu/vk/
DGrVkCommandPool.cpp43 GrVkCommandPool::GrVkCommandPool(GrVkGpu* gpu, VkCommandPool commandPool, in GrVkCommandPool()
/external/swiftshader/tests/VulkanBenchmarks/
DClearImageBenchmarks.cpp136 vk::CommandPool commandPool; // Owning handle member in ClearImageBenchmark
DTriangleBenchmarks.cpp214 …tester.onUpdateDescriptorSet([](DrawTester &tester, vk::CommandPool &commandPool, vk::DescriptorSe… in TriangleSampleTexture()
DComputeBenchmarks.cpp117 vk::CommandPool commandPool; member in BufferToBufferComputeBenchmark
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiPipelineTests.cpp76 …uffer> createCommandBuffer (const DeviceInterface& vkd, VkDevice device, VkCommandPool commandPool) in createCommandBuffer()
166 …const Unique<VkCommandPool> commandPool (createCommandPool(vk, device, &commandPoolParam… in drawTriangleTest() local
552 …const Unique<VkCommandPool> commandPool (createCommandPool(vk, device, &commandPoolParams, DE_… in framebufferCompatibleRenderPassTest() local
882 …const Unique<VkCommandPool> commandPool (createCommandPool(vk, device, &commandPoolParams, … in pipelineLayoutLifetimeTest() local
1577 …const Unique<VkCommandPool> commandPool (createCommandPool(vk, device, &commandPoolParams, … in pipelineInvalidPointersUnusedStructsTest() local
/external/deqp/external/vulkancts/modules/vulkan/wsi/
DvktWsiColorSpaceTests.cpp363 const VkCommandPool commandPool, in allocateCommandBuffers()
378 const VkCommandPool& commandPool, in getPixel()
521 const Move<VkCommandPool> commandPool (createCommandPool(vkd, in colorspaceCompareTest() local
651 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, device, VK_COMMAND_POOL_CREAT… in surfaceFormatRenderTest() local
DvktWsiFullScreenExclusiveTests.cpp325 const VkCommandPool commandPool, in allocateCommandBuffers()
459 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, device, VK_COMMAND_POOL_CR… in fullScreenExclusiveTest() local
DvktWsiPresentIdWaitTests.cpp331 const vk::VkCommandPool commandPool, in allocateCommandBuffers()
402 …const vk::Unique<vk::VkCommandPool> commandPool (createCommandPool(vkd, device, vk::VK_COMMAN… in iterate() local
514 …DeviceInterface& vkd, vk::VkDevice device, vk::VkQueue queue, vk::VkCommandPool commandPool, vk::V… in run()
925 …const vk::Unique<vk::VkCommandPool> commandPool (createCommandPool(vkd, device, vk::VK_COMMAN… in iterate() local
DvktWsiSwapchainTests.cpp1191 const VkCommandPool commandPool, in allocateCommandBuffers()
1315 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, device, VK_COMMAND_POOL_CREAT… in basicRenderTest() local
1555 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, device, VK_COMMAND_POOL_CREATE_R… in multiSwapchainRenderTest() local
1746 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, *groupDevice, VK_COMMAND_POOL… in deviceGroupRenderTest() local
2129 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, *groupDevice, VK_COMMAND_POOL… in deviceGroupRenderTest2() local
2310 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, device, VK_COMMAND_POOL_CREAT… in resizeSwapchainTest() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.cpp58 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer()
DvktPipelineMultisampleBaseResolve.cpp300 …const Unique<VkCommandPool> commandPool(createCommandPool(deviceInterface, device, VK_COMMAND_PO… in iterate() local
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp425 VkCommandPool commandPool) in createCommandBuffer()
738 …Move<VkCommandPool> commandPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE… in fillUpResource() local
763 …Move<VkCommandPool> commandPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE… in fillUpResource() local
805 …Move<VkCommandPool> commandPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE… in readUpResource() local
830 …Move<VkCommandPool> commandPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE… in layoutTransitionResource() local
/external/mesa3d/src/intel/vulkan/
Danv_cmd_buffer.c331 VkCommandPool commandPool, in anv_FreeCommandBuffers()
1139 VkCommandPool commandPool, in anv_DestroyCommandPool()
1159 VkCommandPool commandPool, in anv_ResetCommandPool()
1174 VkCommandPool commandPool, in anv_TrimCommandPool()
Danv_dump.c267 VkCommandPool commandPool; in anv_dump_image_to_ppm() local
/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp63 vk::CommandPool *commandPool, in ResetSecondaryCommandBuffers()
72 vk::CommandPool *commandPool, in ResetSecondaryCommandBuffers()
921 PersistentCommandPool &commandPool = getCommandPool(batch.hasProtectedContent); in retireFinishedCommands() local
1184 PersistentCommandPool &commandPool = getCommandPool(hasProtectedContent); in ensurePrimaryCommandBufferValid() local
DCommandGraph.cpp31 const CommandPool &commandPool, in InitAndBeginCommandBuffer()
44 const CommandPool &commandPool, in InitAndBeginCommandBuffer()
452 const CommandPool &commandPool, in beginOutsideRenderPassRecording()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseBinding.cpp250 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQueu… in iterate() local
DvktSparseResourcesBufferSparseResidency.cpp296 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQue… in iterate() local
DvktSparseResourcesBufferMemoryAliasing.cpp303 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQue… in iterate() local
DvktSparseResourcesImageSparseBinding.cpp316 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQueu… in iterate() local
/external/vulkan-validation-layers/layers/
Dobject_tracker_utils.cpp609 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/
Dlvp_cmd_buffer.c129 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/
DvkRefUtil.cpp170 VkCommandPool commandPool, in allocateCommandBuffer()

1234