Blender  V2.93
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

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

Macro Definition Documentation

◆ AREATEX_HEIGHT

#define AREATEX_HEIGHT   560

Definition at line 32 of file smaa_textures.h.

◆ AREATEX_PITCH

#define AREATEX_PITCH   (AREATEX_WIDTH * 2)

Definition at line 33 of file smaa_textures.h.

◆ AREATEX_SIZE

#define AREATEX_SIZE   (AREATEX_HEIGHT * AREATEX_PITCH)

Definition at line 34 of file smaa_textures.h.

◆ AREATEX_WIDTH

#define AREATEX_WIDTH   160

Copyright (C) 2013 Jorge Jimenez jorge.nosp@m.@iry.nosp@m.oku.c.nosp@m.om Copyright (C) 2013 Jose I. Echevarria josei.nosp@m.gnac.nosp@m.ioech.nosp@m.evar.nosp@m.ria@g.nosp@m.mail.nosp@m..com Copyright (C) 2013 Belen Masia bmasi.nosp@m.a@un.nosp@m.izar..nosp@m.es Copyright (C) 2013 Fernando Navarro ferna.nosp@m.ndn@.nosp@m.micro.nosp@m.soft.nosp@m..com Copyright (C) 2013 Diego Gutierrez diego.nosp@m.g@un.nosp@m.izar..nosp@m.es

Permission is hereby granted, free of charge, to any person obtaining a copy this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. As clarification, there is no requirement that the copyright notice and permission be included in binary distributions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Definition at line 31 of file smaa_textures.h.

◆ SEARCHTEX_HEIGHT

#define SEARCHTEX_HEIGHT   16

Definition at line 14983 of file smaa_textures.h.

◆ SEARCHTEX_PITCH

#define SEARCHTEX_PITCH   SEARCHTEX_WIDTH

Definition at line 14984 of file smaa_textures.h.

◆ SEARCHTEX_SIZE

#define SEARCHTEX_SIZE   (SEARCHTEX_HEIGHT * SEARCHTEX_PITCH)

Definition at line 14985 of file smaa_textures.h.

◆ SEARCHTEX_WIDTH

#define SEARCHTEX_WIDTH   64

Definition at line 14982 of file smaa_textures.h.

Variable Documentation

◆ areaTexBytes

const unsigned char areaTexBytes[]
static

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

  • DX10: DXGI_FORMAT_R8G8_UNORM

Definition at line 43 of file smaa_textures.h.

Referenced by GPENCIL_antialiasing_init(), and workbench_antialiasing_engine_init().

◆ searchTexBytes

const unsigned char searchTexBytes[]
static

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

  • DX10: DXGI_FORMAT_R8_UNORM

Definition at line 14994 of file smaa_textures.h.

Referenced by GPENCIL_antialiasing_init(), and workbench_antialiasing_engine_init().