Lines Matching defs:size
302 for (int outNdx = 0; outNdx < (int)shaderSpec.outputs.size(); ++outNdx)
575 glu::RenderbufferVector renderbuffers (m_renderCtx, m_outputLayout.locationSymbols.size());
581 throw tcu::NotSupportedError("Value count is too high for maximum supported renderbuffer size");
597 for (int inputNdx = 0; inputNdx < (int)m_inputs.size(); inputNdx++)
627 for (int outNdx = 0; outNdx < (int)m_outputLayout.locationSymbols.size(); ++outNdx)
642 vector<deUint32> drawBuffers(m_outputLayout.locationSymbols.size());
643 for (int ndx = 0; ndx < (int)m_outputLayout.locationSymbols.size(); ndx++)
645 gl.drawBuffers((int)drawBuffers.size(), &drawBuffers[0]);
651 glu::draw(m_renderCtx, this->getProgram(), (int)vertexArrays.size(), &vertexArrays[0],
661 for (int outNdx = 0; outNdx < (int)m_outputs.size(); ++outNdx)
917 layout->resize(symbols.size());
919 for (size_t varNdx = 0; varNdx < symbols.size(); varNdx++)
928 const deUint32 size = (deUint32)glu::getDataTypeScalarSize(basicType)*(int)sizeof(deUint32);
936 curOffset += size;
1040 DE_ASSERT(m_inputs.size() == m_inputLayout.size());
1041 for (size_t inputNdx = 0; inputNdx < m_inputs.size(); ++inputNdx)
1076 DE_ASSERT(m_outputs.size() == m_outputLayout.size());
1077 for (size_t outputNdx = 0; outputNdx < m_outputs.size(); ++outputNdx)