| /xsrc/external/mit/MesaLib/dist/src/glx/apple/ |
| apple_cgl.c | 49 sym(void *h, const char *name) function 88 apple_cgl.get_version = sym(h, "CGLGetVersion"); 99 apple_cgl.choose_pixel_format = sym(h, "CGLChoosePixelFormat"); 100 apple_cgl.destroy_pixel_format = sym(h, "CGLDestroyPixelFormat"); 102 apple_cgl.clear_drawable = sym(h, "CGLClearDrawable"); 103 apple_cgl.flush_drawable = sym(h, "CGLFlushDrawable"); 105 apple_cgl.create_context = sym(h, "CGLCreateContext"); 106 apple_cgl.destroy_context = sym(h, "CGLDestroyContext"); 108 apple_cgl.set_current_context = sym(h, "CGLSetCurrentContext"); 109 apple_cgl.get_current_context = sym(h, "CGLGetCurrentContext") [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/glx/apple/ |
| apple_cgl.c | 49 sym(void *h, const char *name) function 88 apple_cgl.get_version = sym(h, "CGLGetVersion"); 99 apple_cgl.choose_pixel_format = sym(h, "CGLChoosePixelFormat"); 100 apple_cgl.destroy_pixel_format = sym(h, "CGLDestroyPixelFormat"); 102 apple_cgl.clear_drawable = sym(h, "CGLClearDrawable"); 103 apple_cgl.flush_drawable = sym(h, "CGLFlushDrawable"); 105 apple_cgl.create_context = sym(h, "CGLCreateContext"); 106 apple_cgl.destroy_context = sym(h, "CGLDestroyContext"); 108 apple_cgl.set_current_context = sym(h, "CGLSetCurrentContext"); 109 apple_cgl.get_current_context = sym(h, "CGLGetCurrentContext") [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_from_common.cpp | 88 Symbol *sym = mkSymbol(FILE_MEMORY_CONST, info->io.auxCBSlot, local 90 Value *ucp = mkLoadv(TYPE_F32, sym, NULL); 103 Symbol *sym = local 105 mkStore(OP_EXPORT, TYPE_F32, sym, NULL, res[i]);
|
| nv50_ir_build_util.cpp | 141 Symbol *sym = mkSymbol(file, 0, ty, offset); local 143 Instruction *insn = mkOp1(OP_VFETCH, ty, dst, sym); 164 Symbol *sym = mkSymbol(FILE_SHADER_INPUT, 0, ty, offset); local 166 Instruction *insn = mkOp1(op, ty, dst, sym); 449 Symbol *sym = new_Symbol(prog, file, fileIndex); local 451 sym->setOffset(baseAddr); 452 sym->reg.type = ty; 453 sym->reg.size = typeSizeof(ty); 455 return sym; 461 Symbol *sym = new_Symbol(prog, FILE_SYSTEM_VALUE, 0) local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_from_common.cpp | 86 Symbol *sym = mkSymbol(FILE_MEMORY_CONST, info->io.auxCBSlot, local 88 Value *ucp = mkLoadv(TYPE_F32, sym, NULL); 101 Symbol *sym = local 103 mkStore(OP_EXPORT, TYPE_F32, sym, NULL, res[i]);
|
| nv50_ir_build_util.cpp | 139 Symbol *sym = mkSymbol(file, 0, ty, offset); local 141 Instruction *insn = mkOp1(OP_VFETCH, ty, dst, sym); 162 Symbol *sym = mkSymbol(FILE_SHADER_INPUT, 0, ty, offset); local 164 Instruction *insn = mkOp1(op, ty, dst, sym); 429 Symbol *sym = new_Symbol(prog, file, fileIndex); local 431 sym->setOffset(baseAddr); 432 sym->reg.type = ty; 433 sym->reg.size = typeSizeof(ty); 435 return sym; 441 Symbol *sym = new_Symbol(prog, FILE_SYSTEM_VALUE, 0) local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| s_expression.cpp | 189 s_symbol *sym = SX_AS_SYMBOL(expr); local 190 if (sym != NULL && strcmp(sym->value(), literal) == 0)
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/rnn/ |
| colors.h | 33 const char *sym; /* auxiliary char like { , + */ member in struct:envy_colors
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| s_expression.cpp | 189 s_symbol *sym = SX_AS_SYMBOL(expr); local 190 if (sym != NULL && strcmp(sym->value(), literal) == 0)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/api/ |
| kernel.cpp | 36 auto &sym = find(name_equals(name), prog.symbols()); local 39 return new kernel(prog, name, range(sym.args)); 60 copy(map([&](const module::symbol &sym) { 62 std::string(sym.name.begin(), 63 sym.name.end()), 64 range(sym.args)));
|
| /xsrc/external/mit/libX11/dist/src/xkb/ |
| XKBCompat.c | 67 syms->sym = wire->sym; 184 XkbSymInterpretPtr sym = &xkb->compat->sym_interpret[firstSI]; local 187 for (i = 0; i < nSI; i++, wire++, sym++) { 188 wire->sym = (CARD32) sym->sym; 189 wire->mods = sym->mods; 190 wire->match = sym->match; 191 wire->flags = sym->flags [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/egl/eglut/ |
| eglut_x11.c | 114 lookup_keysym(KeySym sym) 118 switch (sym) { 213 KeySym sym; local 217 buffer, sizeof(buffer), &sym, NULL); 222 r = lookup_keysym(sym);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/api/ |
| kernel.cpp | 36 auto &sym = find(name_equals(name), prog.symbols()); local 39 return new kernel(prog, name, range(sym.args)); 60 copy(map([&](const binary::symbol &sym) { 62 std::string(sym.name.begin(), 63 sym.name.end()), 64 range(sym.args)));
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| symbol_table.c | 90 struct symbol *sym = scope->symbols; local 97 while (sym != NULL) { 98 struct symbol *const next = sym->next_with_same_scope; 100 sym->name); 101 if (sym->next_with_same_name) { 105 hte->key = sym->next_with_same_name->name; 106 hte->data = sym->next_with_same_name; 109 free(sym->name); 112 free(sym); 113 sym = next 153 struct symbol *const sym = find_symbol(table, name); local 168 struct symbol *const sym = find_symbol(table, name); local 181 struct symbol *sym = find_symbol(table, name); local 221 struct symbol *sym = find_symbol(table, name); local 237 struct symbol *sym = find_symbol(table, name); local [all...] |
| program_parser.h | 153 struct asm_symbol *sym; member in struct:asm_parser_state
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| symbol_table.c | 90 struct symbol *sym = scope->symbols; local 97 while (sym != NULL) { 98 struct symbol *const next = sym->next_with_same_scope; 100 sym->name); 101 if (sym->next_with_same_name) { 105 hte->key = sym->next_with_same_name->name; 106 hte->data = sym->next_with_same_name; 109 free(sym->name); 112 free(sym); 113 sym = next 153 struct symbol *const sym = find_symbol(table, name); local 168 struct symbol *const sym = find_symbol(table, name); local 181 struct symbol *sym = find_symbol(table, name); local 221 struct symbol *sym = find_symbol(table, name); local 237 struct symbol *sym = find_symbol(table, name); local [all...] |
| program_parser.h | 153 struct asm_symbol *sym; member in struct:asm_parser_state
|
| /xsrc/external/mit/xkbcomp/dist/ |
| expr.c | 1065 KeySym sym; local 1068 if ((str != NULL) && ((sym = XStringToKeysym(str)) != NoSymbol)) 1070 val_rtrn->uval = sym;
|
| parseutils.c | 248 if (LookupKeysym(sym_str, &def->sym) == 0) 429 CreateKeysymList(char *sym) 441 def->value.list.syms[0] = sym; 642 AppendKeysymList(ExprDef * list, char *sym) 657 list->value.list.syms[list->value.list.nSyms++] = sym; 664 KeySym sym; local 678 sym = XStringToKeysym(str); 679 if (sym != NoSymbol) 681 *sym_rtrn = sym; 687 sym = strtoul(str, &tmp, 16) [all...] |
| /xsrc/external/mit/libxkbfile/dist/src/ |
| cout.c | 286 fprintf(file, " { %s, ", XkbKeysymText(interp->sym, XkbCFile)); 326 register KeySym *sym; local 328 sym = xkb->map->syms; 330 for (i = 0; i < xkb->map->num_syms; i++, sym++) { 337 fprintf(file, "%15s", XkbKeysymText(*sym, XkbCFile));
|
| /xsrc/external/mit/makedepend/dist/ |
| parse.c | 209 struct symtab **sym; local 214 sym = isdefined(p, file_red, NULL); 215 if (!sym) 218 p = (*sym)->s_value; 220 file->i_incstring, (*sym)->s_name, (*sym)->s_value));
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| debugger.c | 230 void *sym = LispGetVarAddr(CAAR(obj)); local 233 if ((sym == NULL && lisp__data.debug_level <= 0) || 234 (sym != wat->data.opaque.data && 563 void *sym; local 583 sym = LispGetVarAddr(atom); 597 if (LispGetVarAddr(atom) == sym) 624 CONS(OPAQUE(sym, 0), /* VAR */
|
| /xsrc/external/mit/xorg-server/dist/xkb/ |
| xkbAccessX.c | 349 KeySym *sym = XkbKeySymsPtr(xkb, xkbi->slowKey); local 361 ((sym[0] == XK_Shift_R) || (sym[0] == XK_Shift_L))) 463 KeySym *sym = XkbKeySymsPtr(xkbi->desc, key); local 467 if ((sym[0] == XK_Shift_R) || (sym[0] == XK_Shift_L)) {
|
| /xsrc/external/mit/xorg-server.old/dist/xkb/ |
| xkbAccessX.c | 341 KeySym *sym= XkbKeySymsPtr(xkb,xkbi->slowKey); local 352 ((sym[0]==XK_Shift_R)||(sym[0]==XK_Shift_L))) 452 KeySym * sym = XkbKeySymsPtr(xkbi->desc,key); local 456 if ((sym[0]==XK_Shift_R)||(sym[0]==XK_Shift_L)) {
|
| /xsrc/external/mit/libX11/dist/src/ |
| KeyBind.c | 165 KeySym sym; local 178 sym = KeyCodetoKeySym(dpy, map->modifiermap[i], j); 179 if (sym == XK_Caps_Lock) { 182 } else if (sym == XK_Shift_Lock) { 185 else if (sym == XK_ISO_Lock) { 197 sym = KeyCodetoKeySym(dpy, map->modifiermap[i], j); 198 if (sym == XK_Mode_switch) 200 if (sym == XK_Num_Lock) 655 register KeySym sym, 660 if (sym < 0x100) 797 KeySym sym, lsym, usym; local [all...] |