Searched refs:DeviceConfigTable (Results 1 – 6 of 6) sorted by relevance
192 aperture->aper_available_size = DeviceConfigTable[DevIdx].aperture_size; in mosdrmIoctl()202 *(int *)(gp->value) = DeviceConfigTable[DevIdx].DeviceId; in mosdrmIoctl()206 *(int *)(gp->value) = DeviceConfigTable[DevIdx].has_exec2; in mosdrmIoctl()207 ret = !DeviceConfigTable[DevIdx].has_exec2; in mosdrmIoctl()210 *(int *)(gp->value) = DeviceConfigTable[DevIdx].has_bsd; in mosdrmIoctl()211 ret = !DeviceConfigTable[DevIdx].has_bsd; in mosdrmIoctl()214 *(int *)(gp->value) = DeviceConfigTable[DevIdx].has_bsd2; in mosdrmIoctl()218 *(int *)(gp->value) = DeviceConfigTable[DevIdx].has_blt; in mosdrmIoctl()219 ret = !DeviceConfigTable[DevIdx].has_blt; in mosdrmIoctl()222 *(int *)(gp->value) = DeviceConfigTable[DevIdx].has_relaxed_fencing; in mosdrmIoctl()[all …]
36 m_mapPlatformRefFeatureIDs[DeviceConfigTable[igfxSKLAKE]] = refFeatureIDTable_SKL; in InitRefFeatureIDMap()37 m_mapPlatformRefFeatureIDs[DeviceConfigTable[igfxBROXTON]] = refFeatureIDTable_BXT; in InitRefFeatureIDMap()38 m_mapPlatformRefFeatureIDs[DeviceConfigTable[igfxBROADWELL]] = refFeatureIDTable_BDW; in InitRefFeatureIDMap()
47 if (m_decTestCfg.IsDecTestEnabled(DeviceConfigTable[platforms[i]], in ExectueDecodeTest()149 m_mapPlatformFeatureID[DeviceConfigTable[igfxSKLAKE]] = { in DecodeTestConfig()153 m_mapPlatformFeatureID[DeviceConfigTable[igfxBROXTON]] = { in DecodeTestConfig()157 m_mapPlatformFeatureID[DeviceConfigTable[igfxBROADWELL]] = { in DecodeTestConfig()
47 if (m_encTestCfg.IsEncTestEnabled(DeviceConfigTable[platforms[i]], in ExectueEncodeTest()157 m_mapPlatformFeatureID[DeviceConfigTable[igfxSKLAKE]] = { in EncodeTestConfig()161 m_mapPlatformFeatureID[DeviceConfigTable[igfxBROXTON]] = { in EncodeTestConfig()165 m_mapPlatformFeatureID[DeviceConfigTable[igfxBROADWELL]] = { in EncodeTestConfig()
98 …vector<FeatureID> refFeatureIDTable = m_capsData.GetRefFeatureIDTable(DeviceConfigTable[platforms[… in TEST_F()
66 } const DeviceConfigTable[] = { variable