Home | History | Annotate | Download | only in glsl

Lines Matching defs:coordinate

1793  * (tex <type> <sampler> <coordinate> 0 1 ( ))
1794 * (txb <type> <sampler> <coordinate> 0 1 ( ) <bias>)
1795 * (txl <type> <sampler> <coordinate> 0 1 ( ) <lod>)
1796 * (txd <type> <sampler> <coordinate> 0 1 ( ) (dPdx dPdy))
1797 * (txf <type> <sampler> <coordinate> 0 <lod>)
1799 * <type> <sampler> <coordinate> <sample_index>)
1801 * (lod <type> <sampler> <coordinate>)
1802 * (tg4 <type> <sampler> <coordinate> <offset> <component>)
1804 * (samples_identical <sampler> <coordinate>)
1810 op(op), sampler(NULL), coordinate(NULL), projector(NULL),
1848 /** Texture coordinate to sample */
1849 ir_rvalue *coordinate;
1861 * Coordinate used for comparison on shadow look-ups.
1877 ir_rvalue *dPdx; /**< Partial derivative of coordinate wrt X */
1878 ir_rvalue *dPdy; /**< Partial derivative of coordinate wrt Y */