Lines Matching defs:out
21 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
257 GLvector4f *out = &store->texcoord[unit];
259 build_f_tab[VB->EyePtr->size]( out->start,
260 out->stride,
264 out->flags |= (in->flags & VEC_SIZE_FLAGS) | VEC_SIZE_3;
265 out->count = VB->Count;
266 out->size = MAX2(in->size, 3);
268 _mesa_copy_tab[0x8]( out, in );
279 GLvector4f *out = &store->texcoord[unit];
281 GLfloat (*texcoord)[4] = (GLfloat (*)[4])out->start;
293 out->flags |= (in->flags & VEC_SIZE_FLAGS) | VEC_SIZE_3;
294 out->count = count;
295 out->size = MAX2(in->size, 3);
297 _mesa_copy_tab[0x8]( out, in );
307 GLvector4f *out = &store->texcoord[unit];
308 GLfloat (*texcoord)[4] = (GLfloat (*)[4]) out->start;
319 out->size = MAX2(in->size,2);
326 out->count = count;
327 out->flags |= (in->flags & VEC_SIZE_FLAGS) | VEC_SIZE_2;
329 _mesa_copy_tab[all_bits[in->size] & ~0x3]( out, in );
341 GLvector4f *out = &store->texcoord[unit];
348 GLfloat (*texcoord)[4] = (GLfloat (*)[4])out->data;
359 out->size = MAX2(in->size, store->TexgenSize[unit]);
360 out->flags |= (in->flags & VEC_SIZE_FLAGS) | texUnit->TexGenEnabled;
361 out->count = count;
365 _mesa_copy_tab[copy]( out, in );
371 _mesa_dotprod_tab[obj->size]( (GLfloat *)out->data,
372 sizeof(out->data[0]), obj,
376 _mesa_dotprod_tab[eye->size]( (GLfloat *)out->data,
377 sizeof(out->data[0]), eye,
404 _mesa_dotprod_tab[obj->size]( &(out->data[0][1]),
405 sizeof(out->data[0]), obj,
409 _mesa_dotprod_tab[eye->size]( &(out->data[0][1]),
410 sizeof(out->data[0]), eye,
437 _mesa_dotprod_tab[obj->size]( &(out->data[0][2]),
438 sizeof(out->data[0]), obj,
442 _mesa_dotprod_tab[eye->size]( &(out->data[0][2]),
443 sizeof(out->data[0]), eye,
465 _mesa_dotprod_tab[obj->size]( &(out->data[0][3]),
466 sizeof(out->data[0]), obj,
470 _mesa_dotprod_tab[eye->size]( &(out->data[0][3]),
471 sizeof(out->data[0]), eye,