Searched defs:m_computeIndices (Results 1 - 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp1018 const bool m_computeIndices; member in class:deqp::gles31::Functional::__anon5342::ComputeShaderGeneratedCase
1036 , m_computeIndices (computeIndices)
1086 if (m_computeIndices && (deUint64)calcIndexBufferSize()*indexBufferElementSize > (deUint64)maxSSBOSize)
1144 if (!m_computeIndices && m_drawMethod == DRAWMETHOD_DRAWELEMENTS)
1156 << ((m_computeIndices) ? ("\tindex buffer\n") : (""))
1165 ((m_computeIndices) ? (GL_ELEMENT_ARRAY_BARRIER_BIT) : (0));
1602 m_computeProgram = new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::ComputeSource(genComputeSource(m_computeCmd, m_computeData, m_computeIndices)));
1632 const tcu::IVec3 indexBufferDispatchSize = (m_computeIndices && indexed) ? (tcu::IVec3(m_gridSize, m_gridSize, 1)) : (nullSize);
1666 if (m_computeIndices)
1747 if (m_computeIndices)
[all...]

Completed in 416 milliseconds