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:TYPE_DEVICE
(Results
1 - 3
of
3
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/scripts/
H
A
D
gen_framework.py
251
TYPE_DEVICE
= 2 # Bound to VkDevice
variable in Function
268
self.functionType = Function.
TYPE_DEVICE
1468
promotedFunctions = getPromotedFunctions(api) if Function.
TYPE_DEVICE
in functionTypes else None
1473
if function.getType() == Function.
TYPE_DEVICE
:
1792
Function.
TYPE_DEVICE
: [FunctionArgument("vk", "const ", "DeviceInterface&")]}
1837
if function.getType() == Function.
TYPE_DEVICE
\
1854
Function.
TYPE_DEVICE
: "device"
2007
for line in genFuncEntryTable(Function.
TYPE_DEVICE
, "s_deviceFunctions"):
2205
elif functionType == Function.
TYPE_DEVICE
:
2261
for line in writeExtensionFunctions(Function.
TYPE_DEVICE
)
[all...]
H
A
D
gen_framework_sc.py
392
TYPE_DEVICE
= 2 # Bound to VkDevice
variable in Function
411
return Function.
TYPE_DEVICE
1448
Function.
TYPE_DEVICE
: [Variable("const DeviceInterface&", "vk", "")]
1496
if function.getType() == Function.
TYPE_DEVICE
\
1514
Function.
TYPE_DEVICE
: "device"
1661
for line in genFuncEntryTable(Function.
TYPE_DEVICE
, "s_deviceFunctions"):
1859
if ext.functions[0].getType() == Function.
TYPE_DEVICE
:
1893
elif functionType == Function.
TYPE_DEVICE
:
1929
for line in writeExtensionFunctions(Function.
TYPE_DEVICE
):
3048
deviceFuncs = [Function.
TYPE_DEVICE
]
[all...]
H
A
D
ohos_gen_framework.py
243
TYPE_DEVICE
= 2 # Bound to VkDevice
variable in Function
260
self.functionType = Function.
TYPE_DEVICE
1467
Function.
TYPE_DEVICE
: [FunctionArgument("vk", "const ", "DeviceInterface&")]}
1512
if function.getType() == Function.
TYPE_DEVICE
\
1529
Function.
TYPE_DEVICE
: "device"
1678
for line in genFuncEntryTable(Function.
TYPE_DEVICE
, "s_deviceFunctions"):
1874
elif functionType == Function.
TYPE_DEVICE
:
1923
for line in writeExtensionFunctions(Function.
TYPE_DEVICE
):
3081
if command.getType() == Function.
TYPE_DEVICE
:
3140
deviceFuncs = [Function.
TYPE_DEVICE
]
[all...]
Completed in 11 milliseconds