Home
last modified time | relevance | path

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

/external/scudo/standalone/
Dchecksum.cpp44 const bool IsIntel = (Ebx == signature_INTEL_ebx) && in hasHardwareCRC32() local
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dchecksum.cpp44 const bool IsIntel = (Ebx == signature_INTEL_ebx) && in hasHardwareCRC32() local
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_utils.cpp76 const bool IsIntel = (Ebx == signature_INTEL_ebx) && in hasHardwareCRC32() local
/external/angle/src/libANGLE/renderer/
Ddriver_utils.h69 inline bool IsIntel(uint32_t vendorId) in IsIntel() function
/external/angle/src/gpu_info_util/
DSystemInfo.cpp130 bool IsIntel(VendorID vendorId) in IsIntel() function
/external/angle/src/tests/test_expectations/
DGPUTestConfig.cpp413 inline bool IsIntel() in IsIntel() function
/external/angle/src/tests/test_utils/
Dangle_test_instantiate.cpp345 bool IsIntel() in IsIntel() function
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.cc397 bool GpuInfo::IsIntel() const { return vendor == GpuVendor::kIntel; } in IsIntel() function in tflite::gpu::GpuInfo