Lines Matching defs:offset
528 unsigned offset = 0;
530 memcpy(upload_ptr+offset,
533 offset += context->cso_shader.vs_const_ranges[i*2+1] * sizeof(float[4]);
616 unsigned offset = 0;
618 memcpy(upload_ptr+offset,
621 offset += context->cso_shader.ps_const_ranges[i*2+1] * sizeof(float[4]);
1581 unsigned offset = 0;
1584 res = NineVertexBuffer9_GetResource(pVBuf9, &offset);
1585 /* in the future when there is internal offset, add it
1589 res, offset + OffsetInBytes,
2542 ARG_VAL(unsigned, offset),
2552 context->pipe->buffer_subdata(context->pipe, res, usage, offset, size, data);
3136 unsigned offset;
3142 buf = NineVertexBuffer9_GetResource(state->stream[i], &offset);
3144 DBG("Locking %p (offset %d, length %d)\n", buf,
3147 u_box_1d(vtxbuf.buffer_offset + offset + start_vertice * vtxbuf.stride,