HomeSort by relevance Sort by last modified time
    Searched refs:GeometrySource (Results 1 - 25 of 34) sorted by null

1 2

  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryEmitGeometryShaderTests.cpp 135 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(shaderGeometry(false));
137 sourceCollections.glslSources.add("geometry_pointsize") << glu::GeometrySource(shaderGeometry(true));
vktGeometryInputGeometryShaderTests.cpp 159 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(shaderGeometry(false));
161 sourceCollections.glslSources.add("geometry_pointsize") << glu::GeometrySource(shaderGeometry(true));
vktGeometryVaryingGeometryShaderTests.cpp 229 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(src.str());
vktGeometryBasicGeometryShaderTests.cpp 722 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(src.str());
    [all...]
vktGeometryInstancedRenderingTests.cpp 604 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str());
vktGeometryLayeredRenderingTests.cpp     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrShaderProgram.hpp 118 struct GeometrySource
120 GeometrySource (const std::string& str) : source(str) { }
157 ShaderProgramDeclaration& operator<< (const GeometrySource&);
sglrShaderProgram.cpp 91 ShaderProgramDeclaration& pdec::ShaderProgramDeclaration::operator<< (const GeometrySource& c)
sglrGLContext.cpp 862 << glu::GeometrySource(shader->m_geomSrc));
  /external/deqp/framework/opengl/
gluShaderProgram.hpp 279 struct GeometrySource : public ShaderSource
281 GeometrySource (const std::string& source_) : ShaderSource(glu::SHADERTYPE_GEOMETRY, source_) {}
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationGeometryPassthroughTests.cpp 208 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str());
341 programCollection.glslSources.add("geom_from_tese") << glu::GeometrySource(
343 programCollection.glslSources.add("geom_from_vert") << glu::GeometrySource(
vktTessellationGeometryPointSizeTests.cpp 278 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str());
vktTessellationGeometryGridRenderTests.cpp 450 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str());
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderStorageTests.cpp 263 << glu::GeometrySource(source);
es31fProgramStateQueryTests.cpp 135 << glu::GeometrySource(tcu::StringTemplate(s_geometryTemplate1).specialize(args)));
152 << glu::GeometrySource(tcu::StringTemplate(s_geometryTemplate2).specialize(args)));
168 << glu::GeometrySource(tcu::StringTemplate(s_geometryTemplate3).specialize(args)));
778 << glu::GeometrySource(tcu::StringTemplate(geometryTemplate1).specialize(args))
    [all...]
es31fTessellationGeometryInteractionTests.cpp 267 sources << glu::GeometrySource(getGeometrySource());
564 << glu::GeometrySource(getGeometrySource(renderTargets[renderNdx].containsTessellationShaders));
    [all...]
es31fNegativeShaderDirectiveTests.cpp 351 verifyProgram(ctx, glu::ProgramSources() << glu::VertexSource(simpleVtxFrag) << glu::GeometrySource(geometry) << glu::FragmentSource(simpleVtxFrag), EXPECT_RESULT_FAIL);
es31fGeometryShaderTests.cpp 221 << sglr::pdec::GeometrySource(genGeometrySource(contextType, inputType, outputType).c_str()))
324 << sglr::pdec::GeometrySource(genGeometrySource(contextType, emitCountA, endCountA, emitCountB, endCountB, outputType).c_str()))
615 std::ostringstream geometrySource;
701 // geometrySource
703 geometrySource << "${GLSL_VERSION_DECL}\n"
709 geometrySource << "in highp vec4 v_geom_" << i << "[];\n";
711 geometrySource << "out highp vec4 v_frag_" << i << ";\n";
713 geometrySource << "void main (void)\n"
723 geometrySource << "\tinputColor = vec4(1.0, 0.0, 0.0, 1.0);\n"
732 geometrySource << "\tinputColor = vec4(1.0, 0.0, 0.0, 1.0);\n"
    [all...]
es31fNegativeVertexArrayApiTests.cpp 730 glu::ShaderProgram program(ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << glu::VertexSource(tcu::StringTemplate(vertexShaderSource).specialize(args)) << glu::GeometrySource(geometryShaderSource));
    [all...]
es31fNegativeComputeTests.cpp 827 const glu::GeometrySource geometrySource (tcu::StringTemplate(genBuiltInSource(glu::SHADERTYPE_GEOMETRY)).specialize(args));
834 glu::ShaderProgram geometryProgram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << geometrySource);
    [all...]
  /external/deqp/modules/gles31/stress/
es31sTessellationGeometryInteractionTests.cpp 271 sources << glu::GeometrySource(getGeometryShaderSource(numPrimitivesPerInvocation, geometryShaderInvocations));
  /external/deqp/external/vulkancts/modules/vulkan/fragment_ops/
vktFragmentOperationsScissorMultiViewportTests.cpp 527 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str());
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesShaderIntrinsicsSampled.cpp 330 programCollection.glslSources.add("geometry_shader") << glu::GeometrySource(gs.str());
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelinePushConstantTests.cpp 453 sourceCollections.glslSources.add("color_geom") << glu::GeometrySource(geometrySrc.str());
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/clipping/
vktClippingTests.cpp     [all...]

Completed in 2144 milliseconds

1 2