Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_allocator.c263 if (ftruncate(pool->fd, BLOCK_POOL_MEMFD_SIZE) == -1) { in anv_block_pool_init()
328 BLOCK_POOL_MEMFD_SIZE - BLOCK_POOL_MEMFD_CENTER); in anv_block_pool_expand_range()
Danv_private.h580 #define BLOCK_POOL_MEMFD_SIZE (1ul << 30) macro
585 #define BLOCK_POOL_MEMFD_CENTER (BLOCK_POOL_MEMFD_SIZE / 2)