Home
last modified time | relevance | path

Searched refs:vendor_str (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/frontends/dri/
Ddri_screen.c103 char *vendor_str = driQueryOptionstr(optionCache, "force_gl_vendor"); in dri_fill_st_options() local
105 if (*vendor_str) in dri_fill_st_options()
106 options->force_gl_vendor = strdup(vendor_str); in dri_fill_st_options()
/external/tensorflow/tensorflow/core/platform/
Dcpu_info.cc255 string vendor_str() const { return vendor_str_; } in vendor_str() function in tensorflow::port::__anonf81bd86f0111::CPUIDInfo
325 return cpuid->vendor_str(); in CPUVendorIDString()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c926 char *vendor_str = driQueryOptionstr(options, "force_gl_vendor"); in brw_process_driconf_options() local
928 if (*vendor_str) in brw_process_driconf_options()
929 ctx->Const.VendorOverride = vendor_str; in brw_process_driconf_options()
/external/llvm-project/lldb/source/Utility/
DArchSpec.cpp1429 llvm::StringRef vendor_str = triple.getVendorName(); in DumpTriple() local
1434 vendor_str.empty() ? "*" : vendor_str, in DumpTriple()