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:image_out
(Results
1 - 3
of
3
) sorted by relevance
/third_party/astc-encoder/Source/
H
A
D
astcenc_entry.cpp
1195
astcenc_image&
image_out
= *image_outp;
in astcenc_decompress_image()
local
1214
unsigned int xblocks = (
image_out
.dim_x + block_x - 1) / block_x;
in astcenc_decompress_image()
1215
unsigned int yblocks = (
image_out
.dim_y + block_y - 1) / block_y;
in astcenc_decompress_image()
1216
unsigned int zblocks = (
image_out
.dim_z + block_z - 1) / block_z;
in astcenc_decompress_image()
1233
blk.decode_unorm8 =
image_out
.data_type == ASTCENC_TYPE_U8;
in astcenc_decompress_image()
1273
store_image_block(
image_out
, blk, *ctx->bsd,
in astcenc_decompress_image()
H
A
D
astcenc.h
832
* @param[in,out]
image_out
Output image.
842
astcenc_image*
image_out
,
H
A
D
astcenccli_toplevel.cpp
164
astcenc_image*
image_out
;
member
273
work->
image_out
, &work->swizzle, thread_id);
in decompression_workload_runner()
2319
work.
image_out
= image_decomp_out;
2337
work.
image_out
, &work.swizzle, 0);
Completed in 5 milliseconds