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:dataTypeName
(Results
1 - 9
of
9
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/
H
A
D
glcShaderLoopTests.cpp
1164
const char*
dataTypeName
= getDataTypeName(loopDataType);
in init()
local
1175
string name = string("basic_") + precisionName + "_" +
dataTypeName
+ "_" + shaderTypeName;
in init()
1176
string desc = string(loopTypeName) + " loop with " + precisionName +
dataTypeName
+ " " +
in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H
A
D
es3fShaderLoopTests.cpp
1178
const char*
dataTypeName
= getDataTypeName(loopDataType);
in init()
local
1186
string name = string("basic_") + precisionName + "_" +
dataTypeName
+ "_" + shaderTypeName;
in init()
1187
string desc = string(loopTypeName) + " loop with " + precisionName +
dataTypeName
+ " " + loopCountName + " iteration count in " + shaderTypeName + " shader.";
in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H
A
D
vktShaderRenderLoopTests.cpp
1545
const char*
dataTypeName
= getDataTypeName(loopDataType);
in init()
local
1553
std::string testName = std::string("basic_") + precisionName + "_" +
dataTypeName
+ "_" + shaderTypeName;
in init()
1554
std::string testDesc = std::string(loopTypeName) + " loop with " + precisionName +
dataTypeName
+ " " + loopCountName + " iteration count in " + shaderTypeName + " shader.";
in init()
/third_party/vk-gl-cts/modules/gles2/functional/
H
A
D
es2fShaderLoopTests.cpp
1302
const char*
dataTypeName
= getDataTypeName(loopDataType);
in init()
local
1310
string name = string("basic_") + precisionName + "_" +
dataTypeName
+ "_" + shaderTypeName;
in init()
1311
string desc = string(loopTypeName) + " loop with " + precisionName +
dataTypeName
+ " " + loopCountName + " iteration count in " + shaderTypeName + " shader.";
in init()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H
A
D
vktSpvAsm64bitCompareTests.cpp
1758
const std::map<DataType, std::string>
dataTypeName
=
member
1787
for (const auto& typeNamePair :
dataTypeName
)
in createDoubleCompareTestsInGroup()
1810
for (const auto& typeNamePair :
dataTypeName
)
in createInt64CompareTestsInGroup()
1832
for (const auto& typeNamePair :
dataTypeName
)
in createUint64CompareTestsInGroup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H
A
D
vktSpvAsm64bitCompareTests.cpp
1758
const std::map<DataType, std::string>
dataTypeName
=
member
1787
for (const auto& typeNamePair :
dataTypeName
)
in createDoubleCompareTestsInGroup()
1810
for (const auto& typeNamePair :
dataTypeName
)
in createInt64CompareTestsInGroup()
1832
for (const auto& typeNamePair :
dataTypeName
)
in createUint64CompareTestsInGroup()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H
A
D
vktShaderRenderLoopTests.cpp
1542
const char*
dataTypeName
= getDataTypeName(loopDataType);
in init()
local
1550
std::string testName = std::string("basic_") + precisionName + "_" +
dataTypeName
+ "_" + shaderTypeName;
in init()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_shading_barycentric/
H
A
D
vktFragmentShadingBarycentricTests.cpp
1798
const char*
dataTypeName
= getDataTypeName(dataType);
1817
aggregateGroup->addChild(new FragmentShadingBarycentricTestCase(testCtx,
dataTypeName
, "", testParams));
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_barycentric/
H
A
D
vktFragmentShadingBarycentricTests.cpp
1826
const char*
dataTypeName
= getDataTypeName(dataType);
1846
aggregateGroup->addChild(new FragmentShadingBarycentricTestCase(testCtx,
dataTypeName
, testParams));
Completed in 19 milliseconds