Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fTessellationTests.cpp5515 , m_ioType (ioType) in UserDefinedIOCase()
5630 const IOType m_ioType; member in deqp::gles31::Functional::__anon4a9088cf0211::UserDefinedIOCase
5901 const bool isPerPatchIO = m_ioType == IO_TYPE_PER_PATCH || in init()
5902 m_ioType == IO_TYPE_PER_PATCH_ARRAY || in init()
5903 m_ioType == IO_TYPE_PER_PATCH_BLOCK || in init()
5904 m_ioType == IO_TYPE_PER_PATCH_BLOCK_ARRAY; in init()
5917 const bool useBlock = m_ioType == IO_TYPE_PER_VERTEX_BLOCK || in init()
5918 m_ioType == IO_TYPE_PER_PATCH_BLOCK || in init()
5919 m_ioType == IO_TYPE_PER_PATCH_BLOCK_ARRAY; in init()
5946 …const bool useLightweightBlock = (m_ioType == IO_TYPE_PER_PATCH_BLOCK_ARRAY); // use leaner blo… in init()
[all …]