Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. /*
  2.  * Copyright © 2008 Intel Corporation
  3.  *
  4.  * Permission is hereby granted, free of charge, to any person obtaining a
  5.  * copy of this software and associated documentation files (the "Software"),
  6.  * to deal in the Software without restriction, including without limitation
  7.  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
  8.  * and/or sell copies of the Software, and to permit persons to whom the
  9.  * Software is furnished to do so, subject to the following conditions:
  10.  *
  11.  * The above copyright notice and this permission notice (including the next
  12.  * paragraph) shall be included in all copies or substantial portions of the
  13.  * Software.
  14.  *
  15.  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  16.  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  17.  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
  18.  * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
  19.  * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
  20.  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  21.  * SOFTWARE.
  22.  *
  23.  * Author:
  24.  *    Zou Nan hai <nanhai.zou@intel.com>
  25.  *
  26.  */
  27. mov (8) g82.0<1>UD g31.0<8,8,1>UD {align1};
  28. mov (2) g31.0<1>UD g82.12<2,2,1>UW {align1};
  29. define(`UV_red',`0xffffffffUD')
  30. define(`UV_white',`0x7f7f7f7fUD')
  31. define(`UV_green',`0x00000000UD')
  32.  
  33. mov(2) g6.0<1>UD g82.12<2,2,1>UW {align1};
  34. mov(1) g6.8<1>UD 0x000f000fUD  { align1 };
  35. mov(16) m1<1>UD 0xFFFFFFFFUD {align1 compr};
  36. mov(16) m3<1>UD 0xFFFFFFFFUD {align1 compr};
  37. mov(16) m5<1>UD 0xFFFFFFFFUD {align1 compr};
  38. mov(16) m7<1>UD 0xFFFFFFFFUD {align1 compr};
  39. send (16) 0 acc0<1>UW g6<8,8,1>UW write(0, 0, 2, 0) mlen 9 rlen 0 { align1 };
  40.  
  41. /*Fill U buffer & V buffer with 0x7F*/
  42. shr (2) g6.0<1>UD g82.12<2,2,1>UW  1UW {align1};
  43.  
  44. mov(1) g6.8<1>UD 0x00070007UD  { align1 };
  45. mov (16) m1<1>UD UV_white {align1 compr};
  46. //mov (16) m1<1>UD g1.0<16,8,1>UD {align1 compr};
  47. send (16) 0 acc0<1>UW g6<8,8,1>UW write(2, 0, 2, 0) mlen 3 rlen 0 { align1 };
  48. send (16) 0 acc0<1>UW g6<8,8,1>UW write(1, 0, 2, 0) mlen 3 rlen 0 { align1 };
  49.  
  50. send (16) 0 acc0<1>UW g0<8,8,1>UW
  51.         thread_spawner(0, 0, 0) mlen 1 rlen 0 { align1 EOT};
  52.