Home
last modified time | relevance | path

Searched defs:IsIntel (Results 1 – 6 of 6) sorted by relevance

/external/scudo/standalone/
Dchecksum.cpp45 const bool IsIntel = (Ebx == signature_INTEL_ebx) && in hasHardwareCRC32() local
/external/angle/src/libANGLE/renderer/
Ddriver_utils.h73 inline bool IsIntel(uint32_t vendorId) in IsIntel() function
/external/angle/src/tests/test_expectations/
DGPUTestConfig.cpp263 inline bool IsIntel() in IsIntel() function
/external/angle/src/tests/test_utils/
Dangle_test_instantiate.cpp317 bool IsIntel() in IsIntel() function
/external/angle/src/gpu_info_util/
DSystemInfo.cpp155 bool IsIntel(VendorID vendorId) in IsIntel() function
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.cc702 bool GpuInfo::IsIntel() const { return vendor == GpuVendor::kIntel; } in IsIntel() function in tflite::gpu::GpuInfo