📄 services_headers.h
字号:
/*!
******************************************************************************
@file : services_headers.h
@brief
@Author BCB
@date 25/09/2003
<b>Copyright 2003 by Imagination Technologies Limited.</b>\n
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 Imagination Technologies
Limited, Unit 8, HomePark Industrial Estate,
King's Langley, Hertfordshire, WD4 8LZ, U.K.
<b>Description:</b>\n
Internal structures and definitions for command queues and synchronisation
<b>Platform:</b>\n
Generic
@Version
???
******************************************************************************/
#ifndef SERVICES_HEADERS_H
#define SERVICES_HEADERS_H
#ifdef DEBUG_RELEASE_BUILD
#pragma optimize( "", off )
#define DEBUG 1
#endif
#include "img_defs.h"
#include "services.h"
#include "resman.h"
#include "pvr3dif.h"
#include "queue.h"
#include "syscommon.h"
#include "pvr_debug.h"
#include "metrics.h"
#ifdef PVR_KERNEL
#include "hostfunc.h"
#else
#include "hostfunc_um.h"
#endif
#include "sharedutils.h"
#include "env.h"
#endif /* SERVICES_HEADERS_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -