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:NUM_SUBPIXEL_BITS
(Results
1 - 1
of
1
) sorted by relevance
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuBilinearImageCompare.cpp
37
NUM_SUBPIXEL_BITS
= 8 //!< Number of subpixel bits used when doing bilinear interpolation.
enumerator
76
const deUint32 fx0 = (1u<<
NUM_SUBPIXEL_BITS
) - fx1;
in interpolateChannel()
77
const deUint32 fy0 = (1u<<
NUM_SUBPIXEL_BITS
) - fy1;
in interpolateChannel()
78
const deUint32 half = 1u<<(
NUM_SUBPIXEL_BITS
*2 - 1);
in interpolateChannel()
80
const deUint32 rounded = (sum + half) >> (
NUM_SUBPIXEL_BITS
*2);
in interpolateChannel()
88
deUint32 x0 = u>>
NUM_SUBPIXEL_BITS
;
in bilinearSampleRGBA8()
89
deUint32 y0 = v>>
NUM_SUBPIXEL_BITS
;
in bilinearSampleRGBA8()
96
deUint32 fx1 = u-(x0<<
NUM_SUBPIXEL_BITS
);
in bilinearSampleRGBA8()
97
deUint32 fy1 = v-(y0<<
NUM_SUBPIXEL_BITS
);
in bilinearSampleRGBA8()
176
const int u = (x<<
NUM_SUBPIXEL_BITS
)
[all...]
Completed in 2 milliseconds