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:update_cmd
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vulkan-loader/scripts/gn/
H
A
D
gn.py
25
update_cmd
= './scripts/gn/update_deps.sh'
26
subprocess.call(
update_cmd
)
/third_party/mesa3d/src/gallium/drivers/svga/
H
A
D
svga_resource_buffer_upload.c
497
SVGA3dCmdUpdateGBImage *
update_cmd
;
in svga_buffer_upload_gb_command()
local
512
sizeof(*
update_cmd
) + (numBoxes - 1) * sizeof(*whole_update_cmd);
in svga_buffer_upload_gb_command()
514
update_cmd
= SVGA3D_FIFOReserve(swc,
in svga_buffer_upload_gb_command()
517
if (!
update_cmd
)
in svga_buffer_upload_gb_command()
523
whole_update_cmd = container_of(
update_cmd
, struct svga_3d_update_gb_image, body);
in svga_buffer_upload_gb_command()
526
whole_update_cmd->header.size = sizeof(*
update_cmd
);
in svga_buffer_upload_gb_command()
527
swc->surface_relocation(swc, &
update_cmd
->image.sid, NULL, sbuf->handle,
in svga_buffer_upload_gb_command()
529
update_cmd
->image.face = 0;
in svga_buffer_upload_gb_command()
530
update_cmd
->image.mipmap = 0;
in svga_buffer_upload_gb_command()
Completed in 2 milliseconds