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 VMWARE 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
518 * matrix out in one go:
874 /* Put material values in the GENERIC slots -- they are not used
875 * for anything in fixed function mode.
890 * calculate these values dynamically in the case where material calls
1011 /* result[2] = (in > 0 ? 1 : 0)
1018 /* Need to add some addtional parameters to allow lighting in object
1065 * The negation will be un-done later in the back-face code below.
1129 /* Normalize VPpli. The dist value also used in
1322 assert(!"Bad fog mode in build_fog()");
1371 * reflect and/or sphere, things start to tilt in favour
1484 struct ureg in = register_input(p, VERT_ATTRIB_TEX0+i);
1485 emit_op1(p, OPCODE_MOV, out_texgen, copy_mask, in );
1491 struct ureg in = (!is_undef(out_texgen) ?
1497 emit_matrix_transform_vec4( p, out, texmat, in );
1502 emit_transpose_matrix_transform_vec4( p, out, texmat, in );
1558 struct ureg in = register_input(p, VERT_ATTRIB_POINT_SIZE);
1560 emit_op1(p, OPCODE_MOV, out, WRITEMASK_X, in);
1660 /* Grab all the relevant state and put it in a single structure: