Searched defs:build_vertex_emit (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
H A D | t_vertex_sse.c | 344 static GLboolean build_vertex_emit( struct x86_program *p ) function 666 if (build_vertex_emit(&p)) {
|
/external/mesa3d/src/mesa/tnl/ |
H A D | t_vertex_sse.c | 344 static GLboolean build_vertex_emit( struct x86_program *p ) function 666 if (build_vertex_emit(&p)) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/ |
H A D | translate_sse.c | 1270 static boolean build_vertex_emit( struct translate_sse *p, function 1507 if (!build_vertex_emit(p, &p->linear_func, 0)) 1510 if (!build_vertex_emit(p, &p->elt_func, 4)) 1513 if (!build_vertex_emit(p, &p->elt16_func, 2)) 1516 if (!build_vertex_emit(p, &p->elt8_func, 1))
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
H A D | translate_sse.c | 1270 static boolean build_vertex_emit( struct translate_sse *p, function 1507 if (!build_vertex_emit(p, &p->linear_func, 0)) 1510 if (!build_vertex_emit(p, &p->elt_func, 4)) 1513 if (!build_vertex_emit(p, &p->elt16_func, 2)) 1516 if (!build_vertex_emit(p, &p->elt8_func, 1))
|
Completed in 94 milliseconds