Blender V5.0
pad.cc File Reference
#include "GPU_shader.hh"
#include "COM_context.hh"
#include "COM_result.hh"
#include "COM_utilities.hh"
#include "COM_algorithm_pad.hh"

Go to the source code of this file.

Namespaces

namespace  blender
namespace  blender::compositor

Functions

static const char * blender::compositor::get_shader_name (const ResultType type, const PaddingMethod padding_method)
static void blender::compositor::zero_pad_gpu (Context &context, const Result &input, Result &output, const int2 size, const PaddingMethod padding_method)
static void blender::compositor::zero_pad_cpu (const Result &input, Result &output, const int2 size, const PaddingMethod padding_method)
void blender::compositor::pad (Context &context, const Result &input, Result &output, const int2 size, const PaddingMethod padding_method)