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:num_pp
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/
H
A
D
lima_job.c
458
lima_get_pp_stream_size(int
num_pp
, int tiled_w, int tiled_h, uint32_t *off)
in lima_get_pp_stream_size()
argument
462
* fb->tiled_w * fb->tiled_h can't be divided by
num_pp
,
in lima_get_pp_stream_size()
466
int delta = tiled_w * tiled_h /
num_pp
* 16 + 16;
in lima_get_pp_stream_size()
467
int remain = tiled_w * tiled_h %
num_pp
;
in lima_get_pp_stream_size()
470
for (int i = 0; i <
num_pp
; i++) {
in lima_get_pp_stream_size()
492
int
num_pp
= screen->
num_pp
;
in lima_generate_pp_stream()
local
493
assert(
num_pp
> 0);
in lima_generate_pp_stream()
515
for (int i = 0; i <
num_pp
; i++)
in lima_generate_pp_stream()
525
int pp = index %
num_pp
;
in lima_generate_pp_stream()
[all...]
H
A
D
lima_screen.h
72
int
num_pp
;
member
H
A
D
lima_screen.c
522
screen->
num_pp
= param.value;
in lima_screen_query_info()
/third_party/mesa3d/include/drm-uapi/
H
A
D
lima_drm.h
83
__u32
num_pp
;
member
92
__u32
num_pp
;
member
Completed in 6 milliseconds