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:convertSat
(Results
1 - 1
of
1
) sorted by relevance
/third_party/vk-gl-cts/framework/common/
H
A
D
tcuTexture.cpp
431
static inline T
convertSat
(S src)
in convertSat()
function
493
case TextureFormat::SNORM_INT8: *((deInt8*)dst) =
convertSat
<deInt8> (src); break;
in intToChannel()
494
case TextureFormat::SNORM_INT16: *((deInt16*)dst) =
convertSat
<deInt16> (src); break;
in intToChannel()
495
case TextureFormat::UNORM_INT8: *((deUint8*)dst) =
convertSat
<deUint8> (src); break;
in intToChannel()
496
case TextureFormat::UNORM_INT16: *((deUint16*)dst) =
convertSat
<deUint16> (src); break;
in intToChannel()
498
case TextureFormat::SIGNED_INT8: *((deInt8*)dst) =
convertSat
<deInt8> (src); break;
in intToChannel()
499
case TextureFormat::SIGNED_INT16: *((deInt16*)dst) =
convertSat
<deInt16> (src); break;
in intToChannel()
500
case TextureFormat::SIGNED_INT32: *((deInt32*)dst) =
convertSat
<deInt32> (src); break;
in intToChannel()
501
case TextureFormat::SIGNED_INT64: *((deInt64*)dst) =
convertSat
<deInt64> ((deInt64)src); break;
in intToChannel()
502
case TextureFormat::UNSIGNED_INT8: *((deUint8*)dst) =
convertSat
<deUint
in intToChannel()
[all...]
Completed in 5 milliseconds