| /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/ |
| H A D | bi_opt_cse.c | 37 HASH(uint32_t hash, unsigned data) function in typeref:typename:uint32_t 45 hash = HASH(hash, index.value); 46 hash = HASH(hash, index.abs); 47 hash = HASH(hash, index.neg); 48 hash = HASH(hash, index.swizzle); 49 hash = HASH(hash, index.offset); 50 hash = HASH(hash, index.reg); 51 hash = HASH(hash, index.type); 62 hash = HASH(hash, I->op); 66 hash = HASH(has [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.l | 181 %x COMMENT DEFINE DONE HASH NEWLINE_CATCHUP UNREACHABLE 186 HASH # 267 <INITIAL,DEFINE,HASH>"//"[^\r\n]* { 271 <INITIAL,DEFINE,HASH>"/*" { yy_push_state(COMMENT, yyscanner); } 278 /* In the <HASH> start condition, we don't want any SPACE token. */ 279 if (yyextra->space_tokens && YY_START != HASH) 283 {HASH} { 286 * line, then it introduces a directive, switch to the <HASH> start 292 BEGIN HASH; 299 <HASH>versio [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.l | 181 %x COMMENT DEFINE DONE HASH NEWLINE_CATCHUP UNREACHABLE 186 HASH # 266 <INITIAL,DEFINE,HASH>"//"[^\r\n]* { 270 <INITIAL,DEFINE,HASH>"/*" { yy_push_state(COMMENT, yyscanner); } 277 /* In the <HASH> start condition, we don't want any SPACE token. */ 278 if (yyextra->space_tokens && YY_START != HASH) 282 {HASH} { 285 * line, then it introduces a directive, switch to the <HASH> start 291 BEGIN HASH; 298 <HASH>versio [all...] |
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| H A D | ir3_cse.c | 35 #define HASH(hash, data) XXH32(&(data), sizeof(data), hash) macro 43 hash = HASH(hash, instr->opc); 44 hash = HASH(hash, instr->dsts[0]->flags); 47 hash = HASH(hash, src->num); 49 hash = HASH(hash, src->uim_val); 51 hash = HASH(hash, src->def);
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| H A D | nir_instr_set.c | 86 #define HASH(hash, data) XXH32(&(data), sizeof(data), hash) macro 92 hash = HASH(hash, src->ssa); 99 hash = HASH(hash, src->abs); 100 hash = HASH(hash, src->negate); 103 hash = HASH(hash, src->swizzle[i]); 112 hash = HASH(hash, instr->op); 117 hash = HASH(hash, flags); 119 hash = HASH(hash, instr->dest.dest.ssa.num_components); 120 hash = HASH(hash, instr->dest.dest.ssa.bit_size); 154 hash = HASH(has [all...] |
| H A D | nir_opt_vectorize.c | 30 #define HASH(hash, data) XXH32(&data, sizeof(data), hash) macro 38 return HASH(hash, hash_data); 53 hash = HASH(hash, swizzle); 65 uint32_t hash = HASH(0, alu->op); 66 hash = HASH(hash, alu->dest.dest.ssa.bit_size);
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/ |
| H A D | nir_instr_set.c | 86 #define HASH(hash, data) _mesa_fnv32_1a_accumulate((hash), (data)) macro 92 hash = HASH(hash, src->ssa); 99 hash = HASH(hash, src->abs); 100 hash = HASH(hash, src->negate); 103 hash = HASH(hash, src->swizzle[i]); 112 hash = HASH(hash, instr->op); 113 hash = HASH(hash, instr->dest.dest.ssa.num_components); 114 hash = HASH(hash, instr->dest.dest.ssa.bit_size); 143 hash = HASH(hash, instr->deref_type); 144 hash = HASH(has [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | IntAtom.c | 35 #define HASH(sig) ((sig) & (TABLESIZE-1)) macro 84 firstidx = idx = HASH(sig); 142 firstidx = idx = HASH(sig);
|
| H A D | Quarks.c | 97 #define HASH(sig) ((sig) & quarkMask) macro 223 newidx = HASH(sig); 250 idx = HASH(sig);
|
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcobjs.h | 69 FC_OBJECT (HASH, FcTypeString, NULL) /* deprecated */
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_nir_vectorize_vs_inputs.c | 226 #define HASH(hash, data) XXH32(&(data), sizeof(data), (hash)) macro 239 hash = HASH(hash, var->type); 240 return HASH(hash, var->data.location);
|
| /xsrc/external/mit/MesaLib.old/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.c | 1007 #define HASH 4 macro 1448 /* In the <HASH> start condition, we don't want any SPACE token. */ 1449 if (yyextra->space_tokens && YY_START != HASH) 1459 * line, then it introduces a directive, switch to the <HASH> start 1465 BEGIN HASH; variable in typeref:typename:BEGIN 1665 /* Nothing to do here. Importantly, don't leave the <HASH> 1670 /* This will catch any non-directive garbage after a HASH */ 1901 case YY_STATE_EOF(HASH):
|
| /xsrc/external/mit/MesaLib/src/compiler/glsl/glcpp/ |
| H A D | glcpp-lex.c | 1038 #define HASH 4 macro 1479 /* In the <HASH> start condition, we don't want any SPACE token. */ 1480 if (yyextra->space_tokens && YY_START != HASH) 1490 * line, then it introduces a directive, switch to the <HASH> start 1496 BEGIN HASH; variable in typeref:typename:BEGIN 1704 /* Nothing to do here. Importantly, don't leave the <HASH> 1709 /* This will catch any non-directive garbage after a HASH */ 1947 case YY_STATE_EOF(HASH):
|
| /xsrc/external/mit/xedit/dist/lisp/ |
| H A D | write.c | 1118 length += LispDoWriteAtom(stream, "#<HASH-TABLE ",
|