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:cmpTypeFound
(Results
1 - 2
of
2
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/
H
A
D
glcShaderLibraryCase.cpp
578
bool
cmpTypeFound
[TYPE_LAST];
in genCompareFunctions()
local
580
cmpTypeFound
[i] = false;
in genCompareFunctions()
586
cmpTypeFound
[(int)val.dataType] = true;
in genCompareFunctions()
591
if (
cmpTypeFound
[TYPE_BOOL])
in genCompareFunctions()
593
if (
cmpTypeFound
[TYPE_BOOL_VEC2])
in genCompareFunctions()
595
if (
cmpTypeFound
[TYPE_BOOL_VEC3])
in genCompareFunctions()
597
if (
cmpTypeFound
[TYPE_BOOL_VEC4])
in genCompareFunctions()
599
if (
cmpTypeFound
[TYPE_INT])
in genCompareFunctions()
602
if (
cmpTypeFound
[TYPE_INT_VEC2])
in genCompareFunctions()
604
if (
cmpTypeFound
[TYPE_INT_VEC
in genCompareFunctions()
[all...]
/third_party/vk-gl-cts/framework/opengl/
H
A
D
gluShaderLibrary.cpp
1765
bool
cmpTypeFound
[TYPE_LAST];
in genCompareFunctions()
local
1767
cmpTypeFound
[i] = false;
in genCompareFunctions()
1772
cmpTypeFound
[(size_t)val.type.getBasicType()] = true;
in genCompareFunctions()
1777
if (
cmpTypeFound
[TYPE_BOOL]) stream << "bool isOk (float a, bool b) { return ((a > 0.5) == b); }\n";
in genCompareFunctions()
1778
if (
cmpTypeFound
[TYPE_BOOL_VEC2]) stream << "bool isOk (vec2 a, bvec2 b) { return (greaterThan(a, vec2(0.5)) == b); }\n";
in genCompareFunctions()
1779
if (
cmpTypeFound
[TYPE_BOOL_VEC3]) stream << "bool isOk (vec3 a, bvec3 b) { return (greaterThan(a, vec3(0.5)) == b); }\n";
in genCompareFunctions()
1780
if (
cmpTypeFound
[TYPE_BOOL_VEC4]) stream << "bool isOk (vec4 a, bvec4 b) { return (greaterThan(a, vec4(0.5)) == b); }\n";
in genCompareFunctions()
1781
if (
cmpTypeFound
[TYPE_INT]) stream << "bool isOk (float a, int b) { float atemp = a+0.5; return (float(b) <= atemp && atemp <= float(b+1)); }\n";
in genCompareFunctions()
1782
if (
cmpTypeFound
[TYPE_INT_VEC2]) stream << "bool isOk (vec2 a, ivec2 b) { return (ivec2(floor(a + 0.5)) == b); }\n";
in genCompareFunctions()
1783
if (
cmpTypeFound
[TYPE_INT_VEC
in genCompareFunctions()
[all...]
Completed in 4 milliseconds