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:display_surf
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vulkan-loader/loader/
H
A
D
wsi.c
2152
pIcdSurface = AllocateIcdSurfaceStruct(inst, sizeof(pIcdSurface->
display_surf
.base), sizeof(pIcdSurface->
display_surf
));
in terminator_CreateDisplayPlaneSurfaceKHR()
2158
pIcdSurface->
display_surf
.base.platform = VK_ICD_WSI_PLATFORM_DISPLAY;
in terminator_CreateDisplayPlaneSurfaceKHR()
2159
pIcdSurface->
display_surf
.displayMode = pCreateInfo->displayMode;
in terminator_CreateDisplayPlaneSurfaceKHR()
2160
pIcdSurface->
display_surf
.planeIndex = pCreateInfo->planeIndex;
in terminator_CreateDisplayPlaneSurfaceKHR()
2161
pIcdSurface->
display_surf
.planeStackIndex = pCreateInfo->planeStackIndex;
in terminator_CreateDisplayPlaneSurfaceKHR()
2162
pIcdSurface->
display_surf
.transform = pCreateInfo->transform;
in terminator_CreateDisplayPlaneSurfaceKHR()
2163
pIcdSurface->
display_surf
.globalAlpha = pCreateInfo->globalAlpha;
in terminator_CreateDisplayPlaneSurfaceKHR()
2164
pIcdSurface->
display_surf
.alphaMode = pCreateInfo->alphaMode;
in terminator_CreateDisplayPlaneSurfaceKHR()
2165
pIcdSurface->
display_surf
in terminator_CreateDisplayPlaneSurfaceKHR()
[all...]
H
A
D
wsi.h
62
VkIcdSurfaceDisplay
display_surf
;
member
Completed in 5 milliseconds