Searched refs:maxSSBOSize (Results 1 – 1 of 1) sorted by relevance
1080 deInt64 maxSSBOSize = 0; in init() local1082 gl.getInteger64v(GL_MAX_SHADER_STORAGE_BLOCK_SIZE, &maxSSBOSize); in init()1084 if (m_computeData && (deUint64)calcDrawBufferSize()*drawBufferElementSize > (deUint64)maxSSBOSize) in init()1086 …m_computeIndices && (deUint64)calcIndexBufferSize()*indexBufferElementSize > (deUint64)maxSSBOSize) in init()1088 if (m_computeCmd && (deUint64)commandBufferSize > (deUint64)maxSSBOSize) in init()