Home
last modified time | relevance | path

Searched refs:VertexSource (Results 1 - 25 of 546) sorted by relevance

12345678910>>...22

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeShaderFramebufferFetchTests.cpp140 << 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 Des31fNegativeShaderStorageTests.cpp237 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 Des31fProgramStateQueryTests.cpp155 << 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 Des31fProgramPipelineStateQueryTests.cpp100 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 DsglrShaderProgram.hpp104 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 DvktPipelineMultisampleInterpolationTests.cpp227 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 DvktPipelineMultisampleInterpolationTests.cpp225 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 DvktTessellationShaderInputOutputTests.cpp232 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 DglcSubgroupsBasicTests.cpp269 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 DglcSubgroupsBallotOtherTests.cpp264 programCollection.add("vert") << glu::VertexSource(vertex.str()); in initFrameBufferPrograms()
451 programCollection.add("vert") << glu::VertexSource(vertex); in initPrograms()
H A DglcSubgroupsBallotTests.cpp92 programCollection.add("vert") << glu::VertexSource(vertexGLSL); in initFrameBufferPrograms()
350 programCollection.add("vert") << glu::VertexSource(vertex); in initPrograms()
H A DglcSubgroupsBuiltinMaskVarTests.cpp161 programCollection.add("vert") << glu::VertexSource(vertexGLSL); in initFrameBufferPrograms()
280 programCollection.add("vert") << glu::VertexSource(vertex); in initPrograms()
H A DglcSubgroupsShapeTests.cpp161 programCollection.add("vert") << glu::VertexSource(vertexSrc.str()); in initFrameBufferPrograms()
337 programCollection.add("vert") << glu::VertexSource(vertex); in initPrograms()
H A DglcSubgroupsVoteTests.cpp132 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 DvktTessellationShaderInputOutputTests.cpp232 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 Dgl4cGlSpirvTests.cpp331 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 DvktDrawDifferingInterpolationTests.cpp157 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 DvktDrawMultipleInterpolationTests.cpp287 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 DvktDrawShaderViewportIndexTests.cpp467 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 DvktDrawDifferingInterpolationTests.cpp157 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 DvktDrawMultipleInterpolationTests.cpp289 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 Des3fShaderFragDataTests.cpp139 sources << glu::VertexSource( in genSources()
262 << glu::VertexSource( in iterate()
/third_party/vk-gl-cts/modules/glshared/
H A DglsShaderConstExprTests.cpp165 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 DvktShaderRenderBuiltinVarTests.cpp242 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 DvktShaderRenderBuiltinVarTests.cpp242 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...]

Completed in 43 milliseconds

12345678910>>...22