Blender  V3.3
Macros | Variables
smaa_textures.h File Reference

Go to the source code of this file.

Macros

#define AREATEX_WIDTH   160
 
#define AREATEX_HEIGHT   560
 
#define AREATEX_PITCH   (AREATEX_WIDTH * 2)
 
#define AREATEX_SIZE   (AREATEX_HEIGHT * AREATEX_PITCH)
 
#define SEARCHTEX_WIDTH   64
 
#define SEARCHTEX_HEIGHT   16
 
#define SEARCHTEX_PITCH   SEARCHTEX_WIDTH
 
#define SEARCHTEX_SIZE   (SEARCHTEX_HEIGHT * SEARCHTEX_PITCH)
 

Variables

const unsigned char areaTexBytes []
 
const unsigned char searchTexBytes []
 

Macro Definition Documentation

◆ AREATEX_HEIGHT

#define AREATEX_HEIGHT   560

Definition at line 11 of file smaa_textures.h.

◆ AREATEX_PITCH

#define AREATEX_PITCH   (AREATEX_WIDTH * 2)

Definition at line 12 of file smaa_textures.h.

◆ AREATEX_SIZE

#define AREATEX_SIZE   (AREATEX_HEIGHT * AREATEX_PITCH)

Definition at line 13 of file smaa_textures.h.

◆ AREATEX_WIDTH

#define AREATEX_WIDTH   160

Definition at line 10 of file smaa_textures.h.

◆ SEARCHTEX_HEIGHT

#define SEARCHTEX_HEIGHT   16

Definition at line 22 of file smaa_textures.h.

◆ SEARCHTEX_PITCH

#define SEARCHTEX_PITCH   SEARCHTEX_WIDTH

Definition at line 23 of file smaa_textures.h.

◆ SEARCHTEX_SIZE

#define SEARCHTEX_SIZE   (SEARCHTEX_HEIGHT * SEARCHTEX_PITCH)

Definition at line 24 of file smaa_textures.h.

◆ SEARCHTEX_WIDTH

#define SEARCHTEX_WIDTH   64

Definition at line 21 of file smaa_textures.h.

Variable Documentation

◆ areaTexBytes

const unsigned char areaTexBytes[]
extern

Stored in R8G8 format. Load it in the following format:

  • DX10: DXGI_FORMAT_R8G8_UNORM

Definition at line 17 of file smaa_textures.c.

Referenced by GPENCIL_antialiasing_init(), and workbench_antialiasing_engine_init().

◆ searchTexBytes

const unsigned char searchTexBytes[]
extern

Stored in R8 format. Load it in the following format:

  • DX10: DXGI_FORMAT_R8_UNORM

Definition at line 14958 of file smaa_textures.c.

Referenced by GPENCIL_antialiasing_init(), and workbench_antialiasing_engine_init().