Searched defs:size_log2 (Results 1 – 5 of 5) sorted by relevance
38 void DecodeTraversalLinear(int size_log2, std::uint32_t square_index, in DecodeTraversalLinear()70 void DecodeTraversalFractalHilbert(int size_log2, std::uint32_t square_index, in DecodeTraversalFractalHilbert()103 const int size_log2 = block_map.num_blocks_base_log2; in GetBlockByIndex() local363 const int size_log2 = std::max(kernel_size_log2, floor_log2(size)); in MakeBlockMap() local
154 const int size_log2 = num_blocks_base_log2 + kKernelSizeLog2; in GetBlockByIndexSquareTest() local
48 dsp::Transform1dSize GetTransform1dSize(int size_log2) { in GetTransform1dSize()
913 unsigned size_log2 = ilog2_round_up(size); in anv_state_pool_get_bucket() local923 uint32_t size_log2 = bucket + ANV_MIN_STATE_SIZE_LOG2; in anv_state_pool_get_bucket_size() local1350 const unsigned size_log2 = size < 4096 ? 12 : ilog2_round_up(size); in anv_bo_pool_alloc() local1388 const unsigned size_log2 = ilog2_round_up(bo->size); in anv_bo_pool_free() local
1208 unsigned size_log2 = MAX2(util_logbase2_ceil64(size), MIN_SCRATCH_BO_SIZE_LOG2); in tu_get_scratch_bo() local