Searched refs:_mesa_copy_tab (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/mesa/math/ |
D | m_copy_tmp.h | 70 _mesa_copy_tab[0x0] = TAG2(copy, 0x0); 71 _mesa_copy_tab[0x1] = TAG2(copy, 0x1); 72 _mesa_copy_tab[0x2] = TAG2(copy, 0x2); 73 _mesa_copy_tab[0x3] = TAG2(copy, 0x3); 74 _mesa_copy_tab[0x4] = TAG2(copy, 0x4); 75 _mesa_copy_tab[0x5] = TAG2(copy, 0x5); 76 _mesa_copy_tab[0x6] = TAG2(copy, 0x6); 77 _mesa_copy_tab[0x7] = TAG2(copy, 0x7); 78 _mesa_copy_tab[0x8] = TAG2(copy, 0x8); 79 _mesa_copy_tab[0x9] = TAG2(copy, 0x9); [all …]
|
D | m_xform.c | 65 vec_copy_func _mesa_copy_tab[0x10]; variable
|
D | m_xform.h | 142 extern vec_copy_func _mesa_copy_tab[0x10];
|
/external/mesa3d/src/mesa/tnl/ |
D | t_vb_texgen.c | 267 _mesa_copy_tab[0x8]( out, in ); in texgen_reflection_map_nv() 296 _mesa_copy_tab[0x8]( out, in ); in texgen_normal_map_nv() 328 _mesa_copy_tab[all_bits[in->size] & ~0x3]( out, in ); in texgen_sphere_map() 365 _mesa_copy_tab[copy]( out, in ); in texgen()
|