Searched refs:vsvg (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/draw/
H A Ddraw_vs_variant.c72 struct draw_vs_variant_generic *vsvg = (struct draw_vs_variant_generic *)variant; local in function:vsvg_set_buffer
74 vsvg->fetch->set_buffer(vsvg->fetch,
103 static void do_rhw_viewport( struct draw_vs_variant_generic *vsvg, argument
108 unsigned stride = vsvg->temp_vertex_stride;
111 ptr += vsvg->base.vs->position_output * 4 * sizeof(float);
115 find_viewport(vsvg->base.vs->draw, (char*)output_buffer,
129 static void do_viewport( struct draw_vs_variant_generic *vsvg, argument
134 unsigned stride = vsvg->temp_vertex_stride;
137 ptr += vsvg
159 struct draw_vs_variant_generic *vsvg = (struct draw_vs_variant_generic *)variant; local in function:vsvg_run_elts
228 struct draw_vs_variant_generic *vsvg = (struct draw_vs_variant_generic *)variant; local in function:vsvg_run_linear
304 struct draw_vs_variant_generic *vsvg = CALLOC_STRUCT( draw_vs_variant_generic ); local in function:draw_vs_create_variant_generic
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/draw/
H A Ddraw_vs_variant.c72 struct draw_vs_variant_generic *vsvg = (struct draw_vs_variant_generic *)variant; local in function:vsvg_set_buffer
74 vsvg->fetch->set_buffer(vsvg->fetch,
103 static void do_rhw_viewport( struct draw_vs_variant_generic *vsvg, argument
108 unsigned stride = vsvg->temp_vertex_stride;
111 ptr += vsvg->base.vs->position_output * 4 * sizeof(float);
115 find_viewport(vsvg->base.vs->draw, (char*)output_buffer,
129 static void do_viewport( struct draw_vs_variant_generic *vsvg, argument
134 unsigned stride = vsvg->temp_vertex_stride;
137 ptr += vsvg
159 struct draw_vs_variant_generic *vsvg = (struct draw_vs_variant_generic *)variant; local in function:vsvg_run_elts
229 struct draw_vs_variant_generic *vsvg = (struct draw_vs_variant_generic *)variant; local in function:vsvg_run_linear
306 struct draw_vs_variant_generic *vsvg = CALLOC_STRUCT( draw_vs_variant_generic ); local in function:draw_vs_create_variant_generic
[all...]

Completed in 6 milliseconds