Searched refs:VTX_ATTR (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
D | nvc0_vbo.c | 164 #define VTX_ATTR(a, c, t, s) \ macro 189 mode = VTX_ATTR(a, 4, SINT, 32); in nvc0_set_constant_vertex_attrib() 192 mode = VTX_ATTR(a, 4, UINT, 32); in nvc0_set_constant_vertex_attrib() 196 mode = VTX_ATTR(a, 4, FLOAT, 32); in nvc0_set_constant_vertex_attrib()
|