CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
_vx_tile_block_size_t Struct Reference

The User Tiling Function tile block size declaration. More...

#include <vx_khr_tiling.h>

Public Attributes

vx_int32 width
 Tile block width in pixels.
 
vx_int32 height
 Tile block height in pixels.
 

Detailed Description

The User Tiling Function tile block size declaration.

The author of a User Tiling Kernel will use this structure to define the dimensionality of the tile block.

Member Data Documentation

◆ height

vx_int32 _vx_tile_block_size_t::height

Tile block height in pixels.

◆ width

vx_int32 _vx_tile_block_size_t::width

Tile block width in pixels.