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:buf_props
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/virtio/vulkan/
H
A
D
vn_android.c
473
struct vn_android_gralloc_buffer_properties
buf_props
;
in vn_android_get_image_builder()
local
488
if (!vn_android_gralloc_get_buffer_properties(handle, &
buf_props
))
in vn_android_get_image_builder()
492
dev, create_info->format,
buf_props
.modifier, alloc, &mod_props);
in vn_android_get_image_builder()
503
out_builder->layouts[i].offset =
buf_props
.offset[i];
in vn_android_get_image_builder()
504
out_builder->layouts[i].rowPitch =
buf_props
.stride[i];
in vn_android_get_image_builder()
510
.drmFormatModifier =
buf_props
.modifier,
in vn_android_get_image_builder()
899
struct vn_android_gralloc_buffer_properties
buf_props
;
in vn_android_get_ahb_format_properties()
local
919
AHardwareBuffer_getNativeHandle(ahb), &
buf_props
))
in vn_android_get_ahb_format_properties()
927
format = vn_android_drm_format_to_vk_format(
buf_props
.drm_fourcc);
in vn_android_get_ahb_format_properties()
930
buf_props
in vn_android_get_ahb_format_properties()
1073
struct vn_android_gralloc_buffer_properties
buf_props
;
vn_android_get_drm_format_modifier_info()
local
[all...]
Completed in 2 milliseconds