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:data_vr
(Results
1 - 2
of
2
) sorted by relevance
/third_party/astc-encoder/Source/
H
A
D
astcenc_ideal_endpoints_and_weights.cpp
121
const float*
data_vr
= nullptr;
in compute_ideal_colors_and_weights_1_comp()
local
128
data_vr
= blk.data_r;
in compute_ideal_colors_and_weights_1_comp()
132
data_vr
= blk.data_g;
in compute_ideal_colors_and_weights_1_comp()
136
data_vr
= blk.data_b;
in compute_ideal_colors_and_weights_1_comp()
141
data_vr
= blk.data_a;
in compute_ideal_colors_and_weights_1_comp()
158
float value =
data_vr
[tix];
in compute_ideal_colors_and_weights_1_comp()
185
float value = (
data_vr
[tix] - lowvalue) * scale;
in compute_ideal_colors_and_weights_1_comp()
234
const float*
data_vr
= nullptr;
241
data_vr
= blk.data_r;
248
data_vr
[all...]
H
A
D
astcenc_averages_and_directions.cpp
469
const float*
data_vr
= blk.data_r;
481
data_vr
= blk.data_g;
532
vfloat4 texel_datum = vfloat3(
data_vr
[iwt],
640
const float*
data_vr
= nullptr;
in compute_avgs_and_dirs_2_comp()
local
647
data_vr
= blk.data_r;
in compute_avgs_and_dirs_2_comp()
654
data_vr
= blk.data_r;
in compute_avgs_and_dirs_2_comp()
663
data_vr
= blk.data_g;
in compute_avgs_and_dirs_2_comp()
683
average += vfloat2(
data_vr
[iwt], data_vg[iwt]);
in compute_avgs_and_dirs_2_comp()
697
vfloat4 texel_datum = vfloat2(
data_vr
[iwt], data_vg[iwt]);
in compute_avgs_and_dirs_2_comp()
Completed in 3 milliseconds