vgpcodept.h

来自「Lido PXA270平台开发板的最新BSP,包括源代码」· C头文件 代码 · 共 52 行

H
52
字号
/***************************************************************************************
* Title			: VGP code for pass through TNL on MBX					           *
*																				       *
* Copyright		: 2003-2004 by Imaginations Technologies Limited. All rights reserved. *
*                 No part of this software, either material or conceptual			   *
*                 may be copied or distributed, transmitted, transcribed,			   *
*                 stored in a	retrieval system or	translated into	any				   *
*                 human or computer language in any form by any means,				   *
*                 electronic,	mechanical,	manual or other-wise, or				   *
*                 disclosed to third parties without the express written			   *
*                 permission of Imaginations Technologies Limited, HomePark			   *
*                 Industrial Estate, King's Langley, Hertfordshire,					   *
*                 WD4	8LZ, U.K.													   *
*																					   *
*																					   *
* This is an autogenerated file (by vgpcodegenpt).DO NOT EDIT!						   *
****************************************************************************************/


/*
Sections
--------
0		->		Pass through position+base colour
1		->		Offset colour
2		->		Pass through texture layers 0
3		->		Pass through texture layers 1
*/

#ifndef _VGPCODEPT_H_
#define _VGPCODEPT_H_


#if defined(PASSTHROUGH_BUILD)

const static IMG_UINT32 gaui32VGPSectionDefinitions[] = {
0x00800100,	0x00800202,	0x00800303,	0x00800404,	0};



const static IMG_UINT32 gui32VGPCodeSize = 10;

const static IMG_UINT32 gaui32VGPCode[] = {
0xe4e4e401,	0x03c00000,	0xe4e4c601,	0x07c00001,	0xe4e4e401,	0x0bc00002,	0xe4e4e401,	0x0fc00003,	0xe4e4e401,	0x13c00004,	
0};



#endif /* PASSTHROUGH_BUILD */

#endif /* _VGPCODEPT_H_ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?