Lines Matching refs:vtxbuf
2539 dst->changed.vtxbuf = (1ULL << This->caps.MaxStreams) - 1;
2540 dst->changed.stream_freq = dst->changed.vtxbuf;
3008 unsigned stride = This->state.vtxbuf[i].stride;
3010 unsigned start = This->state.vtxbuf[i].buffer_offset + StartVertex * stride;
3055 uint32_t stride = This->state.vtxbuf[i].stride;
3059 start = MAX2(0, This->state.vtxbuf[i].buffer_offset+(MinVertexIndex+BaseVertexIndex)*stride);
3060 stop = This->state.vtxbuf[i].buffer_offset+(MinVertexIndex+NumVertices+BaseVertexIndex)*stride;
3720 state->changed.vtxbuf |= 1 << StreamNumber;
3721 state->vtxbuf[i].stride = Stride;
3722 state->vtxbuf[i].buffer_offset = OffsetInBytes;
3727 state->vtxbuf[i].stride == Stride &&
3728 state->vtxbuf[i].buffer_offset == OffsetInBytes)
3731 state->vtxbuf[i].stride = Stride;
3732 state->vtxbuf[i].buffer_offset = OffsetInBytes;
3754 state->vtxbuf[0].stride = 0;
3755 state->vtxbuf[0].buffer_offset = 0;
3779 *pStride = state->vtxbuf[i].stride;
3780 *pOffsetInBytes = state->vtxbuf[i].buffer_offset;