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:ytiles
(Results
1 - 2
of
2
) sorted by relevance
/third_party/cups-filters/cupsfilters/
H
A
D
image.c
700
ytiles
; /* Number of tiles vertically */
in get_tile()
local
708
ytiles
= (img->ysize + CUPS_TILE_SIZE - 1) / CUPS_TILE_SIZE;
in get_tile()
710
DEBUG_printf(("Creating tile array (%dx%d)\n", xtiles,
ytiles
));
in get_tile()
712
if ((img->tiles = calloc(sizeof(cups_itile_t *),
ytiles
)) == NULL)
in get_tile()
715
if ((tile = calloc(xtiles * sizeof(cups_itile_t),
ytiles
)) == NULL)
in get_tile()
718
for (tiley = 0; tiley <
ytiles
; tiley ++)
in get_tile()
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
H
A
D
vc4_render_cl.c
257
uint8_t
ytiles
= max_y_tile - min_y_tile + 1;
in vc4_create_rcl_bo()
local
323
size += xtiles *
ytiles
* loop_body_size;
in vc4_create_rcl_bo()
359
for (yi = 0; yi <
ytiles
; yi++) {
in vc4_create_rcl_bo()
364
bool last = (xi == xtiles - 1 && yi ==
ytiles
- 1);
in vc4_create_rcl_bo()
Completed in 3 milliseconds