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:hAdapter
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H
A
D
Adapter.cpp
47
static HRESULT APIENTRY CloseAdapter(D3D10DDI_HADAPTER
hAdapter
);
88
pOpenData->
hAdapter
.pDrvPrivate = pAdaptor;
in OpenAdapterCommon()
174
GetSupportedVersions(D3D10DDI_HADAPTER
hAdapter
,
in GetSupportedVersions()
argument
208
GetCaps(D3D10DDI_HADAPTER
hAdapter
,
in GetCaps()
argument
257
CloseAdapter(D3D10DDI_HADAPTER
hAdapter
) // IN
in CloseAdapter()
argument
261
Adapter *pAdapter = CastAdapter(
hAdapter
);
in CloseAdapter()
H
A
D
Device.h
38
SIZE_T APIENTRY CalcPrivateDeviceSize(D3D10DDI_HADAPTER
hAdapter
,
41
HRESULT APIENTRY CreateDevice(D3D10DDI_HADAPTER
hAdapter
,
H
A
D
D3DKMT.cpp
348
pData->
hAdapter
= 1;
in D3DKMTOpenAdapterFromHdc()
360
pData->
hAdapter
= 1;
in D3DKMTOpenAdapterFromGdiDisplayName()
372
pData->
hAdapter
= 1;
in D3DKMTOpenAdapterFromDeviceName()
428
D3DKMTGetPresentQueueEvent(D3DKMT_HANDLE
hAdapter
, HANDLE *pData)
in D3DKMTGetPresentQueueEvent()
argument
H
A
D
Device.cpp
78
CalcPrivateDeviceSize(D3D10DDI_HADAPTER
hAdapter
, // IN
in CalcPrivateDeviceSize()
argument
96
CreateDevice(D3D10DDI_HADAPTER
hAdapter
, // IN
in CreateDevice()
argument
102
DebugPrintf("
hAdapter
= %p\n",
hAdapter
);
in CreateDevice()
127
Adapter *pAdapter = CastAdapter(
hAdapter
);
in CreateDevice()
H
A
D
State.h
50
CastAdapter(D3D10DDI_HADAPTER
hAdapter
)
in CastAdapter()
argument
52
return static_cast<Adapter *>(
hAdapter
.pDrvPrivate);
in CastAdapter()
/third_party/vulkan-loader/tests/framework/shim/
H
A
D
windows_shim.cpp
62
adapters->adapters[i].handle = platform_shim.d3dkmt_adapters[i].
hAdapter
;
in ShimEnumAdapters2()
77
[handle](D3DKMT_Adapter const &adapter) { return handle == adapter.
hAdapter
; });
in ShimQueryAdapterInfo()
H
A
D
shim.h
109
UINT
hAdapter
;
member
Completed in 5 milliseconds