Lines Matching refs:componentCount
176 for (int componentCount = 2; componentCount < 5; componentCount++) in init() local
183 …strideNdx] < 0) ? ((packed) ? (16) : (Array::inputTypeSize(m_type) * componentCount)) : (strides[s… in init()
184 …const int alignment = (packed) ? (Array::inputTypeSize(m_type) * componentCount) : (Array::inputT… in init()
187 …]) + "_stride" + typeToString(stride) + "_components" + typeToString(componentCount) + "_quads" + … in init()
189 …TTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_10) && componentCount != 4) in init()
196 componentCount, in init()
289 const int componentCount = (packed) ? (4) : (2); in init() local
290 …[strideNdx] < 0) ? ((packed) ? (8) : (Array::inputTypeSize(m_type) * componentCount)) : (strides[s… in init()
291 …const int alignment = (packed) ? (Array::inputTypeSize(m_type) * componentCount) : (Array::inputT… in init()
299 componentCount, in init()
390 const int componentCount = (packed) ? (4) : (2); in init() local
391 …const int stride = (strides[strideNdx] < 0 ? Array::inputTypeSize(m_type) * componentCount : s… in init()
392 …const int alignment = (packed) ? (Array::inputTypeSize(m_type) * componentCount) : (Array::inpu… in init()
400 componentCount, in init()
481 for (int componentCount = 2; componentCount < 5; componentCount++) in init() local
485 …TTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_10) && componentCount != 4) in init()
488 …std::string name = "components" + typeToString(componentCount) + "_quads" + typeToString(counts[co… in init()
494 componentCount, in init()
579 for (int componentCount = 2; componentCount < 5; componentCount++) in init() local
583 …std::string name = "components" + typeToString(componentCount) + "_" + Array::outputTypeToString(o… in init()
597 …TTYPE_UNSIGNED_INT_2_10_10_10 || m_type == Array::INPUTTYPE_INT_2_10_10_10) && componentCount != 4) in init()
610 componentCount, in init()
904 << spec.arrays[arrayNdx].componentCount << "_" in getTestName()
940 const int componentCount = 2; in addStrideCases() local
945 componentCount, in addStrideCases()
947 …(strides[strideNdx] >= 0 ? strides[strideNdx] : componentCount * Array::inputTypeSize(Array::INPUT… in addStrideCases()
995 << spec.arrays[arrayNdx].componentCount << "_" in getTestName()