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:InterfaceType
(Results
1 - 4
of
4
) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H
A
D
vktRayTracingDataSpillTests.cpp
1966
enum class
InterfaceType
class
1983
InterfaceType
interfaceType;
2047
if (m_params.interfaceType ==
InterfaceType
::RAY_PAYLOAD)
in initPrograms()
2080
else if (m_params.interfaceType ==
InterfaceType
::CALLABLE_DATA)
in initPrograms()
2113
else if (m_params.interfaceType ==
InterfaceType
::HIT_ATTRIBUTES)
in initPrograms()
2161
else if (m_params.interfaceType ==
InterfaceType
::SHADER_RECORD_BUFFER_RGEN)
in initPrograms()
2203
else if (m_params.interfaceType ==
InterfaceType
::SHADER_RECORD_BUFFER_CALL)
in initPrograms()
2265
else if (m_params.interfaceType ==
InterfaceType
::SHADER_RECORD_BUFFER_MISS || m_params.interfaceType ==
InterfaceType
::SHADER_RECORD_BUFFER_HIT)
in initPrograms()
2308
if (m_params.interfaceType ==
InterfaceType
in initPrograms()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H
A
D
vktRayTracingDataSpillTests.cpp
1966
enum class
InterfaceType
class
1983
InterfaceType
interfaceType;
2047
if (m_params.interfaceType ==
InterfaceType
::RAY_PAYLOAD)
in initPrograms()
2080
else if (m_params.interfaceType ==
InterfaceType
::CALLABLE_DATA)
in initPrograms()
2113
else if (m_params.interfaceType ==
InterfaceType
::HIT_ATTRIBUTES)
in initPrograms()
2161
else if (m_params.interfaceType ==
InterfaceType
::SHADER_RECORD_BUFFER_RGEN)
in initPrograms()
2203
else if (m_params.interfaceType ==
InterfaceType
::SHADER_RECORD_BUFFER_CALL)
in initPrograms()
2265
else if (m_params.interfaceType ==
InterfaceType
::SHADER_RECORD_BUFFER_MISS || m_params.interfaceType ==
InterfaceType
::SHADER_RECORD_BUFFER_HIT)
in initPrograms()
2308
if (m_params.interfaceType ==
InterfaceType
in initPrograms()
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H
A
D
Find-VisualStudio.cs
28
[
InterfaceType
(ComInterfaceType.InterfaceIsIUnknown)]
46
[
InterfaceType
(ComInterfaceType.InterfaceIsIUnknown)]
53
[
InterfaceType
(ComInterfaceType.InterfaceIsIUnknown)]
72
[
InterfaceType
(ComInterfaceType.InterfaceIsIUnknown)]
79
[
InterfaceType
(ComInterfaceType.InterfaceIsIUnknown)]
132
[
InterfaceType
(ComInterfaceType.InterfaceIsIUnknown)]
163
[
InterfaceType
(ComInterfaceType.InterfaceIsIUnknown)]
/third_party/typescript/tests/baselines/reference/
H
A
D
narrowingByDiscriminantInLoop.js
10
interface
InterfaceType
{
24
function insertInterface(callbackType:
InterfaceType
) {
36
function insertInterface2(callbackType:
InterfaceType
) {
Completed in 14 milliseconds