Home
last modified time | relevance | path

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

/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/runtimerender/
H A Dqssgrenderdynamicobjectsystemutil_p.h99 return sizeof(quint32_3); in getSizeofShaderDataType()
H A Dqssgrendereffectsystem.cpp759 … inShader->setPropertyValue(theConstant.data(), propertyValue.value<quint32_3>()); in doApplyInstanceValue()
H A Dqssgrendercustommaterialsystem.cpp988 … inShader->setPropertyValue(theConstant.data(), propertyValue.value<quint32_3>()); in doApplyInstanceValue()
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/render/
H A Dqssgrendershaderprogram.cpp288 struct ShaderConstantApplier<quint32_3>
294 const quint32_3 &inValue, in applyConstant()
295 quint32_3 &oldValue) in applyConstant()
594 … new QSSGRenderShaderConstant<quint32_3>(inName, uniLoc, elementCount, inConstantType, binding)); in shaderConstantFactory()
904 …ogram::setConstantValue(QSSGRenderShaderConstantBase *inConstant, const quint32_3 &inValue, const … in setConstantValue()
H A Dqssgrenderbasetypes_p.h1618 typedef QSSGRenderGenericVec3<quint32> quint32_3; typedef
1750 struct QSSGDataTypeToShaderDataTypeMap<quint32_3>
1935 Q_DECLARE_METATYPE(quint32_3)
H A Dqssgrendershaderprogram_p.h156 …void setConstantValue(QSSGRenderShaderConstantBase *inConstant, const quint32_3 &inValue, const qi…