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:outTypeName
(Results
1 - 7
of
7
) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fShaderOperatorTests.cpp
916
const char*
outTypeName
= getDataTypeName(m_spec.output);
in setupShaderData()
local
921
op <<
outTypeName
<< " res = " <<
outTypeName
<< "(0.0);\n";
in setupShaderData()
local
925
op << "\thighp " <<
outTypeName
<< " ref = " <<
outTypeName
<< "(0.0);\n";
in setupShaderData()
local
988
const char*
outTypeName
= getDataTypeName(m_spec.output);
in setupShaderData()
local
992
op << "\thighp " <<
outTypeName
<< " diff = res ^ ref;\n";
in setupShaderData()
local
993
op << "\tdiff = (~diff + " <<
outTypeName
<< "(1)) & diff;\n";
in setupShaderData()
local
994
op << "\thighp " <<
outTypeName
<< " lsb = " <<
outTypeName
<< "(3
in setupShaderData()
local
995
op << "\\thighp " <<
outTypeName
<< " outOfRangeMask = " <<
outTypeName
<< "(0);\\n";
setupShaderData()
local
998
op << "\\tif (diff != " <<
outTypeName
<< "(0))\\n\\t{\\n";
setupShaderData()
local
1000
op << "\\t\\toutOfRangeMask = " <<
outTypeName
<< "(0xFFFFFFFF) << lsb;\\n";
setupShaderData()
local
1005
op << "\\tbvec" << outScalarSize << " isDiffZero = equal(diff, " <<
outTypeName
<< "(0));\\n";
setupShaderData()
local
1006
op << "\\thighp " <<
outTypeName
<< " lsbUnsantized = " <<
outTypeName
<< "(log2(vec" << outScalarSize << "((~diff + " <<
outTypeName
<< "(1)) & diff)));\\n";
setupShaderData()
local
1015
op << "\\thighp " <<
outTypeName
<< " outOfRangeRes = res & outOfRangeMask;\\n";
setupShaderData()
local
1016
op << "\\tif (outOfRangeRes != " <<
outTypeName
<< "(0)) res = " <<
outTypeName
<< "(0);\\n";
setupShaderData()
local
[all...]
H
A
D
es3fShaderPrecisionTests.cpp
69
const char*
outTypeName
= glu::getDataTypeName(outType);
in createFloatPrecisionEvalProgram()
local
80
<< "layout(location = 0) out highp " <<
outTypeName
<< " o_out;\n";
in createFloatPrecisionEvalProgram()
local
/third_party/vk-gl-cts/modules/gles31/functional/
H
A
D
es31fShaderAtomicOpTests.cpp
121
const char*
outTypeName
= getDataTypeName(outType);
in init()
local
133
<< " " << precName << " " <<
outTypeName
<< " outputValues[" << numValues << "];\n"
in init()
134
<< " " << (isSSBO ? "coherent " : "") << precName << " " <<
outTypeName
<< " groupValues[" << product(m_numWorkGroups) << "];\n"
in init()
156
const string castBeg = outType != m_type ? (string(
outTypeName
) + "(") : string("");
in init()
/third_party/skia/src/sksl/codegen/
H
A
D
SkSLMetalCodeGenerator.cpp
1146
String
outTypeName
= this->typeName(outType);
in writeConstructorArrayCast()
local
1148
String name = "array_of_" +
outTypeName
+ "_from_" + inTypeName;
in writeConstructorArrayCast()
1161
outTypeName
.c_str(), name.c_str(), inTypeName.c_str(),
in writeConstructorArrayCast()
1162
outTypeName
.c_str(),
in writeConstructorArrayCast()
1163
outTypeName
.c_str());
in writeConstructorArrayCast()
/third_party/vk-gl-cts/modules/gles2/functional/
H
A
D
es2fShaderOperatorTests.cpp
509
const char*
outTypeName
= getDataTypeName(spec.output);
in ShaderOperatorCase()
local
514
op <<
outTypeName
<< " res = " <<
outTypeName
<< "(0.0);\n\n";
in ShaderOperatorCase()
local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H
A
D
vktShaderRenderOperatorTests.cpp
758
const char*
outTypeName
= getDataTypeName(m_spec.output);
in setupShaderData()
local
763
op <<
outTypeName
<< " res = " <<
outTypeName
<< "(0.0);\n\n";
in setupShaderData()
local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H
A
D
vktShaderRenderOperatorTests.cpp
761
const char*
outTypeName
= getDataTypeName(m_spec.output);
in setupShaderData()
local
766
op <<
outTypeName
<< " res = " <<
outTypeName
<< "(0.0);\n\n";
in setupShaderData()
local
Completed in 37 milliseconds