Searched refs:round_to_pow2 (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_entrypoints_gen.py284 def round_to_pow2(x): function
320 self.hash_size = round_to_pow2(len(self.strings) * 1.25)
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_entrypoints_gen.py284 def round_to_pow2(x): function
320 self.hash_size = round_to_pow2(len(self.strings) * 1.25)
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_entrypoints_gen.py446 def round_to_pow2(x): function
469 self.hash_size = round_to_pow2(len(self.strings) * 1.25)
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_dispatch_table_gen.py706 def round_to_pow2(x): function
729 self.hash_size = round_to_pow2(len(self.strings) * 1.25)

Completed in 6 milliseconds