/third_party/skia/src/gpu/ |
H A 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()
|
H A D | GrUtil.h | 42 GrIntelGpuFamily GrGetIntelGpuFamily(uint32_t deviceID);
|
/third_party/mesa3d/src/gallium/winsys/i915/drm/ |
H A 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/ |
H A D | DeviceInitializationTests.cpp | 59 if (properties.deviceID == desiredProperties.deviceID && in TEST_F()
|
H A D | AdapterDiscoveryTests.cpp | 65 EXPECT_TRUE(gpu_info::IsSwiftshader(properties.vendorID, properties.deviceID)); in TEST()
|
/third_party/skia/third_party/externals/angle2/src/common/vulkan/ |
H A D | vulkan_icd.cpp | 81 (deviceProperties.deviceID == kMockDeviceID) && in GetFilterForICD() 87 (deviceProperties.deviceID == kSwiftShaderDeviceID) && in GetFilterForICD()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_phys_dev_inst_ext_tests.cpp | 48 props.deviceID = (static_cast<uint32_t>(rand()) >> 4) + (static_cast<uint32_t>(rand()) << 2); in FillInRandomDeviceProps() 115 ASSERT_EQ(props.deviceID, props2.properties.deviceID); in TEST() 153 ASSERT_EQ(props.deviceID, props2.properties.deviceID); in TEST() 182 ASSERT_EQ(props.deviceID, props2.properties.deviceID); in TEST() 217 ASSERT_EQ(props.deviceID, props2.properties.deviceID); in TEST() 262 ASSERT_EQ(props.deviceID, props in TEST() [all...] |
H A D | loader_regression_tests.cpp | 2554 props.deviceID = device; in FillInRandomDeviceProps() 2811 ASSERT_EQ(props.deviceID, 0xCCCC001); in TEST() 2817 ASSERT_EQ(props.deviceID, 0xCCCC002); in TEST() 2823 ASSERT_EQ(props.deviceID, 0xAAA001); in TEST() 2829 ASSERT_EQ(props.deviceID, 0xAAA002); in TEST() 2835 ASSERT_EQ(props.deviceID, 0xDDDD001); in TEST() 2841 ASSERT_EQ(props.deviceID, 0xBBBB001); in TEST() 2927 ASSERT_EQ(props.deviceID, 0xCCCC001); in TEST() 2934 ASSERT_EQ(props.deviceID, 0xCCCC002); in TEST() 2941 ASSERT_EQ(props.deviceID, in TEST() [all...] |
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_dxcore.cpp | 80 desc.device_id = hardware_id.deviceID; in dzn_enumerate_physical_devices_dxcore()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A 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/vk-gl-cts/external/amber/src/samples/ |
H A D | config_helper_vulkan.cc | 924 uint32_t deviceID = static_cast<uint32_t>(selected_device); in ChooseVulkanPhysicalDevice() local 925 if (deviceID >= count) { in ChooseVulkanPhysicalDevice() 927 std::to_string(deviceID)); in ChooseVulkanPhysicalDevice() 930 physical_devices[deviceID], required_features, required_extensions); in ChooseVulkanPhysicalDevice() 933 vulkan_physical_device_ = physical_devices[deviceID]; in ChooseVulkanPhysicalDevice() 1196 std::cout << " deviceID: " << props.deviceID << std::endl; in DumpPhysicalDeviceInfo()
|
/third_party/openSLES/api/1.1/ |
H A 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/openSLES/api/1.0.1/ |
H A 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/ |
H A 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/swiftshader/src/Vulkan/ |
H A D | VkPipelineCache.cpp | 69 header->deviceID = DEVICE_ID; in PipelineCache()
|
H A D | VkPipelineCache.hpp | 113 uint32_t deviceID; member
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
H A D | BasicTests.cpp | 98 EXPECT_EQ(physicalDeviceProperties.deviceID, 0xC0DEU); in TEST_F()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ |
H A D | vktInfoTests.cpp | 139 << "deviceID: " << tcu::toHex(properties.deviceID) << "\n" in logDeviceInfo()
|
/third_party/vulkan-loader/loader/ |
H A D | loader_linux.c | 124 // Somehow we have a tie above, so XOR vendorID and deviceID and compare in compare_devices() 195 // Somehow we have a tie above, so XOR vendorID and deviceID and compare in compare_device_groups() 267 sorted_device_info[index].device_id = dev_props.deviceID; in linux_read_sorted_physical_devices() 371 sorted_group_term[group].internal_device_info[gpu].device_id = dev_props.deviceID; in linux_sort_physical_device_groups()
|
/third_party/skia/third_party/externals/dawn/src/tests/ |
H A 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 &&
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_dxcore_screen.cpp | 213 screen->base.device_id = hardware_ids.deviceID; in d3d12_init_dxcore_screen()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
H A D | vktInfoTests.cpp | 145 << "deviceID: " << tcu::toHex(properties.deviceID) << "\n" in logDeviceInfo()
|
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
H A D | SystemInfo_vulkan.cpp | 167 gpu.deviceId = properties.deviceID; in GetSystemInfoVulkanWithICD()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | DawnNative.cpp | 56 properties->deviceID = mImpl->GetPCIInfo().deviceId; in GetProperties()
|
H A D | Adapter.cpp | 112 adapterProperties.deviceID = mPCIInfo.deviceId; in GetAdapterProperties()
|