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:swapchain_img
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/virtio/vulkan/
H
A
D
vn_wsi.c
181
const struct vn_image *
swapchain_img
= vn_image_from_handle(
in vn_wsi_create_image_from_swapchain()
local
183
assert(
swapchain_img
->wsi.is_wsi);
in vn_wsi_create_image_from_swapchain()
197
local_create_info.tiling =
swapchain_img
->wsi.tiling_override;
in vn_wsi_create_image_from_swapchain()
206
.pDrmFormatModifiers = &
swapchain_img
->wsi.drm_format_modifier,
in vn_wsi_create_image_from_swapchain()
212
if (
swapchain_img
->wsi.is_prime_blit_src)
in vn_wsi_create_image_from_swapchain()
223
img->wsi.tiling_override =
swapchain_img
->wsi.tiling_override;
in vn_wsi_create_image_from_swapchain()
224
img->wsi.drm_format_modifier =
swapchain_img
->wsi.drm_format_modifier;
in vn_wsi_create_image_from_swapchain()
H
A
D
vn_image.c
475
struct vn_image *
swapchain_img
=
in vn_BindImageMemory2()
478
mem =
swapchain_img
->wsi.memory;
in vn_BindImageMemory2()
Completed in 4 milliseconds