Home
last modified time | relevance | path

Searched refs:pGFXInit (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/graphic/api/gfx/
H A DmapiGFX.c2687 GFX_INIT_ARGS* pGFXInit =NULL; in Ioctl_GFX_Init() local
2691 pGFXInit = (GFX_INIT_ARGS*)pArgs; in Ioctl_GFX_Init()
2693 if (NULL == pGFXInit->pGFX_Init){ in Ioctl_GFX_Init()
2698 cfg.bIsCompt = pGFXInit->pGFX_Init->bIsCompt; in Ioctl_GFX_Init()
2699 cfg.bIsHK= pGFXInit->pGFX_Init->bIsHK; in Ioctl_GFX_Init()
2701 cfg.u32VCmdQSize = pGFXInit->pGFX_Init->u32VCmdQSize; in Ioctl_GFX_Init()
2702 cfg.PhyVCmdQAddr = pGFXInit->pGFX_Init->u32VCmdQAddr; in Ioctl_GFX_Init()
2711 CheckSize(pGFXInit->u32Size, sizeof(GFX_Init_Config), 0); in Ioctl_GFX_Init()