HomeSort by relevance Sort by last modified time
    Searched defs:IDX (Results 1 - 11 of 11) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/radeon/
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_maos_verts.c 87 #define IDX 0
94 #define IDX 1
101 #define IDX 2
109 #define IDX 3
117 #define IDX 4
125 #define IDX 5
134 #define IDX 6
143 #define IDX 7
153 #define IDX 8
162 #define IDX
    [all...]
  /external/skia/bench/
VertBench.cpp 29 IDX = ROW * COL * 6,
34 uint16_t fIdx[IDX];
36 static void load_2_tris(uint16_t idx[], int x, int y, int rb) {
38 idx[0] = n; idx[1] = n + 1; idx[2] = rb + n + 1;
39 idx[3] = n; idx[4] = rb + n + 1; idx[5] = n + rb;
48 uint16_t* idx = fIdx local
    [all...]
  /external/skqp/bench/
VertBench.cpp 29 IDX = ROW * COL * 6,
34 uint16_t fIdx[IDX];
36 static void load_2_tris(uint16_t idx[], int x, int y, int rb) {
38 idx[0] = n; idx[1] = n + 1; idx[2] = rb + n + 1;
39 idx[3] = n; idx[4] = rb + n + 1; idx[5] = n + rb;
48 uint16_t* idx = fIdx local
    [all...]
  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 30 #if IDX & LIGHT_TWOSIDE
63 #if IDX & LIGHT_TWOSIDE
78 #if IDX & LIGHT_TWOSIDE
92 #if IDX & LIGHT_MATERIAL
95 #if IDX & LIGHT_TWOSIDE
103 #if IDX & LIGHT_TWOSIDE
167 #if IDX & LIGHT_TWOSIDE
176 #if IDX & LIGHT_TWOSIDE
222 #if IDX & LIGHT_TWOSIDE
248 #if IDX & LIGHT_TWOSID
    [all...]
t_vb_light.c 298 #define IDX (0)
302 #define IDX (LIGHT_TWOSIDE)
306 #define IDX (LIGHT_MATERIAL)
310 #define IDX (LIGHT_TWOSIDE|LIGHT_MATERIAL)
335 GLuint idx; local
367 idx = 0;
370 idx |= LIGHT_MATERIAL;
373 idx |= LIGHT_TWOSIDE;
378 store->light_func_tab[idx]( ctx, VB, stage, input );
  /external/llvm/lib/IR/
BasicBlock.cpp 404 int IDX = PN->getBasicBlockIndex(this);
405 while (IDX != -1) {
406 PN->setIncomingBlock((unsigned)IDX, New);
407 IDX = PN->getBasicBlockIndex(this);
  /external/swiftshader/third_party/LLVM/lib/VMCore/
BasicBlock.cpp 327 int IDX = PN->getBasicBlockIndex(this);
328 while (IDX != -1) {
329 PN->setIncomingBlock((unsigned)IDX, New);
330 IDX = PN->getBasicBlockIndex(this);
  /external/mesa3d/src/compiler/
glsl_types.cpp 484 int idx = pos - array->name; local
485 snprintf(n, idx+1, "%s", array->name);
486 snprintf(n + idx, name_length - idx, "[%u]%s",
487 length, array->name + idx);
673 #define IDX(c,r) (((c-1)*3) + (r-1))
677 switch (IDX(columns, rows)) {
678 case IDX(2,2): return dmat2_type;
679 case IDX(2,3): return dmat2x3_type;
680 case IDX(2,4): return dmat2x4_type
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/AtapiPassThruDxe/
AtapiPassThru.h 249 #define IDX BIT1 ///< Index
    [all...]
  /external/python/cpython3/Lib/test/
test_buffer.py     [all...]

Completed in 1240 milliseconds