Searched refs:basicTypeElementCount (Results 1 – 6 of 6) sorted by relevance
189 uint32_t getBasicTypeElementCount() const { return pod.basicTypeElementCount; } in getBasicTypeElementCount()215 uint32_t basicTypeElementCount; member
95 unsigned int getBasicTypeElementCount() const { return pod.basicTypeElementCount; } in getBasicTypeElementCount()137 int16_t basicTypeElementCount; member172 uint16_t basicTypeElementCount; member
107 SetBitField(pod.basicTypeElementCount, arraySizes.empty() ? 1u : arraySizes.back()); in BufferVariable()
706 SetBitField(pod.basicTypeElementCount, var.getBasicTypeElementCount()); in ProgramInput()723 SetBitField(pod.basicTypeElementCount, var.getBasicTypeElementCount()); in ProgramOutput()1663 unsigned int elementCount = outputVariable.pod.basicTypeElementCount; in linkValidateOutputVariables()1706 unsigned int elementCount = outputVariable.pod.basicTypeElementCount; in linkValidateOutputVariables()1797 unsigned int elementCount = outputVariable.pod.basicTypeElementCount; in gatherOutputTypes()
802 return clampCast<GLint>(outputVariable.pod.basicTypeElementCount); in GetOutputResourceProperty()
1032 json->addScalar("basicTypeElementCount", bufferVariable.pod.basicTypeElementCount); in SerializeBufferVariablesVector()