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:controlSource
(Results
1 - 22
of
22
) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H
A
D
glcSubgroupsQuadTests.cpp
197
std::ostringstream
controlSource
;
in initFrameBufferPrograms()
local
199
controlSource
<< "${VERSION_DECL}\n"
in initFrameBufferPrograms()
221
controlSource
<< " " << subgroups::getFormatNameForGLSL(caseDef.format) << " op = "
in initFrameBufferPrograms()
227
controlSource
<< " " << subgroups::getFormatNameForGLSL(caseDef.format) << " op = "
in initFrameBufferPrograms()
232
controlSource
<< " if (subgroupBallotBitExtract(mask, otherID))\n"
in initFrameBufferPrograms()
243
programCollection.add("tesc") << glu::TessellationControlSource(
controlSource
.str());
in initFrameBufferPrograms()
H
A
D
glcSubgroupsBallotOtherTests.cpp
288
std::ostringstream
controlSource
;
in initFrameBufferPrograms()
local
290
controlSource
<< "${VERSION_DECL}\n"
in initFrameBufferPrograms()
307
programCollection.add("tesc") << glu::TessellationControlSource(
controlSource
.str());
in initFrameBufferPrograms()
H
A
D
glcSubgroupsShapeTests.cpp
186
std::ostringstream
controlSource
;
in initFrameBufferPrograms()
local
188
controlSource
<< "${VERSION_DECL}\n"
in initFrameBufferPrograms()
205
programCollection.add("tesc") << glu::TessellationControlSource(
controlSource
.str());
in initFrameBufferPrograms()
H
A
D
glcSubgroupsBasicTests.cpp
593
std::ostringstream
controlSource
;
in initFrameBufferPrograms()
local
596
controlSource
<< "${VERSION_DECL}\n"
in initFrameBufferPrograms()
643
programCollection.add("tesc") << glu::TessellationControlSource(
controlSource
.str());
in initFrameBufferPrograms()
648
std::ostringstream
controlSource
;
in initFrameBufferPrograms()
local
651
controlSource
<< "${VERSION_DECL}\n"
in initFrameBufferPrograms()
703
programCollection.add("tesc") << glu::TessellationControlSource(
controlSource
.str());
in initFrameBufferPrograms()
H
A
D
glcSubgroupsBallotBroadcastTests.cpp
199
std::ostringstream
controlSource
;
in initFrameBufferPrograms()
local
201
controlSource
<< "${VERSION_DECL}\n"
in initFrameBufferPrograms()
222
programCollection.add("tesc") << glu::TessellationControlSource(
controlSource
.str());
in initFrameBufferPrograms()
H
A
D
glcSubgroupsClusteredTests.cpp
416
std::ostringstream
controlSource
;
in initFrameBufferPrograms()
local
418
controlSource
<< "${VERSION_DECL}\n"
in initFrameBufferPrograms()
441
programCollection.add("tesc") << glu::TessellationControlSource(
controlSource
.str());
in initFrameBufferPrograms()
H
A
D
glcSubgroupsPartitionedTests.cpp
497
std::ostringstream
controlSource
;
in initFrameBufferPrograms()
local
498
controlSource
<< "${VERSION_DECL}\n"
in initFrameBufferPrograms()
523
programCollection.add("tesc") << glu::TessellationControlSource(
controlSource
.str());
in initFrameBufferPrograms()
H
A
D
glcSubgroupsShuffleTests.cpp
206
std::ostringstream
controlSource
;
in initFrameBufferPrograms()
local
208
controlSource
<< "${VERSION_DECL}\n"
in initFrameBufferPrograms()
234
programCollection.add("tesc") << glu::TessellationControlSource(
controlSource
.str());
in initFrameBufferPrograms()
H
A
D
glcSubgroupsArithmeticTests.cpp
514
std::ostringstream
controlSource
;
in initFrameBufferPrograms()
local
515
controlSource
<< "${VERSION_DECL}\n"
in initFrameBufferPrograms()
539
programCollection.add("tesc") << glu::TessellationControlSource(
controlSource
.str());
in initFrameBufferPrograms()
H
A
D
glcSubgroupsVoteTests.cpp
217
std::ostringstream
controlSource
;
in initFrameBufferPrograms()
local
218
controlSource
<< "${VERSION_DECL}\n"
in initFrameBufferPrograms()
240
programCollection.add("tesc") << glu::TessellationControlSource(
controlSource
.str());
in initFrameBufferPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H
A
D
vktSubgroupsBasicTests.cpp
707
const string
controlSource
=
in initFrameBufferPrograms()
local
784
programCollection.spirvAsmSources.add("tesc") <<
controlSource
<< buildOptionsSpr;
in initFrameBufferPrograms()
927
const string
controlSource
=
in initFrameBufferPrograms()
local
1034
programCollection.spirvAsmSources.add("tesc") <<
controlSource
<< buildOptionsSpr;
in initFrameBufferPrograms()
1298
ostringstream
controlSource
;
in initFrameBufferPrograms()
local
1301
controlSource
<< glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n"
in initFrameBufferPrograms()
1350
programCollection.glslSources.add("tesc") << glu::TessellationControlSource(
controlSource
.str()) << buildOptions;
in initFrameBufferPrograms()
1355
ostringstream
controlSource
;
in initFrameBufferPrograms()
local
1358
controlSource
<< glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n"
in initFrameBufferPrograms()
1412
programCollection.glslSources.add("tesc") << glu::TessellationControlSource(
controlSource
in initFrameBufferPrograms()
[all...]
H
A
D
vktSubgroupsBuiltinVarTests.cpp
512
const string
controlSource
=
in initFrameBufferPrograms()
local
597
programCollection.spirvAsmSources.add("tesc") <<
controlSource
<< buildOptionsSpr;
in initFrameBufferPrograms()
721
const string
controlSource
=
in initFrameBufferPrograms()
local
822
programCollection.spirvAsmSources.add("tesc") <<
controlSource
<< buildOptionsSpr;
in initFrameBufferPrograms()
H
A
D
vktSubgroupsBallotTests.cpp
410
const string
controlSource
=
in initFrameBufferPrograms()
local
561
programCollection.spirvAsmSources.add("tesc") <<
controlSource
<< buildOptionsSpr;
in initFrameBufferPrograms()
H
A
D
vktSubgroupsBuiltinMaskVarTests.cpp
661
const string
controlSource
=
in initFrameBufferPrograms()
679
<< glu::TessellationControlSource(
controlSource
) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u);
in initFrameBufferPrograms()
681
const string
controlSource
=
in initFrameBufferPrograms()
local
914
programCollection.spirvAsmSources.add("tesc") <<
controlSource
<< buildOptionsSpr;
in initFrameBufferPrograms()
H
A
D
vktSubgroupsSizeControlTests.cpp
352
ostringstream
controlSource
;
in initFrameBufferPrograms()
local
354
controlSource
<< glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n"
in initFrameBufferPrograms()
371
programCollection.glslSources.add("tesc") << glu::TessellationControlSource(
controlSource
.str()) << buildOptions;
in initFrameBufferPrograms()
H
A
D
vktSubgroupsTestsUtils.cpp
1324
std::ostringstream
controlSource
;
in initStdFrameBufferPrograms()
local
1326
controlSource
<< glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n"
in initStdFrameBufferPrograms()
1346
programCollection.glslSources.add("tesc") << glu::TessellationControlSource(
controlSource
.str()) << buildOptions;
in initStdFrameBufferPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/
H
A
D
vktSubgroupsBasicTests.cpp
707
const string
controlSource
=
in initFrameBufferPrograms()
local
784
programCollection.spirvAsmSources.add("tesc") <<
controlSource
<< buildOptionsSpr;
in initFrameBufferPrograms()
927
const string
controlSource
=
in initFrameBufferPrograms()
local
1034
programCollection.spirvAsmSources.add("tesc") <<
controlSource
<< buildOptionsSpr;
in initFrameBufferPrograms()
1298
ostringstream
controlSource
;
in initFrameBufferPrograms()
local
1301
controlSource
<< glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n"
in initFrameBufferPrograms()
1350
programCollection.glslSources.add("tesc") << glu::TessellationControlSource(
controlSource
.str()) << buildOptions;
in initFrameBufferPrograms()
1355
ostringstream
controlSource
;
in initFrameBufferPrograms()
local
1358
controlSource
<< glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n"
in initFrameBufferPrograms()
1412
programCollection.glslSources.add("tesc") << glu::TessellationControlSource(
controlSource
in initFrameBufferPrograms()
[all...]
H
A
D
vktSubgroupsBuiltinVarTests.cpp
512
const string
controlSource
=
in initFrameBufferPrograms()
local
597
programCollection.spirvAsmSources.add("tesc") <<
controlSource
<< buildOptionsSpr;
in initFrameBufferPrograms()
721
const string
controlSource
=
in initFrameBufferPrograms()
local
822
programCollection.spirvAsmSources.add("tesc") <<
controlSource
<< buildOptionsSpr;
in initFrameBufferPrograms()
H
A
D
vktSubgroupsBallotTests.cpp
410
const string
controlSource
=
in initFrameBufferPrograms()
local
561
programCollection.spirvAsmSources.add("tesc") <<
controlSource
<< buildOptionsSpr;
in initFrameBufferPrograms()
H
A
D
vktSubgroupsBuiltinMaskVarTests.cpp
661
const string
controlSource
=
in initFrameBufferPrograms()
679
<< glu::TessellationControlSource(
controlSource
) << vk::ShaderBuildOptions(vk::SPIRV_VERSION_1_3, 0u);
in initFrameBufferPrograms()
681
const string
controlSource
=
in initFrameBufferPrograms()
local
914
programCollection.spirvAsmSources.add("tesc") <<
controlSource
<< buildOptionsSpr;
in initFrameBufferPrograms()
H
A
D
vktSubgroupsSizeControlTests.cpp
355
ostringstream
controlSource
;
in initFrameBufferPrograms()
local
357
controlSource
<< glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n"
in initFrameBufferPrograms()
374
programCollection.glslSources.add("tesc") << glu::TessellationControlSource(
controlSource
.str()) << buildOptions;
in initFrameBufferPrograms()
H
A
D
vktSubgroupsTestsUtils.cpp
1324
std::ostringstream
controlSource
;
in initStdFrameBufferPrograms()
local
1326
controlSource
<< glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450)<<"\n"
in initStdFrameBufferPrograms()
1346
programCollection.glslSources.add("tesc") << glu::TessellationControlSource(
controlSource
.str()) << buildOptions;
in initStdFrameBufferPrograms()
Completed in 46 milliseconds