Lines Matching refs:m_useGlobalState
590 const bool m_useGlobalState; member in deqp::gles31::Functional::__anon2babdd300111::BBoxRenderCase
609 , m_useGlobalState ((flags & FLAG_SET_BBOX_STATE) != 0) in BBoxRenderCase()
622 ((m_useGlobalState) ? (FLAG_SET_BBOX_STATE) : (0)) | in BBoxRenderCase()
623 ((!m_useGlobalState) ? (FLAG_SET_BBOX_OUTPUT) : (0)) | in BBoxRenderCase()
626 …DE_ASSERT(m_useGlobalState || m_hasTessellationStage); // using non-global state requires tessella… in BBoxRenderCase()
630 DE_ASSERT(!m_useGlobalState); // per-primitive test requires per-primitive (non-global) state in BBoxRenderCase()
673 << ((m_useGlobalState) ? ("PRIMITIVE_BOUNDING_BOX_EXT state") : ("gl_BoundingBoxEXT output")) in init()
868 if (m_useGlobalState) in setupRender()
1011 DE_ASSERT(m_useGlobalState); in genVertexSource()
1030 DE_ASSERT(m_useGlobalState); in genVertexSource()
1136 if (!m_useGlobalState) in genTessellationControlSource()
1522 DE_ASSERT(m_useGlobalState); in genVertexSource()
1539 DE_ASSERT(m_useGlobalState); in genVertexSource()
1641 if (!m_useGlobalState) in genTessellationControlSource()
2485 DE_ASSERT(m_useGlobalState); in genVertexSource()
2508 DE_ASSERT(m_useGlobalState); in genVertexSource()
2620 if (!m_useGlobalState) in genTessellationControlSource()
4176 const bool m_useGlobalState; member in deqp::gles31::Functional::__anon2babdd300111::ClearCase
4190 , m_useGlobalState ((flags & PER_PRIMITIVE_BBOX_BIT) == 0) in ClearCase()
4192 DE_ASSERT(m_useGlobalState || m_drawTriangles); // per-triangle bbox requires triangles in ClearCase()
4221 << ((m_useGlobalState) ? ("PRIMITIVE_BOUNDING_BOX_EXT state") : ("gl_BoundingBoxEXT output")) in init()
4342 if (!m_useGlobalState) in createProgram()
4384 …const deUint32 programHandle = (m_useGlobalState || !useBBox) ? (m_basicProgram->getProgram()) : … in renderTo()
4449 DE_ASSERT(m_useGlobalState || m_drawTriangles); // !m_useGlobalState -> m_drawTriangles in renderTo()
4450 if (m_useGlobalState) in renderTo()