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_CMD_LEN
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
H
A
D
virgl_vtest_socket.c
137
buf[
VTEST_CMD_LEN
] = strlen(cmdline) + 1;
in virgl_vtest_send_init()
153
vtest_hdr[
VTEST_CMD_LEN
] = VCMD_PING_PROTOCOL_VERSION_SIZE;
in virgl_vtest_negotiate_version()
157
vtest_hdr[
VTEST_CMD_LEN
] = VCMD_BUSY_WAIT_SIZE;
in virgl_vtest_negotiate_version()
174
vtest_hdr[
VTEST_CMD_LEN
] = VCMD_PROTOCOL_VERSION_SIZE;
in virgl_vtest_negotiate_version()
234
get_caps_buf[
VTEST_CMD_LEN
] = 0;
in virgl_vtest_send_get_caps()
236
get_caps_buf[
VTEST_CMD_LEN
+ 2] = 0;
in virgl_vtest_send_get_caps()
291
vtest_hdr[
VTEST_CMD_LEN
] = VCMD_RES_CREATE2_SIZE;
in virgl_vtest_send_resource_create2()
344
vtest_hdr[
VTEST_CMD_LEN
] = VCMD_RES_CREATE_SIZE;
in virgl_vtest_send_resource_create()
369
vtest_hdr[
VTEST_CMD_LEN
] = cbuf->base.cdw;
in virgl_vtest_submit_cmd()
382
vtest_hdr[
VTEST_CMD_LEN
]
in virgl_vtest_send_resource_unref()
[all...]
/third_party/mesa3d/src/virtio/vulkan/
H
A
D
vn_renderer_vtest.c
169
vtest_hdr[
VTEST_CMD_LEN
] = size;
in vtest_vcmd_create_renderer()
180
vtest_hdr[
VTEST_CMD_LEN
] = VCMD_PING_PROTOCOL_VERSION_SIZE;
in vtest_vcmd_ping_protocol_version()
189
vtest_hdr[
VTEST_CMD_LEN
] = VCMD_BUSY_WAIT_SIZE;
in vtest_vcmd_ping_protocol_version()
218
vtest_hdr[
VTEST_CMD_LEN
] = VCMD_PROTOCOL_VERSION_SIZE;
in vtest_vcmd_protocol_version()
227
assert(vtest_hdr[
VTEST_CMD_LEN
] == VCMD_PROTOCOL_VERSION_SIZE);
in vtest_vcmd_protocol_version()
239
vtest_hdr[
VTEST_CMD_LEN
] = VCMD_GET_PARAM_SIZE;
in vtest_vcmd_get_param()
247
assert(vtest_hdr[
VTEST_CMD_LEN
] == 2);
in vtest_vcmd_get_param()
265
vtest_hdr[
VTEST_CMD_LEN
] = VCMD_GET_CAPSET_SIZE;
in vtest_vcmd_get_capset()
281
size_t read_size = (vtest_hdr[
VTEST_CMD_LEN
] - 1) * 4;
in vtest_vcmd_get_capset()
306
vtest_hdr[
VTEST_CMD_LEN
]
in vtest_vcmd_context_init()
[all...]
/third_party/mesa3d/src/virtio/vtest/
H
A
D
vtest_protocol.h
39
#define
VTEST_CMD_LEN
0 /* length of data */
macro
Completed in 4 milliseconds