Searched refs:m_ioType (Results 1 – 1 of 1) sorted by relevance
5523 , m_ioType (ioType) in UserDefinedIOCase()5639 const IOType m_ioType; member in deqp::gles31::Functional::__anon4a9088cf0211::UserDefinedIOCase5911 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 …]