/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vb_lighttmp.h | 31 #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 & LIGHT_TWOSID [all...] |
t_vb_light.c | 295 #define IDX (0) 299 #define IDX (LIGHT_TWOSIDE) 303 #define IDX (LIGHT_MATERIAL) 307 #define IDX (LIGHT_TWOSIDE|LIGHT_MATERIAL) 332 GLuint idx; local 364 idx = 0; 367 idx |= LIGHT_MATERIAL; 370 idx |= LIGHT_TWOSIDE; 375 store->light_func_tab[idx]( ctx, VB, stage, input );
|
/external/mesa3d/src/mesa/tnl/ |
t_vb_lighttmp.h | 31 #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 & LIGHT_TWOSID [all...] |
t_vb_light.c | 295 #define IDX (0) 299 #define IDX (LIGHT_TWOSIDE) 303 #define IDX (LIGHT_MATERIAL) 307 #define IDX (LIGHT_TWOSIDE|LIGHT_MATERIAL) 332 GLuint idx; local 364 idx = 0; 367 idx |= LIGHT_MATERIAL; 370 idx |= LIGHT_TWOSIDE; 375 store->light_func_tab[idx]( ctx, VB, stage, input );
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_maos_verts.c | 86 #define IDX 0 93 #define IDX 1 100 #define IDX 2 108 #define IDX 3 116 #define IDX 4 124 #define IDX 5 133 #define IDX 6 142 #define IDX 7 152 #define IDX 8 161 #define IDX [all...] |
radeon_maos_vbtmp.h | 292 setup_tab[IDX].emit = TAG(emit); 293 setup_tab[IDX].vertex_format = IND; 294 setup_tab[IDX].vertex_size = sz; 300 #undef IDX
|
radeon_state_init.c | 420 int i = atom->idx, j; 456 int i = atom->idx; 514 #define ALLOC_STATE_IDX( ATOM, CHK, SZ, NM, FLAG, IDX ) \ 523 rmesa->hw.ATOM.idx = IDX; \ [all...] |
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_maos_verts.c | 86 #define IDX 0 93 #define IDX 1 100 #define IDX 2 108 #define IDX 3 116 #define IDX 4 124 #define IDX 5 133 #define IDX 6 142 #define IDX 7 152 #define IDX 8 161 #define IDX [all...] |
radeon_maos_vbtmp.h | 292 setup_tab[IDX].emit = TAG(emit); 293 setup_tab[IDX].vertex_format = IND; 294 setup_tab[IDX].vertex_size = sz; 300 #undef IDX
|
radeon_state_init.c | 420 int i = atom->idx, j; 456 int i = atom->idx; 514 #define ALLOC_STATE_IDX( ATOM, CHK, SZ, NM, FLAG, IDX ) \ 523 rmesa->hw.ATOM.idx = IDX; \ [all...] |
/external/skia/bench/ |
VertBench.cpp | 28 IDX = ROW * COL * 6, 33 uint16_t fIdx[IDX]; 35 static void load_2_tris(uint16_t idx[], int x, int y, int rb) { 37 idx[0] = n; idx[1] = n + 1; idx[2] = rb + n + 1; 38 idx[3] = n; idx[4] = rb + n + 1; idx[5] = n + rb; 47 uint16_t* idx = fIdx local [all...] |
/external/liblzf/ |
lzf_c.c | 51 # define IDX(h) ((( h >> (3*8 - HLOG)) - h ) & (HSIZE - 1)) 53 # define IDX(h) ((( h >> (3*8 - HLOG)) - h*5) & (HSIZE - 1)) 55 # define IDX(h) ((((h ^ (h << 5)) >> (3*8 - HLOG)) - h*5) & (HSIZE - 1)) 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/ |
CLZF.java | 139 static int IDX(int h) 178 hslot = IDX (hval); 230 htab[IDX (hval)] = iidx; 234 htab[IDX (hval)] = iidx;
|
/external/chromium_org/third_party/mesa/src/src/glsl/ |
glsl_types.cpp | 432 #define IDX(c,r) (((c-1)*3) + (r-1)) 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(4,3): return mat4x3_type [all...] |
/external/mesa3d/src/glsl/ |
glsl_types.cpp | 432 #define IDX(c,r) (((c-1)*3) + (r-1)) 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(4,3): return mat4x3_type [all...] |
/external/llvm/lib/IR/ |
BasicBlock.cpp | 327 int IDX = PN->getBasicBlockIndex(this); 328 while (IDX != -1) { 329 PN->setIncomingBlock((unsigned)IDX, New); 330 IDX = PN->getBasicBlockIndex(this);
|
/external/liblzf/cs/ |
CLZF.cs | 139 UInt32 IDX(UInt32 h) 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/ |
r200_state_init.c | 257 CHECK( texenv, (rmesa->state.envneeded & (1 << (atom->idx)) && !ctx->ATIFragmentShader._Enabled), 0 ) 260 CHECK( tex_cube, rmesa->state.texture.unit[atom->idx].unitneeded & TEXTURE_CUBE_BIT, 3 + 3*5 - CUBE_STATE_SIZE ) 261 CHECK( tex_cube_cs, rmesa->state.texture.unit[atom->idx].unitneeded & TEXTURE_CUBE_BIT, 2 + 4*5 - CUBE_STATE_SIZE ) 266 TCL_CHECK( tcl_tex_add4, rmesa->state.texture.unit[atom->idx].unitneeded, 4 ) 269 TCL_CHECK( tcl_light_add6, ctx->Light.Enabled && ctx->Light.Light[atom->idx].Enabled, 6 ) 270 TCL_OR_VP_CHECK( tcl_ucp_add4, (ctx->Transform.ClipPlanesEnabled & (1 << (atom->idx))), 4 ) 528 int i = atom->idx; 546 if (!(r200->state.texture.unit[atom->idx].unitneeded | r200->state.texture.unit[atom->idx ^ 1].unitneeded)) 555 if (!(r200->state.texture.unit[atom->idx].unitneeded) [all...] |
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_state_init.c | 257 CHECK( texenv, (rmesa->state.envneeded & (1 << (atom->idx)) && !ctx->ATIFragmentShader._Enabled), 0 ) 260 CHECK( tex_cube, rmesa->state.texture.unit[atom->idx].unitneeded & TEXTURE_CUBE_BIT, 3 + 3*5 - CUBE_STATE_SIZE ) 261 CHECK( tex_cube_cs, rmesa->state.texture.unit[atom->idx].unitneeded & TEXTURE_CUBE_BIT, 2 + 4*5 - CUBE_STATE_SIZE ) 266 TCL_CHECK( tcl_tex_add4, rmesa->state.texture.unit[atom->idx].unitneeded, 4 ) 269 TCL_CHECK( tcl_light_add6, ctx->Light.Enabled && ctx->Light.Light[atom->idx].Enabled, 6 ) 270 TCL_OR_VP_CHECK( tcl_ucp_add4, (ctx->Transform.ClipPlanesEnabled & (1 << (atom->idx))), 4 ) 528 int i = atom->idx; 546 if (!(r200->state.texture.unit[atom->idx].unitneeded | r200->state.texture.unit[atom->idx ^ 1].unitneeded)) 555 if (!(r200->state.texture.unit[atom->idx].unitneeded) [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_vbo.c | 520 BCTX_REFN(nvc0->bufctx_3d, IDX, buf, RD);
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_vbo.c | 520 BCTX_REFN(nvc0->bufctx_3d, IDX, buf, RD);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/ |
bfd.h | [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/ |
cp-tree.h | [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/ |
bfd.h | [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/ |
bfd.h | [all...] |