Lines Matching defs:sampler
477 * Return whether this variable contains a bindless sampler/image.
921 * Initial binding point for a sampler, atomic, or UBO.
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>)
1884 * (txs <type> <sampler> <lod>)
1885 * (lod <type> <sampler> <coordinate>)
1886 * (tg4 <type> <sampler> <coordinate> <sparse> <offset> <component>)
1887 * (query_levels <type> <sampler>)
1888 * (samples_identical <sampler> <coordinate>)
1894 op(op), sampler(NULL), coordinate(NULL), projector(NULL),
1921 /** Set the sampler and type. */
1922 void set_sampler(ir_dereference *sampler, const glsl_type *type);
1932 ir_dereference *sampler;