Searched refs:GeometryShaderOutputType (Results 1 – 6 of 6) sorted by relevance
/third_party/vk-gl-cts/framework/referencerenderer/ |
D | rrShaders.hpp | 156 enum GeometryShaderOutputType enum 177 GeometryShaderOutputType outputType, 186 inline GeometryShaderOutputType getOutputType (void) const { return m_outputType; } in getOutputType() 192 const GeometryShaderOutputType m_outputType;
|
D | rrShaders.cpp | 30 …s, size_t numVaryingOutputs, GeometryShaderInputType inputType, GeometryShaderOutputType outputTyp… in GeometryShader()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceUtils.hpp | 43 rr::GeometryShaderOutputType mapGLGeometryShaderOutputType (deUint32 primitive);
|
D | sglrShaderProgram.hpp | 128 rr::GeometryShaderOutputType outputType_, in GeometryShaderDeclaration() 139 rr::GeometryShaderOutputType outputType;
|
D | sglrReferenceUtils.cpp | 181 rr::GeometryShaderOutputType mapGLGeometryShaderOutputType (deUint32 primitive) in mapGLGeometryShaderOutputType()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 153 std::string outputTypeToGLString (rr::GeometryShaderOutputType outputType) in outputTypeToGLString() 209 …xtType& contextType, rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputTyp… 217 …xtType& contextType, rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputTyp… 220 …xtType& contextType, rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputTyp… in VertexExpanderShader() 291 …xtType& contextType, rr::GeometryShaderInputType inputType, rr::GeometryShaderOutputType outputTyp… in genGeometrySource() 308 …t emitCountA, int endCountA, int emitCountB, int endCountB, rr::GeometryShaderOutputType outputTyp… 315 …t emitCountA, int endCountA, int emitCountB, int endCountB, rr::GeometryShaderOutputType outputTyp… 323 …t emitCountA, int endCountA, int emitCountB, int endCountB, rr::GeometryShaderOutputType outputTyp… in VertexEmitterShader() 392 …t emitCountA, int endCountA, int emitCountB, int endCountB, rr::GeometryShaderOutputType outputTyp… in genGeometrySource()
|