Searched refs:IDX (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_lighttmp.h31 #if IDX & LIGHT_TWOSIDE
64 #if IDX & LIGHT_TWOSIDE
79 #if IDX & LIGHT_TWOSIDE
93 #if IDX & LIGHT_MATERIAL
96 #if IDX & LIGHT_TWOSIDE
104 #if IDX & LIGHT_TWOSIDE
165 #if IDX & LIGHT_TWOSIDE
174 #if IDX & LIGHT_TWOSIDE
220 #if IDX & LIGHT_TWOSIDE
246 #if IDX
631 #undef IDX macro
[all...]
H A Dt_vb_light.c295 #define IDX (0) macro
299 #define IDX (LIGHT_TWOSIDE) macro
303 #define IDX (LIGHT_MATERIAL) macro
307 #define IDX (LIGHT_TWOSIDE|LIGHT_MATERIAL) macro
/external/mesa3d/src/mesa/tnl/
H A Dt_vb_lighttmp.h31 #if IDX & LIGHT_TWOSIDE
64 #if IDX & LIGHT_TWOSIDE
79 #if IDX & LIGHT_TWOSIDE
93 #if IDX & LIGHT_MATERIAL
96 #if IDX & LIGHT_TWOSIDE
104 #if IDX & LIGHT_TWOSIDE
165 #if IDX & LIGHT_TWOSIDE
174 #if IDX & LIGHT_TWOSIDE
220 #if IDX & LIGHT_TWOSIDE
246 #if IDX
631 #undef IDX macro
[all...]
H A Dt_vb_light.c295 #define IDX (0) macro
299 #define IDX (LIGHT_TWOSIDE) macro
303 #define IDX (LIGHT_MATERIAL) macro
307 #define IDX (LIGHT_TWOSIDE|LIGHT_MATERIAL) macro
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_maos_verts.c86 #define IDX 0 macro
93 #define IDX 1 macro
100 #define IDX 2 macro
108 #define IDX 3 macro
116 #define IDX 4 macro
124 #define IDX 5 macro
133 #define IDX 6 macro
142 #define IDX 7 macro
152 #define IDX 8 macro
161 #define IDX macro
172 #define IDX macro
181 #define IDX macro
192 #define IDX macro
206 #define IDX macro
216 #define IDX macro
227 #define IDX macro
237 #define IDX macro
249 #define IDX macro
262 #define IDX macro
[all...]
H A Dradeon_maos_vbtmp.h292 setup_tab[IDX].emit = TAG(emit);
293 setup_tab[IDX].vertex_format = IND;
294 setup_tab[IDX].vertex_size = sz;
300 #undef IDX macro
H A Dradeon_state_init.c514 #define ALLOC_STATE_IDX( ATOM, CHK, SZ, NM, FLAG, IDX ) \
523 rmesa->hw.ATOM.idx = IDX; \
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_maos_verts.c86 #define IDX 0 macro
93 #define IDX 1 macro
100 #define IDX 2 macro
108 #define IDX 3 macro
116 #define IDX 4 macro
124 #define IDX 5 macro
133 #define IDX 6 macro
142 #define IDX 7 macro
152 #define IDX 8 macro
161 #define IDX macro
172 #define IDX macro
181 #define IDX macro
192 #define IDX macro
206 #define IDX macro
216 #define IDX macro
227 #define IDX macro
237 #define IDX macro
249 #define IDX macro
262 #define IDX macro
[all...]
H A Dradeon_maos_vbtmp.h292 setup_tab[IDX].emit = TAG(emit);
293 setup_tab[IDX].vertex_format = IND;
294 setup_tab[IDX].vertex_size = sz;
300 #undef IDX macro
H A Dradeon_state_init.c514 #define ALLOC_STATE_IDX( ATOM, CHK, SZ, NM, FLAG, IDX ) \
523 rmesa->hw.ATOM.idx = IDX; \
/external/chromium_org/third_party/skia/bench/
H A DVertBench.cpp28 IDX = ROW * COL * 6, enumerator in enum:VertBench::__anon15014
33 uint16_t fIdx[IDX];
68 SkASSERT(IDX == idx - fIdx);
86 fPts, NULL, fColors, NULL, fIdx, IDX, paint);
/external/skia/bench/
H A DVertBench.cpp28 IDX = ROW * COL * 6, enumerator in enum:VertBench::__anon30426
33 uint16_t fIdx[IDX];
68 SkASSERT(IDX == idx - fIdx);
86 fPts, NULL, fColors, NULL, fIdx, IDX, paint);
/external/liblzf/
H A Dlzf_c.c51 # define IDX(h) ((( h >> (3*8 - HLOG)) - h ) & (HSIZE - 1)) macro
53 # define IDX(h) ((( h >> (3*8 - HLOG)) - h*5) & (HSIZE - 1)) macro
55 # define IDX(h) ((((h ^ (h << 5)) >> (3*8 - HLOG)) - h*5) & (HSIZE - 1)) macro
59 * IDX works because it is very similar to a multiplicative hash, e.g.
71 # define IDX(h) ((h) & (HSIZE - 1))
145 hslot = htab + IDX (hval);
236 htab[IDX (hval)] = ip - LZF_HSLOT_BIAS;
241 htab[IDX (hval)] = ip - LZF_HSLOT_BIAS;
250 htab[IDX (hval)] = ip - LZF_HSLOT_BIAS;
/external/liblzf/src/org/liblzf/
H A DCLZF.java139 static int IDX(int h) method in class:CLZF
178 hslot = IDX (hval);
230 htab[IDX (hval)] = iidx;
234 htab[IDX (hval)] = iidx;
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dglsl_types.cpp432 #define IDX(c,r) (((c-1)*3) + (r-1)) macro
434 switch (IDX(columns, rows)) {
435 case IDX(2,2): return mat2_type;
436 case IDX(2,3): return mat2x3_type;
437 case IDX(2,4): return mat2x4_type;
438 case IDX(3,2): return mat3x2_type;
439 case IDX(3,3): return mat3_type;
440 case IDX(3,4): return mat3x4_type;
441 case IDX(4,2): return mat4x2_type;
442 case IDX(
[all...]
/external/mesa3d/src/glsl/
H A Dglsl_types.cpp432 #define IDX(c,r) (((c-1)*3) + (r-1)) macro
434 switch (IDX(columns, rows)) {
435 case IDX(2,2): return mat2_type;
436 case IDX(2,3): return mat2x3_type;
437 case IDX(2,4): return mat2x4_type;
438 case IDX(3,2): return mat3x2_type;
439 case IDX(3,3): return mat3_type;
440 case IDX(3,4): return mat3x4_type;
441 case IDX(4,2): return mat4x2_type;
442 case IDX(
[all...]
/external/llvm/lib/IR/
H A DBasicBlock.cpp331 int IDX = PN->getBasicBlockIndex(this); local
332 while (IDX != -1) {
333 PN->setIncomingBlock((unsigned)IDX, New);
334 IDX = PN->getBasicBlockIndex(this);
/external/liblzf/cs/
H A DCLZF.cs139 UInt32 IDX(UInt32 h) method in class:LZF.NET.CLZF
178 hslot = IDX (hval);
230 htab[IDX (hval)] = iidx;
234 htab[IDX (hval)] = iidx;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_state_init.c627 #define ALLOC_STATE( ATOM, CHK, SZ, NM, IDX ) \
633 rmesa->hw.ATOM.idx = IDX; \
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state_init.c627 #define ALLOC_STATE( ATOM, CHK, SZ, NM, IDX ) \
633 rmesa->hw.ATOM.idx = IDX; \
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_vbo.c520 BCTX_REFN(nvc0->bufctx_3d, IDX, buf, RD);
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_vbo.c520 BCTX_REFN(nvc0->bufctx_3d, IDX, buf, RD);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10584 SDValue IDX = DAG.getExternalSymbol("_tls_index", getPointerTy());
10586 IDX = DAG.getExtLoad(ISD::ZEXTLOAD, dl, getPointerTy(), Chain,
10587 IDX, MachinePointerInfo(), MVT::i32,
10590 IDX = DAG.getLoad(getPointerTy(), dl, Chain, IDX, MachinePointerInfo(),
10595 IDX = DAG.getNode(ISD::SHL, dl, getPointerTy(), IDX, Scale);
10597 SDValue res = DAG.getNode(ISD::ADD, dl, getPointerTy(), ThreadPointer, IDX);

Completed in 1291 milliseconds