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.c83 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in compute_vertex_info()
101 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in compute_vertex_info()
111 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in compute_vertex_info()
114 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in compute_vertex_info()
123 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in compute_vertex_info()
135 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in compute_vertex_info()
146 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in compute_vertex_info()
156 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in compute_vertex_info()
167 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in compute_vertex_info()
/external/mesa3d/src/gallium/drivers/softpipe/
Dsp_state_derived.c100 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in softpipe_compute_vertex_info()
172 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in softpipe_compute_vertex_info()
175 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in softpipe_compute_vertex_info()
189 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in softpipe_compute_vertex_info()
200 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in softpipe_compute_vertex_info()
210 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in softpipe_compute_vertex_info()
221 draw_emit_vertex_attr(vinfo, EMIT_4F, vs_index); in softpipe_compute_vertex_info()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_vertex.h58 EMIT_4F, enumerator
151 case EMIT_4F: in draw_translate_vinfo_format()
175 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.c47 #define VARYING_EMIT_STYLE EMIT_4F
135 EMIT_ATTR( _TNL_ATTRIB_COLOR0, EMIT_4F, attrib[VARYING_SLOT_COL0]); in setup_vertex_format()
139 EMIT_ATTR( _TNL_ATTRIB_COLOR1, EMIT_4F, attrib[VARYING_SLOT_COL1]); in setup_vertex_format()
143 const GLint emit = ctx->FragmentProgram._Current ? EMIT_4F : EMIT_1F; in setup_vertex_format()
151 EMIT_ATTR( _TNL_ATTRIB_TEX(i), EMIT_4F, in setup_vertex_format()
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_derived.c109 draw_emit_vertex_attr(&vinfo, EMIT_4F, src); in calculate_vertex_layout()
111 vinfo.attrib[0].emit = EMIT_4F; in calculate_vertex_layout()
154 draw_emit_vertex_attr(&vinfo, EMIT_4F, src); in calculate_vertex_layout()
Di915_prim_emit.c97 case EMIT_4F: in emit_hw_vertex()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_swtnl_state.c246 draw_emit_vertex_attr(vinfo, EMIT_4F, src); in svga_swtnl_update_vdecl()
247 vinfo->attrib[0].emit = EMIT_4F; in svga_swtnl_update_vdecl()
267 draw_emit_vertex_attr(vinfo, EMIT_4F, src); in svga_swtnl_update_vdecl()
274 draw_emit_vertex_attr(vinfo, EMIT_4F, src); in svga_swtnl_update_vdecl()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_draw.c215 [TGSI_SEMANTIC_POSITION] = { EMIT_4F, 0, 0, 0x00000000 },
216 [TGSI_SEMANTIC_COLOR ] = { EMIT_4F, 3, 1, 0x00000001 },
217 [TGSI_SEMANTIC_BCOLOR ] = { EMIT_4F, 1, 3, 0x00000004 },
218 [TGSI_SEMANTIC_FOG ] = { EMIT_4F, 5, 5, 0x00000010 },
220 [TGSI_SEMANTIC_TEXCOORD] = { EMIT_4F, 8, 7, 0x00004000 },
/external/mesa3d/src/gallium/drivers/r300/
Dr300_state_derived.c75 r300_draw_emit_attrib(r300, EMIT_4F, vs_outputs->pos); in r300_draw_emit_all_attribs()
88 r300_draw_emit_attrib(r300, EMIT_4F, vs_outputs->color[i]); in r300_draw_emit_all_attribs()
95 r300_draw_emit_attrib(r300, EMIT_4F, vs_outputs->bcolor[i]); in r300_draw_emit_all_attribs()
106 r300_draw_emit_attrib(r300, EMIT_4F, vs_outputs->generic[i]); in r300_draw_emit_all_attribs()
113 r300_draw_emit_attrib(r300, EMIT_4F, vs_outputs->fog); in r300_draw_emit_all_attribs()
121 r300_draw_emit_attrib(r300, EMIT_4F, vs_outputs->wpos); 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.c116 EMIT_ATTR( _TNL_ATTRIB_POS, EMIT_4F, in radeonSetVertexFormat()
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_swtcl.c105 EMIT_ATTR( _TNL_ATTRIB_POS, EMIT_4F, R200_VTX_XY | R200_VTX_Z0 | R200_VTX_W0 ); in r200SetVertexFormat()