Home
last modified time | relevance | path

Searched refs:vcomps (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dvarray.h34 int tcomps, ccomps, vcomps; /* components per texcoord, color, vertex */ member
Dvarray.c2587 layout->vcomps = 2; in _mesa_get_interleaved_layout()
2591 layout->vcomps = 3; in _mesa_get_interleaved_layout()
2596 layout->ccomps = 4; layout->vcomps = 2; in _mesa_get_interleaved_layout()
2603 layout->ccomps = 4; layout->vcomps = 3; in _mesa_get_interleaved_layout()
2610 layout->ccomps = 3; layout->vcomps = 3; in _mesa_get_interleaved_layout()
2617 layout->vcomps = 3; in _mesa_get_interleaved_layout()
2623 layout->ccomps = 4; layout->vcomps = 3; in _mesa_get_interleaved_layout()
2631 layout->tcomps = 2; layout->vcomps = 3; in _mesa_get_interleaved_layout()
2637 layout->tcomps = 4; layout->vcomps = 4; in _mesa_get_interleaved_layout()
2643 layout->tcomps = 2; layout->ccomps = 4; layout->vcomps = 3; in _mesa_get_interleaved_layout()
[all …]
Dglthread_varray.c706 _mesa_glthread_AttribPointer(ctx, VERT_ATTRIB_POS, layout.vcomps, GL_FLOAT, in _mesa_glthread_InterleavedArrays()