OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelativeOffset
(Results
1 - 21
of
21
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
t_rebase.c
245
tmp_attribs[i].
RelativeOffset
+=
t_draw.c
303
binding->Offset + attrib->
RelativeOffset
);
/xsrc/external/mit/MesaLib/dist/src/mesa/vbo/
vbo_save_loopback.c
141
la[*nr].offset = vao->VertexAttrib[i].
RelativeOffset
;
vbo_save_api.c
327
if (attrib->
RelativeOffset
+ vao->BufferBinding[0].Offset != off)
745
save->VAO[0]->BufferBinding[0].Offset + save->VAO[0]->VertexAttrib[VERT_ATTRIB_POS].
RelativeOffset
: 0;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
t_rebase.c
229
tmp_attribs[i].
RelativeOffset
+=
t_draw.c
307
binding->Offset + attrib->
RelativeOffset
);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
arrayobj.c
392
array->
RelativeOffset
= 0;
480
const GLuint off = vao->VertexAttrib[i].
RelativeOffset
;
637
attrib2->_EffRelativeOffset = attrib2->
RelativeOffset
;
712
binding2->Offset + attrib2->
RelativeOffset
- min_offset;
834
assert(binding->Offset + attrib->
RelativeOffset
==
varray.h
49
return (const GLubyte *) (binding->Offset + array->
RelativeOffset
);
68
GLuint
relativeOffset
);
372
GLboolean normalized, GLuint
relativeOffset
);
377
GLuint
relativeOffset
);
381
GLuint
relativeOffset
);
386
GLuint
relativeOffset
);
390
GLuint
relativeOffset
);
395
GLuint
relativeOffset
);
varray.c
336
* \param
relativeOffset
Offset of the first element relative to the binding
345
GLuint
relativeOffset
)
352
array->
RelativeOffset
=
relativeOffset
;
374
* \param
relativeOffset
Offset of the first element relative to the binding offset.
384
GLuint
relativeOffset
, GLenum format)
463
* An INVALID_VALUE error is generated if <
relativeoffset
> is larger than
466
if (
relativeOffset
> ctx->Const.MaxVertexAttribRelativeOffset) {
468
"%s(
relativeOffset
=%d > "
470
func,
relativeOffset
);
[
all
...]
mtypes.h
1439
GLuint
RelativeOffset
;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
glthread_varray.c
62
vao->Attrib[i].
RelativeOffset
= 0;
358
vao->Attrib[attrib].
RelativeOffset
= 0;
400
GLuint
relativeoffset
)
409
vao->Attrib[i].
RelativeOffset
=
relativeoffset
;
414
GLint size, GLenum type, GLuint
relativeoffset
)
419
relativeoffset
);
425
GLuint
relativeoffset
)
431
attrib_format(glthread, vao, attribindex, size, type,
relativeoffset
);
arrayobj.c
427
const GLuint off = vao->VertexAttrib[i].
RelativeOffset
;
598
attrib2->_EffRelativeOffset = attrib2->
RelativeOffset
;
673
binding2->Offset + attrib2->
RelativeOffset
- min_offset;
795
assert(binding->Offset + attrib->
RelativeOffset
==
glthread.h
83
GLuint
RelativeOffset
;
274
GLint size, GLenum type, GLuint
relativeoffset
);
277
GLuint
relativeoffset
);
varray.h
62
return (const GLubyte *) (binding->Offset + array->
RelativeOffset
);
81
GLuint
relativeOffset
);
412
GLboolean normalized, GLuint
relativeOffset
);
417
GLuint
relativeOffset
);
422
GLuint
relativeOffset
);
426
GLuint
relativeOffset
);
431
GLuint
relativeOffset
);
436
GLuint
relativeOffset
);
440
GLuint
relativeOffset
);
445
GLuint
relativeOffset
);
[
all
...]
glthread_draw.c
140
unsigned offset = vao->Attrib[i].
RelativeOffset
;
219
unsigned offset = vao->Attrib[i].
RelativeOffset
;
varray.c
628
* \param
relativeOffset
Offset of the first element relative to the binding
637
GLuint
relativeOffset
)
648
if ((array->
RelativeOffset
==
relativeOffset
) &&
652
array->
RelativeOffset
=
relativeOffset
;
674
* \param
relativeOffset
Offset of the first element relative to the binding offset.
684
GLuint
relativeOffset
, GLenum format)
763
* An INVALID_VALUE error is generated if <
relativeoffset
> is larger than
766
if (
relativeOffset
> ctx->Const.MaxVertexAttribRelativeOffset)
[
all
...]
attrib.c
1311
dst->
RelativeOffset
= src->
RelativeOffset
;
mtypes.h
1481
GLuint
RelativeOffset
;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/vbo/
vbo_save_loopback.c
141
la[*nr].offset = vao->VertexAttrib[i].
RelativeOffset
;
vbo_save_api.c
451
if (attrib->
RelativeOffset
+ vao->BufferBinding[0].Offset != off)
554
+ save->VAO[0]->VertexAttrib[VERT_ATTRIB_POS].
RelativeOffset
;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_atom_array.c
110
attrib->
RelativeOffset
;
Completed in 60 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026