Searched defs:emit_pack_store_4ub (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vertex_sse.c269 static void emit_pack_store_4ub( struct x86_program *p, function
496 emit_pack_store_4ub(p, x86_make_disp(dest, -3), temp); /* overkill! */
514 emit_pack_store_4ub(p, dest, temp);
542 emit_pack_store_4ub(p, dest, temp);
554 emit_pack_store_4ub(p, dest, temp);
561 emit_pack_store_4ub(p, dest, temp);
568 emit_pack_store_4ub(p, dest, temp);
575 emit_pack_store_4ub(p, dest, temp);
583 emit_pack_store_4ub(p, dest, temp);
/external/mesa3d/src/mesa/tnl/
H A Dt_vertex_sse.c269 static void emit_pack_store_4ub( struct x86_program *p, function
496 emit_pack_store_4ub(p, x86_make_disp(dest, -3), temp); /* overkill! */
514 emit_pack_store_4ub(p, dest, temp);
542 emit_pack_store_4ub(p, dest, temp);
554 emit_pack_store_4ub(p, dest, temp);
561 emit_pack_store_4ub(p, dest, temp);
568 emit_pack_store_4ub(p, dest, temp);
575 emit_pack_store_4ub(p, dest, temp);
583 emit_pack_store_4ub(p, dest, temp);

Completed in 1326 milliseconds