Lines Matching defs:start
691 /* The address where the start of the pool is pinned. The various bos that
697 /* The offset from the start of the bo to the "center" of the block
1530 void * start;
1561 batch->next = batch->start = map;
1592 location - batch->start, bo, delta,
1629 assert(batch->start <= location && location < batch->end);
1798 * descriptor you get a pointer to the start of the range.
2191 uint8_t start;
2409 * stale data when we start rendering.
2537 * This address is relative to the start of the BO.
2550 * This address is relative to the start of the BO.
2580 uint64_t start;
2583 * This is exclusive such that end - start is the size of the range.
2596 bound->start = 0;
2602 bound->start = intel_48b_address(anv_address_physical(vb_address));
2603 bound->end = bound->start + vb_size;
2604 assert(bound->end > bound->start); /* No overflow */
2607 bound->start &= ~(64ull - 1ull);
2611 dirty->start = MIN2(dirty->start, bound->start);
2615 assert(bound->end - bound->start <= (1ull << 32));
2616 return (dirty->end - dirty->start) > (1ull << 32);
3491 * Offset is relative to the start of the binding created by
3492 * vkBindImageMemory, not to the start of the bo.
3733 /* Relative to start of the plane's fast clear memory range */