Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:VendorID
(Results
1 - 19
of
19
) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/
H
A
D
SystemInfo.h
19
using
VendorID
= uint32_t;
38
VendorID
vendorId = 0;
95
constexpr
VendorID
kVendorID_AMD = 0x1002;
96
constexpr
VendorID
kVendorID_ARM = 0x13B5;
97
constexpr
VendorID
kVendorID_Broadcom = 0x14E4;
98
constexpr
VendorID
kVendorID_GOOGLE = 0x1AE0;
99
constexpr
VendorID
kVendorID_ImgTec = 0x1010;
100
constexpr
VendorID
kVendorID_Intel = 0x8086;
101
constexpr
VendorID
kVendorID_NVIDIA = 0x10DE;
102
constexpr
VendorID
kVendorID_Qualcom
[all...]
H
A
D
SystemInfo.cpp
20
std::string VendorName(
VendorID
vendor)
in VendorName()
103
bool IsAMD(
VendorID
vendorId)
in IsAMD()
108
bool IsARM(
VendorID
vendorId)
in IsARM()
113
bool IsBroadcom(
VendorID
vendorId)
in IsBroadcom()
118
bool IsImgTec(
VendorID
vendorId)
in IsImgTec()
123
bool IsKazan(
VendorID
vendorId)
in IsKazan()
128
bool IsIntel(
VendorID
vendorId)
in IsIntel()
133
bool IsNVIDIA(
VendorID
vendorId)
in IsNVIDIA()
138
bool IsQualcomm(
VendorID
vendorId)
in IsQualcomm()
143
bool IsGoogle(
VendorID
vendorI
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H
A
D
angle_test_instantiate.cpp
139
bool HasSystemVendorID(
VendorID
vendorID)
in HasSystemVendorID()
146
bool HasSystemDeviceID(
VendorID
vendorID, DeviceID deviceID)
in HasSystemDeviceID()
409
VendorID
vendorID =
in IsConfigAllowlisted()
/third_party/skia/third_party/externals/angle2/src/tests/test_expectations/
H
A
D
GPUTestConfig.cpp
324
inline
VendorID
GetActiveGPUVendorID()
in GetActiveGPUVendorID()
333
return static_cast<
VendorID
>(0);
in GetActiveGPUVendorID()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H
A
D
MinidumpYAML.cpp
237
FixedSizeString<sizeof(Info.
VendorID
)>
VendorID
(Info.
VendorID
);
in mapping()
238
IO.mapRequired("Vendor ID",
VendorID
);
in mapping()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H
A
D
driver_utils.h
18
enum
VendorID
: uint32_t
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H
A
D
renderergl_utils.h
65
VendorID
GetVendorID(const FunctionsGL *functions);
H
A
D
renderergl_utils.cpp
202
VendorID
GetVendorID(const FunctionsGL *functions)
in GetVendorID()
1543
VendorID
vendor = GetVendorID(functions);
in GenerateCaps()
1812
angle::
VendorID
*outVendor,
in GetSystemInfoVendorIDAndDeviceID()
1869
angle::
VendorID
vendor;
in InitializeFeatures()
2205
VendorID
vendor = GetVendorID(functions);
2217
angle::
VendorID
vendor;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H
A
D
Minidump.h
144
char
VendorID
[12]; // cpuid 0: ebx, edx, ecx
member
/third_party/skia/third_party/externals/angle2/src/common/
H
A
D
PackedCLEnums_autogen.cpp
231
return DeviceInfo::
VendorID
;
in FromCLenum()
457
case DeviceInfo::
VendorID
:
in ToCLenum()
686
case DeviceInfo::
VendorID
:
in operator <<()
H
A
D
PackedCLEnums_autogen.h
82
VendorID
= 1,
member in cl::DeviceInfo
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
CLDevice.cpp
51
case DeviceInfo::
VendorID
:
in getInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H
A
D
Renderer9.h
159
VendorID
getVendorId() const;
H
A
D
Renderer9.cpp
2354
VendorID
Renderer9::getVendorId() const
in getVendorId()
2356
return static_cast<
VendorID
>(mAdapterIdentifier.VendorId);
in getVendorId()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/
H
A
D
DisplayGLX.cpp
307
VendorID
vendor = GetVendorID(functionsGL.get());
in initialize()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/wgl/
H
A
D
DisplayWGL.cpp
289
VendorID
vendor = GetVendorID(functionsGL);
in initializeImpl()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H
A
D
vktPipelineCacheTests.cpp
1503
deUint32
VendorID
;
member
1542
if (m_header.
VendorID
!= m_context.getDeviceProperties().vendorID)
in CacheHeaderTestInstance()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H
A
D
vktPipelineCacheTests.cpp
1508
deUint32
VendorID
;
member
1547
if (m_header.
VendorID
!= m_context.getDeviceProperties().vendorID)
in CacheHeaderTestInstance()
/third_party/backends/backend/
H
A
D
mustek_usb2_asic.c
3522
static unsigned short
VendorID
= 0x055f;
variable
3556
sanei_usb_find_devices (
VendorID
, ProductID, attach_one_scanner);
in Asic_Open()
Completed in 35 milliseconds