Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/nvc0/
Dnvc0_vbo.c159 #define VTX_ATTR(a, c, t, s) \ macro
184 mode = VTX_ATTR(a, 4, SINT, 32); in nvc0_set_constant_vertex_attrib()
187 mode = VTX_ATTR(a, 4, UINT, 32); in nvc0_set_constant_vertex_attrib()
191 mode = VTX_ATTR(a, 4, FLOAT, 32); in nvc0_set_constant_vertex_attrib()