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:VTEST_HDR_SIZE
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
H
A
D
virgl_vtest_socket.c
120
uint32_t buf[
VTEST_HDR_SIZE
];
in virgl_vtest_send_init()
147
uint32_t vtest_hdr[
VTEST_HDR_SIZE
];
in virgl_vtest_negotiate_version()
230
uint32_t get_caps_buf[
VTEST_HDR_SIZE
* 2];
in virgl_vtest_send_get_caps()
231
uint32_t resp_buf[
VTEST_HDR_SIZE
];
in virgl_vtest_send_get_caps()
289
uint32_t res_create_buf[VCMD_RES_CREATE2_SIZE], vtest_hdr[
VTEST_HDR_SIZE
];
in virgl_vtest_send_resource_create2()
336
uint32_t res_create_buf[VCMD_RES_CREATE_SIZE], vtest_hdr[
VTEST_HDR_SIZE
];
in virgl_vtest_send_resource_create()
367
uint32_t vtest_hdr[
VTEST_HDR_SIZE
];
in virgl_vtest_submit_cmd()
380
uint32_t vtest_hdr[
VTEST_HDR_SIZE
];
in virgl_vtest_send_resource_unref()
399
uint32_t vtest_hdr[
VTEST_HDR_SIZE
];
in virgl_vtest_send_transfer_cmd()
434
uint32_t vtest_hdr[
VTEST_HDR_SIZE
];
in virgl_vtest_send_transfer_cmd2()
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H
A
D
vn_renderer_vtest.c
168
uint32_t vtest_hdr[
VTEST_HDR_SIZE
];
in vtest_vcmd_create_renderer()
179
uint32_t vtest_hdr[
VTEST_HDR_SIZE
];
in vtest_vcmd_ping_protocol_version()
216
uint32_t vtest_hdr[
VTEST_HDR_SIZE
];
in vtest_vcmd_protocol_version()
237
uint32_t vtest_hdr[
VTEST_HDR_SIZE
];
in vtest_vcmd_get_param()
263
uint32_t vtest_hdr[
VTEST_HDR_SIZE
];
in vtest_vcmd_get_capset()
304
uint32_t vtest_hdr[
VTEST_HDR_SIZE
];
in vtest_vcmd_context_init()
322
uint32_t vtest_hdr[
VTEST_HDR_SIZE
];
in vtest_vcmd_resource_create_blob()
355
uint32_t vtest_hdr[
VTEST_HDR_SIZE
];
in vtest_vcmd_resource_unref()
369
uint32_t vtest_hdr[
VTEST_HDR_SIZE
];
in vtest_vcmd_sync_create()
395
uint32_t vtest_hdr[
VTEST_HDR_SIZE
];
in vtest_vcmd_sync_unref()
[all...]
/third_party/mesa3d/src/virtio/vtest/
H
A
D
vtest_protocol.h
38
#define
VTEST_HDR_SIZE
2
macro
Completed in 4 milliseconds