Home
last modified time | relevance | path

Searched refs:EMIT_4F (Results 1 – 15 of 15) sorted by relevance

/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/auxiliary/draw/
Ddraw_vertex.h57 EMIT_4F, enumerator
158 case EMIT_4F: in draw_translate_vinfo_format()
182 case EMIT_4F: in draw_translate_vinfo_size()
Ddraw_vertex.c90 case EMIT_4F: in draw_dump_emitted_vertex()
/external/mesa3d/src/mesa/swrast_setup/
Dss_context.c46 #define VARYING_EMIT_STYLE EMIT_4F
134 EMIT_ATTR( _TNL_ATTRIB_COLOR0, EMIT_4F, attrib[FRAG_ATTRIB_COL0]); in setup_vertex_format()
138 EMIT_ATTR( _TNL_ATTRIB_COLOR1, EMIT_4F, attrib[FRAG_ATTRIB_COL1]); in setup_vertex_format()
142 const GLint emit = ctx->FragmentProgram._Current ? EMIT_4F : EMIT_1F; in setup_vertex_format()
150 EMIT_ATTR( _TNL_ATTRIB_TEX(i), EMIT_4F, in setup_vertex_format()
/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()
167 vinfo->attrib[0].emit = EMIT_4F; 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()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_derived.c110 draw_emit_vertex_attr(&vinfo, EMIT_4F, INTERP_LINEAR, src); in calculate_vertex_layout()
112 vinfo.attrib[0].emit = EMIT_4F; in calculate_vertex_layout()
150 draw_emit_vertex_attr(&vinfo, EMIT_4F, INTERP_PERSPECTIVE, src); in calculate_vertex_layout()
Di915_prim_emit.c97 case EMIT_4F: in emit_hw_vertex()
/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/drivers/nv30/
Dnv30_draw.c211 [TGSI_SEMANTIC_POSITION] = { EMIT_4F, INTERP_PERSPECTIVE, 0, 0, 0x00000000 },
212 [TGSI_SEMANTIC_COLOR ] = { EMIT_4F, INTERP_LINEAR , 3, 1, 0x00000001 },
213 [TGSI_SEMANTIC_BCOLOR ] = { EMIT_4F, INTERP_LINEAR , 1, 3, 0x00000004 },
214 [TGSI_SEMANTIC_FOG ] = { EMIT_4F, INTERP_PERSPECTIVE, 5, 5, 0x00000010 },
216 [TGSI_SEMANTIC_GENERIC ] = { EMIT_4F, INTERP_PERSPECTIVE, 8, 7, 0x00004000 }
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state_derived.c76 r300_draw_emit_attrib(r300, EMIT_4F, INTERP_PERSPECTIVE, in r300_draw_emit_all_attribs()
91 r300_draw_emit_attrib(r300, EMIT_4F, INTERP_LINEAR, in r300_draw_emit_all_attribs()
99 r300_draw_emit_attrib(r300, EMIT_4F, INTERP_LINEAR, in r300_draw_emit_all_attribs()
111 r300_draw_emit_attrib(r300, EMIT_4F, INTERP_PERSPECTIVE, in r300_draw_emit_all_attribs()
119 r300_draw_emit_attrib(r300, EMIT_4F, INTERP_PERSPECTIVE, in r300_draw_emit_all_attribs()
128 r300_draw_emit_attrib(r300, EMIT_4F, INTERP_PERSPECTIVE, in r300_draw_emit_all_attribs()
/external/mesa3d/src/mesa/tnl/
Dt_vertex.h49 EMIT_4F, enumerator
Dt_vertex_sse.c449 case EMIT_4F: in build_vertex_emit()
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnouveau_swtnl_t.c45 return EMIT_4F; in swtnl_get_format()
/external/mesa3d/src/mesa/drivers/dri/radeon/
Dradeon_swtcl.c117 EMIT_ATTR( _TNL_ATTRIB_POS, EMIT_4F, in radeonSetVertexFormat()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c106 EMIT_ATTR( _TNL_ATTRIB_POS, EMIT_4F, R200_VTX_XY | R200_VTX_Z0 | R200_VTX_W0 ); in r200SetVertexFormat()