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 D | qssgrenderdynamicobjectsystemutil_p.h | 99 return sizeof(quint32_3); in getSizeofShaderDataType()
|
H A D | qssgrendereffectsystem.cpp | 759 … inShader->setPropertyValue(theConstant.data(), propertyValue.value<quint32_3>()); in doApplyInstanceValue()
|
H A D | qssgrendercustommaterialsystem.cpp | 988 … inShader->setPropertyValue(theConstant.data(), propertyValue.value<quint32_3>()); in doApplyInstanceValue()
|
/dports/x11-toolkits/qt5-quick3d/kde-qtquick3d-5.15.2p19/src/render/ |
H A D | qssgrendershaderprogram.cpp | 288 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 D | qssgrenderbasetypes_p.h | 1618 typedef QSSGRenderGenericVec3<quint32> quint32_3; typedef 1750 struct QSSGDataTypeToShaderDataTypeMap<quint32_3> 1935 Q_DECLARE_METATYPE(quint32_3)
|
H A D | qssgrendershaderprogram_p.h | 156 …void setConstantValue(QSSGRenderShaderConstantBase *inConstant, const quint32_3 &inValue, const qi…
|