Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp5573 , m_ioType (ioType) in UserDefinedIOCase()
5689 const IOType m_ioType; member in deqp::gles31::Functional::__anon4a9088cf0211::UserDefinedIOCase
5961 const bool isPerPatchIO = m_ioType == IO_TYPE_PER_PATCH || in init()
5962 m_ioType == IO_TYPE_PER_PATCH_ARRAY || in init()
5963 m_ioType == IO_TYPE_PER_PATCH_BLOCK || in init()
5964 m_ioType == IO_TYPE_PER_PATCH_BLOCK_ARRAY; in init()
5977 const bool useBlock = m_ioType == IO_TYPE_PER_VERTEX_BLOCK || in init()
5978 m_ioType == IO_TYPE_PER_PATCH_BLOCK || in init()
5979 m_ioType == IO_TYPE_PER_PATCH_BLOCK_ARRAY; in init()
6006 …const bool useLightweightBlock = (m_ioType == IO_TYPE_PER_PATCH_BLOCK_ARRAY); // use leaner blo… in init()
[all …]