#include "impeller/renderer/backend/vulkan/compute_pass_vk.h"#include "flutter/fml/trace_event.h"#include "impeller/renderer/backend/vulkan/command_buffer_vk.h"#include "impeller/renderer/backend/vulkan/compute_pipeline_vk.h"#include "impeller/renderer/backend/vulkan/sampler_vk.h"#include "impeller/renderer/backend/vulkan/texture_vk.h"Go to the source code of this file.
Namespaces | |
| impeller | |
Functions | |
| static bool | impeller::UpdateBindingLayouts (const Bindings &bindings, const vk::CommandBuffer &buffer) |
| static bool | impeller::UpdateBindingLayouts (const ComputeCommand &command, const vk::CommandBuffer &buffer) |
| static bool | impeller::UpdateBindingLayouts (const std::vector< ComputeCommand > &commands, const vk::CommandBuffer &buffer) |
| static bool | impeller::AllocateAndBindDescriptorSets (const ContextVK &context, const ComputeCommand &command, CommandEncoderVK &encoder, const ComputePipelineVK &pipeline, size_t command_count) |