HomeSort by relevance Sort by last modified time
    Searched defs:m_outputType (Results 1 - 7 of 7) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryInputGeometryShaderTests.cpp 131 const VkPrimitiveTopology m_outputType;
137 , m_outputType (inputPrimitives.outputType)
160 if (m_outputType == VK_PRIMITIVE_TOPOLOGY_POINT_LIST)
190 << "layout(" << outputTypeToGLString(m_outputType) << ", max_vertices = " << calcOutputVertices(m_primitiveType) << ") out;\n"
  /external/deqp/modules/gles31/functional/
es31fFboTestUtil.hpp 82 const glu::DataType m_outputType;
106 const glu::DataType m_outputType;
es31fGeometryShaderTests.cpp     [all...]
  /external/deqp/framework/referencerenderer/
rrShaders.hpp 186 inline GeometryShaderOutputType getOutputType (void) const { return m_outputType; }
192 const GeometryShaderOutputType m_outputType;
  /external/deqp/modules/gles3/functional/
es3fFboTestUtil.hpp 67 const glu::DataType m_outputType;
82 const glu::DataType m_outputType;
112 const glu::DataType m_outputType;
134 const glu::DataType m_outputType;
156 const glu::DataType m_outputType;
178 const glu::DataType m_outputType;
193 const glu::DataType m_outputType;
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 184 virtual Array::OutputType getOutputType (void) const { return m_outputType; }
210 Array::OutputType m_outputType;
glsDrawTest.cpp 904 DrawTestSpec::OutputType getOutputType (void) const { return m_outputType; }
922 DrawTestSpec::OutputType m_outputType;
942 , m_outputType (DrawTestSpec::OUTPUTTYPE_VEC4)
    [all...]

Completed in 851 milliseconds