Home
last modified time | relevance | path

Searched refs:vertex_info (Results 1 – 25 of 33) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vertex.h78 struct vertex_info struct
95 draw_vinfo_size( const struct vertex_info *a ) in draw_vinfo_size() argument
97 return offsetof(const struct vertex_info, attrib[a->num_attribs]); in draw_vinfo_size()
101 draw_vinfo_compare( const struct vertex_info *a, in draw_vinfo_compare()
102 const struct vertex_info *b ) in draw_vinfo_compare()
109 draw_vinfo_copy( struct vertex_info *dst, in draw_vinfo_copy()
110 const struct vertex_info *src ) in draw_vinfo_copy()
125 draw_emit_vertex_attr(struct vertex_info *vinfo, in draw_emit_vertex_attr()
140 extern void draw_compute_vertex_size(struct vertex_info *vinfo);
142 void draw_dump_emitted_vertex(const struct vertex_info *vinfo,
Ddraw_vbuf.h45 struct vertex_info;
76 const struct vertex_info *(*get_vertex_info)( struct vbuf_render * );
Ddraw_vertex.c46 draw_compute_vertex_size(struct vertex_info *vinfo) in draw_compute_vertex_size()
61 draw_dump_emitted_vertex(const struct vertex_info *vinfo, const uint8_t *data) in draw_dump_emitted_vertex()
Ddraw_pt_emit.c45 const struct vertex_info *vinfo;
55 const struct vertex_info *vinfo; in draw_pt_emit_prepare()
Ddraw_pt_fetch_emit.c80 const struct vertex_info *vinfo;
97 const struct vertex_info *vinfo; in fetch_emit_prepare()
Ddraw_pt_fetch_shade_emit.c63 const struct vertex_info *vinfo;
77 const struct vertex_info *vinfo; in fse_prepare()
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_draw.c46 struct vertex_info vertex_info; member
61 static const struct vertex_info *
64 return &nv30_render(render)->vertex_info; in nv30_render_get_vertex_info()
125 BEGIN_NV04(push, NV30_3D(VTXBUF(0)), r->vertex_info.num_attribs); in nv30_render_draw_elements()
126 for (i = 0; i < r->vertex_info.num_attribs; i++) { in nv30_render_draw_elements()
170 BEGIN_NV04(push, NV30_3D(VTXBUF(0)), r->vertex_info.num_attribs); in nv30_render_draw_arrays()
171 for (i = 0; i < r->vertex_info.num_attribs; i++) { in nv30_render_draw_arrays()
224 struct vertex_info *vinfo = &r->vertex_info; in vroute_add()
275 struct vertex_info *vinfo = &r->vertex_info; in nv30_render_validate()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c50 softpipe->vertex_info.num_attribs = 0; in invalidate_vertex_layout()
62 struct vertex_info *
65 struct vertex_info *vinfo = &softpipe->vertex_info; in softpipe_get_vertex_info()
70 struct vertex_info *vinfo_vbuf = &softpipe->vertex_info_vbuf; in softpipe_get_vertex_info()
165 struct vertex_info *
Dsp_state.h60 struct vertex_info;
175 struct vertex_info *
178 struct vertex_info *
Dsp_context.h115 struct vertex_info vertex_info; member
116 struct vertex_info vertex_info_vbuf;
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_immediate.c76 unsigned vertex_size = i915->current.vertex_info.size; in upload_S0S1()
104 LIS2 = i915->current.vertex_info.hwfmt[1]; in upload_S2S4()
105 LIS4 = i915->current.vertex_info.hwfmt[0]; in upload_S2S4()
Di915_prim_emit.c72 const struct vertex_info *vinfo = &i915->current.vertex_info; in emit_hw_vertex()
144 vertex_size = i915->current.vertex_info.size * 4; /* in bytes */ in emit_prim()
Di915_state_derived.c61 struct vertex_info vinfo; in calculate_vertex_layout()
174 if (memcmp(&i915->current.vertex_info, &vinfo, sizeof(vinfo))) { in calculate_vertex_layout()
181 memcpy(&i915->current.vertex_info, &vinfo, sizeof(vinfo)); in calculate_vertex_layout()
Di915_context.h165 struct vertex_info vertex_info; member
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_swtnl_private.h42 struct vertex_info vertex_info; member
Dsvga_swtnl_state.c152 struct vertex_info *vinfo = &svga_render->vertex_info; in svga_swtnl_update_vdecl()
Dsvga_swtnl_backend.c46 static const struct vertex_info *
54 return &svga_render->vertex_info; in svga_vbuf_render_get_vertex_info()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.h104 struct vertex_info vertex_info; member
Dlp_setup.h34 struct vertex_info;
142 struct vertex_info *info );
Dlp_setup_context.h75 struct vertex_info *vertex_info; member
Dlp_state_derived.c52 struct vertex_info *vinfo = &llvmpipe->vertex_info; in compute_vertex_info()
Dlp_setup_vbuf.c59 static const struct vertex_info *
69 return setup->vertex_info; in lp_setup_get_vertex_info()
138 const unsigned stride = setup->vertex_info->size * sizeof(float); in lp_setup_draw_elements()
337 const unsigned stride = setup->vertex_info->size * sizeof(float); in lp_setup_draw_arrays()
Dlp_state.h62 struct vertex_info;
Dlp_setup.c624 struct vertex_info *vertex_info ) in lp_setup_set_vertex_info() argument
628 setup->vertex_info = vertex_info; in lp_setup_set_vertex_info()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state_derived.c65 draw_emit_vertex_attr(&r300->vertex_info, emit, interp, output); in r300_draw_emit_attrib()
137 struct vertex_info *vinfo = &r300->vertex_info; in r300_swtcl_vertex_psc()
1028 memset(&r300->vertex_info, 0, sizeof(struct vertex_info)); in r300_update_derived_state()
1030 draw_compute_vertex_size(&r300->vertex_info); in r300_update_derived_state()

12