Searched refs:vendor_str (Results 1 – 4 of 4) sorted by relevance
103 char *vendor_str = driQueryOptionstr(optionCache, "force_gl_vendor"); in dri_fill_st_options() local105 if (*vendor_str) in dri_fill_st_options()106 options->force_gl_vendor = strdup(vendor_str); in dri_fill_st_options()
255 string vendor_str() const { return vendor_str_; } in vendor_str() function in tensorflow::port::__anonf81bd86f0111::CPUIDInfo325 return cpuid->vendor_str(); in CPUVendorIDString()
926 char *vendor_str = driQueryOptionstr(options, "force_gl_vendor"); in brw_process_driconf_options() local928 if (*vendor_str) in brw_process_driconf_options()929 ctx->Const.VendorOverride = vendor_str; in brw_process_driconf_options()
1429 llvm::StringRef vendor_str = triple.getVendorName(); in DumpTriple() local1434 vendor_str.empty() ? "*" : vendor_str, in DumpTriple()