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:pipe_w
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_util.c
174
const uint32_t
pipe_w
= (x == tiling->pipe_count.width - 1)
in tu_tiling_config_update_pipes()
local
184
A6XX_VSC_PIPE_CONFIG_REG_W(
pipe_w
) |
in tu_tiling_config_update_pipes()
186
tiling->pipe_sizes[n] = CP_SET_BIN_DATA5_0_VSC_SIZE(
pipe_w
* pipe_h);
in tu_tiling_config_update_pipes()
/third_party/backends/backend/
H
A
D
hp3500.c
167
int
pipe_w
;
member
713
scanner->
pipe_w
= defaultFds[1];
in sane_start()
729
close (scanner->
pipe_w
);
in sane_start()
970
dev->pipe_r = dev->
pipe_w
= -1;
in attachScanner()
3777
return write (winfo->scanner->
pipe_w
, data, bytes) == bytes;
in writefunc()
3856
close (scanner->
pipe_w
);
in reader_process()
Completed in 6 milliseconds