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:tile_idx
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/asahi/lib/
H
A
D
tiling.c
109
unsigned
tile_idx
= (tile_row + tile_x);\
110
unsigned tile_base =
tile_idx
* pixels_per_tile;\
/third_party/ffmpeg/libavcodec/
H
A
D
tiff.c
957
int
tile_idx
;
in dng_decode_tiles()
local
978
for (
tile_idx
= 0;
tile_idx
< tile_count_x * tile_count_y;
tile_idx
++) {
in dng_decode_tiles()
979
tile_x =
tile_idx
% tile_count_x;
in dng_decode_tiles()
980
tile_y =
tile_idx
/ tile_count_x;
in dng_decode_tiles()
993
tile_offset_offset = s->tile_offsets_offset +
tile_idx
* sizeof(int);
in dng_decode_tiles()
998
tile_byte_count_offset = s->tile_byte_counts_offset +
tile_idx
* sizeof(int);
in dng_decode_tiles()
/third_party/astc-encoder/Source/
H
A
D
tinyexr.h
10906
size_t
tile_idx
= 0;
in DecodeChunk()
10907
while ((
tile_idx
= tile_count++) < num_tiles) {
in DecodeChunk()
10910
for (size_t
tile_idx
= 0;
tile_idx
< num_tiles;
tile_idx
++) {
in DecodeChunk()
10913
exr_image->tiles[
tile_idx
].images = tinyexr::AllocateImage(
in DecodeChunk()
10921
if (offsets[
tile_idx
] + sizeof(int) * 5 > size) {
in DecodeChunk()
10931
size_t(size - (offsets[
tile_idx
] + sizeof(int) * 5));
in DecodeChunk()
10933
reinterpret_cast<const unsigned char *>(head + offsets[
tile_idx
]);
in DecodeChunk()
10974
exr_image->tiles[
tile_idx
]
in DecodeChunk()
[all...]
Completed in 19 milliseconds