Home
last modified time | relevance | path

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

123456789

/aosp_15_r20/external/mesa3d/src/virtio/venus-protocol/
H A 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 …]
/aosp_15_r20/external/mesa3d/src/vulkan/runtime/
H A Dvk_command_pool.c117 VkCommandPool commandPool, in vk_common_DestroyCommandPool()
132 VkCommandPool commandPool, in vk_common_ResetCommandPool()
231 VkCommandPool commandPool, in vk_common_FreeCommandBuffers()
260 VkCommandPool commandPool, in vk_common_TrimCommandPool()
/aosp_15_r20/external/mesa3d/src/gfxstream/guest/vulkan/
H A 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()
/aosp_15_r20/external/swiftshader/tests/VulkanWrapper/
H A DUtil.cpp42 vk::CommandBuffer beginSingleTimeCommands(vk::Device device, vk::CommandPool commandPool) in beginSingleTimeCommands()
59 void endSingleTimeCommands(vk::Device device, vk::CommandPool commandPool, vk::Queue queue, vk::Com… in endSingleTimeCommands()
74 void transitionImageLayout(vk::Device device, vk::CommandPool commandPool, vk::Queue queue, vk::Ima… in transitionImageLayout()
119 void copyBufferToImage(vk::Device device, vk::CommandPool commandPool, vk::Queue queue, vk::Buffer … in copyBufferToImage()
H A DDrawTester.hpp165 vk::CommandPool commandPool; // Owning handle member in DrawTester
195 …r::onUpdateDescriptorSet(std::function<void(ThisType &tester, vk::CommandPool &commandPool, vk::De… in onUpdateDescriptorSet()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiPipelineTests.cpp78 …Buffer> createCommandBuffer(const DeviceInterface &vkd, VkDevice device, VkCommandPool commandPool) in createCommandBuffer()
168 …const Unique<VkCommandPool> commandPool(createCommandPool(vk, device, &commandPoolParams, DE_NULL)… in drawTriangleTest() local
540 …const Unique<VkCommandPool> commandPool(createCommandPool(vk, device, &commandPoolParams, DE_NULL)… in framebufferCompatibleRenderPassTest() local
864 …const Unique<VkCommandPool> commandPool(createCommandPool(vk, device, &commandPoolParams, DE_NULL)… in pipelineLayoutLifetimeTest() local
1537 …const Unique<VkCommandPool> commandPool(createCommandPool(vk, device, &commandPoolParams, DE_NULL)… in pipelineInvalidPointersUnusedStructsTest() local
/aosp_15_r20/external/mesa3d/src/asahi/vulkan/
H A Dhk_cmd_pool.c125 hk_DestroyCommandPool(VkDevice _device, VkCommandPool commandPool, in hk_DestroyCommandPool()
140 hk_TrimCommandPool(VkDevice device, VkCommandPool commandPool, in hk_TrimCommandPool()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiColorSpaceTests.cpp330const VkCommandPool commandPool, const VkCommandBufferLevel level, in allocateCommandBuffers()
343 const VkCommandPool &commandPool, Allocator &allocator, const tcu::UVec2 size, in getPixel()
477 const Move<VkCommandPool> commandPool(createCommandPool( in colorspaceCompareTest() local
584 const Unique<VkCommandPool> commandPool( in surfaceFormatRenderTest() local
H A DvktWsiPresentIdWaitTests.cpp314 const vk::VkCommandPool commandPool, in allocateCommandBuffers()
396 const vk::Unique<vk::VkCommandPool> commandPool(createCommandPool( in iterate() local
506vk::VkCommandPool commandPool, vk::VkSwapchainKHR swapchain, in run()
972 const vk::Unique<vk::VkCommandPool> commandPool(createCommandPool( in iterate() local
H A DvktWsiSwapchainTests.cpp1153const VkCommandPool commandPool, const VkCommandBufferLevel level, in allocateCommandBuffers()
1255 const Unique<VkCommandPool> commandPool( in basicRenderTest() local
1502 const Unique<VkCommandPool> commandPool( in multiSwapchainRenderTest() local
1691 const Unique<VkCommandPool> commandPool( in deviceGroupRenderTest() local
2048 const Unique<VkCommandPool> commandPool( in deviceGroupRenderTest2() local
2220 const Unique<VkCommandPool> commandPool(createCommandPool( in resizeSwapchainTest() local
H A DvktWsiFullScreenExclusiveTests.cpp288const VkCommandPool commandPool, const VkCommandBufferLevel level, in allocateCommandBuffers()
428 const Unique<VkCommandPool> commandPool( in fullScreenExclusiveTest() local
H A DvktWsiMaintenance1Tests.cpp438const VkCommandPool commandPool, const VkCommandBufferLevel level, in allocateCommandBuffers()
783 const Unique<VkCommandPool> commandPool( in presentFenceTest() local
1542 const Unique<VkCommandPool> commandPool( in scalingTest() local
1992 const Unique<VkCommandPool> commandPool( in releaseImagesTest() local
/aosp_15_r20/external/mesa3d/src/nouveau/vulkan/
H A Dnvk_cmd_pool.c129 VkCommandPool commandPool, in nvk_DestroyCommandPool()
145 VkCommandPool commandPool, in nvk_TrimCommandPool()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryBindingTests.cpp401 …dBuffer> createCommandBuffer(const DeviceInterface &vk, VkDevice device, VkCommandPool commandPool) in createCommandBuffer()
822 …Move<VkCommandPool> commandPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE_TRANSIENT… in fillUpResource() local
854 …Move<VkCommandPool> commandPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE_TRANSIENT… in fillUpResource() local
896 …Move<VkCommandPool> commandPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE_TRANSIENT… in readUpResource() local
923 …Move<VkCommandPool> commandPool = createCommandPool(vk, vkDevice, VK_COMMAND_POOL_CREATE_TRANSIENT… in layoutTransitionResource() local
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A 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()
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DCommandGraph.cpp31 const CommandPool &commandPool, in InitAndBeginCommandBuffer()
44 const CommandPool &commandPool, in InitAndBeginCommandBuffer()
452 const CommandPool &commandPool, in beginOutsideRenderPassRecording()
H A DCommandProcessor.cpp1052 SecondaryCommandPool *commandPool = nullptr; in enqueueFlushOutsideRPCommands() local
1080 SecondaryCommandPool *commandPool = nullptr; in enqueueFlushRenderPassCommands() local
1157 PersistentCommandPool &commandPool = mPrimaryCommandPoolMap[protectionType]; in initCommandPool() local
1197 PersistentCommandPool &commandPool = mPrimaryCommandPoolMap[protectionType]; in collectPrimaryCommandBuffer() local
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkPlatform.cpp752 VkResult DeviceDriverSC::resetCommandPoolHandlerNorm(VkDevice device, VkCommandPool commandPool, in resetCommandPoolHandlerNorm()
784 void DeviceDriverSC::resetCommandPoolHandlerStat(VkDevice device, VkCommandPool commandPool, in resetCommandPoolHandlerStat()
800 void DeviceDriverSC::freeCommandBuffersHandler(VkDevice device, VkCommandPool commandPool, uint32_t… in freeCommandBuffersHandler()
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/
DDisplayVk.cpp724 const VulkanDispatch& vk, VkDevice device, VkCommandPool commandPool) { in create()
750 VkCommandPool commandPool, VkFence fence, in ImageBorrowResource()
DVkDecoderSnapshotUtils.h27 VkCommandPool commandPool; member
/aosp_15_r20/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkTests.cpp135 auto commandPool = local
1332 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in TEST_P() local
2129 auto commandPool = device->createCommandPoolUnique(commandPoolCreateInfo).value; in TEST_P() local
2273 auto commandPool = in TEST_P() local
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h168 void vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, in vkDestroyCommandPool()
219 void vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, in vkFreeCommandBuffers()
/aosp_15_r20/external/mesa3d/src/panfrost/vulkan/
H A Dpanvk_cmd_pool.c50 panvk_DestroyCommandPool(VkDevice _device, VkCommandPool commandPool, in panvk_DestroyCommandPool()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineMakeUtil.cpp39 const VkCommandPool commandPool) in makeCommandBuffer()
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkCommandPool.cpp47 GrVkCommandPool::GrVkCommandPool(GrVkGpu* gpu, VkCommandPool commandPool, in GrVkCommandPool()

123456789