Home | History | Annotate | Download | only in svga

Lines Matching refs:svga

43 emit_hw_vs_vdecl(struct svga_context *svga, unsigned dirty)
45 const struct pipe_vertex_element *ve = svga->curr.velems->velem;
51 assert(svga->curr.velems->count >=
52 svga->curr.vs->base.info.file_count[TGSI_FILE_INPUT]);
69 for (i = 0; i < svga->curr.velems->count; i++) {
71 &svga->curr.vb[ve[i].vertex_buffer_index];
88 for (i = 0; i < svga->curr.velems->count; i++) {
90 &svga->curr.vb[ve[i].vertex_buffer_index];
102 decls[i].identity.type = svga->curr.velems->decl_type[i];
123 svga_hwtnl_vertex_decls(svga->hwtnl,
124 svga->curr.velems->count,
127 svga->curr.velems->id);
129 svga_hwtnl_vertex_buffers(svga->hwtnl,
130 svga->curr.num_vertex_buffers,
131 svga->curr.vb);
133 svga_hwtnl_set_index_bias( svga->hwtnl, -(int) neg_bias );
139 emit_hw_vdecl(struct svga_context *svga, unsigned dirty)
143 if (svga->state.sw.need_swtnl)
146 return emit_hw_vs_vdecl( svga, dirty );