Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | RSS feed

  1. /*
  2.  * All Video Processing kernels
  3.  * Copyright © <2010>, Intel Corporation.
  4.  *
  5.  * This program is licensed under the terms and conditions of the
  6.  * Eclipse Public License (EPL), version 1.0.  The full text of the EPL is at
  7.  * http://www.opensource.org/licenses/eclipse-1.0.php.
  8.  *
  9.  */
  10.  
  11. #ifdef GT       // to remove error messages of un-initialized GRF
  12.         .declare        udGRF_space              Base=r0.0 ElementSize=4 SrcRegion=REGION(8,1) Type=ud 
  13.  
  14.         $for (7; <80; 1) {
  15.                 mov (8) udGRF_space(%1)<1>      0:ud
  16.         }
  17. #else
  18. #endif