Searched refs:max_hash (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/panfrost/midgard/
H A Dmir_squeeze.c47 ctx->max_hash = MAX2(ctx->max_hash, hash);
H A Dcompiler.h289 int max_hash; member in struct:compiler_context
/xsrc/external/mit/MesaLib.old/dist/src/intel/perf/
H A Dgen_perf.py305 if counter.max_hash in hashed_funcs:
308 c("%s" % hashed_funcs[counter.max_hash])
323 hashed_funcs[counter.max_hash] = counter.max_sym()
437 self.max_hash = None
465 self.max_hash = ' '.join(map(replace_token, max_eq.split()))
/xsrc/external/mit/MesaLib/dist/src/intel/perf/
H A Dgen_perf.py313 if counter.max_hash in hashed_funcs:
316 c("%s" % hashed_funcs[counter.max_hash])
331 hashed_funcs[counter.max_hash] = counter.max_sym()
492 self.max_hash = None
520 self.max_hash = ' '.join(map(replace_token, max_eq.split()))
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/midgard/
H A Dmidgard_compile.c491 int max_hash; member in struct:compiler_context
1062 ctx->max_hash = MAX2(ctx->max_hash, hash);
2241 for (int index = 0; index <= ctx->max_hash; ++index) {

Completed in 10 milliseconds