mirror of
				https://github.com/intel/intel-graphics-compiler.git
				synced 2025-11-04 08:21:06 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			606 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			606 B
		
	
	
	
		
			C
		
	
	
	
	
	
/*========================== begin_copyright_notice ============================
 | 
						|
 | 
						|
Copyright (C) 2020-2021 Intel Corporation
 | 
						|
 | 
						|
SPDX-License-Identifier: MIT
 | 
						|
 | 
						|
============================= end_copyright_notice ===========================*/
 | 
						|
 | 
						|
// This is an auto-generated file. Please do not edit!
 | 
						|
// If changes are needed here please reach out to the codeowners, thanks.
 | 
						|
 | 
						|
 | 
						|
#include "igt_12_70_rev_id.h"
 | 
						|
 | 
						|
 | 
						|
void InitGt_12_70SwWaTable(PWA_TABLE pWaTable, PSKU_FEATURE_TABLE pSkuTable, PWA_INIT_PARAM pWaParam)
 | 
						|
{
 | 
						|
    int iGt_12_70_StepID = (int)pWaParam->usRenderRevID;
 | 
						|
    iGt_12_70_StepID = iGt_12_70_StepID;
 | 
						|
 | 
						|
 | 
						|
}
 |