Lines Matching defs:coordinate
1877 * (tex <type> <sampler> <coordinate> <sparse> 0 1 ( ) ( ))
1878 * (txb <type> <sampler> <coordinate> <sparse> 0 1 ( ) ( ) <bias>)
1879 * (txl <type> <sampler> <coordinate> <sparse> 0 1 ( ) <lod>)
1880 * (txd <type> <sampler> <coordinate> <sparse> 0 1 ( ) ( ) (dPdx dPdy))
1881 * (txf <type> <sampler> <coordinate> <sparse> 0 <lod>)
1883 * <type> <sampler> <coordinate> <sparse> <sample_index>)
1885 * (lod <type> <sampler> <coordinate>)
1886 * (tg4 <type> <sampler> <coordinate> <sparse> <offset> <component>)
1888 * (samples_identical <sampler> <coordinate>)
1894 op(op), sampler(NULL), coordinate(NULL), projector(NULL),
1934 /** Texture coordinate to sample */
1935 ir_rvalue *coordinate;
1966 ir_rvalue *dPdx; /**< Partial derivative of coordinate wrt X */
1967 ir_rvalue *dPdy; /**< Partial derivative of coordinate wrt Y */