Home
last modified time | relevance | path

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

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