| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| st_format.c | 2144 const struct exact_format_mapping* tbl; local 2152 tbl = rgba8888_tbl; 2156 tbl = rgbx8888_tbl; 2162 for (i = 0; tbl[i].format; i++) 2163 if (tbl[i].format == format && tbl[i].type == type) 2164 return tbl[i].pformat;
|
| /xsrc/external/mit/MesaLib.old/src/intel/ |
| brw_nir_trig_workarounds.c | 136 const struct per_op_table *tbl = &brw_nir_apply_trig_workarounds_table[search_op]; local 137 if (tbl->num_filtered_states == 0) 147 index *= tbl->num_filtered_states; 148 index += tbl->filter[states[alu->src[i].src.ssa->index]]; 150 states[alu->dest.dest.ssa.index] = tbl->table[index];
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_search.c | 817 const struct per_op_table *tbl = &pass_op_table[search_op]; local 818 if (tbl->num_filtered_states == 0) 828 index *= tbl->num_filtered_states; 829 index += tbl->filter[*util_dynarray_element(states, uint16_t, 835 if (*state != tbl->table[index]) { 836 *state = tbl->table[index];
|
| /xsrc/external/mit/xterm/dist/ |
| print.c | 620 } tbl[] = { local 647 for (n = 0; n < sizeof(tbl) / sizeof(tbl[0]); n++) { 648 size_t len = Strlen(tbl[n].seq); 651 && Strcmp(bfr, tbl[n].seq) == 0) { 652 setPrinterControlMode(xw, tbl[n].active); 659 && Strncmp(bfr, tbl[n].seq, length) == 0) {
|
| /xsrc/external/mit/libX11/dist/modules/im/ximcp/ |
| imLcPrs.c | 291 static const struct _modtbl tbl[] = { local 299 int i, num_entries = sizeof (tbl) / sizeof (tbl[0]); 302 if (!strcmp (name, tbl[i].name)) 303 return tbl[i].mask;
|
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| lnx-keyboard.c | 789 static unsigned char tbl[GLYPHS_PER_KEY] = { /* RATS: Use ok */ local 805 tbl[2] = 8; /* alt */ 806 tbl[3] = tbl[2] | 1; 827 kbe.kb_table = tbl[j];
|
| /xsrc/external/mit/freetype/dist/src/cff/ |
| cffload.c | 413 FT_Byte** tbl = NULL; local 430 !FT_NEW_ARRAY( tbl, idx->count + 1 ) && 451 tbl[0] = org_bytes + cur_offset; 453 tbl[0] = new_bytes + cur_offset; 467 tbl[n] = org_bytes + next_offset; 470 tbl[n] = new_bytes + next_offset + extra; 474 FT_MEM_COPY( tbl[n - 1], 476 tbl[n] - tbl[n - 1] ); 477 tbl[n][0] = '\0' [all...] |
| /xsrc/external/mit/libXt/dist/src/ |
| TMaction.c | 500 TMBindCache *tbl = _XtGlobalTM.bindCacheTbl; local 504 tbl[j - 1] = tbl[j]; 505 if (tbl[j] == bindCache)
|
| /xsrc/external/mit/libdrm/dist/intel/ |
| uthash.h | 98 #define uthash_noexpand_fyi(tbl) /* can be defined to log noexpand */ 101 #define uthash_expand_fyi(tbl) /* can be defined to log expands */ 110 #define ELMT_FROM_HH(tbl,hhp) ((void*)(((char*)(hhp)) - ((tbl)->hho))) 112 #define HH_FROM_ELMT(tbl,elp) ((UT_hash_handle *)(((char*)(elp)) + ((tbl)->hho))) 124 HASH_TO_BKT(hashval, (head)->hh.tbl->num_buckets, _hf_bkt); \ 125 if (HASH_BLOOM_TEST((head)->hh.tbl, hashval) != 0) { \ 126 HASH_FIND_IN_BKT((head)->hh.tbl, hh, (head)->hh.tbl->buckets[ _hf_bkt ], keyptr, keylen, hashval, out); 1064 struct UT_hash_table *tbl; member in struct:UT_hash_handle [all...] |
| /xsrc/external/mit/MesaLib.old/src/compiler/nir/ |
| nir_opt_algebraic.c | 153775 const struct per_op_table *tbl = &nir_opt_algebraic_table[search_op]; local 163690 const struct per_op_table *tbl = &nir_opt_algebraic_before_ffma_table[search_op]; local 165472 const struct per_op_table *tbl = &nir_opt_algebraic_late_table[search_op]; local [all...] |