Home
last modified time | relevance | path

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

12

/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/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DCommandRecordingContext.h34 VkCommandPool commandPool = VK_NULL_HANDLE; member
/third_party/flutter/skia/src/gpu/vk/
DGrVkCommandPool.cpp35 GrVkCommandPool::GrVkCommandPool(const GrVkGpu* gpu, VkCommandPool commandPool) in GrVkCommandPool()
DGrVkCommandBuffer.h65 GrVkCommandPool* commandPool() { return fCmdPool; } in commandPool() function
/third_party/skia/src/gpu/vk/
DGrVkCommandPool.cpp43 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
DTriangleBenchmarks.cpp214 …tester.onUpdateDescriptorSet([](DrawTester &tester, vk::CommandPool &commandPool, vk::DescriptorSe… in TriangleSampleTexture()
/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
DCommandProcessor.h198 CommandPool *commandPool; member
DRendererVk.cpp3386 vk::CommandPool *commandPool, in submitFrame()
3576 vk::CommandPool *commandPool, in getCommandBufferHelper()
Dvk_helpers.cpp1021 CommandPool *commandPool) in initialize()
2109 CommandPool *commandPool, in getCommandBufferHelper()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandGraph.cpp30 const CommandPool &commandPool, in InitAndBeginCommandBuffer()
43 const CommandPool &commandPool, in InitAndBeginCommandBuffer()
374 const CommandPool &commandPool, in beginOutsideRenderPassRecording()
DContextVk.h609 vk::CommandPool commandPool; member
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPromotedExtensions.cpp170 VKAPI_ATTR void VKAPI_CALL vkTrimCommandPoolKHR(VkDevice device, VkCommandPool commandPool, VkComma… in vkTrimCommandPoolKHR()
DlibVulkan.cpp2413 VKAPI_ATTR void VKAPI_CALL vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, const V… in vkDestroyCommandPool()
2421 VKAPI_ATTR VkResult VKAPI_CALL vkResetCommandPool(VkDevice device, VkCommandPool commandPool, VkCom… in vkResetCommandPool()
2452 VKAPI_ATTR void VKAPI_CALL vkFreeCommandBuffers(VkDevice device, VkCommandPool commandPool, uint32_… in vkFreeCommandBuffers()
3666 VKAPI_ATTR void VKAPI_CALL vkTrimCommandPool(VkDevice device, VkCommandPool commandPool, VkCommandP… in vkTrimCommandPool()
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DComputeTests.cpp264 VkCommandPool commandPool; in test() local
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_funcs.hpp4176 VULKAN_HPP_NAMESPACE::CommandPool commandPool; in createCommandPool() local
4195 VULKAN_HPP_NAMESPACE::CommandPool commandPool; in createCommandPoolUnique() local
4210 …N_HPP_INLINE void Device::destroyCommandPool( VULKAN_HPP_NAMESPACE::CommandPool co… in destroyCommandPool()
4223 … Device::destroyCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool, in destroyCommandPool()
4236 …VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::CommandPool commandP… in destroy()
4248 …VULKAN_HPP_INLINE void Device::destroy( VULKAN_HPP_NAMESPACE::CommandPool … in destroy()
4263 Device::resetCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool, in resetCommandPool()
4274 Device::resetCommandPool( VULKAN_HPP_NAMESPACE::CommandPool commandPool, in resetCommandPool()
4397 …LKAN_HPP_INLINE void Device::freeCommandBuffers( VULKAN_HPP_NAMESPACE::CommandPool comma… in freeCommandBuffers()
4412 …Device::freeCommandBuffers( VULKAN_HPP_NAMESPACE::CommandPool commandP… in freeCommandBuffers()
[all …]
Dvulkan_handles.hpp5373 VULKAN_HPP_TYPESAFE_EXPLICIT CommandPool( VkCommandPool commandPool ) VULKAN_HPP_NOEXCEPT in CommandPool()
5378 CommandPool & operator=( VkCommandPool commandPool ) VULKAN_HPP_NOEXCEPT in operator =()
Dvulkan_raii.hpp3870VkCommandPool commandPool, in CommandPool()
3959VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::CommandPool const & commandPool ) in CommandBuffer()
3968VkCommandPool commandPool, in CommandBuffer()
Dvulkan.hpp2057 VkCommandPool commandPool, in vkDestroyCommandPool()
2064 VkCommandPool commandPool, in vkResetCommandPool()
2078 VkCommandPool commandPool, in vkFreeCommandBuffers()
2644 VkCommandPool commandPool, in vkTrimCommandPool()
3555 VkCommandPool commandPool, in vkTrimCommandPoolKHR()
/third_party/flutter/glfw/deps/vulkan/
Dvulkan.h2069 VkCommandPool commandPool; member
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h2564 VkCommandPool commandPool; member
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h2768 VkCommandPool commandPool; member
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h3312 VkCommandPool commandPool; member

12