Searched refs:declaration (Results 1 - 25 of 188) sorted by relevance

12345678

/xsrc/external/mit/MesaLib.old/dist/src/mesa/program/
H A Dsymbol_table.h37 const char *name, void *declaration);
41 void *declaration);
46 void *declaration);
H A Dsymbol_table.c178 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 Dsymbol_table.h37 const char *name, void *declaration);
41 void *declaration);
46 void *declaration);
H A Dsymbol_table.c178 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 Dtgsi_build.c83 * 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 Dtgsi_build.c83 * 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 Dmakealias.py44 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 Dir_variable_refcount.h64 bool declaration; /* If the variable had a decl in the instruction stream */ member in class:ir_variable_refcount_entry
H A Dir_variable_refcount.cpp71 declaration = false;
98 entry->declaration = true;
H A Dopt_dead_code.cpp70 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 Dopt_array_splitting.cpp54 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 Dopt_structure_splitting.cpp51 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 Dir_variable_refcount.h64 bool declaration; /* If the variable had a decl in the instruction stream */ member in class:ir_variable_refcount_entry
H A Dir_variable_refcount.cpp71 declaration = false;
98 entry->declaration = true;
H A Dopt_dead_code.cpp70 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 Dopt_array_splitting.cpp54 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 Dopt_structure_splitting.cpp51 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 Dglsl_parser.h215 ast_declaration *declaration; member in union:YYSTYPE
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D9.2.5.rst40 GLSL: struct declarations produce a "empty declaration warning" in
86 - glsl: Don't emit empty declaration warning for a struct specifier
H A D10.0.1.rst36 GLSL: struct declarations produce a "empty declaration warning" in
86 - glsl: Don't emit empty declaration warning for a struct specifier
H A D20.1.7.rst39 - lp_bld_init.c:172:7: error: implicit declaration of function ‘LLVMAddConstantPropagationPass’; did you mean ‘LLVMAddCorrelatedValuePropagationPass’? [-Werror=implicit-function-declaration]
H A D17.2.7.rst66 - 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 D7.9.rst96 [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 Dglsl_parser.h222 ast_declaration *declaration; member in union:YYSTYPE
/xsrc/external/mit/luit/dist/
H A Dacinclude.m464 dnl winsize declaration is left alone - we may revisit this if Apple choose to

Completed in 16 milliseconds

12345678