Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp5523 , m_ioType (ioType) in UserDefinedIOCase()
5639 const IOType m_ioType; member in deqp::gles31::Functional::__anon7e98ac8e0211::UserDefinedIOCase
5911 const bool isPerPatchIO = m_ioType == IO_TYPE_PER_PATCH || in init()
5912 m_ioType == IO_TYPE_PER_PATCH_ARRAY || in init()
5913 m_ioType == IO_TYPE_PER_PATCH_BLOCK || in init()
5914 m_ioType == IO_TYPE_PER_PATCH_BLOCK_ARRAY; in init()
5927 const bool useBlock = m_ioType == IO_TYPE_PER_VERTEX_BLOCK || in init()
5928 m_ioType == IO_TYPE_PER_PATCH_BLOCK || in init()
5929 m_ioType == IO_TYPE_PER_PATCH_BLOCK_ARRAY; in init()
5956 …const bool useLightweightBlock = (m_ioType == IO_TYPE_PER_PATCH_BLOCK_ARRAY); // use leaner blo… in init()
[all …]