Searched refs:numOutputBytes (Results 1 – 2 of 2) sorted by relevance
426 const int numOutputBytes = computeTotalByteSize(m_spec.outputs); in iterate() local428 vector<deUint8> outputData (numOutputBytes * m_numValues); in iterate()
707 uint32_t numOutputBytes = AlignUp(numEmittedVerts, 8) / 8; in ProcessStreamIdBuffer() local709 for (uint32_t b = 0; b < numOutputBytes; ++b) in ProcessStreamIdBuffer()