Searched refs:prime_step (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dget_hash_generator.py44 prime_step = 281 variable
51 print("static const int prime_factor = %d, prime_step = %d;\n" % \
52 (prime_factor, prime_step))
134 hash_val += prime_step
H A Dget.c1540 hash += prime_step;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dget_hash_generator.py42 prime_step = 281 variable
49 print("static const int prime_factor = %d, prime_step = %d;\n" % \
50 (prime_factor, prime_step))
132 hash_val += prime_step
H A Dget.c1608 hash += prime_step;
/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_entrypoints_gen.py234 static const uint32_t prime_step = ${strmap.prime_step};
252 h += prime_step;
323 self.prime_step = PRIME_STEP
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_entrypoints_gen.py234 static const uint32_t prime_step = ${strmap.prime_step};
252 h += prime_step;
323 self.prime_step = PRIME_STEP
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_entrypoints_gen.py196 static const uint32_t prime_step = ${strmap.prime_step};
214 h += prime_step;
472 self.prime_step = PRIME_STEP
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_dispatch_table_gen.py324 static const uint32_t prime_step = ${strmap.prime_step};
342 h += prime_step;
732 self.prime_step = PRIME_STEP
/xsrc/external/mit/MesaLib.old/src/mesa/
H A Dget_hash.h3 static const int prime_factor = 89, prime_step = 281; variable in typeref:typename:const int
/xsrc/external/mit/MesaLib/src/mesa/
H A Dget_hash.h3 static const int prime_factor = 89, prime_step = 281; variable in typeref:typename:const int

Completed in 35 milliseconds