Home
last modified time | relevance | path

Searched refs:m_vertexIOArraySize (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp5524 , m_vertexIOArraySize (vertexIOArraySize) in UserDefinedIOCase()
5640 const VertexIOArraySize m_vertexIOArraySize; member in deqp::gles31::Functional::__anon7e98ac8e0211::UserDefinedIOCase
5916 …const bool isExplicitVertexArraySize = m_vertexIOArraySize == VERTEX_IO_ARRAY_SIZE_EXPLICIT_SHAD… in init()
5917 m_vertexIOArraySize == VERTEX_IO_ARRAY_SIZE_EXPLICIT_QUERY; in init()
5919 …const string vertexAttrArrayInputSize = m_vertexIOArraySize == VERTEX_IO_ARRAY_SIZE_IMPLICIT … in init()
5920 … : m_vertexIOArraySize == VERTEX_IO_ARRAY_SIZE_EXPLICIT_SHADER_BUILTIN ? "gl_MaxPatchVertices" in init()
5921 …: m_vertexIOArraySize == VERTEX_IO_ARRAY_SIZE_EXPLICIT_QUERY ? de::toString(m_context.getContext… in init()