Home | History | Annotate | Download | only in glshared

Lines Matching refs:inputStride

927 	const deUint32		inputStride			= getLayoutStride(m_inputLayout);
929 const int inputBufferSize = numValues * inputStride;
1052 const deUint32 inputStride = getLayoutStride(m_inputLayout);
1053 const int inputBufferSize = inputStride*numValues;
1235 const deUint32 inputStride = getInputStride();
1250 if (inputStride > 0)
1251 gl.bindBufferRange(GL_SHADER_STORAGE_BUFFER, INPUT_BUFFER_BINDING, getInputBuffer(), curOffset*inputStride, numToExec*inputStride);