Lines Matching refs:attributeComponentCount
122 uint8_t attributeComponentCount, in AddLocationInfo() argument
141 info.attributeComponentCount = attributeComponentCount; in AddLocationInfo()
3878 ASSERT(info->attributeComponentCount > 0); in ValidateShaderInterfaceVariableIsAttribute()
4035 if (info == nullptr || info->attributeComponentCount == 0) in preprocessAliasingAttributes()
4085 ASSERT(curMainAttribute != nullptr && curMainAttribute->attributeComponentCount > 0); in preprocessAliasingAttributes()
4088 if (info->attributeComponentCount > curMainAttribute->attributeComponentCount) in preprocessAliasingAttributes()
4412 if (info == nullptr || info->attributeComponentCount == 0 || in transformDecorate()
4484 const uint32_t componentCount = info->attributeComponentCount; in transformAccessChain()
4554 const spirv::IdRef replacementTypeId(floatType(replacementInfo->attributeComponentCount)); in transformLoadHelper()
4561 if (aliasingInfo->attributeComponentCount == replacementInfo->attributeComponentCount) in transformLoadHelper()
4578 ASSERT(aliasingInfo->attributeComponentCount < replacementInfo->attributeComponentCount); in transformLoadHelper()
4579 ASSERT(floatType(aliasingInfo->attributeComponentCount) == typeId); in transformLoadHelper()
4581 if (aliasingInfo->attributeComponentCount == 1) in transformLoadHelper()
4590 swizzle.resize_down(aliasingInfo->attributeComponentCount); in transformLoadHelper()
4667 const uint32_t componentCount = info->attributeComponentCount; in declareExpandedMatrixVectors()
4767 transformLoadHelper(matrixId, floatType(info->attributeComponentCount), replacementId, in writeExpandedMatrixInitialization()