Home
last modified time | relevance | path

Searched refs:basicTypeElementCount (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A DUniform.h189 uint32_t getBasicTypeElementCount() const { return pod.basicTypeElementCount; } in getBasicTypeElementCount()
215 uint32_t basicTypeElementCount; member
H A DProgramExecutable.h95 unsigned int getBasicTypeElementCount() const { return pod.basicTypeElementCount; } in getBasicTypeElementCount()
137 int16_t basicTypeElementCount; member
172 uint16_t basicTypeElementCount; member
H A DUniform.cpp107 SetBitField(pod.basicTypeElementCount, arraySizes.empty() ? 1u : arraySizes.back()); in BufferVariable()
H A DProgramExecutable.cpp706 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()
H A Dqueryutils.cpp802 return clampCast<GLint>(outputVariable.pod.basicTypeElementCount); in GetOutputResourceProperty()
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dserialize.cpp1032 json->addScalar("basicTypeElementCount", bufferVariable.pod.basicTypeElementCount); in SerializeBufferVariablesVector()