Home
last modified time | relevance | path

Searched defs:svga_velems_state (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_context.h245 struct svga_velems_state { struct
246 unsigned count;
247 struct pipe_vertex_element velem[PIPE_MAX_ATTRIBS];
248 SVGA3dDeclType decl_type[PIPE_MAX_ATTRIBS]; /**< vertex attrib formats */
249 uint16_t strides[PIPE_MAX_ATTRIBS];
252 unsigned adjust_attrib_range; /**< range adjustment */
253 unsigned attrib_is_pure_int; /**< pure int */
254 unsigned adjust_attrib_w_1; /**< set w = 1 */
255 unsigned adjust_attrib_itof; /**< int->float */
256 unsigned adjust_attrib_utof; /**< uint->float */
[all …]