Searched refs:GeometryShaderDeclaration (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrShaderProgram.hpp | 125 struct GeometryShaderDeclaration struct 127 GeometryShaderDeclaration (rr::GeometryShaderInputType inputType_, in GeometryShaderDeclaration() function 158 ShaderProgramDeclaration& operator<< (const GeometryShaderDeclaration&); 180 GeometryShaderDeclaration m_geometryDecl;
|
D | sglrShaderProgram.cpp | 99 …ProgramDeclaration& pdec::ShaderProgramDeclaration::operator<< (const GeometryShaderDeclaration& c) in operator <<()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 229 … << sglr::pdec::GeometryShaderDeclaration(inputType, outputType, calcOutputVertices(inputType)) in VertexExpanderShader() 332 …<< sglr::pdec::GeometryShaderDeclaration(rr::GEOMETRYSHADERINPUTTYPE_POINTS, outputType, emitCount… in VertexEmitterShader() 637 …<< sglr::pdec::GeometryShaderDeclaration(rr::GEOMETRYSHADERINPUTTYPE_TRIANGLES, rr::GEOMETRYSHADER… in genProgramDeclaration() 817 …<< sglr::pdec::GeometryShaderDeclaration(rr::GEOMETRYSHADERINPUTTYPE_POINTS, rr::GEOMETRYSHADEROUT… in OutputCountShader() 952 << sglr::pdec::GeometryShaderDeclaration(rr::GEOMETRYSHADERINPUTTYPE_POINTS, in BuiltinVariableShader() 1250 << sglr::pdec::GeometryShaderDeclaration(rr::GEOMETRYSHADERINPUTTYPE_POINTS, in VaryingOutputCountShader() 1523 << sglr::pdec::GeometryShaderDeclaration(rr::GEOMETRYSHADERINPUTTYPE_POINTS, in InvocationCountShader() 1704 << sglr::pdec::GeometryShaderDeclaration(rr::GEOMETRYSHADERINPUTTYPE_POINTS, in InstancedExpansionShader()
|