jcuda.jnpp
Class NppiAlphaOp

java.lang.Object
  extended by jcuda.jnpp.NppiAlphaOp

public class NppiAlphaOp
extends java.lang.Object

Alpha operators


Field Summary
static int NPPI_OP_ALPHA_ATOP
           
static int NPPI_OP_ALPHA_ATOP_PREMUL
           
static int NPPI_OP_ALPHA_IN
           
static int NPPI_OP_ALPHA_IN_PREMUL
           
static int NPPI_OP_ALPHA_OUT
           
static int NPPI_OP_ALPHA_OUT_PREMUL
           
static int NPPI_OP_ALPHA_OVER
           
static int NPPI_OP_ALPHA_OVER_PREMUL
           
static int NPPI_OP_ALPHA_PLUS
           
static int NPPI_OP_ALPHA_PLUS_PREMUL
           
static int NPPI_OP_ALPHA_PREMUL
           
static int NPPI_OP_ALPHA_XOR
           
static int NPPI_OP_ALPHA_XOR_PREMUL
           
 
Method Summary
static java.lang.String stringFor(int n)
          Returns a string representation of the given constant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NPPI_OP_ALPHA_OVER

public static final int NPPI_OP_ALPHA_OVER
See Also:
Constant Field Values

NPPI_OP_ALPHA_IN

public static final int NPPI_OP_ALPHA_IN
See Also:
Constant Field Values

NPPI_OP_ALPHA_OUT

public static final int NPPI_OP_ALPHA_OUT
See Also:
Constant Field Values

NPPI_OP_ALPHA_ATOP

public static final int NPPI_OP_ALPHA_ATOP
See Also:
Constant Field Values

NPPI_OP_ALPHA_XOR

public static final int NPPI_OP_ALPHA_XOR
See Also:
Constant Field Values

NPPI_OP_ALPHA_PLUS

public static final int NPPI_OP_ALPHA_PLUS
See Also:
Constant Field Values

NPPI_OP_ALPHA_OVER_PREMUL

public static final int NPPI_OP_ALPHA_OVER_PREMUL
See Also:
Constant Field Values

NPPI_OP_ALPHA_IN_PREMUL

public static final int NPPI_OP_ALPHA_IN_PREMUL
See Also:
Constant Field Values

NPPI_OP_ALPHA_OUT_PREMUL

public static final int NPPI_OP_ALPHA_OUT_PREMUL
See Also:
Constant Field Values

NPPI_OP_ALPHA_ATOP_PREMUL

public static final int NPPI_OP_ALPHA_ATOP_PREMUL
See Also:
Constant Field Values

NPPI_OP_ALPHA_XOR_PREMUL

public static final int NPPI_OP_ALPHA_XOR_PREMUL
See Also:
Constant Field Values

NPPI_OP_ALPHA_PLUS_PREMUL

public static final int NPPI_OP_ALPHA_PLUS_PREMUL
See Also:
Constant Field Values

NPPI_OP_ALPHA_PREMUL

public static final int NPPI_OP_ALPHA_PREMUL
See Also:
Constant Field Values
Method Detail

stringFor

public static java.lang.String stringFor(int n)
Returns a string representation of the given constant

Returns:
A string representation of the given constant