Lines Matching defs:in
8 * "Software"), to deal in the Software without restriction, including
15 * next paragraph) shall be included in all copies or substantial portions
21 * IN NO EVENT SHALL TUNGSTEN GRAPHICS AND/OR ITS SUPPLIERS BE LIABLE FOR
22 * ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
23 * TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
24 * SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
286 * NOTE: These are passed by value extensively in this file rather
288 * remembering they are just 32bits in size.
290 * GCC is smart enough to deal with these dword-sized structures in
519 * matrix out in one go:
886 /* Put material values in the GENERIC slots -- they are not used
887 * for anything in fixed function mode.
902 * calculate these values dynamically in the case where material calls
1022 /* result[2] = (in > 0 ? 1 : 0)
1029 /* Need to add some addtional parameters to allow lighting in object
1076 * The negation will be un-done later in the back-face code below.
1140 /* Normalize VPpli. The dist value also used in
1380 * reflect and/or sphere, things start to tilt in favour
1493 struct ureg in = register_input(p, VERT_ATTRIB_TEX0+i);
1494 emit_op1(p, OPCODE_MOV, out_texgen, copy_mask, in );
1500 struct ureg in = (!is_undef(out_texgen) ?
1506 emit_matrix_transform_vec4( p, out, texmat, in );
1511 emit_transpose_matrix_transform_vec4( p, out, texmat, in );
1567 struct ureg in = register_input(p, VERT_ATTRIB_POINT_SIZE);
1569 emit_op1(p, OPCODE_MOV, out, WRITEMASK_X, in);
1668 /* Grab all the relevent state and put it in a single structure: