Lines Matching refs:start
915 unsigned start)
921 unsigned offset = start * 16;
932 unsigned start = range->start * 8 * sizeof(float);
936 ice->state.shaders[stage].constbufs[block_index].buffer_offset + start, len,
2302 unsigned start, unsigned count,
2309 assert(start + count <= CROCUS_MAX_TEXTURE_SAMPLERS);
2314 if (shs->samplers[start + i] != states[i]) {
2315 shs->samplers[start + i] = states[i];
3149 unsigned start, unsigned count,
3158 shs->bound_sampler_views &= ~u_bit_consecutive(start, count);
3165 &shs->textures[start + i], NULL);
3166 shs->textures[start + i] = (struct crocus_sampler_view *)pview;
3169 &shs->textures[start + i], pview);
3177 shs->bound_sampler_views |= 1 << (start + i);
4123 * and also whether we want to append or start over. We can finish the
5683 res ? ro_bo(res->bo, range->start * 32 + cbuf->buffer_offset)
6098 unsigned start[4];
6105 entries, start, NULL, &constrained);
6114 urb.VSURBStartingAddress = start[i];
6575 uint32_t start = tgt->base.buffer_offset;
6577 uint32_t end = ALIGN(start + tgt->base.buffer_size, 4);
6582 sob.SurfaceBaseAddress = rw_bo(res->bo, start);
7808 unsigned start_offset = draw->index_size * sc->start;
8034 prim.StartVertexLocation = sc->start;