Home
last modified time | relevance | path

Searched refs:draw_emit_vertex_attr (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/gallium/drivers/i915/
Di915_state_derived.c110 draw_emit_vertex_attr(&vinfo, EMIT_4F, INTERP_LINEAR, src); in calculate_vertex_layout()
115 draw_emit_vertex_attr(&vinfo, EMIT_3F, INTERP_LINEAR, src); in calculate_vertex_layout()
126 draw_emit_vertex_attr(&vinfo, EMIT_4UB_BGRA, colorInterp, src); in calculate_vertex_layout()
133 draw_emit_vertex_attr(&vinfo, EMIT_4UB_BGRA, colorInterp, src); in calculate_vertex_layout()
140 draw_emit_vertex_attr(&vinfo, EMIT_1F, INTERP_PERSPECTIVE, src); in calculate_vertex_layout()
150 draw_emit_vertex_attr(&vinfo, EMIT_4F, INTERP_PERSPECTIVE, src); in calculate_vertex_layout()
167 draw_emit_vertex_attr(&vinfo, EMIT_1F, INTERP_CONSTANT, src); in calculate_vertex_layout()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_derived.c73 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_PERSPECTIVE, vs_index); in compute_vertex_info()
93 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_PERSPECTIVE, vs_index); in compute_vertex_info()
104 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_PERSPECTIVE, vs_index); in compute_vertex_info()
116 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_CONSTANT, vs_index); in compute_vertex_info()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_swtnl_state.c166 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_LINEAR, src); in svga_swtnl_update_vdecl()
186 draw_emit_vertex_attr(vinfo, EMIT_4F, colorInterp, src); in svga_swtnl_update_vdecl()
193 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_PERSPECTIVE, src); in svga_swtnl_update_vdecl()
202 draw_emit_vertex_attr(vinfo, EMIT_1F, INTERP_PERSPECTIVE, src); in svga_swtnl_update_vdecl()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c80 draw_emit_vertex_attr(vinfo_vbuf, EMIT_4F, INTERP_PERSPECTIVE, i); in softpipe_get_vertex_info()
134 draw_emit_vertex_attr(vinfo, EMIT_4F, interp, src); in softpipe_get_vertex_info()
140 draw_emit_vertex_attr(vinfo, EMIT_4F, INTERP_CONSTANT, in softpipe_get_vertex_info()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vertex.h125 draw_emit_vertex_attr(struct vertex_info *vinfo, in draw_emit_vertex_attr() function
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_draw.c243 draw_emit_vertex_attr(vinfo, emit, vroute[sem].interp, attrib); in vroute_add()
/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()