/third_party/flutter/skia/src/gpu/ |
D | GrUtil.h | 38 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/ |
D | GrUtil.cpp | 13 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()
|
D | GrUtil.h | 42 GrIntelGpuFamily GrGetIntelGpuFamily(uint32_t deviceID);
|
/third_party/mesa3d/src/gallium/winsys/i915/drm/ |
D | i915_drm_winsys.c | 56 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/ |
D | DeviceInitializationTests.cpp | 59 if (properties.deviceID == desiredProperties.deviceID && in TEST_F()
|
/third_party/flutter/skia/third_party/externals/sdl/src/audio/coreaudio/ |
D | SDL_coreaudio.h | 59 AudioDeviceID deviceID; member
|
D | SDL_coreaudio.m | 496 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/ |
D | vulkan_icd.cpp | 81 (deviceProperties.deviceID == kMockDeviceID) && in GetFilterForICD() 87 (deviceProperties.deviceID == kSwiftShaderDeviceID) && in GetFilterForICD()
|
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | AdapterVk.cpp | 43 mPCIInfo.deviceId = mDeviceInfo.properties.deviceID; in Initialize()
|
/third_party/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_screen.h | 49 int deviceID; member
|
/third_party/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_context.c | 67 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()
|
D | i915_context.c | 110 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()
|
D | i830_texstate.c | 266 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()
|
D | intel_screen.c | 738 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()
|
D | intel_screen.h | 40 int deviceID; member
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
D | BasicTests.cpp | 98 EXPECT_EQ(physicalDeviceProperties.deviceID, 0xC0DEU); in TEST_F()
|
/third_party/openSLES/api/1.0.1/ |
D | OpenSLES.h | 282 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/ |
D | OpenSLES.h | 282 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/ |
D | angle_test_instantiate.cpp | 146 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/ |
D | RendererVk.cpp | 440 (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/ |
D | VkPipelineCache.cpp | 69 header->deviceID = DEVICE_ID; in PipelineCache()
|
D | VkPipelineCache.hpp | 113 uint32_t deviceID; member
|
/third_party/openSLES/api/1.1/ |
D | OpenSLES.h | 293 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/ |
D | vktInfoTests.cpp | 139 << "deviceID: " << tcu::toHex(properties.deviceID) << "\n" in logDeviceInfo()
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
D | DawnTest.cpp | 177 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()
|