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:texel_weights_tr
(Results
1 - 5
of
5
) sorted by relevance
/third_party/astc-encoder/Source/
H
A
D
astcenc_block_sizes.cpp
335
di.
texel_weights_tr
[j][i] = wb.grid_weights_of_texel[i][j];
in init_decimation_info_2d()
343
di.
texel_weights_tr
[j][i] = 0;
in init_decimation_info_2d()
366
uint8_t dttw = di.
texel_weights_tr
[k][texel];
in init_decimation_info_2d()
395
di.
texel_weights_tr
[j][i] = 0;
in init_decimation_info_2d()
592
di.
texel_weights_tr
[j][i] = 0;
in init_decimation_info_3d()
599
di.
texel_weights_tr
[j][i] = wb.grid_weights_of_texel[i][j];
in init_decimation_info_3d()
622
uint8_t dttw = di.
texel_weights_tr
[k][texel];
in init_decimation_info_3d()
651
di.
texel_weights_tr
[j][i] = 0;
in init_decimation_info_3d()
H
A
D
astcenc_ideal_endpoints_and_weights.cpp
44
vint weight_idx0 = vint(di.
texel_weights_tr
[0] + index);
in bilinear_infill_vla()
45
vint weight_idx1 = vint(di.
texel_weights_tr
[1] + index);
in bilinear_infill_vla()
46
vint weight_idx2 = vint(di.
texel_weights_tr
[2] + index);
in bilinear_infill_vla()
47
vint weight_idx3 = vint(di.
texel_weights_tr
[3] + index);
in bilinear_infill_vla()
84
vint weight_idx0 = vint(di.
texel_weights_tr
[0] + index);
in bilinear_infill_vla_2()
85
vint weight_idx1 = vint(di.
texel_weights_tr
[1] + index);
in bilinear_infill_vla_2()
H
A
D
astcenc_decompress_symbolic.cpp
118
vint texel_weights(di.
texel_weights_tr
[j] + i);
in unpack_weights()
153
vint texel_weights(di.
texel_weights_tr
[j] + i);
in unpack_weights()
H
A
D
astcenc_compress_symbolic.cpp
496
float weight_base = (uq_weightsf[di.
texel_weights_tr
[0][texel]] * di.texel_weight_contribs_float_tr[0][texel]
in realign_weights_decimated()
497
+ uq_weightsf[di.
texel_weights_tr
[1][texel]] * di.texel_weight_contribs_float_tr[1][texel])
in realign_weights_decimated()
498
+ (uq_weightsf[di.
texel_weights_tr
[2][texel]] * di.texel_weight_contribs_float_tr[2][texel]
in realign_weights_decimated()
499
+ uq_weightsf[di.
texel_weights_tr
[3][texel]] * di.texel_weight_contribs_float_tr[3][texel]);
in realign_weights_decimated()
H
A
D
astcenc_internal.h
388
uint8_t
texel_weights_tr
[4][BLOCK_MAX_TEXELS];
member
Completed in 11 milliseconds