Searched refs:emit_pack_store_4ub (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/tnl/ |
D | t_vertex_sse.c | 269 static void emit_pack_store_4ub( struct x86_program *p, in emit_pack_store_4ub() function 496 emit_pack_store_4ub(p, x86_make_disp(dest, -3), temp); /* overkill! */ in build_vertex_emit() 514 emit_pack_store_4ub(p, dest, temp); in build_vertex_emit() 542 emit_pack_store_4ub(p, dest, temp); in build_vertex_emit() 554 emit_pack_store_4ub(p, dest, temp); in build_vertex_emit() 561 emit_pack_store_4ub(p, dest, temp); in build_vertex_emit() 568 emit_pack_store_4ub(p, dest, temp); in build_vertex_emit() 575 emit_pack_store_4ub(p, dest, temp); in build_vertex_emit() 583 emit_pack_store_4ub(p, dest, temp); in build_vertex_emit()
|