Go to the source code of this file.
|
| static bool | impeller::BindImages (const Bindings &bindings, Allocator &allocator, const std::shared_ptr< CommandEncoderVK > &encoder, vk::DescriptorSet &vk_desc_set, std::vector< vk::DescriptorImageInfo > &images, std::vector< vk::WriteDescriptorSet > &writes) |
| |
| static bool | impeller::BindBuffers (const Bindings &bindings, Allocator &allocator, const std::shared_ptr< CommandEncoderVK > &encoder, vk::DescriptorSet &vk_desc_set, const std::vector< DescriptorSetLayout > &desc_set, std::vector< vk::DescriptorBufferInfo > &buffers, std::vector< vk::WriteDescriptorSet > &writes) |
| |
| fml::StatusOr< std::vector< vk::DescriptorSet > > | impeller::AllocateAndBindDescriptorSets (const ContextVK &context, const std::shared_ptr< CommandEncoderVK > &encoder, const std::vector< Command > &commands, const TextureVK &input_attachment) |
| |
| fml::StatusOr< std::vector< vk::DescriptorSet > > | impeller::AllocateAndBindDescriptorSets (const ContextVK &context, const std::shared_ptr< CommandEncoderVK > &encoder, const std::vector< ComputeCommand > &commands) |
| |