Home
last modified time | relevance | path

Searched refs:round_size (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/panfrost/midgard/
Dmidgard_opt_dce.c79 unsigned round_size = type_size; in midgard_opt_dead_code_eliminate_block() local
84 round_size = 32; in midgard_opt_dead_code_eliminate_block()
86 unsigned rounded = mir_round_bytemask_up(live[ins->dest], round_size); in midgard_opt_dead_code_eliminate_block()
/third_party/python/Python/
Dhashtable.c107 round_size(size_t s) in round_size() function
282 size_t new_size = round_size((size_t)(ht->nentries * HASHTABLE_REHASH_FACTOR)); in hashtable_rehash()