Lines Matching refs:componentCount
179 for (int componentCount = 2; componentCount < 5; componentCount++) in init() local
186 …strideNdx] < 0) ? ((packed) ? (16) : (Array::inputTypeSize(m_type) * componentCount)) : (strides[s… in init()
187 …const int alignment = (packed) ? (Array::inputTypeSize(m_type) * componentCount) : (Array::inputT… in init()
190 …]) + "_stride" + typeToString(stride) + "_components" + typeToString(componentCount) + "_quads" + … in init()
192 …TTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_10) && componentCount != 4) in init()
199 componentCount, in init()
292 const int componentCount = (packed) ? (4) : (2); in init() local
293 …[strideNdx] < 0) ? ((packed) ? (8) : (Array::inputTypeSize(m_type) * componentCount)) : (strides[s… in init()
294 …const int alignment = (packed) ? (Array::inputTypeSize(m_type) * componentCount) : (Array::inputT… in init()
302 componentCount, in init()
393 const int componentCount = (packed) ? (4) : (2); in init() local
394 …const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(m_type) * componentCount : s… in init()
395 …const int alignment = (packed) ? (Array::inputTypeSize(m_type) * componentCount) : (Array::inpu… in init()
403 componentCount, in init()