Lines Matching refs:attrib
40 const GLfloat *vtc = v->attrib[FRAG_ATTRIB_TEX0]; in feedback_vertex()
41 const GLfloat *color = v->attrib[FRAG_ATTRIB_COL0]; in feedback_vertex()
43 win[0] = v->attrib[FRAG_ATTRIB_WPOS][0]; in feedback_vertex()
44 win[1] = v->attrib[FRAG_ATTRIB_WPOS][1]; in feedback_vertex()
45 win[2] = v->attrib[FRAG_ATTRIB_WPOS][2] / ctx->DrawBuffer->_DepthMaxF; in feedback_vertex()
46 win[3] = 1.0F / v->attrib[FRAG_ATTRIB_WPOS][3]; in feedback_vertex()
117 _mesa_update_hitflag( ctx, v0->attrib[FRAG_ATTRIB_WPOS][2] * zs ); in _swrast_select_triangle()
118 _mesa_update_hitflag( ctx, v1->attrib[FRAG_ATTRIB_WPOS][2] * zs ); in _swrast_select_triangle()
119 _mesa_update_hitflag( ctx, v2->attrib[FRAG_ATTRIB_WPOS][2] * zs ); in _swrast_select_triangle()
128 _mesa_update_hitflag( ctx, v0->attrib[FRAG_ATTRIB_WPOS][2] * zs ); in _swrast_select_line()
129 _mesa_update_hitflag( ctx, v1->attrib[FRAG_ATTRIB_WPOS][2] * zs ); in _swrast_select_line()
137 _mesa_update_hitflag( ctx, v->attrib[FRAG_ATTRIB_WPOS][2] * zs ); in _swrast_select_point()