/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeShaderFramebufferFetchTests.cpp | 140 << glu::VertexSource(tcu::StringTemplate(vertexShaderSource).specialize(args)) in last_frag_data_not_defined() 167 << glu::VertexSource(tcu::StringTemplate(vertexShaderSource).specialize(args)) in last_frag_data_readonly() 193 << glu::VertexSource(tcu::StringTemplate(vertexShaderSource).specialize(args)) in invalid_inout_version() 225 << glu::VertexSource(tcu::StringTemplate(vertexShaderSource).specialize(args)) in invalid_redeclaration_inout() 254 << glu::VertexSource(tcu::StringTemplate(vertShaderSource).specialize(args)) in invalid_vertex_inout()
|
H A D | es31fNegativeShaderStorageTests.cpp | 237 sources << glu::VertexSource(source) in block_number_limits() 242 sources << glu::VertexSource(vertSource) in block_number_limits() 247 sources << glu::VertexSource(vertSource) in block_number_limits() 254 sources << glu::VertexSource(vertSource) in block_number_limits() 261 sources << glu::VertexSource(vertSource) in block_number_limits()
|
H A D | es31fProgramStateQueryTests.cpp | 155 << glu::VertexSource(specializeShader(m_context, s_vtxFragTemplate)) in iterate() 172 << glu::VertexSource(specializeShader(m_context, s_vtxFragTemplate)) in iterate() 188 << glu::VertexSource(specializeShader(m_context, s_vtxFragTemplate)) in iterate() 277 << glu::VertexSource(specializeShader(m_context, s_vtxFragTemplate)) in iterate() 296 << glu::VertexSource(specializeShader(m_context, s_vtxFragTemplate)) in iterate() 315 << glu::VertexSource(specializeShader(m_context, s_vtxFragTemplate)) in iterate() 779 << glu::VertexSource(specializeShader(m_context, vertexTemplate1)) in getProgramSources() 788 << glu::VertexSource(specializeShader(m_context, vertexTemplate1)) in getProgramSources() 794 << glu::VertexSource(specializeShader(m_context, vertexTemplate2)) in getProgramSources()
|
H A D | es31fProgramPipelineStateQueryTests.cpp | 100 const glu::ShaderProgram vtxProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu::VertexSource(s_vertexSource)); in iterate() 174 sources << glu::ProgramSeparable(true) << glu::VertexSource(s_vertexSource); in iterate() 239 glu::ShaderProgram vtxProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu::VertexSource(s_vertexSource)); in iterate() 309 glu::ShaderProgram vtxProgram (m_context.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu::VertexSource(s_vertexSource)); in iterate()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrShaderProgram.hpp | 104 struct VertexSource struct 106 VertexSource (const std::string& str) : source(str) { } in VertexSource() function 155 ShaderProgramDeclaration& operator<< (const VertexSource&);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineMultisampleInterpolationTests.cpp | 227 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms() 293 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms() 412 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms() 478 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms() 558 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms() 666 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms() 759 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms() 846 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms() 992 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineMultisampleInterpolationTests.cpp | 225 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms() 291 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms() 410 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms() 476 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms() 556 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms() 664 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms() 757 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms() 844 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms() 990 programCollection.glslSources.add("vertex_shader") << glu::VertexSource(vs.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationShaderInputOutputTests.cpp | 232 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 376 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 517 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 643 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 823 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
H A D | glcSubgroupsBasicTests.cpp | 269 programCollection.add("vert") << glu::VertexSource(vertexGLSL); in initFrameBufferPrograms() 305 programCollection.add("vert") << glu::VertexSource(vertexGLSL); in initFrameBufferPrograms() 547 programCollection.add("vert") << glu::VertexSource(vertex.str()); in initFrameBufferPrograms() 778 programCollection.add("vert") << glu::VertexSource(vertex.str()); in initPrograms() 1027 programCollection.add("vert") << glu::VertexSource(vertex.str()); in initPrograms()
|
H A D | glcSubgroupsBallotOtherTests.cpp | 264 programCollection.add("vert") << glu::VertexSource(vertex.str()); in initFrameBufferPrograms() 451 programCollection.add("vert") << glu::VertexSource(vertex); in initPrograms()
|
H A D | glcSubgroupsBallotTests.cpp | 92 programCollection.add("vert") << glu::VertexSource(vertexGLSL); in initFrameBufferPrograms() 350 programCollection.add("vert") << glu::VertexSource(vertex); in initPrograms()
|
H A D | glcSubgroupsBuiltinMaskVarTests.cpp | 161 programCollection.add("vert") << glu::VertexSource(vertexGLSL); in initFrameBufferPrograms() 280 programCollection.add("vert") << glu::VertexSource(vertex); in initPrograms()
|
H A D | glcSubgroupsShapeTests.cpp | 161 programCollection.add("vert") << glu::VertexSource(vertexSrc.str()); in initFrameBufferPrograms() 337 programCollection.add("vert") << glu::VertexSource(vertex); in initPrograms()
|
H A D | glcSubgroupsVoteTests.cpp | 132 programCollection.add("vert") << glu::VertexSource(vertex); in initFrameBufferPrograms() 187 programCollection.add("vert") << glu::VertexSource(vertexSrc.str()); in initFrameBufferPrograms() 459 programCollection.add("vert") << glu::VertexSource(vertex); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationShaderInputOutputTests.cpp | 232 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 377 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 518 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 644 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 824 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGlSpirvTests.cpp | 331 sources << VertexSource(m_vertex); in iterate() 341 binaries << spirvUtils::makeSpirV(m_context.getTestContext().getLog(), VertexSource(m_vertex)); in iterate() 704 vertexBinary = spirvUtils::makeSpirV(m_context.getTestContext().getLog(), VertexSource(m_vertex)); in iterate() 893 vertexBinary = spirvUtils::makeSpirV(m_context.getTestContext().getLog(), VertexSource(m_vertex)); in iterate() 1115 ShaderBinary vertexBinary = spirvUtils::makeSpirV(m_context.getTestContext().getLog(), VertexSource(m_vertex)); in iterate() 2020 vertexBinary = spirvUtils::makeSpirV(m_context.getTestContext().getLog(), VertexSource(m_vertex)); in iterate() 2232 validationClipNegative.shaders.push_back(VertexSource(clipNegativeVertex)); in init() 2248 validationFrag.shaders.push_back(VertexSource(perVertexFragVertex)); in init() 2264 validationPoint.shaders.push_back(VertexSource(perVertexPointVertex)); in init() 2280 validationTessGeom.shaders.push_back(VertexSource(tessGeomVerte in init() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawDifferingInterpolationTests.cpp | 157 programCollection.glslSources.add("vert") << glu::VertexSource(vertShader.specialize(empty)); in initPrograms() 158 programCollection.glslSources.add("vertFlatColor") << glu::VertexSource(vertShader.specialize(flat)); in initPrograms() 159 programCollection.glslSources.add("vertNoPerspective") << glu::VertexSource(vertShader.specialize(noPerspective)); in initPrograms()
|
H A D | vktDrawMultipleInterpolationTests.cpp | 287 programCollection.glslSources.add("vert_multi") << glu::VertexSource(vertShaderMulti.specialize(replacements)); in initPrograms() 289 programCollection.glslSources.add("vert_smooth") << glu::VertexSource(vertShaderSingle.specialize(smooth)); in initPrograms() 291 programCollection.glslSources.add("vert_flat") << glu::VertexSource(vertShaderSingle.specialize(flat)); in initPrograms() 293 programCollection.glslSources.add("vert_noperspective") << glu::VertexSource(vertShaderSingle.specialize(noperspective)); in initPrograms() 295 programCollection.glslSources.add("vert_centroid") << glu::VertexSource(vertShaderSingle.specialize(centroid)); in initPrograms() 300 programCollection.glslSources.add("vert_sample") << glu::VertexSource(vertShaderSingle.specialize(sample)); in initPrograms()
|
H A D | vktDrawShaderViewportIndexTests.cpp | 467 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initVertexTestPrograms() 468 programCollection.glslSources.add("vert_1_2") << glu::VertexSource(src.str()) << vk::ShaderBuildOptions(programCollection.usedVulkanVersion, vk::SPIRV_VERSION_1_5, 0u, true); in initVertexTestPrograms() 507 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initFragmentTestPrograms() 508 programCollection.glslSources.add("vert_1_2") << glu::VertexSource(src.str()) << vk::ShaderBuildOptions(programCollection.usedVulkanVersion, vk::SPIRV_VERSION_1_5, 0u, true); in initFragmentTestPrograms() 549 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initTessellationTestPrograms() 550 programCollection.glslSources.add("vert_1_2") << glu::VertexSource(src.str()) << vk::ShaderBuildOptions(programCollection.usedVulkanVersion, vk::SPIRV_VERSION_1_5, 0u, true); in initTessellationTestPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawDifferingInterpolationTests.cpp | 157 programCollection.glslSources.add("vert") << glu::VertexSource(vertShader.specialize(empty)); in initPrograms() 158 programCollection.glslSources.add("vertFlatColor") << glu::VertexSource(vertShader.specialize(flat)); in initPrograms() 159 programCollection.glslSources.add("vertNoPerspective") << glu::VertexSource(vertShader.specialize(noPerspective)); in initPrograms()
|
H A D | vktDrawMultipleInterpolationTests.cpp | 289 programCollection.glslSources.add("vert_multi") << glu::VertexSource(vertShaderMulti.specialize(replacements)); in initPrograms() 291 programCollection.glslSources.add("vert_smooth") << glu::VertexSource(vertShaderSingle.specialize(smooth)); in initPrograms() 293 programCollection.glslSources.add("vert_flat") << glu::VertexSource(vertShaderSingle.specialize(flat)); in initPrograms() 295 programCollection.glslSources.add("vert_noperspective") << glu::VertexSource(vertShaderSingle.specialize(noperspective)); in initPrograms() 297 programCollection.glslSources.add("vert_centroid") << glu::VertexSource(vertShaderSingle.specialize(centroid)); in initPrograms() 302 programCollection.glslSources.add("vert_sample") << glu::VertexSource(vertShaderSingle.specialize(sample)); in initPrograms()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fShaderFragDataTests.cpp | 139 sources << glu::VertexSource( in genSources() 262 << glu::VertexSource( in iterate()
|
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsShaderConstExprTests.cpp | 165 spec.programs[0].sources << glu::VertexSource(mapped); in createTests() 219 spec.programs[0].sources << glu::VertexSource(mapped); in createTests()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderBuiltinVarTests.cpp | 242 programCollection.glslSources.add("vert") << glu::VertexSource(vertexSource.str()); in initPrograms() 1503 programCollection.glslSources.add("FragCoordMsaaVert") << glu::VertexSource(vertexSource.str()); in initPrograms() 1666 programCollection.glslSources.add("FragDepthVert") << glu::VertexSource(vertexSource.str()); in initPrograms() 1682 programCollection.glslSources.add("FragDepthVertPass2") << glu::VertexSource(vertexSource.str()); in initPrograms() 1846 dst.glslSources.add("vert") << glu::VertexSource( in initPrograms() 1971 dst.glslSources.add("vert") << glu::VertexSource( in initPrograms() 2147 dst.glslSources.add("vert") << glu::VertexSource( in initPrograms() 2166 dst.glslSources.add("vert") << glu::VertexSource( in initPrograms() 2185 dst.glslSources.add("vert") << glu::VertexSource( in initPrograms() 2448 dst.glslSources.add("vert") << glu::VertexSource(vertexCodeTemplat in initPrograms() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/ |
H A D | vktShaderRenderBuiltinVarTests.cpp | 242 programCollection.glslSources.add("vert") << glu::VertexSource(vertexSource.str()); in initPrograms() 1503 programCollection.glslSources.add("FragCoordMsaaVert") << glu::VertexSource(vertexSource.str()); in initPrograms() 1666 programCollection.glslSources.add("FragDepthVert") << glu::VertexSource(vertexSource.str()); in initPrograms() 1682 programCollection.glslSources.add("FragDepthVertPass2") << glu::VertexSource(vertexSource.str()); in initPrograms() 1846 dst.glslSources.add("vert") << glu::VertexSource( in initPrograms() 1971 dst.glslSources.add("vert") << glu::VertexSource( in initPrograms() 2147 dst.glslSources.add("vert") << glu::VertexSource( in initPrograms() 2166 dst.glslSources.add("vert") << glu::VertexSource( in initPrograms() 2185 dst.glslSources.add("vert") << glu::VertexSource( in initPrograms() 2448 dst.glslSources.add("vert") << glu::VertexSource(vertexCodeTemplat in initPrograms() [all...] |