Searched refs:EyePtr (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/ |
| H A D | t_vb_points.c | 56 const GLfloat *eyeCoord = (GLfloat *) VB->EyePtr->data + 2; 57 const GLint eyeCoordStride = VB->EyePtr->stride / sizeof(GLfloat);
|
| H A D | t_vb_fog.c | 159 /* source = VB->AttribPtr[_TNL_ATTRIB_POS] or VB->EyePtr coords */ 198 if (VB->EyePtr->size < 2) 199 _mesa_vector4f_clean_elem( VB->EyePtr, VB->Count, 2 ); 202 input->count = VB->EyePtr->count; 203 coord = VB->EyePtr->start; 204 for (i = 0 ; i < VB->EyePtr->count; i++) { 206 STRIDE_F(coord, VB->EyePtr->stride);
|
| H A D | t_vb_vertex.c | 154 VB->EyePtr = VB->AttribPtr[_TNL_ATTRIB_POS]; 156 VB->EyePtr = TransformRaw( &store->eye,
|
| H A D | t_vb_texgen.c | 258 build_f_tab[VB->EyePtr->size]( out->start, 261 VB->EyePtr ); 313 (build_m_tab[VB->EyePtr->size])( store->tmp_f, 316 VB->EyePtr ); 344 const GLvector4f *eye = VB->EyePtr;
|
| H A D | t_context.h | 209 GLvector4f *EyePtr; /* _TNL_BIT_POS */ member in struct:vertex_buffer
|
| H A D | t_vb_light.c | 334 GLvector4f *input = ctx->_NeedEyeCoords ? VB->EyePtr : VB->AttribPtr[_TNL_ATTRIB_POS];
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/tnl/ |
| H A D | t_vb_points.c | 56 const GLfloat *eyeCoord = (GLfloat *) VB->EyePtr->data + 2; 57 const GLint eyeCoordStride = VB->EyePtr->stride / sizeof(GLfloat);
|
| H A D | t_vb_fog.c | 159 /* source = VB->AttribPtr[_TNL_ATTRIB_POS] or VB->EyePtr coords */ 198 if (VB->EyePtr->size < 2) 199 _mesa_vector4f_clean_elem( VB->EyePtr, VB->Count, 2 ); 202 input->count = VB->EyePtr->count; 203 coord = VB->EyePtr->start; 204 for (i = 0 ; i < VB->EyePtr->count; i++) { 206 STRIDE_F(coord, VB->EyePtr->stride);
|
| H A D | t_vb_vertex.c | 154 VB->EyePtr = VB->AttribPtr[_TNL_ATTRIB_POS]; 156 VB->EyePtr = TransformRaw( &store->eye,
|
| H A D | t_vb_texgen.c | 258 build_f_tab[VB->EyePtr->size]( out->start, 261 VB->EyePtr ); 313 (build_m_tab[VB->EyePtr->size])( store->tmp_f, 316 VB->EyePtr ); 344 const GLvector4f *eye = VB->EyePtr;
|
| H A D | t_context.h | 209 GLvector4f *EyePtr; /* _TNL_BIT_POS */ member in struct:vertex_buffer
|
| H A D | t_vb_light.c | 334 GLvector4f *input = ctx->_NeedEyeCoords ? VB->EyePtr : VB->AttribPtr[_TNL_ATTRIB_POS];
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/x86/ |
| H A D | gen_matypes.c | 138 OFFSET( "VB_EYE_PTR ", struct vertex_buffer, EyePtr );
|
Completed in 35 milliseconds