Home | History | Annotate | Download | only in libagl

Lines Matching refs:vec4_t

51 static void point2__nop(transform_t const*, vec4_t* c, vec4_t const* o);
52 static void point3__nop(transform_t const*, vec4_t* c, vec4_t const* o);
53 static void point4__nop(transform_t const*, vec4_t* c, vec4_t const* o);
54 static void normal__nop(transform_t const*, vec4_t* c, vec4_t const* o);
55 static void point2__generic(transform_t const*, vec4_t* c, vec4_t const* o);
56 static void point3__generic(transform_t const*, vec4_t* c, vec4_t const* o);
57 static void point4__generic(transform_t const*, vec4_t* c, vec4_t const* o);
58 static void point3__mvui(transform_t const*, vec4_t* c, vec4_t const* o);
59 static void point4__mvui(transform_t const*, vec4_t* c, vec4_t const* o);
724 void point2__generic(transform_t const* mx, vec4_t* lhs, vec4_t const* rhs) {
734 void point3__generic(transform_t const* mx, vec4_t* lhs, vec4_t const* rhs) {
745 void point4__generic(transform_t const* mx, vec4_t* lhs, vec4_t const* rhs) {
757 void point3__mvui(transform_t const* mx, vec4_t* lhs, vec4_t const* rhs) {
771 void point4__mvui(transform_t const* mx, vec4_t* lhs, vec4_t const* rhs) {
786 void point2__nop(transform_t const*, vec4_t* lhs, vec4_t const* rhs) {
795 void point3__nop(transform_t const*, vec4_t* lhs, vec4_t const* rhs) {
804 void point4__nop(transform_t const*, vec4_t* lhs, vec4_t const* rhs) {