Home
last modified time | relevance | path

Searched refs:deviceID (Results 1 - 25 of 76) sorted by relevance

1234

/third_party/skia/src/gpu/
H A 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()
H A DGrUtil.h42 GrIntelGpuFamily GrGetIntelGpuFamily(uint32_t deviceID);
/third_party/mesa3d/src/gallium/winsys/i915/drm/
H A 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/
H A DDeviceInitializationTests.cpp59 if (properties.deviceID == desiredProperties.deviceID && in TEST_F()
H A DAdapterDiscoveryTests.cpp65 EXPECT_TRUE(gpu_info::IsSwiftshader(properties.vendorID, properties.deviceID)); in TEST()
/third_party/skia/third_party/externals/angle2/src/common/vulkan/
H A Dvulkan_icd.cpp81 (deviceProperties.deviceID == kMockDeviceID) && in GetFilterForICD()
87 (deviceProperties.deviceID == kSwiftShaderDeviceID) && in GetFilterForICD()
/third_party/vulkan-loader/tests/
H A Dloader_phys_dev_inst_ext_tests.cpp48 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 Dloader_regression_tests.cpp2554 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 Ddzn_dxcore.cpp80 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 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/vk-gl-cts/external/amber/src/samples/
H A Dconfig_helper_vulkan.cc924 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 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/openSLES/api/1.0.1/
H A 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/
H A 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/swiftshader/src/Vulkan/
H A DVkPipelineCache.cpp69 header->deviceID = DEVICE_ID; in PipelineCache()
H A DVkPipelineCache.hpp113 uint32_t deviceID; member
/third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/
H A DBasicTests.cpp98 EXPECT_EQ(physicalDeviceProperties.deviceID, 0xC0DEU); in TEST_F()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
H A DvktInfoTests.cpp139 << "deviceID: " << tcu::toHex(properties.deviceID) << "\n" in logDeviceInfo()
/third_party/vulkan-loader/loader/
H A Dloader_linux.c124 // 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 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 &&
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_dxcore_screen.cpp213 screen->base.device_id = hardware_ids.deviceID; in d3d12_init_dxcore_screen()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
H A DvktInfoTests.cpp145 << "deviceID: " << tcu::toHex(properties.deviceID) << "\n" in logDeviceInfo()
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H A DSystemInfo_vulkan.cpp167 gpu.deviceId = properties.deviceID; in GetSystemInfoVulkanWithICD()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DDawnNative.cpp56 properties->deviceID = mImpl->GetPCIInfo().deviceId; in GetProperties()
H A DAdapter.cpp112 adapterProperties.deviceID = mPCIInfo.deviceId; in GetAdapterProperties()

Completed in 33 milliseconds

1234