Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp1018 const bool m_computeIndices; member in deqp::gles31::Functional::__anonfdb18f050111::ComputeShaderGeneratedCase
1036 , m_computeIndices (computeIndices) in ComputeShaderGeneratedCase()
1086 …if (m_computeIndices && (deUint64)calcIndexBufferSize()*indexBufferElementSize > (deUint64)maxSSBO… in init()
1144 if (!m_computeIndices && m_drawMethod == DRAWMETHOD_DRAWELEMENTS) in iterate()
1156 << ((m_computeIndices) ? ("\tindex buffer\n") : ("")) in iterate()
1165 ((m_computeIndices) ? (GL_ELEMENT_ARRAY_BARRIER_BIT) : (0)); in iterate()
1601 …mSources() << glu::ComputeSource(genComputeSource(m_computeCmd, m_computeData, m_computeIndices))); in init()
1631 …const tcu::IVec3 indexBufferDispatchSize = (m_computeIndices && indexed) ? (tcu::IVec3(m_gridS… in runComputeShader()
1665 if (m_computeIndices) in runComputeShader()
1746 if (m_computeIndices) in init()
[all …]