Searched refs:signature (Results 1 - 25 of 56) sorted by relevance

123

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dopt_dead_functions.cpp42 this->signature = sig;
46 ir_function_signature *signature; member in class:__anon9f79f8b00110::signature_entry
78 if (entry->signature == sig)
127 entry->signature->remove();
128 delete entry->signature;
134 /* We don't just do this above when we nuked a signature because of
H A Dlower_jumps.cpp163 ir_function_signature* signature; member in struct:__anon68d3f30f0110::loop_record
177 this->signature = p_signature;
190 exec_list& list = this->loop ? this->loop->body_instructions : signature->body;
191 this->execute_flag = new(this->signature) ir_variable(glsl_type::bool_type, "execute_flag", ir_var_temporary);
192 list.push_head(new(this->signature) ir_assignment(new(this->signature) ir_dereference_variable(execute_flag), new(this->signature) ir_constant(true)));
202 this->break_flag = new(this->signature) ir_variable(glsl_type::bool_type, "break_flag", ir_var_temporary);
204 this->loop->insert_before(new(this->signature) ir_assignment(new(this->signature) ir_dereference_variabl
212 ir_function_signature* signature; member in struct:__anon68d3f30f0110::function_record
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dopt_dead_functions.cpp42 this->signature = sig;
46 ir_function_signature *signature; member in class:__anon6bef08dd0110::signature_entry
78 if (entry->signature == sig)
127 entry->signature->remove();
128 delete entry->signature;
134 /* We don't just do this above when we nuked a signature because of
H A Dlower_jumps.cpp163 ir_function_signature* signature; member in struct:__anonc12c8bdc0110::loop_record
177 this->signature = p_signature;
190 exec_list& list = this->loop ? this->loop->body_instructions : signature->body;
191 this->execute_flag = new(this->signature) ir_variable(glsl_type::bool_type, "execute_flag", ir_var_temporary);
192 list.push_head(new(this->signature) ir_assignment(new(this->signature) ir_dereference_variable(execute_flag), new(this->signature) ir_constant(true)));
202 this->break_flag = new(this->signature) ir_variable(glsl_type::bool_type, "break_flag", ir_var_temporary);
204 this->loop->insert_before(new(this->signature) ir_assignment(new(this->signature) ir_dereference_variabl
212 ir_function_signature* signature; member in struct:__anonc12c8bdc0110::function_record
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dremap.c59 * It begins with the parameter signature of the function,
69 const char *signature; local in function:map_function_spec
76 signature = spec;
93 return _glapi_add_dispatch(names, signature);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dremap.c60 * It begins with the parameter signature of the function,
70 const char *signature; local in function:map_function_spec
77 signature = spec;
94 return _glapi_add_dispatch(names, signature);
/xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/
H A Dbi_builder.h.py91 bi_instr * bi_${opcode.replace('.', '_').lower()}${to_suffix(ops[opcode])}(${signature(ops[opcode], modifiers)})
118 bi_index bi_${opcode.replace('.', '_').lower()}(${signature(ops[opcode], modifiers, no_dests=True)})
127 signatures = [signature(ops[op], modifiers, no_dests=True) for op in variants]
147 bi_${ret} bi_${common_op.replace('.', '_').lower()}${suffix if ops[opcode]['dests'] > 0 else ''}(${signature(ops[opcode], modifiers, typeful=typeful, sized=sized, no_dests=not dests)})
171 # Generate type signature for a builder routine
179 def signature(op, modifiers, typeful = False, sized = False, no_dests = False): function
201 print(Template(COPYRIGHT + TEMPLATE).render(ops = ir_instructions, modifiers = modifier_lists, signature = signature, arguments = arguments, src_count = src_count, typesize = typesize, SKIP = SKIP))
/xsrc/external/mit/xorg-server.old/dist/render/
H A Dglyph.c129 CARD32 signature,
139 elt = signature % tableSize;
145 s = gr->signature;
160 else if (s == signature &&
168 step = signature % hash->hashSet->rehash;
207 CARD32 signature = *(CARD32 *) sha1; local in function:FindGlyphByHash
213 signature, TRUE, sha1);
278 CARD32 signature; local in function:FreeGlyph
289 signature = *(CARD32 *) glyph->sha1;
290 gr = FindGlyphRef (&globalGlyphs[format], signature,
128 FindGlyphRef(GlyphHashPtr hash,CARD32 signature,Bool match,unsigned char sha1[20]) argument
310 CARD32 signature; local in function:AddGlyph
[all...]
H A Dglyphstr.h54 CARD32 signature; member in struct:_GlyphRef
101 CARD32 signature,
/xsrc/external/mit/xorg-server/dist/render/
H A Dglyph.c122 CARD32 signature, Bool match, unsigned char sha1[20])
130 elt = signature % tableSize;
135 s = gr->signature;
148 else if (s == signature &&
153 step = signature % hash->hashSet->rehash;
190 CARD32 signature = *(CARD32 *) sha1; local in function:FindGlyphByHash
195 gr = FindGlyphRef(&globalGlyphs[format], signature, TRUE, sha1);
257 CARD32 signature; local in function:FreeGlyph
267 signature = *(CARD32 *) glyph->sha1;
268 gr = FindGlyphRef(&globalGlyphs[format], signature, TRU
121 FindGlyphRef(GlyphHashPtr hash,CARD32 signature,Bool match,unsigned char sha1[20]) argument
286 CARD32 signature; local in function:AddGlyph
[all...]
H A Dglyphstr.h54 CARD32 signature; member in struct:_GlyphRef
/xsrc/external/mit/freetype/dist/include/freetype/internal/
H A Dwofftypes.h46 FT_ULong signature; member in struct:WOFF_HeaderRec_
155 FT_ULong signature; member in struct:WOFF2_HeaderRec_
/xsrc/external/mit/xorgproto/dist/include/X11/extensions/
H A Dxf86bigfproto.h36 CARD32 signature; member in struct:__anonde9bc7850108
/xsrc/external/mit/libXt/dist/src/
H A DTMaction.c89 XrmQuark signature; member in struct:_CompiledAction
118 cActions->signature = (*func) (actions->string);
125 ((CompiledActionTable) actions)->signature =
137 while (j && cActions[j - 1].signature > hold.signature) {
219 SearchActionTable(XrmQuark signature, argument
230 if (signature < actionTable[i].signature)
232 else if (signature > actionTable[i].signature)
[all...]
H A DTMparse.c118 XrmQuark signature; member in struct:_ModifierRec
125 XrmQuark signature; member in struct:_EventKey
133 XrmQuark signature; member in struct:__anon30df82cf0108
430 table[i].signature = XrmPermStringToQuark(table[i].name);
436 return ((((_Xconst EventKey *) a)->signature <
437 ((_Xconst EventKey *) b)->signature) ? -1 : 1);
447 entry->signature = XrmPermStringToQuark(entry->event);
454 return ((((_Xconst ModifierRec *) a)->signature <
455 ((_Xconst ModifierRec *) b)->signature) ? -1 : 1);
465 entry->signature
495 register XrmQuark signature; local in function:LookupTMEventType
593 _XtLookupModifier(XrmQuark signature,LateBindingsPtr * lateBindings,Boolean notFlag,Value * valueP,Bool constMask) argument
1048 register XrmQuark signature; local in function:ParseTable
[all...]
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/custom/
H A DREADME.md12 `testing::TempDir` for semantics and signature.
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/
H A Dglapi_getproc.c304 set_entry_info( struct _glapi_function * entry, const char * signature, unsigned offset ) argument
308 if (signature == NULL)
311 sig_dup = str_dup(signature);
366 * Add code to compare \c parameter_signature with the parameter signature of
368 * the parameter signature of a static function.
408 * FIXME: the parameter signature for static functions?
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/
H A Dglapi_getproc.c304 set_entry_info( struct _glapi_function * entry, const char * signature, unsigned offset ) argument
308 if (signature == NULL)
311 sig_dup = str_dup(signature);
366 * Add code to compare \c parameter_signature with the parameter signature of
368 * the parameter signature of a static function.
408 * FIXME: the parameter signature for static functions?
/xsrc/external/mit/xf86-video-intel-old/dist/src/bios_reader/
H A Dbios_reader.c495 char signature[17]; local in function:main
521 /* Scour memory looking for the VBT signature */
531 printf("VBT signature missing\n");
539 strncpy(signature, (char *)bdb->signature, 16);
540 signature[16] = 0;
541 printf("BDB sig: %s\n", signature);
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A DglX_proto_size.py96 def signature( self ): member in class:glx_enum_function
249 def signature( self ): member in class:glx_server_enum_function
251 sig = glx_enum_function.signature(self)
356 sig = ef.signature()
476 sig = ef.signature()
601 # that is being done, calculate a unique signature for this
618 # If the calculated signature matches a function that has
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
H A DglX_proto_size.py94 def signature( self ): member in class:glx_enum_function
247 def signature( self ): member in class:glx_server_enum_function
249 sig = glx_enum_function.signature(self)
354 sig = ef.signature()
474 sig = ef.signature()
599 # that is being done, calculate a unique signature for this
616 # If the calculated signature matches a function that has
/xsrc/external/mit/xorg-server.old/dist/Xext/
H A Dxf86bigfont.c86 /* A random signature, transmitted to the clients so they can verify that the
89 static CARD32 signature; variable in typeref:typename:CARD32
297 reply.signature = signature;
299 reply.signature = 0; /* This is redundant. Avoids uninitialized memory. */
316 swapl(&reply.signature, tmp);
451 *(CARD32 *)(pCI + nCharInfos) = signature;
733 signature = ((unsigned int) (65536.0/(RAND_MAX+1.0) * rand()) << 16)
735 /* fprintf(stderr, "signature = 0x%08X\n", signature); */
[all...]
/xsrc/external/mit/xorg-server/dist/Xext/
H A Dxf86bigfont.c78 /* A random signature, transmitted to the clients so they can verify that the
81 static CARD32 signature; variable in typeref:typename:CARD32
281 .signature = signature,
285 .signature = 0,
296 swapl(&reply.signature);
432 *(CARD32 *) (pCI + nCharInfos) = signature;
713 signature = ((unsigned int) (65536.0 / (RAND_MAX + 1.0) * rand()) << 16)
715 /* fprintf(stderr, "signature = 0x%08X\n", signature); */
[all...]
/xsrc/external/mit/pixman/dist/
H A Drelease.sh79 PGP signature:
/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_bios.h37 char signature[20]; /**< Always starts with 'VBT$' */ member in struct:vbt_header
48 char signature[16]; /**< Always 'BIOS_DATA_BLOCK' */ member in struct:bdb_header
370 char signature[16]; member in struct:aimdb_header

Completed in 26 milliseconds

123