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.h240 struct svga_velems_state { struct
241 unsigned count;
242 struct pipe_vertex_element velem[PIPE_MAX_ATTRIBS];
243 SVGA3dDeclType decl_type[PIPE_MAX_ATTRIBS]; /**< vertex attrib formats */
246 unsigned adjust_attrib_range; /**< range adjustment */
247 unsigned attrib_is_pure_int; /**< pure int */
248 unsigned adjust_attrib_w_1; /**< set w = 1 */
249 unsigned adjust_attrib_itof; /**< int->float */
250 unsigned adjust_attrib_utof; /**< uint->float */
251 unsigned attrib_is_bgra; /**< R / B swizzling */
[all …]