Home | History | Annotate | Download | only in glshared

Lines Matching refs:outputStride

928 	const deUint32		outputStride		= getLayoutStride(m_outputLayout);
930 const int outputBufferSize = numValues * outputStride;
1088 const deUint32 outputStride = getLayoutStride(m_outputLayout);
1089 const int outputBufferSize = numValues*outputStride;
1236 const deUint32 outputStride = getOutputStride();
1253 gl.bindBufferRange(GL_SHADER_STORAGE_BUFFER, OUTPUT_BUFFER_BINDING, getOutputBuffer(), curOffset*outputStride, numToExec*outputStride);