Searched defs:size_log2 (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_allocator.c921 unsigned size_log2 = ilog2_round_up(size); local in function:anv_state_pool_get_bucket
931 uint32_t size_log2 = bucket + ANV_MIN_STATE_SIZE_LOG2; local in function:anv_state_pool_get_bucket_size
1360 const unsigned size_log2 = size < 4096 ? 12 : ilog2_round_up(size); local in function:anv_bo_pool_alloc
1400 const unsigned size_log2 = ilog2_round_up(bo->size); local in function:anv_bo_pool_free
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_allocator.c1002 unsigned size_log2 = ilog2_round_up(size); local in function:anv_state_pool_get_bucket
1012 uint32_t size_log2 = bucket + ANV_MIN_STATE_SIZE_LOG2; local in function:anv_state_pool_get_bucket_size
1410 const unsigned size_log2 = size < 4096 ? 12 : ilog2_round_up(size); local in function:anv_bo_pool_alloc
1475 const unsigned size_log2 = ilog2_round_up(bo.size); local in function:anv_bo_pool_free
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_device.c1739 unsigned size_log2 = MAX2(util_logbase2_ceil64(size), MIN_SCRATCH_BO_SIZE_LOG2); local in function:tu_get_scratch_bo

Completed in 9 milliseconds