Home
last modified time | relevance | path

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

/external/scudo/standalone/
Dchecksum.cpp47 const bool IsAMD = (Ebx == signature_AMD_ebx) && (Edx == signature_AMD_edx) && in hasHardwareCRC32() local
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dchecksum.cpp47 const bool IsAMD = (Ebx == signature_AMD_ebx) && (Edx == signature_AMD_edx) && in hasHardwareCRC32() local
/external/llvm-project/compiler-rt/lib/scudo/
Dscudo_utils.cpp79 const bool IsAMD = (Ebx == signature_AMD_ebx) && in hasHardwareCRC32() local
/external/angle/src/libANGLE/renderer/
Ddriver_utils.h49 inline bool IsAMD(uint32_t vendorId) in IsAMD() function
/external/angle/src/gpu_info_util/
DSystemInfo.cpp105 bool IsAMD(VendorID vendorId) in IsAMD() function
/external/angle/src/tests/test_expectations/
DGPUTestConfig.cpp407 inline bool IsAMD() in IsAMD() function
/external/angle/src/tests/test_utils/
Dangle_test_instantiate.cpp355 bool IsAMD() in IsAMD() function
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dgpu_info.cc395 bool GpuInfo::IsAMD() const { return vendor == GpuVendor::kAMD; } in IsAMD() function in tflite::gpu::GpuInfo