Home
last modified time | relevance | path

Searched refs:deviceID (Results 1 – 25 of 83) sorted by relevance

1234

/third_party/flutter/skia/src/gpu/
DGrUtil.h38 GrIntelGpuFamily GrGetIntelGpuFamily(uint32_t deviceID) { in GrGetIntelGpuFamily() argument
40 uint32_t maskedID = deviceID & 0xFF00; in GrGetIntelGpuFamily()
43 switch (deviceID & 0xFFF0) { in GrGetIntelGpuFamily()
49 if (deviceID == 0x0155 || deviceID == 0x0157) { in GrGetIntelGpuFamily()
52 if (deviceID == 0x0152 || deviceID == 0x015A) { in GrGetIntelGpuFamily()
/third_party/skia/src/gpu/
DGrUtil.cpp13 GrIntelGpuFamily GrGetIntelGpuFamily(uint32_t deviceID) { in GrGetIntelGpuFamily() argument
15 uint32_t maskedID = deviceID & 0xFF00; in GrGetIntelGpuFamily()
18 switch (deviceID & 0xFFF0) { in GrGetIntelGpuFamily()
24 if (deviceID == 0x0155 || deviceID == 0x0157) { in GrGetIntelGpuFamily()
27 if (deviceID == 0x0152 || deviceID == 0x015A) { in GrGetIntelGpuFamily()
DGrUtil.h42 GrIntelGpuFamily GrGetIntelGpuFamily(uint32_t deviceID);
/third_party/mesa3d/src/gallium/winsys/i915/drm/
Di915_drm_winsys.c56 unsigned int deviceID; in i915_drm_winsys_create() local
62 i915_drm_get_device_id(drmFD, &deviceID); in i915_drm_winsys_create()
69 idws->base.pci_id = deviceID; in i915_drm_winsys_create()
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DDeviceInitializationTests.cpp59 if (properties.deviceID == desiredProperties.deviceID && in TEST_F()
/third_party/flutter/skia/third_party/externals/sdl/src/audio/coreaudio/
DSDL_coreaudio.h59 AudioDeviceID deviceID; member
DSDL_coreaudio.m496 error = AudioObjectGetPropertyData(this->hidden->deviceID, &alive_address,
523 … AudioObjectRemovePropertyListener(this->hidden->deviceID, &alive_address, device_unplugged, this);
609 this->hidden->deviceID = devid;
641 … result = AudioObjectGetPropertyData(this->hidden->deviceID, &prop, 0, NULL, &devuidsize, &devuid);
649 AudioObjectAddPropertyListener(this->hidden->deviceID, &alive_address, device_unplugged, this);
/third_party/skia/third_party/externals/angle2/src/common/vulkan/
Dvulkan_icd.cpp81 (deviceProperties.deviceID == kMockDeviceID) && in GetFilterForICD()
87 (deviceProperties.deviceID == kSwiftShaderDeviceID) && in GetFilterForICD()
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DAdapterVk.cpp43 mPCIInfo.deviceId = mDeviceInfo.properties.deviceID; in Initialize()
/third_party/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_screen.h49 int deviceID; member
/third_party/mesa3d/src/mesa/drivers/dri/i915/
Dintel_context.c67 i915_get_renderer_string(unsigned deviceID) in i915_get_renderer_string() argument
72 switch (deviceID) { in i915_get_renderer_string()
97 (GLubyte *) i915_get_renderer_string(intel->intelScreen->deviceID); in intelGetString()
442 const int devID = intelScreen->deviceID; in intelInitContext()
Di915_context.c110 if (intel_screen->deviceID != PCI_CHIP_I830_M && in intel_init_texture_formats()
111 intel_screen->deviceID != PCI_CHIP_845_G) in intel_init_texture_formats()
Di830_texstate.c266 if (intel->intelScreen->deviceID == PCI_CHIP_I855_GM || in i830_update_tex_unit()
267 intel->intelScreen->deviceID == PCI_CHIP_I865_G) { in i830_update_tex_unit()
Dintel_screen.c738 value[0] = intelScreen->deviceID; in i915_query_renderer_integer()
795 value[0] = i915_get_renderer_string(intelScreen->deviceID); in i915_query_renderer_string()
994 if (IS_GEN3(intelScreen->deviceID)) { in intelCreateContext()
1191 intelScreen->deviceID = drm_intel_bufmgr_gem_get_devid(intelScreen->bufmgr); in intelInitScreen2()
1193 if (IS_GEN3(intelScreen->deviceID)) { in intelInitScreen2()
Dintel_screen.h40 int deviceID; member
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
DBasicTests.cpp98 EXPECT_EQ(physicalDeviceProperties.deviceID, 0xC0DEU); in TEST_F()
/third_party/openSLES/api/1.0.1/
DOpenSLES.h282 SLuint32 deviceID; member
520 SLuint32 deviceID,
529 SLuint32 deviceID,
1346 SLuint32 deviceID,
1353 SLuint32 deviceID,
1358 SLuint32 deviceID,
2558 SLuint32 deviceID,
2566 SLuint32 deviceID,
/third_party/openSLES/api/1.0/
DOpenSLES.h282 SLuint32 deviceID; member
517 SLuint32 deviceID,
526 SLuint32 deviceID,
1340 SLuint32 deviceID,
1347 SLuint32 deviceID,
1352 SLuint32 deviceID,
2552 SLuint32 deviceID,
2560 SLuint32 deviceID,
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
Dangle_test_instantiate.cpp146 bool HasSystemDeviceID(VendorID vendorID, DeviceID deviceID) in HasSystemDeviceID() argument
150 return gpuInfo && gpuInfo->vendorId == vendorID && gpuInfo->deviceId == deviceID; in HasSystemDeviceID()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DRendererVk.cpp440 (kMockDeviceID == physicalDevicePropertiesOut->deviceID) && in ChoosePhysicalDevice()
1116 strstr << " (" << gl::FmtHex(mPhysicalDeviceProperties.deviceID) << ")"; in getRendererDescription()
1217 IsNexus5X(mPhysicalDeviceProperties.vendorID, mPhysicalDeviceProperties.deviceID); in initFeatures()
1296 if (IsPixel2(mPhysicalDeviceProperties.vendorID, mPhysicalDeviceProperties.deviceID) || in initFeatures()
1297 IsPixel1XL(mPhysicalDeviceProperties.vendorID, mPhysicalDeviceProperties.deviceID)) in initFeatures()
1315 hashStream << std::hex << mPhysicalDeviceProperties.deviceID; in initPipelineCacheVkKey()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkPipelineCache.cpp69 header->deviceID = DEVICE_ID; in PipelineCache()
DVkPipelineCache.hpp113 uint32_t deviceID; member
/third_party/openSLES/api/1.1/
DOpenSLES.h293 SLuint32 deviceID; member
565 SLuint32 deviceID,
574 SLuint32 deviceID,
1474 SLuint32 deviceID,
1481 SLuint32 deviceID,
1486 SLuint32 deviceID,
2754 SLuint32 deviceID,
2762 SLuint32 deviceID,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp139 << "deviceID: " << tcu::toHex(properties.deviceID) << "\n" in logDeviceInfo()
/third_party/skia/third_party/externals/dawn/src/tests/
DDawnTest.cpp177 if (param.adapterProperties.deviceID == 0x008C) { in operator <<()
620 << properties.deviceID; in PrintTestConfigurationAndAdapterInfo()
763 mParam.adapterProperties.deviceID); in IsSwiftshader()
771 return gpu_info::IsWARP(mParam.adapterProperties.vendorID, mParam.adapterProperties.deviceID); in IsWARP()
904 properties.deviceID == mParam.adapterProperties.deviceID && in SetUp()

1234