Home
last modified time | relevance | path

Searched refs:addCommands (Results 1 - 12 of 12) sorted by relevance

/third_party/skia/experimental/graphite/src/
H A DTaskGraph.cpp19 void TaskGraph::addCommands(ResourceProvider* resourceProvider, CommandBuffer* commandBuffer) { in addCommands() function in skgpu::TaskGraph
21 task->addCommands(resourceProvider, commandBuffer); in addCommands()
H A DRenderPassTask.cpp32 void RenderPassTask::addCommands(ResourceProvider* resourceProvider, CommandBuffer* commandBuffer) { in addCommands() function in skgpu::RenderPassTask
36 // possibly(?) start each subpass, and call DrawPass::addCommands() on the command buffer in addCommands()
56 drawPass->addCommands(commandBuffer); in addCommands()
H A DTaskGraph.h24 void addCommands(ResourceProvider*, CommandBuffer*);
H A DTask.h22 virtual void addCommands(ResourceProvider*, CommandBuffer*) = 0;
H A DCopyTask.h31 void addCommands(ResourceProvider*, CommandBuffer*) override;
H A DRenderPassTask.h36 void addCommands(ResourceProvider*, CommandBuffer*) override;
H A DCopyTask.cpp42 void CopyTextureToBufferTask::addCommands(ResourceProvider*, CommandBuffer* commandBuffer) { in addCommands() function in skgpu::CopyTextureToBufferTask
H A DDrawPass.h73 void addCommands(CommandBuffer* buffer) const;
H A DRecorder.cpp56 fGraph.addCommands(gpu->resourceProvider(), commandBuffer.get()); in snap()
H A DDrawPass.cpp321 void DrawPass::addCommands(CommandBuffer* buffer) const { in addCommands() function in skgpu::DrawPass
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawScissorTests.cpp95 virtual void addCommands (const DeviceInterface& vk, VkCommandBuffer cmdBuffer) = 0;
114 virtual void addCommands (const DeviceInterface& vk, VkCommandBuffer cmdBuffer);
150 void QuadDrawTestCommand::addCommands (const DeviceInterface& vk, VkCommandBuffer cmdBuffer) in addCommands() function in vkt::Draw::__anon27945::QuadDrawTestCommand
161 virtual void addCommands (const DeviceInterface& vk, VkCommandBuffer cmdBuffer);
172 void RectClearTestCommand::addCommands (const DeviceInterface& vk, VkCommandBuffer cmdBuffer) in addCommands() function in vkt::Draw::__anon27945::RectClearTestCommand
197 virtual void addCommands (const DeviceInterface& vk, VkCommandBuffer cmdBuffer);
211 void DynamicScissorTestCommand::addCommands (const DeviceInterface& vk, VkCommandBuffer cmdBuffer) in addCommands() function in vkt::Draw::__anon27945::DynamicScissorTestCommand
658 m_params.commands[commandIdx]->addCommands(vk, cmdBuffer); in drawCommands()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawScissorTests.cpp95 virtual void addCommands (const DeviceInterface& vk, VkCommandBuffer cmdBuffer) = 0;
114 virtual void addCommands (const DeviceInterface& vk, VkCommandBuffer cmdBuffer);
150 void QuadDrawTestCommand::addCommands (const DeviceInterface& vk, VkCommandBuffer cmdBuffer) in addCommands() function in vkt::Draw::__anon29180::QuadDrawTestCommand
161 virtual void addCommands (const DeviceInterface& vk, VkCommandBuffer cmdBuffer);
172 void RectClearTestCommand::addCommands (const DeviceInterface& vk, VkCommandBuffer cmdBuffer) in addCommands() function in vkt::Draw::__anon29180::RectClearTestCommand
197 virtual void addCommands (const DeviceInterface& vk, VkCommandBuffer cmdBuffer);
211 void DynamicScissorTestCommand::addCommands (const DeviceInterface& vk, VkCommandBuffer cmdBuffer) in addCommands() function in vkt::Draw::__anon29180::DynamicScissorTestCommand
658 m_params.commands[commandIdx]->addCommands(vk, cmdBuffer); in drawCommands()

Completed in 8 milliseconds