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:send_count
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/intel/compiler/
H
A
D
brw_vec4_generator.cpp
1528
/* `
send_count
` explicitly does not include spills or fills, as we'd
in generate_code()
1535
int loop_count = 0,
send_count
= 0;
in generate_code()
local
1779
send_count
++;
in generate_code()
1793
send_count
++;
in generate_code()
1810
send_count
++;
in generate_code()
1815
send_count
++;
in generate_code()
1820
send_count
++;
in generate_code()
1835
send_count
++;
in generate_code()
1840
send_count
++;
in generate_code()
1845
send_count
in generate_code()
[all...]
H
A
D
brw_fs_generator.cpp
1776
int loop_count = 0,
send_count
= 0, nop_count = 0;
in generate_code()
local
2155
send_count
++;
in generate_code()
2174
send_count
++;
in generate_code()
2208
send_count
++;
in generate_code()
2213
send_count
++;
in generate_code()
2227
send_count
++;
in generate_code()
2241
send_count
++;
in generate_code()
2246
send_count
++;
in generate_code()
2251
send_count
++;
in generate_code()
2270
send_count
in generate_code()
[all...]
/third_party/mesa3d/include/drm-uapi/
H
A
D
drm.h
397
int
send_count
; /**< Number of buffers to send */
member
/third_party/libdrm/include/drm/
H
A
D
drm.h
397
int
send_count
; /**< Number of buffers to send */
member
/third_party/libdrm/
H
A
D
xf86drm.h
299
int
send_count
; /**< Number of buffers to send */
member
H
A
D
xf86drm.c
1889
dma.
send_count
= request->
send_count
;
in drmDMA()
Completed in 18 milliseconds