Blender
V3.3
|
#include "integrator/pass_accessor.h"
#include "session/buffers.h"
#include "util/log.h"
#include "kernel/device/cpu/compat.h"
#include "kernel/types.h"
Go to the source code of this file.
Functions | |
static void | pad_pixels (const BufferParams &buffer_params, const PassAccessor::Destination &destination, const int src_num_components) |
|
static |
Definition at line 78 of file pass_accessor.cpp.
References BufferParams::height, if(), PassAccessor::Destination::num_components, PassAccessor::Destination::offset, PassAccessor::Destination::pixel_stride, PassAccessor::Destination::pixels, size(), and BufferParams::width.
Referenced by PassAccessor::get_render_tile_pixels().