HomeSort by relevance Sort by last modified time
    Searched refs:LIT (Results 1 - 25 of 28) sorted by null

1 2

  /external/mesa3d/src/gallium/tests/graw/fragment-shader/
frag-lit.sh 6 LIT OUT[0], IN[0]
  /external/mesa3d/src/gallium/tests/graw/vertex-shader/
vert-lit.sh 9 LIT OUT[1], IN[1]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
ssbug.s 6 .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/unsorted/
ss_align.s 4 .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/reloc/
reduce2.s 5 .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
11 .SUBSPA $LIT$
40 .SUBSPA $LIT$
  /external/opencv3/3rdparty/zlib/
inflate.h 39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
46 LIT, /* o: waiting for output space to write literal */
73 LEN -> LENEXT or LIT or TYPE
75 LIT -> LEN
120 int back; /* bits back of last unprocessed length/lit */
inflate.c     [all...]
  /external/pdfium/third_party/zlib_v128/
inflate.h 39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
46 LIT, /* o: waiting for output space to write literal */
73 LEN -> LENEXT or LIT or TYPE
75 LIT -> LEN
120 int back; /* bits back of last unprocessed length/lit */
inflate.c     [all...]
  /external/zlib/src/
inflate.h 39 CODELENS, /* i: waiting for length/lit and distance code lengths */
41 LEN, /* i: waiting for length/lit/eob code */
46 LIT, /* o: waiting for output space to write literal */
73 LEN -> LENEXT or LIT or TYPE
75 LIT -> LEN
120 int back; /* bits back of last unprocessed length/lit */
inflate.c     [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/hppa/
addendbug.s 5 .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
freg.s 6 .SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
  /frameworks/native/opengl/libagl/
primitives.cpp 76 if (!(v0->flags & vertex_t::LIT)) {
77 v0->flags |= vertex_t::LIT;
82 if (!(v1->flags & vertex_t::LIT)) {
83 v1->flags |= vertex_t::LIT;
88 if(!(v2->flags & vertex_t::LIT)) {
89 v2->flags |= vertex_t::LIT;
99 if (!(v2->flags & vertex_t::LIT)) {
100 v2->flags |= vertex_t::LIT;
112 if (!(v0->flags & vertex_t::LIT))
114 if (!(v1->flags & vertex_t::LIT))
    [all...]
context.h 123 LIT = 0x4000, // lighting has been applied
light.cpp 449 v->flags |= vertex_t::LIT;
  /external/freetype/src/gzip/
infcodes.c 23 LIT, /* o: got literal, waiting for output space */
42 uInt lit; /* if LIT, literal */ member in union:inflate_codes_state::__anon12127
128 c->sub.lit = t->base;
132 c->mode = LIT;
211 case LIT: /* o: got literal, waiting for output space */
213 OUTBYTE(c->sub.lit)
  /toolchain/binutils/binutils-2.25/include/opcode/
i960.h 100 #define LIT 0x08 /* Mask for the "literal-OK" bit */
106 #define OP(align,lit,fp,sfr) ( align | lit | fp | sfr )
110 #define RL OP( 0, LIT, 0, 0 )
111 #define RSL OP( 0, LIT, 0, SFR )
113 #define FL OP( 0, LIT, FP, 0 )
115 #define RL2 OP( 1, LIT, 0, 0 )
117 #define FL2 OP( 1, LIT, FP, 0 )
119 #define RL4 OP( 3, LIT, 0, 0 )
121 #define FL4 OP( 3, LIT, FP, 0
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_opcode_tmp.h 45 OP11(LIT)
  /external/mksh/src/
expr.c 61 VAR, LIT, END, BAD
66 #define P_PRIMARY 0 /* VAR, LIT, (), ! ~ ++ -- */
229 es->tok = LIT;
263 case LIT:
384 case LIT:
694 es->tok = LIT;
  /external/mesa3d/src/mesa/program/
program_lexer.l 208 LIT{szf}{cc}{sat} { return_opcode( 1, VECTOR_OP, LIT, 3); }
  /external/clang/lib/Sema/
DeclSpec.cpp 324 if (const LocInfoType *LIT = dyn_cast<LocInfoType>(QT))
325 QT = LIT->getType();
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 594 LoopInterchangeTransform LIT(OuterLoop, InnerLoop, SE, LI, DT,
596 LIT.transform();
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
alpha-opc.c 269 #define LIT (DFC2 + 1)
270 { 8, 13, -LIT, AXP_OPERAND_UNSIGNED, 0, 0 },
274 #define MDISP (LIT + 1)
419 #define ARG_OPRL { RA, LIT, DRC1 }
421 #define ARG_OPRLZ1 { ZA, LIT, RC }
570 { "mov", OPRL(0x11,0x20), BASE, { ZA, LIT, RC } }, /* pseudo */
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_vertprog.c 83 OPN(LIT, 1),
    [all...]

Completed in 509 milliseconds

1 2