/third_party/skia/experimental/graphite/src/ |
H A D | TaskGraph.cpp | 19 void TaskGraph::addCommands(ResourceProvider* resourceProvider, CommandBuffer* commandBuffer) { in addCommands() function in skgpu::TaskGraph 21 task->addCommands(resourceProvider, commandBuffer); in addCommands()
|
H A D | RenderPassTask.cpp | 32 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 D | TaskGraph.h | 24 void addCommands(ResourceProvider*, CommandBuffer*);
|
H A D | Task.h | 22 virtual void addCommands(ResourceProvider*, CommandBuffer*) = 0;
|
H A D | CopyTask.h | 31 void addCommands(ResourceProvider*, CommandBuffer*) override;
|
H A D | RenderPassTask.h | 36 void addCommands(ResourceProvider*, CommandBuffer*) override;
|
H A D | CopyTask.cpp | 42 void CopyTextureToBufferTask::addCommands(ResourceProvider*, CommandBuffer* commandBuffer) { in addCommands() function in skgpu::CopyTextureToBufferTask
|
H A D | DrawPass.h | 73 void addCommands(CommandBuffer* buffer) const;
|
H A D | Recorder.cpp | 56 fGraph.addCommands(gpu->resourceProvider(), commandBuffer.get()); in snap()
|
H A D | DrawPass.cpp | 321 void DrawPass::addCommands(CommandBuffer* buffer) const { in addCommands() function in skgpu::DrawPass
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawScissorTests.cpp | 95 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 D | vktDrawScissorTests.cpp | 95 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()
|