OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:glslSources
(Results
1 - 25
of
44
) sorted by null
1
2
/external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawTestCaseUtil.hpp
81
programCollection.
glslSources
.add(i->second) <<
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateTestCaseUtil.hpp
89
programCollection.
glslSources
.add(i->second) <<
/external/deqp/external/vulkancts/modules/vulkan/
vktBuildPrograms.cpp
203
for (vk::GlslSourceCollection::Iterator progIter = sourcePrograms.
glslSources
.begin();
204
progIter != sourcePrograms.
glslSources
.end();
vktTestPackage.cpp
215
for (vk::GlslSourceCollection::Iterator progIter = sourceProgs.
glslSources
.begin(); progIter != sourceProgs.
glslSources
.end(); ++progIter)
/external/deqp/external/vulkancts/framework/vulkan/
vkPrograms.hpp
166
GlslSourceCollection
glslSources
;
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelinePushConstantTests.cpp
305
sourceCollections.
glslSources
.add("color_vert") << glu::VertexSource(vertexSrc.str());
327
sourceCollections.
glslSources
.add("color_tesc") << glu::TessellationControlSource(tessControlSrc.str());
345
sourceCollections.
glslSources
.add("color_tese") << glu::TessellationEvaluationSource(tessEvaluationSrc.str());
370
sourceCollections.
glslSources
.add("color_geom") << glu::GeometrySource(geometrySrc.str());
400
sourceCollections.
glslSources
.add("color_frag") << glu::FragmentSource(fragmentSrc.str());
415
sourceCollections.
glslSources
.add("color_frag") << glu::FragmentSource(fragmentSrc.str());
[
all
...]
vktPipelineCacheTests.cpp
[
all
...]
vktPipelineImageTests.cpp
146
sourceCollections.
glslSources
.add("tex_vert") << glu::VertexSource(vertexSrc.str());
147
sourceCollections.
glslSources
.add("tex_frag") << glu::FragmentSource(fragmentSrc.str());
vktPipelineTimestampTests.cpp
[
all
...]
vktPipelineImageViewTests.cpp
191
sourceCollections.
glslSources
.add("tex_vert") << glu::VertexSource(vertexSrc.str());
192
sourceCollections.
glslSources
.add("tex_frag") << glu::FragmentSource(fragmentSrc.str());
vktPipelineBlendTests.cpp
270
sourceCollections.
glslSources
.add("color_vert") << glu::VertexSource(
289
sourceCollections.
glslSources
.add("color_frag") << glu::FragmentSource(fragmentSource.str());
[
all
...]
vktPipelineDepthTests.cpp
201
programCollection.
glslSources
.add("color_vert") << glu::VertexSource(
212
programCollection.
glslSources
.add("color_frag") << glu::FragmentSource(
[
all
...]
vktPipelineEarlyFragmentTests.cpp
767
programCollection.
glslSources
.add("vert") << glu::VertexSource(src.str());
[
all
...]
vktPipelineSamplerTests.cpp
246
sourceCollections.
glslSources
.add("tex_vert") << glu::VertexSource(vertexSrc.str());
247
sourceCollections.
glslSources
.add("tex_frag") << glu::FragmentSource(fragmentSrc.str());
[
all
...]
vktPipelineStencilTests.cpp
284
sourceCollections.
glslSources
.add("color_vert") << glu::VertexSource(
295
sourceCollections.
glslSources
.add("color_frag") << glu::FragmentSource(
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.cpp
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/compute/
vktComputeBasicComputeShaderTests.cpp
172
sourceCollections.
glslSources
.add("comp") << glu::ComputeSource(src.str());
343
sourceCollections.
glslSources
.add("comp") << glu::ComputeSource(src.str());
516
sourceCollections.
glslSources
.add("comp") << glu::ComputeSource(src.str());
681
sourceCollections.
glslSources
.add("comp") << glu::ComputeSource(src.str());
[
all
...]
vktComputeIndirectComputeDispatchTests.cpp
427
programCollection.
glslSources
.add("indirect_dispatch_" + m_name + "_verify") << glu::ComputeSource(verifyProgramString);
570
programCollection.
glslSources
.add("indirect_dispatch_" + m_name + "_generate") << glu::ComputeSource(computeString);
vktComputeShaderBuiltinVarTests.cpp
192
programCollection.
glslSources
.add(name.str()) << glu::ComputeSource(genBuiltinVarSource(m_varName, m_varType, subCase.localSize()).c_str());
/external/deqp/external/vulkancts/modules/vulkan/api/
vktApiBufferViewAccessTests.cpp
[
all
...]
vktApiSmokeTests.cpp
103
dst.
glslSources
.add("test") << glu::VertexSource(
186
dst.
glslSources
.add("vert") << glu::VertexSource(
190
dst.
glslSources
.add("frag") << glu::FragmentSource(
[
all
...]
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesBufferMemoryAliasing.cpp
131
sourceCollections.
glslSources
.add("comp") << glu::ComputeSource(src.str());
vktSparseResourcesBufferSparseResidency.cpp
115
sourceCollections.
glslSources
.add("comp") << glu::ComputeSource(src.str());
/external/deqp/external/vulkancts/modules/vulkan/image/
vktImageAtomicOperationTests.cpp
311
sourceCollections.
glslSources
.add(m_name) << glu::ComputeSource(source.c_str());
386
sourceCollections.
glslSources
.add(m_name) << glu::ComputeSource(source.c_str());
[
all
...]
vktImageSizeTests.cpp
225
programCollection.
glslSources
.add("comp") << glu::ComputeSource(src.str());
Completed in 2877 milliseconds
1
2