Searched refs:VTX_ATTR (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/nvc0/ |
D | nvc0_vbo.c | 159 #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()
|