Searched refs:lit (Results 1 - 25 of 32) sorted by relevance

12

/xsrc/external/mit/xkeyboard-config/dist/scripts/
H A Dsymbols-tree.py104 lit("include") + quoted("include").setParseAction(append_includes) + EOL
107 OTHERLINE = And([~lit("};"), ~lit("include") + Regex(".*")]) + EOL
114 + lit("xkb_symbols")
116 + lit("{")
118 + lit("};")
132 def lit(string): function
142 lit("(") + Word(alphanums + "_").setResultsName("variant") + lit(")")
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_dump.c287 nine_dump_D3DLIGHT9(unsigned ch, const D3DLIGHT9 *lit) argument
300 "Phi: %f deg\n", lit,
301 nine_D3DLIGHTTYPE_to_str(lit->Type),
302 lit->Diffuse.r,lit->Diffuse.r,lit->Diffuse.g,lit->Diffuse.a,
303 lit->Specular.r,lit->Specular.r,lit
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_dump.c287 nine_dump_D3DLIGHT9(unsigned ch, const D3DLIGHT9 *lit) argument
300 "Phi: %f deg\n", lit,
301 nine_D3DLIGHTTYPE_to_str(lit->Type),
302 lit->Diffuse.r,lit->Diffuse.r,lit->Diffuse.g,lit->Diffuse.a,
303 lit->Specular.r,lit->Specular.r,lit
[all...]
/xsrc/external/mit/mesa-demos/dist/src/vp/
H A DMakefile.am58 lit.txt \
/xsrc/external/mit/mesa-demos/dist/src/fp/
H A DMakefile.am66 lit.txt \
/xsrc/external/mit/mesa-demos/dist/src/trivial/
H A DMakefile.am152 tri-lit \
153 tri-lit-material \
182 tri-unfilled-tri-lit \
H A DMakefile.in190 @HAVE_GLUT_TRUE@ tri-fp-const-imm$(EXEEXT) tri-lit$(EXEEXT) \
191 @HAVE_GLUT_TRUE@ tri-lit-material$(EXEEXT) \
210 @HAVE_GLUT_TRUE@ tri-unfilled-tri-lit$(EXEEXT) \
582 tri_lit_SOURCES = tri-lit.c
583 tri_lit_OBJECTS = tri-lit.$(OBJEXT)
585 tri_lit_material_SOURCES = tri-lit-material.c
586 tri_lit_material_OBJECTS = tri-lit-material.$(OBJEXT)
663 tri_unfilled_tri_lit_SOURCES = tri-unfilled-tri-lit.c
664 tri_unfilled_tri_lit_OBJECTS = tri-unfilled-tri-lit.$(OBJEXT)
842 tri-fp.c tri-fp-const-imm.c tri-lit
[all...]
/xsrc/external/mit/freetype/dist/src/gzip/
H A Dinfcodes.c42 uInt lit; /* if LIT, literal */ member in union:inflate_codes_state::__anon1a223bc8020a
129 c->sub.lit = t->base;
216 OUTBYTE(c->sub.lit)
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dffvertex_prog.c989 * lit.y = MAX(0, dots.x)
990 * lit.z = SLT(0, dots.x)
993 struct ureg lit,
998 /* Note that lit.x & lit.w will not be examined. Note also that
1002 /* MAX lit, id, dots;
1004 emit_op2(p, OPCODE_MAX, lit, WRITEMASK_XYZW, id, dots);
1007 * SLT lit.z, id.z, dots; # lit.z = (0 < dots.z) ? 1 : 0
1009 emit_op2(p, OPCODE_SLT, lit, WRITEMASK_
992 emit_degenerate_lit(struct tnl_program * p,struct ureg lit,struct ureg dots) argument
1023 struct ureg lit = get_temp(p); local in function:build_lighting
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dffvertex_prog.c997 * lit.y = MAX(0, dots.x)
998 * lit.z = SLT(0, dots.x)
1001 struct ureg lit,
1006 /* Note that lit.x & lit.w will not be examined. Note also that
1010 /* MAX lit, id, dots;
1012 emit_op2(p, OPCODE_MAX, lit, WRITEMASK_XYZW, id, dots);
1015 * SLT lit.z, id.z, dots; # lit.z = (0 < dots.z) ? 1 : 0
1017 emit_op2(p, OPCODE_SLT, lit, WRITEMASK_
1000 emit_degenerate_lit(struct tnl_program * p,struct ureg lit,struct ureg dots) argument
1031 struct ureg lit = get_temp(p); local in function:build_lighting
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_state_init.c562 ALLOC_STATE( lit[0], tcl_lit0_add6, LIT_STATE_SIZE, "LIT/light-0", 1 );
563 ALLOC_STATE( lit[1], tcl_lit1_add6, LIT_STATE_SIZE, "LIT/light-1", 1 );
564 ALLOC_STATE( lit[2], tcl_lit2_add6, LIT_STATE_SIZE, "LIT/light-2", 1 );
565 ALLOC_STATE( lit[3], tcl_lit3_add6, LIT_STATE_SIZE, "LIT/light-3", 1 );
566 ALLOC_STATE( lit[4], tcl_lit4_add6, LIT_STATE_SIZE, "LIT/light-4", 1 );
567 ALLOC_STATE( lit[5], tcl_lit5_add6, LIT_STATE_SIZE, "LIT/light-5", 1 );
568 ALLOC_STATE( lit[6], tcl_lit6_add6, LIT_STATE_SIZE, "LIT/light-6", 1 );
569 ALLOC_STATE( lit[7], tcl_lit7_add6, LIT_STATE_SIZE, "LIT/light-7", 1 );
639 rmesa->hw.lit[i].cmd[LIT_CMD_0] =
641 rmesa->hw.lit[
[all...]
H A Dradeon_context.h320 struct radeon_state_atom lit[8]; /* includes vec, scl commands */ member in struct:r100_hw_state
H A Dradeon_state.c689 float *fcmd = (float *)RADEON_DB_STATE( lit[p] );
695 RADEON_DB_STATECHANGE( rmesa, &rmesa->hw.lit[p] );
898 GLfloat *fcmd = (GLfloat *)RADEON_DB_STATE( lit[p] );
913 RADEON_DB_STATECHANGE( rmesa, &rmesa->hw.lit[p] );
924 GLfloat *fcmd = (GLfloat *)rmesa->hw.lit[p].cmd;
958 RADEON_STATECHANGE(rmesa, lit[p]);
966 RADEON_STATECHANGE(rmesa, lit[p]);
979 RADEON_STATECHANGE(rmesa, lit[p]);
987 RADEON_STATECHANGE(rmesa, lit[p]);
991 RADEON_STATECHANGE(rmesa, lit[
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_state_init.c562 ALLOC_STATE( lit[0], tcl_lit0_add6, LIT_STATE_SIZE, "LIT/light-0", 1 );
563 ALLOC_STATE( lit[1], tcl_lit1_add6, LIT_STATE_SIZE, "LIT/light-1", 1 );
564 ALLOC_STATE( lit[2], tcl_lit2_add6, LIT_STATE_SIZE, "LIT/light-2", 1 );
565 ALLOC_STATE( lit[3], tcl_lit3_add6, LIT_STATE_SIZE, "LIT/light-3", 1 );
566 ALLOC_STATE( lit[4], tcl_lit4_add6, LIT_STATE_SIZE, "LIT/light-4", 1 );
567 ALLOC_STATE( lit[5], tcl_lit5_add6, LIT_STATE_SIZE, "LIT/light-5", 1 );
568 ALLOC_STATE( lit[6], tcl_lit6_add6, LIT_STATE_SIZE, "LIT/light-6", 1 );
569 ALLOC_STATE( lit[7], tcl_lit7_add6, LIT_STATE_SIZE, "LIT/light-7", 1 );
639 rmesa->hw.lit[i].cmd[LIT_CMD_0] =
641 rmesa->hw.lit[
[all...]
H A Dradeon_context.h320 struct radeon_state_atom lit[8]; /* includes vec, scl commands */ member in struct:r100_hw_state
H A Dradeon_state.c689 float *fcmd = (float *)RADEON_DB_STATE( lit[p] );
695 RADEON_DB_STATECHANGE( rmesa, &rmesa->hw.lit[p] );
899 GLfloat *fcmd = (GLfloat *)RADEON_DB_STATE( lit[p] );
914 RADEON_DB_STATECHANGE( rmesa, &rmesa->hw.lit[p] );
925 GLfloat *fcmd = (GLfloat *)rmesa->hw.lit[p].cmd;
959 RADEON_STATECHANGE(rmesa, lit[p]);
967 RADEON_STATECHANGE(rmesa, lit[p]);
980 RADEON_STATECHANGE(rmesa, lit[p]);
988 RADEON_STATECHANGE(rmesa, lit[p]);
992 RADEON_STATECHANGE(rmesa, lit[
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_state_init.c733 ALLOC_STATE( lit[0], tcl_light_add6, LIT_STATE_SIZE, "LIT/light-0", 0 );
734 ALLOC_STATE( lit[1], tcl_light_add6, LIT_STATE_SIZE, "LIT/light-1", 1 );
735 ALLOC_STATE( lit[2], tcl_light_add6, LIT_STATE_SIZE, "LIT/light-2", 2 );
736 ALLOC_STATE( lit[3], tcl_light_add6, LIT_STATE_SIZE, "LIT/light-3", 3 );
737 ALLOC_STATE( lit[4], tcl_light_add6, LIT_STATE_SIZE, "LIT/light-4", 4 );
738 ALLOC_STATE( lit[5], tcl_light_add6, LIT_STATE_SIZE, "LIT/light-5", 5 );
739 ALLOC_STATE( lit[6], tcl_light_add6, LIT_STATE_SIZE, "LIT/light-6", 6 );
740 ALLOC_STATE( lit[7], tcl_light_add6, LIT_STATE_SIZE, "LIT/light-7", 7 );
845 rmesa->hw.lit[i].emit = lit_emit;
899 rmesa->hw.lit[
[all...]
H A Dr200_state.c875 float *fcmd = (float *)R200_DB_STATE( lit[p] );
881 R200_DB_STATECHANGE( rmesa, &rmesa->hw.lit[p] );
1121 GLfloat *fcmd = (GLfloat *)R200_DB_STATE( lit[p] );
1136 R200_DB_STATECHANGE( rmesa, &rmesa->hw.lit[p] );
1147 GLfloat *fcmd = (GLfloat *)rmesa->hw.lit[p].cmd;
1175 R200_STATECHANGE(rmesa, lit[p]);
1183 R200_STATECHANGE(rmesa, lit[p]);
1196 R200_STATECHANGE(rmesa, lit[p]);
1204 R200_STATECHANGE(rmesa, lit[p]);
1208 R200_STATECHANGE(rmesa, lit[
[all...]
H A Dr200_context.h498 struct radeon_state_atom lit[8]; /* includes vec, scl commands */ member in struct:r200_hw_state
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_state_init.c733 ALLOC_STATE( lit[0], tcl_light_add6, LIT_STATE_SIZE, "LIT/light-0", 0 );
734 ALLOC_STATE( lit[1], tcl_light_add6, LIT_STATE_SIZE, "LIT/light-1", 1 );
735 ALLOC_STATE( lit[2], tcl_light_add6, LIT_STATE_SIZE, "LIT/light-2", 2 );
736 ALLOC_STATE( lit[3], tcl_light_add6, LIT_STATE_SIZE, "LIT/light-3", 3 );
737 ALLOC_STATE( lit[4], tcl_light_add6, LIT_STATE_SIZE, "LIT/light-4", 4 );
738 ALLOC_STATE( lit[5], tcl_light_add6, LIT_STATE_SIZE, "LIT/light-5", 5 );
739 ALLOC_STATE( lit[6], tcl_light_add6, LIT_STATE_SIZE, "LIT/light-6", 6 );
740 ALLOC_STATE( lit[7], tcl_light_add6, LIT_STATE_SIZE, "LIT/light-7", 7 );
845 rmesa->hw.lit[i].emit = lit_emit;
899 rmesa->hw.lit[
[all...]
H A Dr200_state.c875 float *fcmd = (float *)R200_DB_STATE( lit[p] );
881 R200_DB_STATECHANGE( rmesa, &rmesa->hw.lit[p] );
1122 GLfloat *fcmd = (GLfloat *)R200_DB_STATE( lit[p] );
1137 R200_DB_STATECHANGE( rmesa, &rmesa->hw.lit[p] );
1148 GLfloat *fcmd = (GLfloat *)rmesa->hw.lit[p].cmd;
1176 R200_STATECHANGE(rmesa, lit[p]);
1184 R200_STATECHANGE(rmesa, lit[p]);
1197 R200_STATECHANGE(rmesa, lit[p]);
1205 R200_STATECHANGE(rmesa, lit[p]);
1209 R200_STATECHANGE(rmesa, lit[
[all...]
H A Dr200_context.h498 struct radeon_state_atom lit[8]; /* includes vec, scl commands */ member in struct:r200_hw_state
/xsrc/external/mit/mesa-demos/dist/src/demos/
H A Dengine.c830 GLboolean lit = glIsEnabled(GL_LIGHTING); local in function:DrawBox
900 if (lit)
966 GLboolean lit = glIsEnabled(GL_LIGHTING); local in function:Draw
976 if (lit)
/xsrc/external/mit/brotli/dist/c/enc/
H A Dcompress_fragment.c322 const uint8_t lit = input[j]; local in function:EmitLiterals
323 BrotliWriteBits(depth[lit], bits[lit], storage_ix, storage);
H A Dcompress_fragment_two_pass.c512 const uint8_t lit = *literals; local in function:StoreCommands
513 BrotliWriteBits(lit_depths[lit], lit_bits[lit], storage_ix, storage);

Completed in 37 milliseconds

12