Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_priv.h82 struct xa_context { struct
83 struct xa_tracker *xa;
84 struct pipe_context *pipe;
86 struct cso_context *cso;
87 struct xa_shaders *shaders;
89 struct pipe_resource *vs_const_buffer;
90 struct pipe_resource *fs_const_buffer;
92 float buffer[XA_VB_SIZE];
93 unsigned int buffer_size;
94 struct pipe_vertex_element velems[3];
[all …]