Home
last modified time | relevance | path

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

/aosp_15_r20/external/scudo/standalone/
H A Dchecksum.cpp50 const bool IsAMD = (Ebx == signature_AMD_ebx) && (Edx == signature_AMD_edx) && in hasHardwareCRC32() local
/aosp_15_r20/external/angle/src/libANGLE/renderer/
H A Ddriver_utils.h59 inline bool IsAMD(uint32_t vendorId) in IsAMD() function
/aosp_15_r20/external/angle/src/gpu_info_util/
H A DSystemInfo.cpp130 bool IsAMD(VendorID vendorId) in IsAMD() function
/aosp_15_r20/external/angle/src/tests/test_expectations/
H A DGPUTestConfig.cpp257 inline bool IsAMD() in IsAMD() function
/aosp_15_r20/external/angle/src/tests/test_utils/
H A Dangle_test_instantiate.cpp334 bool IsAMD() in IsAMD() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dgpu_info.cc700 bool GpuInfo::IsAMD() const { return vendor == GpuVendor::kAMD; } in IsAMD() function in tflite::gpu::GpuInfo