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_y
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H
A
D
es31cTextureStorageMultisampleFunctionalTests.cpp
661
/* NOTE:
data_y
is used to take the bottom-top orientation of the data downloaded
in iterate()
664
const int
data_y
= (64 /* height */ - y - 1 /* counting starts from 0 */);
in iterate()
local
667
float* row_ptr = (float*)buffer + row_width *
data_y
;
in iterate()
673
float expected_value_max = float(x) * float(
data_y
) / (64.0f * 64.0f) + epsilon;
in iterate()
674
float expected_value_min = float(x) * float(
data_y
) / (64.0f * 64.0f) - epsilon;
in iterate()
1051
* Should it be the case, please change
data_y
to 15 - y */
in iterate()
1053
unsigned int
data_y
= y;
in iterate()
local
1054
const unsigned int* row_ptr = (unsigned int*)((char*)buffer +
data_y
* row_width);
in iterate()
1063
bool is_r_valid = (r == (
data_y
* 16 + x)) || (r == (
data_y
* 1
in iterate()
[all...]
/third_party/astc-encoder/Source/
H
A
D
astcenc_image.cpp
409
vfloat
data_y
= (data_a * vfloat(2.0f)) - vfloat(1.0f);
in store_image_block()
local
410
vfloat data_z = vfloat(1.0f) - (data_x * data_x) - (
data_y
*
data_y
);
in store_image_block()
Completed in 3 milliseconds