Lines Matching defs:block
217 /* We need 16 for UBO block reads to work and 32 for push UBOs. However, we
634 * both the block pool and the state pools. Unfortunately, in order to
697 /* The offset from the start of the bo to the "center" of the block
703 /* Current memory map of the block pool. This pointer may or may not
704 * point to the actual beginning of the block pool memory. If
707 * (negative or positive) given out by the block pool alloc functions
719 * Array of mmaps and gem handles owned by the block pool, reclaimed when
720 * the block pool is destroyed.
732 /* The center of the block pool is also the middle of the memfd. This may
754 struct anv_block_state block;
786 /* The size of blocks which will be allocated from the block pool */
807 /* Current block we're allocating from */
808 struct anv_state block;
810 /* Offset into the current block at which to allocate the next state */
817 /* The block_pool functions exported for testing only. The block pool should
880 * of block_pool except that each block is its own BO.
2833 /* A vector of int32_t's for every block of binding tables.
2841 /** Last seen surface state block pool center bo offset */