Home
last modified time | relevance | path

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

1234567

/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_command_pool.h142 static inline size_t vn_sizeof_vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, con… in vn_sizeof_vkDestroyCommandPool()
157 …_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkCommandPool commandPool, const V… in vn_encode_vkDestroyCommandPool()
170 …ne size_t vn_sizeof_vkDestroyCommandPool_reply(VkDevice device, VkCommandPool commandPool, const V… in vn_sizeof_vkDestroyCommandPool_reply()
182 …oyCommandPool_reply(struct vn_cs_decoder *dec, VkDevice device, VkCommandPool commandPool, const V… in vn_decode_vkDestroyCommandPool_reply()
193 static inline size_t vn_sizeof_vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCom… in vn_sizeof_vkResetCommandPool()
206 …_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkCommandPool commandPool, VkComma… in vn_encode_vkResetCommandPool()
218 static inline size_t vn_sizeof_vkResetCommandPool_reply(VkDevice device, VkCommandPool commandPool,… in vn_sizeof_vkResetCommandPool_reply()
232 …etCommandPool_reply(struct vn_cs_decoder *dec, VkDevice device, VkCommandPool commandPool, VkComma… in vn_decode_vkResetCommandPool_reply()
247 static inline size_t vn_sizeof_vkTrimCommandPool(VkDevice device, VkCommandPool commandPool, VkComm… in vn_sizeof_vkTrimCommandPool()
260 …_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkCommandPool commandPool, VkComma… in vn_encode_vkTrimCommandPool()
[all …]
/third_party/mesa3d/src/vulkan/runtime/
Dvk_command_pool.c127 VkCommandPool commandPool, in vk_common_DestroyCommandPool()
142 VkCommandPool commandPool, in vk_common_ResetCommandPool()
243 VkCommandPool commandPool, in vk_common_FreeCommandBuffers()
268 VkCommandPool commandPool, in vk_common_TrimCommandPool()
/third_party/skia/third_party/externals/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()
/third_party/mesa3d/src/gfxstream/guest/vulkan/
Dgfxstream_vk_cmd.cpp36 void gfxstream_vk_DestroyCommandPool(VkDevice device, VkCommandPool commandPool, in gfxstream_vk_DestroyCommandPool()
54 VkResult gfxstream_vk_ResetCommandPool(VkDevice device, VkCommandPool commandPool, in gfxstream_vk_ResetCommandPool()
83 VkResult vk_command_buffer_createOp(struct vk_command_pool* commandPool, VkCommandBufferLevel level, in vk_command_buffer_createOp()
162 void gfxstream_vk_FreeCommandBuffers(VkDevice device, VkCommandPool commandPool, in gfxstream_vk_FreeCommandBuffers()
/third_party/mesa3d/src/asahi/vulkan/
Dhk_cmd_pool.c143 hk_DestroyCommandPool(VkDevice _device, VkCommandPool commandPool, in hk_DestroyCommandPool()
158 hk_TrimCommandPool(VkDevice device, VkCommandPool commandPool, in hk_TrimCommandPool()
/third_party/mesa3d/src/nouveau/vulkan/
Dnvk_cmd_pool.c129 VkCommandPool commandPool, in nvk_DestroyCommandPool()
145 VkCommandPool commandPool, in nvk_TrimCommandPool()
/third_party/mesa3d/src/panfrost/vulkan/
Dpanvk_cmd_pool.c50 panvk_DestroyCommandPool(VkDevice _device, VkCommandPool commandPool, in panvk_DestroyCommandPool()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandRecordingContext.h34 VkCommandPool commandPool = VK_NULL_HANDLE; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMakeUtil.cpp38 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer()
DvktPipelineMultisampleBaseResolve.cpp304 …const Unique<VkCommandPool> commandPool(createCommandPool(deviceInterface, device, VK_COMMAND_PO… in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
DvktPipelineMakeUtil.cpp38 …keCommandBuffer (const DeviceInterface& vk, const VkDevice device, const VkCommandPool commandPool) in makeCommandBuffer()
DvktPipelineMultisampleBaseResolve.cpp301 …const Unique<VkCommandPool> commandPool(createCommandPool(deviceInterface, device, VK_COMMAND_PO… in iterate() local
/third_party/skia/src/gpu/vk/
DGrVkCommandPool.cpp43 GrVkCommandPool::GrVkCommandPool(GrVkGpu* gpu, VkCommandPool commandPool, in GrVkCommandPool()
/third_party/skia/m133/src/gpu/ganesh/vk/
DGrVkCommandPool.cpp47 GrVkCommandPool::GrVkCommandPool(GrVkGpu* gpu, VkCommandPool commandPool, in GrVkCommandPool()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/
DClearImageBenchmarks.cpp124 vk::CommandPool commandPool; // Owning handle member in ClearImageBenchmark
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp221 CommandPool *commandPool, in initFlushAndQueueSubmit()
693 CommandPool *commandPool, in submitFrame()
885 PersistentCommandPool &commandPool = getCommandPool(batch.hasProtectedContent); in retireFinishedCommands() local
923 CommandPool *commandPool, in releaseToCommandBatch()
1033 CommandPool *commandPool, in submitFrame()
1153 PersistentCommandPool &commandPool = getCommandPool(hasProtectedContent); in ensurePrimaryCommandBufferValid() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/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
892 …const Unique<VkCommandPool> commandPool (createCommandPool(vk, device, &commandPoolParams, … in pipelineLayoutLifetimeTest() local
1595 …const Unique<VkCommandPool> commandPool (createCommandPool(vk, device, &commandPoolParams, … in pipelineInvalidPointersUnusedStructsTest() local
/third_party/vk-gl-cts/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
892 …const Unique<VkCommandPool> commandPool (createCommandPool(vk, device, &commandPoolParams, … in pipelineLayoutLifetimeTest() local
1595 …const Unique<VkCommandPool> commandPool (createCommandPool(vk, device, &commandPoolParams, … in pipelineInvalidPointersUnusedStructsTest() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
DvktWsiColorSpaceTests.cpp365 const VkCommandPool commandPool, in allocateCommandBuffers()
380 const VkCommandPool& commandPool, in getPixel()
523 const Move<VkCommandPool> commandPool (createCommandPool(vkd, in colorspaceCompareTest() local
653 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, device, VK_COMMAND_POOL_CREAT… in surfaceFormatRenderTest() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiColorSpaceTests.cpp365 const VkCommandPool commandPool, in allocateCommandBuffers()
380 const VkCommandPool& commandPool, in getPixel()
523 const Move<VkCommandPool> commandPool (createCommandPool(vkd, in colorspaceCompareTest() local
653 …const Unique<VkCommandPool> commandPool (createCommandPool(vkd, device, VK_COMMAND_POOL_CREAT… in surfaceFormatRenderTest() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/memory/
DvktMemoryBindingTests.cpp427 VkCommandPool commandPool) in createCommandBuffer()
776 …Move<VkCommandPool> commandPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE… in fillUpResource() local
801 …Move<VkCommandPool> commandPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE… in fillUpResource() local
843 …Move<VkCommandPool> commandPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE… in readUpResource() local
868 …Move<VkCommandPool> commandPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE… in layoutTransitionResource() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp427 VkCommandPool commandPool) in createCommandBuffer()
776 …Move<VkCommandPool> commandPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE… in fillUpResource() local
801 …Move<VkCommandPool> commandPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE… in fillUpResource() local
843 …Move<VkCommandPool> commandPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE… in readUpResource() local
868 …Move<VkCommandPool> commandPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE… in layoutTransitionResource() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseBinding.cpp248 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQueu… in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseBinding.cpp250 …const Unique<VkCommandPool> commandPool(makeCommandPool(deviceInterface, getDevice(), computeQueu… in iterate() local

1234567