• Home
  • Raw
  • Download

Lines Matching refs:attributeComponentCount

119                                              uint8_t attributeComponentCount,  in AddLocationInfo()  argument
138 info.attributeComponentCount = attributeComponentCount; in AddLocationInfo()
4504 ASSERT(info->attributeComponentCount > 0); in ValidateShaderInterfaceVariableIsAttribute()
4661 if (info == nullptr || info->attributeComponentCount == 0) in preprocessAliasingAttributes()
4711 ASSERT(curMainAttribute != nullptr && curMainAttribute->attributeComponentCount > 0); in preprocessAliasingAttributes()
4714 if (info->attributeComponentCount > curMainAttribute->attributeComponentCount) in preprocessAliasingAttributes()
5044 if (info == nullptr || info->attributeComponentCount == 0 || in transformDecorate()
5116 const uint32_t componentCount = info->attributeComponentCount; in transformAccessChain()
5186 const spirv::IdRef replacementTypeId(floatType(replacementInfo->attributeComponentCount)); in transformLoadHelper()
5193 if (aliasingInfo->attributeComponentCount == replacementInfo->attributeComponentCount) in transformLoadHelper()
5210 ASSERT(aliasingInfo->attributeComponentCount < replacementInfo->attributeComponentCount); in transformLoadHelper()
5211 ASSERT(floatType(aliasingInfo->attributeComponentCount) == typeId); in transformLoadHelper()
5213 if (aliasingInfo->attributeComponentCount == 1) in transformLoadHelper()
5222 swizzle.resize_down(aliasingInfo->attributeComponentCount); in transformLoadHelper()
5299 const uint32_t componentCount = info->attributeComponentCount; in declareExpandedMatrixVectors()
5399 transformLoadHelper(matrixId, floatType(info->attributeComponentCount), replacementId, in writeExpandedMatrixInitialization()