| /third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
| D | VkCommandPool.cpp | 25 CommandPool::CommandPool(const VkCommandPoolCreateInfo *pCreateInfo, void *mem) in CommandPool() function in vk::CommandPool 29 void CommandPool::destroy(const VkAllocationCallbacks *pAllocator) in destroy() 38 size_t CommandPool::ComputeRequiredAllocationSize(const VkCommandPoolCreateInfo *pCreateInfo) in ComputeRequiredAllocationSize() 43 VkResult CommandPool::allocateCommandBuffers(Device *device, VkCommandBufferLevel level, uint32_t c… in allocateCommandBuffers() 77 void CommandPool::freeCommandBuffers(uint32_t commandBufferCount, const VkCommandBuffer *pCommandBu… in freeCommandBuffers() 86 VkResult CommandPool::reset(VkCommandPoolResetFlags flags) in reset() 99 void CommandPool::trim(VkCommandPoolTrimFlags flags) in trim()
|
| D | VkCommandPool.hpp | 26 class CommandPool : public Object<CommandPool, VkCommandPool> class 29 CommandPool(const VkCommandPoolCreateInfo *pCreateInfo, void *mem); 43 static inline CommandPool *Cast(VkCommandPool object) in Cast() 45 return CommandPool::Cast(object); in Cast()
|
| /third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
| D | command_pool.cc | 22 CommandPool::CommandPool(Device* device) : device_(device) {} in CommandPool() function in amber::vulkan::CommandPool 24 CommandPool::~CommandPool() { in ~CommandPool() 32 Result CommandPool::Initialize() { in Initialize()
|
| D | command_pool.h | 28 class CommandPool { 30 explicit CommandPool(Device* device); 31 ~CommandPool();
|
| D | command_buffer.h | 34 class CommandPool; variable 41 CommandBuffer(Device* device, CommandPool* pool); 57 CommandPool* pool_ = nullptr;
|
| D | graphics_pipeline.h | 37 class CommandPool; variable 50 Result Initialize(uint32_t width, uint32_t height, CommandPool* pool);
|
| D | compute_pipeline.h | 36 Result Initialize(CommandPool* pool);
|
| D | compute_pipeline.cc | 34 Result ComputePipeline::Initialize(CommandPool* pool) { in Initialize()
|
| D | vertex_buffer_test.cc | 140 commandPool_(MakeUnique<CommandPool>(device_.get())), in VertexBufferTest() 163 std::unique_ptr<CommandPool> commandPool_;
|
| D | pipeline.h | 84 Result Initialize(CommandPool* pool);
|
| D | engine_vulkan.h | 92 std::unique_ptr<CommandPool> pool_;
|
| D | command_buffer.cc | 25 CommandBuffer::CommandBuffer(Device* device, CommandPool* pool) in CommandBuffer()
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
| D | Util.hpp | 27 vk::CommandBuffer beginSingleTimeCommands(vk::Device device, vk::CommandPool commandPool); 29 void endSingleTimeCommands(vk::Device device, vk::CommandPool commandPool, vk::Queue queue, vk::Com… 31 void transitionImageLayout(vk::Device device, vk::CommandPool commandPool, vk::Queue queue, vk::Ima… 33 void copyBufferToImage(vk::Device device, vk::CommandPool commandPool, vk::Queue queue, vk::Buffer …
|
| D | DrawTester.hpp | 67 …void onUpdateDescriptorSet(std::function<void(ThisType &tester, vk::CommandPool &commandPool, vk::… 129 …std::function<void(ThisType &tester, vk::CommandPool &commandPool, vk::DescriptorSet &descriptorSe… in __anone132ea290502() 162 vk::CommandPool commandPool; // Owning handle 192 inline void DrawTester::onUpdateDescriptorSet(std::function<void(ThisType &tester, vk::CommandPool … in onUpdateDescriptorSet()
|
| 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()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
| D | CommandProcessor.h | 103 CommandPool *commandPool, 143 CommandPool *getCommandPool() const { return mCommandPool; } in getCommandPool() 158 CommandPool *mCommandPool; 198 CommandPool *commandPool; 294 CommandPool *commandPool, 359 CommandPool *commandPool, 412 CommandPool *commandPool, 508 CommandPool *commandPool,
|
| D | VulkanSecondaryCommandBuffer.cpp | 21 CommandPool *pool, in InitializeCommandPool() 55 vk::CommandPool *pool, in initialize()
|
| D | PersistentCommandPool.h | 43 vk::CommandPool mCommandPool;
|
| D | vk_wrapper.h | 38 FUNC(CommandPool) \ 134 class CommandPool final : public WrappedObject<CommandPool, VkCommandPool> 137 CommandPool() = default; 177 void destroy(VkDevice device, const CommandPool &commandPool); 637 ANGLE_INLINE void CommandPool::destroy(VkDevice device) 646 ANGLE_INLINE VkResult CommandPool::reset(VkDevice device, VkCommandPoolResetFlags flags) 652 ANGLE_INLINE void CommandPool::freeCommandBuffers(VkDevice device, 660 ANGLE_INLINE VkResult CommandPool::init(VkDevice device, const VkCommandPoolCreateInfo &createInfo) 764 ANGLE_INLINE void CommandBuffer::destroy(VkDevice device, const vk::CommandPool &commandPool)
|
| D | RendererVk.h | 433 vk::CommandPool *commandPool, 459 vk::CommandPool *commandPool, 619 vk::CommandPool mOneOffCommandPool;
|
| /third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
| D | vkNullDriver.cpp | 612 class CommandPool class 615 CommandPool (VkDevice device, const VkCommandPoolCreateInfo*) in CommandPool() function in vk::__anone17623bc0111::CommandPool 618 ~CommandPool (void); 629 CommandPool::~CommandPool (void) in ~CommandPool() 635 VkCommandBuffer CommandPool::allocate (VkCommandBufferLevel level) in allocate() 652 void CommandPool::free (VkCommandBuffer buffer) in free() 1383 …CommandPool* const poolImpl = reinterpret_cast<CommandPool*>((deUintptr)pAllocateInfo->commandPool… in allocateCommandBuffers() 1394 CommandPool* const poolImpl = reinterpret_cast<CommandPool*>((deUintptr)commandPool.getInternal()); in freeCommandBuffers()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
| D | vktApiObjectManagementTests.cpp | 2176 struct CommandPool struct 2196 return getSafeObjectCount<CommandPool>(context, params, DEFAULT_MAX_CONCURRENT_OBJECTS); in getMaxConcurrent() 2219 CommandPool::Parameters commandPool; 2222 Parameters (const CommandPool::Parameters& commandPool_, in Parameters() 2231 Dependency<CommandPool> commandPool; 3082 CaseDescription<CommandPool> commandPool; 3288 static const NamedParameters<CommandPool> s_commandPoolCases[] = in createObjectManagementTests() 3290 { "command_pool", CommandPool::Parameters((VkCommandPoolCreateFlags)0) }, in createObjectManagementTests() 3291 { "command_pool_transient", CommandPool::Parameters(VK_COMMAND_POOL_CREATE_TRANSIENT_BIT) } in createObjectManagementTests() 3295 …{ "command_buffer_primary", CommandBuffer::Parameters(CommandPool::Parameters((VkCommandPoolCreat… in createObjectManagementTests() [all …]
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
| D | vktMemoryDeviceMemoryReportTests.cpp | 1463 struct CommandPool struct 1501 CommandPool::Parameters commandPool; 1504 Parameters (const CommandPool::Parameters& commandPool_, in Parameters() 1513 Dependency<CommandPool> commandPool; 1576 CaseDescription<CommandPool> commandPool; 2425 static const NamedParameters<CommandPool> s_commandPoolCases[] = in createDeviceMemoryReportTests() 2427 { "command_pool", CommandPool::Parameters((VkCommandPoolCreateFlags)0) }, in createDeviceMemoryReportTests() 2428 { "command_pool_transient", CommandPool::Parameters(VK_COMMAND_POOL_CREATE_TRANSIENT_BIT) } in createDeviceMemoryReportTests() 2432 …{ "command_buffer_primary", CommandBuffer::Parameters(CommandPool::Parameters((VkCommandPoolCreat… in createDeviceMemoryReportTests() 2433 …{ "command_buffer_secondary", CommandBuffer::Parameters(CommandPool::Parameters((VkCommandPoolCrea… in createDeviceMemoryReportTests() [all …]
|
| /third_party/skia/third_party/externals/imgui/backends/ |
| D | imgui_impl_vulkan.h | 108 VkCommandPool CommandPool; member
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/ |
| D | ClearImageBenchmarks.cpp | 124 vk::CommandPool commandPool; // Owning handle
|