| /xsrc/external/mit/MesaLib.old/dist/src/mesa/program/ |
| H A D | symbol_table.h | 37 const char *name, void *declaration); 41 void *declaration); 46 void *declaration);
|
| H A D | symbol_table.c | 178 const char *name, void *declaration) 206 new_sym->data = declaration; 219 void *declaration) 227 sym->data = declaration; 233 const char *name, void *declaration) 278 sym->data = declaration; 177 _mesa_symbol_table_add_symbol(struct _mesa_symbol_table * table,const char * name,void * declaration) argument 217 _mesa_symbol_table_replace_symbol(struct _mesa_symbol_table * table,const char * name,void * declaration) argument 232 _mesa_symbol_table_add_global_symbol(struct _mesa_symbol_table * table,const char * name,void * declaration) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/program/ |
| H A D | symbol_table.h | 37 const char *name, void *declaration); 41 void *declaration); 46 void *declaration);
|
| H A D | symbol_table.c | 178 const char *name, void *declaration) 206 new_sym->data = declaration; 219 void *declaration) 227 sym->data = declaration; 233 const char *name, void *declaration) 278 sym->data = declaration; 177 _mesa_symbol_table_add_symbol(struct _mesa_symbol_table * table,const char * name,void * declaration) argument 217 _mesa_symbol_table_replace_symbol(struct _mesa_symbol_table * table,const char * name,void * declaration) argument 232 _mesa_symbol_table_add_global_symbol(struct _mesa_symbol_table * table,const char * name,void * declaration) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_build.c | 83 * declaration 88 struct tgsi_declaration *declaration, 91 assert( declaration->NrTokens < 0xFF ); 93 declaration->NrTokens++; 101 struct tgsi_declaration declaration; local in function:tgsi_default_declaration 103 declaration.Type = TGSI_TOKEN_TYPE_DECLARATION; 104 declaration.NrTokens = 1; 105 declaration.File = TGSI_FILE_NULL; 106 declaration.UsageMask = TGSI_WRITEMASK_XYZW; 107 declaration 87 declaration_grow(struct tgsi_declaration * declaration,struct tgsi_header * header) argument 134 struct tgsi_declaration declaration; local in function:tgsi_build_declaration 177 tgsi_build_declaration_range(unsigned first,unsigned last,struct tgsi_declaration * declaration,struct tgsi_header * header) argument 197 tgsi_build_declaration_dimension(unsigned index_2d,struct tgsi_declaration * declaration,struct tgsi_header * header) argument 227 tgsi_build_declaration_interp(unsigned interpolate,unsigned interpolate_location,unsigned cylindrical_wrap,struct tgsi_declaration * declaration,struct tgsi_header * header) argument 261 tgsi_build_declaration_semantic(unsigned semantic_name,unsigned semantic_index,unsigned streamx,unsigned streamy,unsigned streamz,unsigned streamw,struct tgsi_declaration * declaration,struct tgsi_header * header) argument 303 tgsi_build_declaration_image(unsigned texture,unsigned format,unsigned raw,unsigned writable,struct tgsi_declaration * declaration,struct tgsi_header * header) argument 338 tgsi_build_declaration_sampler_view(unsigned texture,unsigned return_type_x,unsigned return_type_y,unsigned return_type_z,unsigned return_type_w,struct tgsi_declaration * declaration,struct tgsi_header * header) argument 373 tgsi_build_declaration_array(unsigned arrayid,struct tgsi_declaration * declaration,struct tgsi_header * header) argument 412 struct tgsi_declaration *declaration; local in function:tgsi_build_full_declaration [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_build.c | 83 * declaration 88 struct tgsi_declaration *declaration, 91 assert( declaration->NrTokens < 0xFF ); 93 declaration->NrTokens++; 101 struct tgsi_declaration declaration; local in function:tgsi_default_declaration 103 declaration.Type = TGSI_TOKEN_TYPE_DECLARATION; 104 declaration.NrTokens = 1; 105 declaration.File = TGSI_FILE_NULL; 106 declaration.UsageMask = TGSI_WRITEMASK_XYZW; 107 declaration 87 declaration_grow(struct tgsi_declaration * declaration,struct tgsi_header * header) argument 134 struct tgsi_declaration declaration; local in function:tgsi_build_declaration 178 tgsi_build_declaration_range(unsigned first,unsigned last,struct tgsi_declaration * declaration,struct tgsi_header * header) argument 198 tgsi_build_declaration_dimension(unsigned index_2d,struct tgsi_declaration * declaration,struct tgsi_header * header) argument 227 tgsi_build_declaration_interp(unsigned interpolate,unsigned interpolate_location,struct tgsi_declaration * declaration,struct tgsi_header * header) argument 259 tgsi_build_declaration_semantic(unsigned semantic_name,unsigned semantic_index,unsigned streamx,unsigned streamy,unsigned streamz,unsigned streamw,struct tgsi_declaration * declaration,struct tgsi_header * header) argument 301 tgsi_build_declaration_image(unsigned texture,unsigned format,unsigned raw,unsigned writable,struct tgsi_declaration * declaration,struct tgsi_header * header) argument 336 tgsi_build_declaration_sampler_view(unsigned texture,unsigned return_type_x,unsigned return_type_y,unsigned return_type_z,unsigned return_type_w,struct tgsi_declaration * declaration,struct tgsi_header * header) argument 371 tgsi_build_declaration_array(unsigned arrayid,struct tgsi_declaration * declaration,struct tgsi_header * header) argument 410 struct tgsi_declaration *declaration; local in function:tgsi_build_full_declaration [all...] |
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | makealias.py | 44 for declaration in extract(fname): 46 define_name = definitions[declaration] 48 print ('error: could not locate %s in src/*.c' % declaration) 51 declarations[declaration] = define_name
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| H A D | ir_variable_refcount.h | 64 bool declaration; /* If the variable had a decl in the instruction stream */ member in class:ir_variable_refcount_entry
|
| H A D | ir_variable_refcount.cpp | 71 declaration = false; 98 entry->declaration = true;
|
| H A D | opt_dead_code.cpp | 70 entry->declaration ? "" : "not "); 74 || !entry->declaration) 121 * then we can remove its declaration. 126 * declaration cannot be deleted. 166 printf("Removed declaration of %s@%p\n", 192 * irrelevent. If there is a uniform declaration encountered
|
| H A D | opt_array_splitting.cpp | 54 this->declaration = false; 73 bool declaration; member in class:__anon8297bb260110::opt_array_splitting::variable_entry 183 entry->declaration = true; 294 entry->var->name, (void *) entry->var, entry->declaration, 298 if (!(entry->declaration && entry->split)) {
|
| H A D | opt_structure_splitting.cpp | 51 this->declaration = false; 65 bool declaration; member in class:__anon9e3ff8b80110::variable_entry 128 entry->declaration = true; 314 entry->var->name, (void *) entry->var, entry->declaration, 318 if (!entry->declaration || entry->whole_structure_access) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| H A D | ir_variable_refcount.h | 64 bool declaration; /* If the variable had a decl in the instruction stream */ member in class:ir_variable_refcount_entry
|
| H A D | ir_variable_refcount.cpp | 71 declaration = false; 98 entry->declaration = true;
|
| H A D | opt_dead_code.cpp | 70 entry->declaration ? "" : "not "); 74 || !entry->declaration) 121 * then we can remove its declaration. 126 * declaration cannot be deleted. 159 printf("Removed declaration of %s@%p\n", 185 * irrelevent. If there is a uniform declaration encountered
|
| H A D | opt_array_splitting.cpp | 54 this->declaration = false; 73 bool declaration; member in class:__anonddaed0f30110::opt_array_splitting::variable_entry 183 entry->declaration = true; 294 entry->var->name, (void *) entry->var, entry->declaration, 298 if (!(entry->declaration && entry->split)) {
|
| H A D | opt_structure_splitting.cpp | 51 this->declaration = false; 65 bool declaration; member in class:__anon37572d050110::variable_entry 128 entry->declaration = true; 314 entry->var->name, (void *) entry->var, entry->declaration, 318 if (!entry->declaration || entry->whole_structure_access) {
|
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/ |
| H A D | glsl_parser.h | 215 ast_declaration *declaration; member in union:YYSTYPE
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 9.2.5.rst | 40 GLSL: struct declarations produce a "empty declaration warning" in 86 - glsl: Don't emit empty declaration warning for a struct specifier
|
| H A D | 10.0.1.rst | 36 GLSL: struct declarations produce a "empty declaration warning" in 86 - glsl: Don't emit empty declaration warning for a struct specifier
|
| H A D | 20.1.7.rst | 39 - lp_bld_init.c:172:7: error: implicit declaration of function ‘LLVMAddConstantPropagationPass’; did you mean ‘LLVMAddCorrelatedValuePropagationPass’? [-Werror=implicit-function-declaration]
|
| H A D | 17.2.7.rst | 66 - anv_allocator.c:113:1: error: static declaration of ‘memfd_create’ 67 follows non-static declaration 167 - meta: Initialize depth/clear values on declaration.
|
| H A D | 7.9.rst | 96 [GLSL] allowing non-constant-expression as const declaration 109 definition and declaration 115 [GLSL] variable declaration in "while" fails to compile
|
| /xsrc/external/mit/MesaLib/src/compiler/glsl/ |
| H A D | glsl_parser.h | 222 ast_declaration *declaration; member in union:YYSTYPE
|
| /xsrc/external/mit/luit/dist/ |
| H A D | acinclude.m4 | 64 dnl winsize declaration is left alone - we may revisit this if Apple choose to
|