Home
last modified time | relevance | path

Searched refs:GeometrySource (Results 1 – 25 of 34) sorted by relevance

12

/external/deqp/framework/opengl/simplereference/
DsglrShaderProgram.hpp118 struct GeometrySource struct
120 GeometrySource (const std::string& str) : source(str) { } in GeometrySource() function
157 ShaderProgramDeclaration& operator<< (const GeometrySource&);
DsglrShaderProgram.cpp91 ShaderProgramDeclaration& pdec::ShaderProgramDeclaration::operator<< (const GeometrySource& c) in operator <<()
DsglrGLContext.cpp862 << glu::GeometrySource(shader->m_geomSrc)); in createProgram()
/external/deqp/external/vulkancts/modules/vulkan/geometry/
DvktGeometryEmitGeometryShaderTests.cpp135 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(shaderGeometry(false)); in initPrograms()
137 …sourceCollections.glslSources.add("geometry_pointsize") << glu::GeometrySource(shaderGeometry(true… in initPrograms()
DvktGeometryInputGeometryShaderTests.cpp159 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(shaderGeometry(false)); in initPrograms()
161 …sourceCollections.glslSources.add("geometry_pointsize") << glu::GeometrySource(shaderGeometry(true… in initPrograms()
DvktGeometryVaryingGeometryShaderTests.cpp229 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(src.str()); in initPrograms()
DvktGeometryBasicGeometryShaderTests.cpp722 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(src.str()); in initPrograms()
910 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(src.str()); in initPrograms()
1070 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(src.str()); in initPrograms()
DvktGeometryInstancedRenderingTests.cpp604 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str()); in initPrograms()
DvktGeometryLayeredRenderingTests.cpp861 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str()); in initPrograms()
/external/deqp/framework/opengl/
DgluShaderProgram.hpp279 struct GeometrySource : public ShaderSource struct
281 GeometrySource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_GEOMETRY, source_) {} in GeometrySource() function
/external/deqp/modules/gles31/functional/
Des31fProgramStateQueryTests.cpp135 << glu::GeometrySource(tcu::StringTemplate(s_geometryTemplate1).specialize(args))); in iterate()
152 << glu::GeometrySource(tcu::StringTemplate(s_geometryTemplate2).specialize(args))); in iterate()
168 << glu::GeometrySource(tcu::StringTemplate(s_geometryTemplate3).specialize(args))); in iterate()
778 << glu::GeometrySource(tcu::StringTemplate(geometryTemplate1).specialize(args)) in getProgramSources()
Des31fNegativeShaderStorageTests.cpp263 << glu::GeometrySource(source); in block_number_limits()
Des31fTessellationGeometryInteractionTests.cpp267 sources << glu::GeometrySource(getGeometrySource()); in iterate()
564 << glu::GeometrySource(getGeometrySource(renderTargets[renderNdx].containsTessellationShaders)); in iterate()
927 << glu::GeometrySource(getGeometrySource()) in init()
940 << glu::GeometrySource(getGeometrySource())); in init()
1750 sources << glu::GeometrySource(genGeometrySource()); in init()
2364 …sources << glu::GeometrySource(getGeometryShaderSource(numPrimitivesPerInvocation, geometryShaderI… in init()
2872 << glu::GeometrySource(getGeometrySource()) in init()
Des31fNegativeShaderDirectiveTests.cpp351 …x, glu::ProgramSources() << glu::VertexSource(simpleVtxFrag) << glu::GeometrySource(geometry) << g… in geometry_shader()
Des31fGeometryShaderTests.cpp221 << sglr::pdec::GeometrySource(genGeometrySource(contextType, inputType, outputType).c_str())) in VertexExpanderShader()
324 …<< sglr::pdec::GeometrySource(genGeometrySource(contextType, emitCountA, endCountA, emitCountB, en… in VertexEmitterShader()
777 << sglr::pdec::GeometrySource(specializeShader(geometrySource.str(), contextType).c_str()); in genProgramDeclaration()
809 << sglr::pdec::GeometrySource(genGeometrySource(contextType, spec).c_str())) in OutputCountShader()
946 << sglr::pdec::GeometrySource(genGeometrySource(contextType, test).c_str())) in BuiltinVariableShader()
1242 …<< sglr::pdec::GeometrySource(genGeometrySource(contextType, source, maxEmitCount, instanced).c_st… in VaryingOutputCountShader()
1515 … << sglr::pdec::GeometrySource(genGeometrySource(contextType, numInvocations, testCase).c_str())) in InvocationCountShader()
1696 << sglr::pdec::GeometrySource(genGeometrySource(contextType, numInvocations).c_str())) in InstancedExpansionShader()
3023 << glu::GeometrySource(genGeometrySource(m_context.getRenderContext().getType()))); in initRenderShader()
3986 … << glu::GeometrySource(specializeShader(geometrySource, m_context.getRenderContext().getType()))); in iterate()
[all …]
Des31fNegativeVertexArrayApiTests.cpp730 …ce(tcu::StringTemplate(vertexShaderSource).specialize(args)) << glu::GeometrySource(geometryShader… in draw_elements_base_vertex_primitive_mode_mismatch()
1114 …ce(tcu::StringTemplate(vertexShaderSource).specialize(args)) << glu::GeometrySource(geometryShader… in draw_elements_instanced_base_vertex_primitive_mode_mismatch()
1399 …ce(tcu::StringTemplate(vertexShaderSource).specialize(args)) << glu::GeometrySource(geometryShader… in draw_range_elements_base_vertex_primitive_mode_mismatch()
Des31fNegativeComputeTests.cpp827 …const glu::GeometrySource geometrySource (tcu::StringTemplate(genBuiltInSource(glu::SHADERTYPE_… in invalid_write_built_in_constants()
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
DvktTessellationGeometryPassthroughTests.cpp208 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str()); in initPrograms()
341 programCollection.glslSources.add("geom_from_tese") << glu::GeometrySource( in initPrograms()
343 programCollection.glslSources.add("geom_from_vert") << glu::GeometrySource( in initPrograms()
DvktTessellationGeometryPointSizeTests.cpp278 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str()); in initPrograms()
DvktTessellationGeometryGridRenderTests.cpp450 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str()); in initPrograms()
/external/deqp/modules/gles31/stress/
Des31sTessellationGeometryInteractionTests.cpp271 …sources << glu::GeometrySource(getGeometryShaderSource(numPrimitivesPerInvocation, geometryShaderI… in init()
/external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
DvktFragmentOperationsScissorMultiViewportTests.cpp527 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str()); in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesShaderIntrinsicsSampled.cpp330 programCollection.glslSources.add("geometry_shader") << glu::GeometrySource(gs.str()); in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp453 sourceCollections.glslSources.add("color_geom") << glu::GeometrySource(geometrySrc.str()); in initPrograms()
DvktPipelineCacheTests.cpp690 programCollection.glslSources.add("dummy_geo") << glu::GeometrySource( in initPrograms()

12