Searched refs:draw_emit_vertex_attr (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_derived.c | 110 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/ |
D | lp_state_derived.c | 73 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/ |
D | svga_swtnl_state.c | 166 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/ |
D | sp_state_derived.c | 80 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/ |
D | draw_vertex.h | 125 draw_emit_vertex_attr(struct vertex_info *vinfo, in draw_emit_vertex_attr() function
|
/external/mesa3d/src/gallium/drivers/nv30/ |
D | nv30_draw.c | 243 draw_emit_vertex_attr(vinfo, emit, vroute[sem].interp, attrib); in vroute_add()
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_state_derived.c | 65 draw_emit_vertex_attr(&r300->vertex_info, emit, interp, output); in r300_draw_emit_attrib()
|