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:BATCH_SZ
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_batch.h
55
#define
BATCH_SZ
(64 * 1024 - BATCH_RESERVED)
macro
240
if (required_bytes >=
BATCH_SZ
) {
in iris_require_command_space()
H
A
D
iris_batch.c
490
BATCH_SZ
+ BATCH_RESERVED, 8,
in create_batch()
629
iris_batch_bytes_used(batch) + estimate >=
BATCH_SZ
) {
in iris_batch_maybe_flush()
1053
100.0f * batch->total_chained_batch_size /
BATCH_SZ
,
in _iris_batch_flush()
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_batch.h
50
#define
BATCH_SZ
(20 * 1024)
macro
235
if (required_bytes >=
BATCH_SZ
&& !batch->no_wrap) {
in crocus_require_command_space()
H
A
D
crocus_batch.c
481
BATCH_SZ
+ BATCH_RESERVED(&screen->devinfo));
in create_batch()
598
crocus_batch_bytes_used(batch) + estimate >=
BATCH_SZ
) {
in crocus_batch_maybe_flush()
964
100.0f * bytes_for_commands /
BATCH_SZ
,
in _crocus_batch_flush()
Completed in 4 milliseconds