Lines Matching refs:start
1669 * VF cache occasionally. It's easier if we can assume we start with a
1825 /* We want every command buffer to start with the PMA fix in a known state,
2938 * address before we start emitting binding tables etc.
3085 * The range is relative to the start of the buffer, not the start of the
3088 * (range->start + range->length) * 32;
3101 assert(range->start * 32 < set->desc_mem.alloc_size);
3102 assert((range->start + range->length) * 32 <= set->desc_mem.alloc_size);
3107 return (range->start + range->length) * 32;
3126 if (range->start * 32 > desc->set_buffer_view->range)
3231 anv_address_add(buffers[i], range->start * 32);
3303 anv_address_add(buffers[i], range->start * 32),
3333 /* Start of the current range in the shader, relative to the start of
3344 if (bound_size >= range->start * 32) {
3346 MIN2(DIV_ROUND_UP(bound_size, 32) - range->start,
6171 if (bound->end > bound->start) {
6172 dirty->start = MIN2(dirty->start, bound->start);
6188 if (bound->end > bound->start) {
6189 dirty->start = MIN2(dirty->start, bound->start);
6467 assert(!"Trying to start a render pass on non-render queue!");
6919 /****** We can now start emitting code to begin the render pass ******/
6933 /* It is possible to start a render pass with an old pipeline. Because the
6937 * back-to-back and use the same pipeline at the start of the second render
6939 * with this edge case, we just dirty the pipeline at the start of every