Searched defs:svga_velems_state (Results 1 – 1 of 1) sorted by relevance
234 struct svga_velems_state { struct235 unsigned count;236 struct pipe_vertex_element velem[PIPE_MAX_ATTRIBS];237 SVGA3dDeclType decl_type[PIPE_MAX_ATTRIBS]; /**< vertex attrib formats */240 unsigned adjust_attrib_range; /**< range adjustment */241 unsigned attrib_is_pure_int; /**< pure int */265 const struct svga_velems_state *velems; argument