ar_tourism_flutter_unity/ios/UnityLibrary/Classes/Native/UnityEngine.UIElementsModule__10.cpp
2025-05-14 17:04:13 +08:00

27010 lines
1.5 MiB

#include "pch-cpp.hpp"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <limits>
struct VirtualActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct VirtualActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
struct VirtualActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename T1, typename T2, typename T3>
struct VirtualActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R>
struct VirtualFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct VirtualFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct VirtualFuncInvoker3
{
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct VirtualFuncInvoker4
{
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
}
};
template <typename T1>
struct InvokerActionInvoker1;
template <typename T1>
struct InvokerActionInvoker1<T1*>
{
static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1)
{
void* params[1] = { p1 };
method->invoker_method(methodPtr, method, obj, params, params[0]);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct InvokerFuncInvoker3;
template <typename R, typename T1, typename T2, typename T3>
struct InvokerFuncInvoker3<R, T1, T2, T3*>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1 p1, T2 p2, T3* p3)
{
R ret;
void* params[3] = { &p1, &p2, p3 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct InvokerFuncInvoker4;
template <typename R, typename T1, typename T2, typename T3, typename T4>
struct InvokerFuncInvoker4<R, T1*, T2, T3, T4*>
{
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3 p3, T4* p4)
{
R ret;
void* params[4] = { p1, &p2, &p3, p4 };
method->invoker_method(methodPtr, method, obj, params, &ret);
return ret;
}
};
// System.Action`1<UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>>
struct Action_1_tDC9937E9E5F8FFF63CC5B157B981C3D865709E68;
// System.Action`1<UnityEngine.UIElements.BaseVisualElementPanel>
struct Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53;
// System.Action`1<UnityEngine.Camera>
struct Action_1_t268986DA4CF361AC17B40338506A83AFB35832EA;
// System.Action`1<UnityEngine.Font>
struct Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC;
// System.Action`1<UnityEngine.UIElements.UIR.GradientRemap>
struct Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6;
// System.Action`1<UnityEngine.UIElements.IPanel>
struct Action_1_tE55F8AC1EEC45D0C976E56B2950D65EC814C06E6;
// System.Action`1<System.IntPtr>
struct Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2;
// System.Action`1<UnityEngine.Material>
struct Action_1_t996DFD52B4BDA6CBE8058C13167C4D2B8C612CAA;
// System.Action`1<UnityEngine.UIElements.MeshGenerationContext>
struct Action_1_t3DC3411926243F1DB9C330F8E105B904E38C1A0B;
// System.Action`1<UnityEngine.UIElements.UIR.MeshHandle>
struct Action_1_t390738D95A0B620166DAF476F4067FBE1A124820;
// System.Action`1<System.Object>
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87;
// System.Action`1<UnityEngine.UIElements.Panel>
struct Action_1_tEFD4B3570567C07AE1CC4A2D290987F4347F2F01;
// System.Action`1<UnityEngine.UIElements.UIR.RenderChainCommand>
struct Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC;
// System.Action`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>
struct Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F;
// System.Action`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
struct Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99;
// UnityEngine.UIElements.UIR.BasicNodePool`1<UnityEngine.UIElements.UIR.TextureEntry>
struct BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828;
// UnityEngine.UIElements.UIR.BasicNodePool`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
struct BasicNodePool_1_t07D164A3469FD884E0698CF0E4F2A5E56853BD7C;
// UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>
struct BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB;
// UnityEngine.UIElements.UIR.BasicNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
struct BasicNode_1_t406697C6300D88260337D6ADBCAEAE1DF9F756AF;
// UnityEngine.UIElements.UIR.Page/DataSet`1<System.UInt16>
struct DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB;
// UnityEngine.UIElements.UIR.Page/DataSet`1<UnityEngine.UIElements.Vertex>
struct DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A;
// UnityEngine.UIElements.UIR.Page/DataSet`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
struct DataSet_1_t328F87CD2D146E4FB8C0C72C068F29173C0B277E;
// System.Collections.Generic.Dictionary`2<System.Int32,UnityEngine.UIElements.Panel>
struct Dictionary_2_tB87BEC840CF876F5CE38D31A5FD1BFD7BDCCCD75;
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.UIElements.StyleSheets.StylePropertyValue>
struct Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00;
// System.Collections.Generic.Dictionary`2<UnityEngine.Texture,UnityEngine.UIElements.TextureId>
struct Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6;
// System.Collections.Generic.Dictionary`2<System.Type,UnityEngine.UIElements.VisualElement/TypeData>
struct Dictionary_2_t4055F6540F36F21F9FEDAFB92D8E0089B38EBBC8;
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.UIR.VectorImageRenderInfo>
struct Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E;
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2>
struct Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E;
// System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
struct Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E;
// System.Func`1<UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>>
struct Func_1_t757202F61AB6BDAF6D64859B3BAF490B3589E987;
// System.Func`1<UnityEngine.UIElements.UIR.GradientRemap>
struct Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18;
// System.Func`1<UnityEngine.UIElements.UIR.MeshHandle>
struct Func_1_t8D65D629C8C51A932FBFED703C764E27182018B8;
// System.Func`1<System.Object>
struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4;
// System.Func`1<UnityEngine.UIElements.UIR.RenderChainCommand>
struct Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1;
// System.Func`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>
struct Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B;
// System.Func`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
struct Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431;
// System.Func`2<UnityEngine.Color,UnityEngine.Color>
struct Func_2_t81B76467028D6BD95DE2EC625D0325AA0387285E;
// System.Func`2<UnityEngine.Color,UnityEngine.Color32>
struct Func_2_t74BA73845DFA0004A7F25F3773A11A75228F5277;
// System.Func`2<UnityEngine.Vector2,UnityEngine.Vector2>
struct Func_2_t33ED521BE3A7E943FA8D764514952EDF1AF1C0FA;
// UnityEngine.UIElements.UIR.Utility/GPUBuffer`1<System.UInt16>
struct GPUBuffer_1_tA865630D1AFA976A50A92C4ACE0243A78520BDC7;
// UnityEngine.UIElements.UIR.Utility/GPUBuffer`1<UnityEngine.UIElements.Vertex>
struct GPUBuffer_1_tD1DC0573556845223680E17430EFF317DDA4A5AC;
// UnityEngine.UIElements.UIR.Utility/GPUBuffer`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
struct GPUBuffer_1_t59623B2A3B8EFD33FB05C973C4C4EAFCF89ED241;
// System.Collections.Generic.IEqualityComparer`1<UnityEngine.UIElements.VectorImage>
struct IEqualityComparer_1_tF9F1A8EA49C027FA45CFF34B2360A103EC4B4970;
// System.Collections.Generic.IEqualityComparer`1<UnityEngine.UIElements.VisualElement>
struct IEqualityComparer_1_t28C95BC84663336FDD24A851DFF64782876EA734;
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.UIR.VectorImageRenderInfo>
struct KeyCollection_tB3FAA62F9C12C65FEC51CA27CA6B3F2FCDC5173B;
// System.Collections.Generic.Dictionary`2/KeyCollection<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2>
struct KeyCollection_t1CBE5AB78BDC7F6ED5D26CC82740D63AE1E1D36A;
// System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
struct LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9;
// System.Collections.Generic.LinkedListNode`1<UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree>
struct LinkedListNode_1_t67D23132699BD5AA974F03A53E11E94CB77B8EB1;
// System.Collections.Generic.LinkedList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
struct LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9;
// System.Collections.Generic.LinkedList`1<UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree>
struct LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7;
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.GradientRemap>
struct LinkedPoolItem_1_t6FDA4D3D7892BA96F64DABAA19EB9989EB14A0FF;
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.MeshHandle>
struct LinkedPoolItem_1_t77597E722F28CEC15E53E9638992FDC40508EB75;
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.RenderChainCommand>
struct LinkedPoolItem_1_t0846BE403C5CD2D4DD84BFF16FEB0636BB9118C9;
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>
struct LinkedPoolItem_1_t966AFC99094156308D1A52BB685B3C177BC6A1F4;
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
struct LinkedPoolItem_1_tC28630DCE90E3EFCF04091651CBFE50029C40C6A;
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>>
struct LinkedPool_1_t97169CF531C4A68542443A3538F31DFBA0F6D6AD;
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.GradientRemap>
struct LinkedPool_1_t71B2C5B9496F4931EF97825E4047B965A8B1EC83;
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.MeshHandle>
struct LinkedPool_1_tD8A175EE023C8220138E51E722F4A20ACE9CA851;
// UnityEngine.UIElements.UIR.LinkedPool`1<System.Object>
struct LinkedPool_1_t27505BB5E276B4361ACE769F2922D5FDC6742877;
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.RenderChainCommand>
struct LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F;
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>
struct LinkedPool_1_t238DA1A4A4F5F2AA70AFCDF3DE6CE2AB5C654333;
// System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.PropertyName,System.Object>>
struct List_1_t60F39D768DAD2345527AD3EE73FAB2667DF4F260;
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>>
struct List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210;
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>>
struct List_1_tA79C35FB5E50135962B53960CB758B9262700632;
// System.Collections.Generic.List`1<Unity.Collections.NativeArray`1<System.UInt16>>
struct List_1_t74C6AEA308C4F693A59399B52C271D29F073582E;
// System.Collections.Generic.List`1<Unity.Collections.NativeArray`1<UnityEngine.UIElements.Vertex>>
struct List_1_t5E17A2E3291E460F8DD6196CD63348A836B2447F;
// System.Collections.Generic.List`1<UnityEngine.UIElements.Experimental.IValueAnimationUpdate>
struct List_1_t96E9133B70FB6765E6B138E810D33E18901715DA;
// System.Collections.Generic.List`1<UnityEngine.Material>
struct List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B;
// System.Collections.Generic.List`1<UnityEngine.UIElements.MeshWriteData>
struct List_1_t05E9D64FA04264FFFD8318E39EE4EFC55D386E13;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain>
struct List_1_t7524385702B2ADF442BBE71121A26B337005726D;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChainTextEntry>
struct List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC;
// System.Collections.Generic.List`1<UnityEngine.RenderTexture>
struct List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B;
// System.Collections.Generic.List`1<System.String>
struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD;
// System.Collections.Generic.List`1<UnityEngine.UIElements.StyleSheet>
struct List_1_tEA16F82F7871418E28EB6F551D77A8AD9F2E337F;
// System.Collections.Generic.List`1<System.UInt32>
struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.VectorImageManager>
struct List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00;
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>
struct List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95;
// System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
struct List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>
struct List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>
struct List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB;
// System.Collections.Generic.List`1<UnityEngine.UIElements.TextureRegistry/TextureInfo>
struct List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry>
struct List_1_tE6A967BAC61940A70814BDD10C019CC887E70047;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>
struct List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>
struct List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2;
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<UnityEngine.UIElements.InheritedData>
struct RefCounted_t6B975CD3D06E8D955346FC0D66E8F6E449D49A44;
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<UnityEngine.UIElements.LayoutData>
struct RefCounted_t0E133AD36715877AE1CE72539A0199B4D3AA8CD1;
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<UnityEngine.UIElements.RareData>
struct RefCounted_t81BCBAE57D930C934CF7A439452D65303AC6A8CD;
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<UnityEngine.UIElements.TransformData>
struct RefCounted_t78303B1CD3D08C664ABB15EBD7C882DA3E06CF7D;
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<UnityEngine.UIElements.TransitionData>
struct RefCounted_tA9FB4D63A1064BD322AFDFCD70319CB384C057D9;
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<UnityEngine.UIElements.VisualData>
struct RefCounted_t812D790A2C787F18230F9234F6C9B84D4AC1A85A;
// System.Collections.Generic.Stack`1<UnityEngine.Matrix4x4>
struct Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E;
// System.Collections.Generic.Stack`1<UnityEngine.Rect>
struct Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA;
// System.Collections.Generic.Stack`1<UnityEngine.UIElements.TextureId>
struct Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6;
// System.Collections.Generic.Stack`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
struct Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A;
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.UIR.VectorImageRenderInfo>
struct ValueCollection_t00C6C88A65B312A75F26F71381E34B3A6D8AA740;
// System.Collections.Generic.Dictionary`2/ValueCollection<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2>
struct ValueCollection_t4DD44C75F452BE61C910E1724C3A5F3110B8C15C;
// System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.UIR.VectorImageRenderInfo>[]
struct EntryU5BU5D_tF94CF48764A92F79CAC9630D8B1F4ADB437B18D9;
// System.Collections.Generic.Dictionary`2/Entry<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2>[]
struct EntryU5BU5D_tC73A41268B53254BFD2D7625E3658BA59BFA88F7;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>[]
struct List_1U5BU5D_t71E0AFA4A35F98967252A52F1BA711655B94CF24;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>[]
struct List_1U5BU5D_tA60DD4961B3E0C1873E425BEDCEB03AD0C3B16BE;
// System.Char[]
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
// UnityEngine.Color32[]
struct Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259;
// UnityEngine.UIElements.ComputedTransitionProperty[]
struct ComputedTransitionPropertyU5BU5D_t25B9E78F5276CDA297C8215C316452CAB8219E82;
// System.Delegate[]
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
// UnityEngine.UIElements.GradientSettings[]
struct GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C;
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
// System.IntPtr[]
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
// UnityEngine.Material[]
struct MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D;
// UnityEngine.Matrix4x4[]
struct Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D;
// UnityEngine.Rect[]
struct RectU5BU5D_t83297CB2E61BDF9D27DCB1A3E5C78EBCE9F7C993;
// UnityEngine.UIElements.UIR.RenderChain[]
struct RenderChainU5BU5D_tD86D2A262F4A03450C368D8058A1D058E63C87FF;
// UnityEngine.UIElements.UIR.RenderChainTextEntry[]
struct RenderChainTextEntryU5BU5D_tD38698D193EAB301825EAD81C1D10280631FBD62;
// UnityEngine.RenderTexture[]
struct RenderTextureU5BU5D_t9C963C4B9AAD862BBE402147E82F7BEBF699F6A6;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
// UnityEngine.UIElements.TextureId[]
struct TextureIdU5BU5D_t03041DBB5C72B7E6F5F694A36DC5FEA75432188A;
// System.UInt16[]
struct UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83;
// System.UInt32[]
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
// UnityEngine.Vector4[]
struct Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD;
// UnityEngine.UIElements.UIR.VectorImageManager[]
struct VectorImageManagerU5BU5D_tED65E2CFA572B3026276D5E87498FCD9EAA5D73B;
// UnityEngine.UIElements.VectorImageVertex[]
struct VectorImageVertexU5BU5D_tA19C37074824265F1A5684A6F2C156559455C1C4;
// UnityEngine.Rendering.VertexAttributeDescriptor[]
struct VertexAttributeDescriptorU5BU5D_t5D10E60612F12777F59B7E33939F9075DB0E02B2;
// UnityEngine.UIElements.VisualElement[]
struct VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF;
// Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType[]
struct __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC;
// UnityEngine.UIElements.UIR.BitmapAllocator32/Page[]
struct PageU5BU5D_tFCE8198B6D8AF479FBA546791B9CF3DD8A2D75C9;
// UnityEngine.UIElements.UIR.RenderChain/RenderNodeData[]
struct RenderNodeDataU5BU5D_t73A42A22EC1354DE8A25C10A2E408E1DA7C41B7E;
// UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree[]
struct AllocToFreeU5BU5D_tABB7AF052966F0E8DFAA88DF107B682ED5411788;
// UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate[]
struct AllocToUpdateU5BU5D_tC52656BA0214FA47884361867D3ED2D23CE612C3;
// System.Action
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
// UnityEngine.UIElements.UIR.Alloc
struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE;
// UnityEngine.UIElements.AtlasBase
struct AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC;
// UnityEngine.UIElements.BaseRuntimePanel
struct BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4;
// UnityEngine.UIElements.UIR.BaseShaderInfoStorage
struct BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2;
// UnityEngine.UIElements.BaseVisualElementPanel
struct BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303;
// UnityEngine.UIElements.UIR.BestFitAllocator
struct BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7;
// UnityEngine.UIElements.UIR.BitmapAllocator32
struct BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73;
// System.Byte
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3;
// UnityEngine.Camera
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184;
// UnityEngine.UIElements.ContextualMenuManager
struct ContextualMenuManager_tEE3B1F33FFFD180705467CA625AEBA0F5D63154B;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
// UnityEngine.UIElements.UIR.DrawParams
struct DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443;
// UnityEngine.UIElements.ElementUnderPointer
struct ElementUnderPointer_tB43AD64F79C6F06829D8B90318AF1A6BBE9C1904;
// UnityEngine.UIElements.EventCallbackRegistry
struct EventCallbackRegistry_tE18297C3F7E535BD82EDA83EC6D6DAA386226B85;
// UnityEngine.UIElements.EventDispatcher
struct EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398;
// System.Exception
struct Exception_t;
// UnityEngine.UIElements.FocusController
struct FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A;
// UnityEngine.Font
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6;
// UnityEngine.UIElements.UIR.GPUBufferAllocator
struct GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48;
// UnityEngine.GameObject
struct GameObject_t76FEDD663AB33C991A9C9A23129337651094216F;
// UnityEngine.UIElements.GetViewDataDictionary
struct GetViewDataDictionary_tF745E6CC7E18A67630A2B294F0BBFB27C6E57638;
// UnityEngine.UIElements.UIR.GradientRemap
struct GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307;
// UnityEngine.UIElements.UIR.GradientRemapPool
struct GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B;
// UnityEngine.UIElements.UIR.GradientSettingsAtlas
struct GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A;
// UnityEngine.UIElements.HierarchyEvent
struct HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705;
// UnityEngine.UIElements.ICursorManager
struct ICursorManager_t78B026DED2559C62810B21C54C5F882457073A8B;
// System.Collections.IDictionary
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
// System.IDisposable
struct IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5;
// UnityEngine.UIElements.IMGUIContainer
struct IMGUIContainer_t2BB1312DCDFA8AC98E9ADA9EA696F2328A598A26;
// UnityEngine.UIElements.IPanel
struct IPanel_tAD0F3807B6DE2ECA557380E7DB5F3A179BE5A7A5;
// UnityEngine.UIElements.IStylePropertyAnimationSystem
struct IStylePropertyAnimationSystem_t120D77C8BFB230CA7DBF45D3FB1F5AFBA0504DE2;
// UnityEngine.UIElements.ImmediateModeException
struct ImmediateModeException_t7A6F44A9035C26E64FF8BCD4964F7189506F063D;
// UnityEngine.UIElements.InlineStyleAccess
struct InlineStyleAccess_t5CA7877999C9442491A220AE50D605C84D09A165;
// System.InvalidOperationException
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
// UnityEngine.UIElements.LoadResourceFunction
struct LoadResourceFunction_tA999A2DDCB9CDCF68E4274A58336A39ABB7AF850;
// UnityEngine.Material
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3;
// UnityEngine.MaterialPropertyBlock
struct MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D;
// UnityEngine.UIElements.MeshGenerationContext
struct MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62;
// UnityEngine.UIElements.UIR.MeshHandle
struct MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E;
// UnityEngine.UIElements.MeshWriteData
struct MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
// UnityEngine.UIElements.UIR.Page
struct Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9;
// UnityEngine.UIElements.Panel
struct Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9;
// System.Text.RegularExpressions.Regex
struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772;
// UnityEngine.UIElements.UIR.RenderChain
struct RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363;
// UnityEngine.UIElements.UIR.RenderChainCommand
struct RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727;
// UnityEngine.RenderTexture
struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27;
// UnityEngine.UIElements.RepaintData
struct RepaintData_t90534752135661579EC254884F550545D001B5EA;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
// UnityEngine.UIElements.SavePersistentViewData
struct SavePersistentViewData_tFE77B8450170D95B16B3017D62F81F2139D4F716;
// UnityEngine.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37;
// UnityEngine.Shader
struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692;
// UnityEngine.UIElements.UIR.ShaderInfoStorageRGBA32
struct ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0;
// UnityEngine.UIElements.UIR.ShaderInfoStorageRGBAFloat
struct ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27;
// UnityEngine.UIElements.UIR.State
struct State_tC241510131965D8DE1919EB16A3650E397E5AEAB;
// System.String
struct String_t;
// UnityEngine.UIElements.StyleVariableContext
struct StyleVariableContext_tF74F2787CE1F6BEBBFBFF0771CF493AC9E403527;
// UnityEngine.Texture
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700;
// UnityEngine.Texture2D
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4;
// UnityEngine.UIElements.TextureRegistry
struct TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B;
// UnityEngine.UIElements.UIR.TextureSlotManager
struct TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D;
// UnityEngine.UIElements.TimeMsFunction
struct TimeMsFunction_t1893856976EB95CF5608ACC3642AD8B79994CA2B;
// UnityEngine.UIElements.TimerEventScheduler
struct TimerEventScheduler_tAF33EE8B1C54425235E4893B0C5088629FBE7862;
// UnityEngine.UIElements.UIRAtlasAllocator
struct UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7;
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter
struct UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8;
// UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter
struct UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F;
// UnityEngine.UIElements.UIR.UIRenderDevice
struct UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302;
// UnityEngine.UIElements.VectorImage
struct VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC;
// UnityEngine.UIElements.UIR.VectorImageManager
struct VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED;
// UnityEngine.UIElements.UIR.VectorImageRenderInfo
struct VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458;
// UnityEngine.UIElements.UIR.VectorImageRenderInfoPool
struct VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A;
// UnityEngine.UIElements.VisualElement
struct VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115;
// UnityEngine.UIElements.VisualTreeAsset
struct VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB;
// UnityEngine.UIElements.VisualTreeUpdater
struct VisualTreeUpdater_tFDE7D9F9A146A26B2ED69565B7BD142B416AB9C9;
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
// UnityEngine.Yoga.YogaConfig
struct YogaConfig_tE8B56F99460C291C1F7F46DBD8BAC9F0B653A345;
// UnityEngine.Yoga.YogaNode
struct YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA;
// UnityEngine.Camera/CameraCallback
struct CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD;
// UnityEngine.Font/FontTextureRebuildCallback
struct FontTextureRebuildCallback_t76D5E172DF8AA57E67763D453AAC40F0961D09B1;
// UnityEngine.UIElements.UIR.GradientRemapPool/<>c
struct U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300;
// UnityEngine.UIElements.UIR.RenderChain/<>c
struct U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F;
// UnityEngine.UIElements.UIR.UIRenderDevice/<>c
struct U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA;
// UnityEngine.UIElements.UIR.VectorImageRenderInfoPool/<>c
struct U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C;
// UnityEngine.UIElements.VisualElement/CustomStyleAccess
struct CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1;
// UnityEngine.UIElements.VisualElement/TypeData
struct TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A;
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator
struct Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3;
IL2CPP_EXTERN_C RuntimeClass* Action_1_t268986DA4CF361AC17B40338506A83AFB35832EA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_1_t390738D95A0B620166DAF476F4067FBE1A124820_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_1_t8D65D629C8C51A932FBFED703C764E27182018B8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GUI_tA9CDB3D69DB13D51AD83ABDB587EF95947EC2D2A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ImmediateModeException_t7A6F44A9035C26E64FF8BCD4964F7189506F063D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LinkedPool_1_tD8A175EE023C8220138E51E722F4A20ACE9CA851_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t7524385702B2ADF442BBE71121A26B337005726D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tA79C35FB5E50135962B53960CB758B9262700632_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIElementsPackageUtility_tE9E513C85D65D60A1BA9652BBFC6C3C6652C821A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* VertexAttributeDescriptorU5BU5D_t5D10E60612F12777F59B7E33939F9075DB0E02B2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral061277AC0AC8110F9483A8571E64EBBD234A6D12;
IL2CPP_EXTERN_C String_t* _stringLiteral074A05192D59E41C38A0DCFDDEAAFB6139A6F28C;
IL2CPP_EXTERN_C String_t* _stringLiteral0A1C4B5170F3015B68F6CDA6D30295985A37FF01;
IL2CPP_EXTERN_C String_t* _stringLiteral17C22194C41E33E9EEEDE6933DF7F3D75FF9D8C0;
IL2CPP_EXTERN_C String_t* _stringLiteral184F775DD8D8BA319C0D2E6510039E42E432570B;
IL2CPP_EXTERN_C String_t* _stringLiteral198B41D49E1792D6D98B9139466CBEB9FDA70356;
IL2CPP_EXTERN_C String_t* _stringLiteral1E5FBF1116D12E0B9ABF1B10B568E52AB412DA65;
IL2CPP_EXTERN_C String_t* _stringLiteral21A71E3E4A14AB6ECDEBD98DBF9D4519619DE229;
IL2CPP_EXTERN_C String_t* _stringLiteral221C6B48D14F32EF9187556555DBDA2738DC3CE5;
IL2CPP_EXTERN_C String_t* _stringLiteral25365ABB4DE0E658AD0D90B40BF5AD48C1E20B7F;
IL2CPP_EXTERN_C String_t* _stringLiteral294F408A5CD52AC46F0541918FA4B883DBF30866;
IL2CPP_EXTERN_C String_t* _stringLiteral29DFA9B5B165BB844A258EB4FFC585F25153D22D;
IL2CPP_EXTERN_C String_t* _stringLiteral2B781469BAF8C2B040EECFA8C60A59727DFA29F7;
IL2CPP_EXTERN_C String_t* _stringLiteral2D8CD487C993B406900B6792B6D90F964DEC2933;
IL2CPP_EXTERN_C String_t* _stringLiteral2F75A09ED8ED4EF0532EC4672939C241E26DB954;
IL2CPP_EXTERN_C String_t* _stringLiteral304092BBFF4D03A1176360CDD8064DF1A05C8607;
IL2CPP_EXTERN_C String_t* _stringLiteral34EF6CC945D6C0FA4F73C73D9F4A354794282185;
IL2CPP_EXTERN_C String_t* _stringLiteral3607A918FDA5FA408A19CAC416052F29FF217CAA;
IL2CPP_EXTERN_C String_t* _stringLiteral37594CEBF850741EA4054D519986CEF23BBBBDB8;
IL2CPP_EXTERN_C String_t* _stringLiteral3D164B69F7C4C61A56FFEBCDC9C525ECFBA538C2;
IL2CPP_EXTERN_C String_t* _stringLiteral3D7C239AFC6736A02BC719DBF9762D7EBE147B4C;
IL2CPP_EXTERN_C String_t* _stringLiteral3E6D849A8A6B139EDD8D486BF50F566DF977FE78;
IL2CPP_EXTERN_C String_t* _stringLiteral3F1EB8412B84FAED4C051DAAE322EA2D89A23C2E;
IL2CPP_EXTERN_C String_t* _stringLiteral3F5EC034A575EF443B45804503BFA961841C6662;
IL2CPP_EXTERN_C String_t* _stringLiteral49B1D6326058E038CB9C6C89E4681C6470425770;
IL2CPP_EXTERN_C String_t* _stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21;
IL2CPP_EXTERN_C String_t* _stringLiteral50BCE4DC590E32A1C5BFD4CA6DC307CF8D2DE312;
IL2CPP_EXTERN_C String_t* _stringLiteral515F56B9C725B840827BBAF0075A784D6749FC4F;
IL2CPP_EXTERN_C String_t* _stringLiteral52D30BAFA5D977C47D23D2C1490FC3B528967762;
IL2CPP_EXTERN_C String_t* _stringLiteral56BC4D9AE26473EA5061C78FF7787A9FF065D2C4;
IL2CPP_EXTERN_C String_t* _stringLiteral5B678C509A1F3E532B32ECB90122668F07396F5E;
IL2CPP_EXTERN_C String_t* _stringLiteral5BA0BD74E17DFFD1B7C0A756E63741F180C1F4B8;
IL2CPP_EXTERN_C String_t* _stringLiteral5D50259D5FC3727EC9985776D0C5307147AFBC81;
IL2CPP_EXTERN_C String_t* _stringLiteral5EBADBF936A8318FD524A66B4EFFF9D6A6C69330;
IL2CPP_EXTERN_C String_t* _stringLiteral60DC1357DE86AEC09CE29A262C20B6A54C35F21A;
IL2CPP_EXTERN_C String_t* _stringLiteral63D81DC84F6CE47CA01E41904B4358D2BD8DB065;
IL2CPP_EXTERN_C String_t* _stringLiteral650D8AED90738575378C56F0AC507E554DC06AF4;
IL2CPP_EXTERN_C String_t* _stringLiteral67F126B22005F3C52B6D780651EB3BF4C400BCD0;
IL2CPP_EXTERN_C String_t* _stringLiteral68B354EA7802948527148B3029F3DAB4BDCA34FC;
IL2CPP_EXTERN_C String_t* _stringLiteral7469BDBF5F4E5E8E41223FC0AC676FAE6F1F8CEE;
IL2CPP_EXTERN_C String_t* _stringLiteral7A42030667C73D0070EE93B50D0A30ED507FB6B9;
IL2CPP_EXTERN_C String_t* _stringLiteral80B2BDA8F510E1A84188E0FC7E0C7D78992548CF;
IL2CPP_EXTERN_C String_t* _stringLiteral8127BAE3273BECB80E2DA93DEE4426FD2098B838;
IL2CPP_EXTERN_C String_t* _stringLiteral86F6E483EF18111BAC28350607C2EE4A90CAF110;
IL2CPP_EXTERN_C String_t* _stringLiteral874C2929D19C3DF7D7CC696BF31565B5E2D72F1D;
IL2CPP_EXTERN_C String_t* _stringLiteral88D547ADE42A6DF60293F0A7F505D8259FA65457;
IL2CPP_EXTERN_C String_t* _stringLiteral89971683196E19DDC1E9D0FFA8D31AD5BF642787;
IL2CPP_EXTERN_C String_t* _stringLiteral8AEC2660EA6E2B1DAE3C9E189463ED8C63123422;
IL2CPP_EXTERN_C String_t* _stringLiteral8F39F69DBFDFD1E870E3C5C73FFA1F5399F946B8;
IL2CPP_EXTERN_C String_t* _stringLiteral924CD98BF6EE1EC53552112E56B36E6E9BC646B6;
IL2CPP_EXTERN_C String_t* _stringLiteral9322445699D4597EF496D43ECA8A00975F39E3DB;
IL2CPP_EXTERN_C String_t* _stringLiteral96756EF1A793079BCA51748C40A9D476592BF2C8;
IL2CPP_EXTERN_C String_t* _stringLiteral97D5793AB9661FCB851F82975645D91BB8E384DD;
IL2CPP_EXTERN_C String_t* _stringLiteral9D19D4413E5CCDE05020C5EC9143A0BA3C7E76FD;
IL2CPP_EXTERN_C String_t* _stringLiteral9DB65DADBF3D82E5145BC1CA89C1D20B307E9FC1;
IL2CPP_EXTERN_C String_t* _stringLiteral9EFA731452ED196E838DB2DF34A3A3B9208F173A;
IL2CPP_EXTERN_C String_t* _stringLiteralA6386A69FF112EE862C5B77C75A70952F697D491;
IL2CPP_EXTERN_C String_t* _stringLiteralA70D03409FDE67B84BCDBFA1439933DA55C8E146;
IL2CPP_EXTERN_C String_t* _stringLiteralAAC5F93439E8A16F9E4415C2CBAD68025707D79E;
IL2CPP_EXTERN_C String_t* _stringLiteralAC09044B3946C97EBBAAF84CC9B6B0FE0A0177F3;
IL2CPP_EXTERN_C String_t* _stringLiteralAD80755CECB79B285ECB8BBFDF3501CB903AF4F5;
IL2CPP_EXTERN_C String_t* _stringLiteralAFEB40145E3D98C6A581D85A0994F1B0B9FA32EE;
IL2CPP_EXTERN_C String_t* _stringLiteralB5E811B7F2EA2B5B4BF2B2CF74E2965A5BF6E8C2;
IL2CPP_EXTERN_C String_t* _stringLiteralBBAB5ED142571F72435ACAB40A62AC73EEF2F296;
IL2CPP_EXTERN_C String_t* _stringLiteralBECB96BBE78F2C579EAA7591364DE176C8B1A277;
IL2CPP_EXTERN_C String_t* _stringLiteralC43CBB6B83B708F26AD6195D3B92838D8EFA2F87;
IL2CPP_EXTERN_C String_t* _stringLiteralC80843F0678BB79D37F59443380AB5D1E6A44C86;
IL2CPP_EXTERN_C String_t* _stringLiteralC8A69F8C91CB1D39BACCFF7CEE5B421FCF7893A4;
IL2CPP_EXTERN_C String_t* _stringLiteralCB1AF195B08342163FC13F7F466782A6C6D6ECF2;
IL2CPP_EXTERN_C String_t* _stringLiteralCB2CEDC2840D3C2F18750F4C142366F0F6F85A45;
IL2CPP_EXTERN_C String_t* _stringLiteralCBDB6DDEB7C4326BDFB82107D4AFA0DB7318ADD8;
IL2CPP_EXTERN_C String_t* _stringLiteralCEA0197A94CA21A546257FAE88FB8401E361D1AB;
IL2CPP_EXTERN_C String_t* _stringLiteralD5A54CC36A70E64575E64620D521A709AF44BF8D;
IL2CPP_EXTERN_C String_t* _stringLiteralD8C35AF7B6E2C2C1E2BE17C8181EC94F488DB28F;
IL2CPP_EXTERN_C String_t* _stringLiteralDD578D7531D1E920A36ED63A632ED0CE4BA76B26;
IL2CPP_EXTERN_C String_t* _stringLiteralDDE3EF859A5D9C724E68CF2D3A667034D0F29E2F;
IL2CPP_EXTERN_C String_t* _stringLiteralDFD8F1B0BE8D85122946D441DF032CB48ED25B84;
IL2CPP_EXTERN_C String_t* _stringLiteralE39A3F637291FE17EE1C8AE2FD63A324C2E04C1E;
IL2CPP_EXTERN_C String_t* _stringLiteralE5804C514853E7FD9049416180A508BCD99D34EA;
IL2CPP_EXTERN_C String_t* _stringLiteralE81D54CE15DA5FD320A4C088169F5E00A92C4F97;
IL2CPP_EXTERN_C String_t* _stringLiteralE83A726043FB73EF3EAC1410DF02CCC7209EA5B6;
IL2CPP_EXTERN_C String_t* _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3;
IL2CPP_EXTERN_C String_t* _stringLiteralEAF54B026590DA44B73CBA20F80D03DAA23A1257;
IL2CPP_EXTERN_C String_t* _stringLiteralEF66B79918F98031B4DF8000DF3516451CE17192;
IL2CPP_EXTERN_C String_t* _stringLiteralF25AF560495328102AC89291C521C675D4DDEE15;
IL2CPP_EXTERN_C String_t* _stringLiteralF358028882005F06DD73E986E5D4F5A125FB579C;
IL2CPP_EXTERN_C String_t* _stringLiteralF3C10EF984D4DE3665FC411FEBC1963DBF64BF80;
IL2CPP_EXTERN_C String_t* _stringLiteralF51B8A5F99AAE8E6EA3035B423F6EB50008FD3D0;
IL2CPP_EXTERN_C String_t* _stringLiteralF6BBF34E4010E1EA0F8A775AAFC33C19E7997359;
IL2CPP_EXTERN_C String_t* _stringLiteralF9A26983B7BECB7448FB960EFC8654B8D00129F0;
IL2CPP_EXTERN_C String_t* _stringLiteralFCF22617C66F5B365C769C99E5EC477C1C33FF87;
IL2CPP_EXTERN_C const RuntimeMethod* BasicNodePool_1__ctor_mBC840B3FB7F16450B3E0EA3646A8CCF6D383BCCD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BasicNode_1_AppendTo_m5F9C3C5441AA18380BA6ADEC2546CF5407159BD4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DataSet_1_RegisterUpdate_mA4D1CC618747094CDCA3CE176693E52901898085_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DataSet_1_RegisterUpdate_mBB1E17474C6B85A5F7E5596EA5C8CF98F9BB1744_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DataSet_1_SendUpdates_m54AC68C6CC27A8E17D832740AF1818D548F8FC16_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DataSet_1_SendUpdates_mA2707FFFFEEA7BADB5F7EBD5102913D14AB9ED78_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mA99F02E6EF69B970279CA5BFF5F15B86343E6F39_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mF551BE94F0F16B737E271AC5ACF06E37740DCD66_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m9F7A4C500E377F62DAA6DCB96FEE829659971A28_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mB1A5909DB90F0C01C2083550F4E8E7672BF3C33D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mE2475BD7895825D343DFF5F3C6A8CD057B8A8AF4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mF0085EE189F2C72F3B4AEC81AD44143566FD57FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m1D7B697A94460BD6930BE16FF0A78DF877824C04_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m274649A08735BC779B562311BE12A060106752C5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m018DCAEBF2C4585EF4F76B360063CB48761E7314_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mBA15BC305E3F6DA643E0D27AF79174EDB04DD866_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m7AAB0ACE9DE436BBDC53873B62FFD6680CB2BDC7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m8C27BC6AB851ED5A524D338773D899AD31A32CE9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mC17753213EA86CEA1876F4F2068B850BAA515146_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m0C5344E9357270CF625B196536F14CCD92E68600_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m11E3E45D6B485C396D61DA752A6DD01C6FB5EC46_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m92270EB265E83DD324AFA6D33426C759A6767D5F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mB91C90106409829A405E3230F68A209CCC1AF3E4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedListNode_1_get_Value_m0C19C4C9A383610892992EC1C047C4DC9C887D71_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_AddLast_m4A85D1442E7A8610FFD5386F9A2366D243DAC801_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_RemoveFirst_m2B0F066574A1979FD6D4732549A6FD1F23023D62_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1__ctor_m177248C72A7DFD82F212ED690BB296BCFC8BC75B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_get_Count_m3AA55D20D258A7BF6A95309F71C5F7FF7907215C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_get_First_mEE920FDB7A2B024EA52F8681FBFF088117A6D4A8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPoolItem_1__ctor_m439AE5EBEA5134583C2F5AE554E61767646769BF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPoolItem_1__ctor_m5243A07A20FBDC74BC7073FDF006B7315EFC7F27_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPoolItem_1__ctor_mB71E6B2A41B465EA0507A37903EF48C88336A5B2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPoolItem_1__ctor_mE7EFB14ABCC96D329AAD2A735FE76413EBA739FE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1_Clear_m880CCF66CA33577E149946F3B9A454F8A397BB58_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1_Clear_mBA95E60CE08C330DB3963ACD9A53A3A18F2CC028_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1_Get_m76E95A12CB1708A48A171564524C54730A50D098_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1_Get_m7EBDDC204EF47EFCFFC67EDA511D513180ECF4CD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1_Get_m8E521D36BEDC49C15F899FC92116357D750EAB23_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1_Get_mBF59B56726F4C447EE89FACA5736614CB061D096_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1_Get_mCE24AA4312D844EE376DA34A0FD90DFD654F67C5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1_Return_m23D335AD6DDF1A962C8096FBCE75B199CEE92F37_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1_Return_m4DCBAE944B1CBF4C66136AB7FDD318F5BF30CD9F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1_Return_m5599F8B04371688710A8FAA56FB8590567999C9B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1__ctor_m03C57813E771BD0D9FEC106EDC03BC6B37DC4BAA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1__ctor_m8EA8B263E8391AD01F4FBE6ED713A479CFAD3ED0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1__ctor_m99D133DC203D7E5E64695A75BEEEE23C1AFE3BE6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LinkedPool_1__ctor_mC98CBDAD7482585F5D2179D3FD028FA8EB1386A8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m104238356C938EAB72AC1CF2B72B2929B954A70E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m1A51AA71F51CB450DBF9D650605966830695CD5C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m4978BAA84C83BB382DCC59A2CB3B5545A19E5F07_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m4F13B6BBBCEB7A4650B35737854BA4584BC931CF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m5F62EE992DBCC5323267265794235C9EEE07997B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m9F1BA8EEA06819CC244EC23459573BB8E8D32C78_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mD3E9E49A0FA7E3FB0E9EAAEB94864A1E9161612D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mE477B0460E22763D02A58BBB60FF3A29CF56FDBF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mE647CAC1D5A363EE207D5BBCAFD28C6B3C96C004_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m03ACED6607341CC98EE05208FEF3A149F467DCEC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m251977459109D48D068772EA3624051434EB6DB0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_m7924686238D7A45D6E89936E021F91219B4E441B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mB4041E3E2B33AFB7A9448B50FEE815DD58084106_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Clear_mB542E879C436E98D901D3068C891582A25F85711_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m200A397E9919759F07759A10D5C0F3825DE96A40_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mAF04500320A4725DCB7917FF0252EC2FA0FFCAE4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_mBD0E046855051C95C6F60B84C31E0F276730D92A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m164E41C28FA43F25F51C417135CF61976ECF3B69_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_mD461DC585ED2CF965C6FABF04A941287186E0354_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m54E01405E504B7C9641412876843BC359400894A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m05332107DA4D8C8D747D79BDFC45DBE8FCEF8C23_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0AD2E7BA265F543E575880C0C94460CB920853A8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m255703238033B967D14582C45A7BE4E83FF82D04_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m487D573029A34C484E237A844D3AAD9B0BFB5978_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m4B50EBA8EF0848A08901DC4BB6C4371C9B7939B1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m51AFBAFD8A59157600C5A5A8395684FF86FEF331_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m6142B682C51D80D6945D3AF4D85F402B124A1967_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA1DAC546B5058BBB2F2AF683ECF3430ACFF2FE5C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA2427162DC5D052EBEF38B8FA5DFA030B11583AC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mB4846F12D974AD97542F789DA2AB3CC555567663_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mB914BA12D02BD96B9376364BFE9DCDDF54B00ECC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mD6C4D49C755FF9AD73456488D5FAABFD532AAEA9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Capacity_mC320E9B9444B9FCB44358D70D580A404677E8925_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Capacity_mE7B2CDFE45CE2D031C2FEC3885CA3171F87AE892_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m48BBB83C5F748E6E6FF0731C3682092DEA6A7173_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m5D058459F99E75688169803692F40F0A60BFFEF0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m68EB6812907DC8C45377A3784237676F7AE5A1B1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m76A83B76330D385CC22ECE544729CDD0FCEAFECC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mAAEDC1FC4B64FF31F3BCA12217394EF6F745A0CB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mC51695DFAFC29F4B5685D76B45BC442D452542F5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mD1630ED758CCFBB1F2E87A74A9C73C8EAE62C341_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mDF53F5D42E96D7FDE797826D3902F54BB8B80221_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m6F50163981F18AD78856766254735B84087CEB3A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m70F5CFC2DEA9332B78C5ADC0EE1CE1B7465B1456_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m728354CD9E12194ABCFD73DBDE97ACA5D6E0453B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m88260DD29DD6AB178C173727E99D2DD7F90EB81D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m9D430824B0739628DB4BBEA6168580B462031C28_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mCE554C02FDE30698BC0627CE297319055E9DA0E4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mD160E82FAAE683BED4FB8100E091F090E0970049_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mFD8C82612D4654B884F2F68C8C1D93B56A1E0081_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Capacity_mEF17C2D6137726F17AB42310C55C8F88A0E0537D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m1E6C8D90BA9A30407DAEF89982AD3CDF11CF6B32_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m26DF065D5048D6A31DEFF667B2BC3EFBF166B785_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m8C49DF812690810CCAECD7611B6220F46F7A59C9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_m92246880796BA27EBA18129EC97C00C65F17E7C5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_set_Item_mD62ADBD1618B96E3FBEDF0DC64C0CE97CE889B6F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Dispose_m7C1C673346BCEABEE49CF3FAB87845391F58F350_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Dispose_m7CA9BD7607780DE85C8AC7B6A68E586F0B9843B6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1__ctor_m583C7489D7AAC57700B48C9035CC3BE3379872E4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1__ctor_m5D82637B037D85A870C5730EB90172E9009CE3A9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_get_IsCreated_m331DA322D57835388C7F580F2A2DF6C794C54652_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_get_IsCreated_mED9E373415C2DF369294129F0C57FDC676521786_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mEE155357C8BB83BD4B7D34471587738A86B0D851_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m0D7D6BAB64810308797BD6D6C898432E45D4AC4C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1__ctor_m05A3D6C62D3EF51EBE50158889E9C6B1D214588C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1__ctor_m665194100AB694EC232EEFDAC3C87C7647CEBE28_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_get_Length_mC069C9254C3F61C678293E03E3E7C51F245F52E9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_get_Length_mED822A5A5476BEBA72E429C395644A7B41F78F50_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_op_Implicit_mD929D4C7B3EDDE6F44BCA83C1B2702F338BA9F8F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_op_Implicit_mF50D9B98D8D133CC03AA322033C55B437179620C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_OnFontReset_m5CB6E1E9ABBE57DD247F833A3775DF555217E57D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_OnRegisterIntermediateRenderers_m88FFD8EEA58F25FB7C95F08551892252269E48CF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_OnRenderNodeExecute_mB00DA83C83AFB037DDF19AD8024B88EC65611964_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_Render_mE9AB2A96A96C76FE403F893C26326063D21EF54E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_UIEOnChildAdded_m5590298774E688169B4EAD9F7BE2F67FD4D43C32_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_UIEOnChildRemoving_m43BA04CA7FBC51812AE49FB428B7D8507E63D5B3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_UIEOnChildrenReordered_m6D9CDF87E2CA092DA690C60F6565788E136DB553_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_UIEOnClippingChanged_m21F2F4A6592C4CBEB8B51479797E7B6E7F818A74_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_UIEOnColorChanged_m5D44A21F97D5E8DAC27E86665FCF95C0CED7A8C5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_UIEOnOpacityChanged_m89DFC4B502065583006586603B38AE3DEDF4E680_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_UIEOnRenderHintsChanged_m61A76C31621AFFD5F428EE6224742AD7641E238C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_UIEOnTransformOrSizeChanged_mBC5994CA10EC50475D2101057EA0399E4B2F25EF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RenderChain_UIEOnVisualsChanged_mB8B0E7AF7739388D1948D2949C47AA57453EF7FB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Clear_mD2D3759CB5BA49536707C59755691DDAA6C21960_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Clear_mE760938D1ADEAF722C519115D86462EF392D5F8E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Peek_m4C71DF7964D5892AE0F074981907CC29E354C498_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Peek_mB2B555E4E7CE625B69E74DA48FC6E95B192A62C2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_m682D32993E1CB092C642F495A93915B11F401A7F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Pop_mBABC10C3A66167B8C5202740BEED900AB0FF3516_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_m4D734379CC958AED5ED7FF36A9467EDCE6AFDF56_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_Push_mE3EEAE2C77DEA8C3F932C6074FAFCFDA80E6D86F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_mEA234C0CB558E2C38137325D097689FD7EBFFFF2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1__ctor_mFF546E1DE2E2F989C809B6F382BDF89D49AD1BB3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Stack_1_get_Count_m6352E8A1C75FAF97C0127210A3241D92172561AD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__0_0_m51A9DDA7D0DB07C724F819DB3B2B1D1AC982B9FA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__0_0_mEE3A744C57104E7EB40DCD5DCE12539E145E1365_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__0_1_m0CA1D6924AD1B7491D0E954122AE17258988CAFD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__0_1_m4C6B270F91D8F357579E26D783E7BFED47034F00_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__37_0_m28CD5A0FEAC6F10F00FDB21510D8008FF143EB66_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__37_1_m65507AEC75FF5AD250FA84F253E6756253FA85D8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__53_0_mC2389465CFCE5C41315A4AA2704C899557663346_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__53_1_mF3B926FA90689F29BABABE543D5AD255AC12DCB4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UIRenderDevice_DrawRanges_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m9B1A0575B3B8487DBF5674BC961D048217F113E2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UIRenderDevice_EvaluateChain_mAF7788E8FFD68141C3DFB6EDBA7237910ADED018_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UIRenderDevice_OnEngineUpdateGlobal_m2A6A033AD59809CD1A9FC44EF3ACFCB81A1760B9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UIRenderDevice_OnFlushPendingResources_mDD4D89EFCE82EBCFFB1CE69E6CBA291B2A63316B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* UIRenderDevice_PtrToSlice_TisDrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4_m5488C0559402FC14CADDEE8C1013F3BE91851303_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Utility_SetVectorArray_TisTransform3x4_t9F79FC0112A00D3FFD7AFAD2D10AD22DF929052F_mCBEB566543D68CBDCA2A2FA1FF8A7BD94D1F656F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Utility_SetVectorArray_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m6DAAD8594C53640538DBC160D82921D532523AF1_RuntimeMethod_var;
struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE;;
struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com;
struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com;;
struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke;
struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke;;
struct BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73;;
struct BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com;
struct BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com;;
struct BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke;
struct BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke;;
struct Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B;
struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_com;
struct ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_pinvoke;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_pinvoke;
struct State_tC241510131965D8DE1919EB16A3650E397E5AEAB;;
struct State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_com;
struct State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_com;;
struct State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_pinvoke;
struct State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_pinvoke;;
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
struct GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C;
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA;
struct VertexAttributeDescriptorU5BU5D_t5D10E60612F12777F59B7E33939F9075DB0E02B2;
struct __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.UIR.VectorImageRenderInfo>
struct Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
EntryU5BU5D_tF94CF48764A92F79CAC9630D8B1F4ADB437B18D9* ____entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::_count
int32_t ____count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
int32_t ____freeList_3;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
int32_t ____freeCount_4;
// System.Int32 System.Collections.Generic.Dictionary`2::_version
int32_t ____version_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
RuntimeObject* ____comparer_6;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
KeyCollection_tB3FAA62F9C12C65FEC51CA27CA6B3F2FCDC5173B* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t00C6C88A65B312A75F26F71381E34B3A6D8AA740* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2>
struct Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E : public RuntimeObject
{
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
EntryU5BU5D_tC73A41268B53254BFD2D7625E3658BA59BFA88F7* ____entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::_count
int32_t ____count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
int32_t ____freeList_3;
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
int32_t ____freeCount_4;
// System.Int32 System.Collections.Generic.Dictionary`2::_version
int32_t ____version_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
RuntimeObject* ____comparer_6;
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
KeyCollection_t1CBE5AB78BDC7F6ED5D26CC82740D63AE1E1D36A* ____keys_7;
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
ValueCollection_t4DD44C75F452BE61C910E1724C3A5F3110B8C15C* ____values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject* ____syncRoot_9;
};
// System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
struct LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9 : public RuntimeObject {};
// System.Collections.Generic.LinkedList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
struct LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9 : public RuntimeObject
{
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1::head
LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* ___head_0;
// System.Int32 System.Collections.Generic.LinkedList`1::count
int32_t ___count_1;
// System.Int32 System.Collections.Generic.LinkedList`1::version
int32_t ___version_2;
// System.Object System.Collections.Generic.LinkedList`1::_syncRoot
RuntimeObject* ____syncRoot_3;
// System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::_siInfo
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_4;
};
// System.Collections.Generic.LinkedList`1<UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree>
struct LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7 : public RuntimeObject
{
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1::head
LinkedListNode_1_t67D23132699BD5AA974F03A53E11E94CB77B8EB1* ___head_0;
// System.Int32 System.Collections.Generic.LinkedList`1::count
int32_t ___count_1;
// System.Int32 System.Collections.Generic.LinkedList`1::version
int32_t ___version_2;
// System.Object System.Collections.Generic.LinkedList`1::_syncRoot
RuntimeObject* ____syncRoot_3;
// System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::_siInfo
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_4;
};
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>>
struct LinkedPoolItem_1_t9085777154DBD9371E246BEFC117069B654E71FD : public RuntimeObject
{
// T UnityEngine.UIElements.UIR.LinkedPoolItem`1::poolNext
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___poolNext_0;
};
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.GradientRemap>
struct LinkedPoolItem_1_t6FDA4D3D7892BA96F64DABAA19EB9989EB14A0FF : public RuntimeObject
{
// T UnityEngine.UIElements.UIR.LinkedPoolItem`1::poolNext
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* ___poolNext_0;
};
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.MeshHandle>
struct LinkedPoolItem_1_t77597E722F28CEC15E53E9638992FDC40508EB75 : public RuntimeObject
{
// T UnityEngine.UIElements.UIR.LinkedPoolItem`1::poolNext
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___poolNext_0;
};
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.RenderChainCommand>
struct LinkedPoolItem_1_t0846BE403C5CD2D4DD84BFF16FEB0636BB9118C9 : public RuntimeObject
{
// T UnityEngine.UIElements.UIR.LinkedPoolItem`1::poolNext
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___poolNext_0;
};
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>
struct LinkedPoolItem_1_t966AFC99094156308D1A52BB685B3C177BC6A1F4 : public RuntimeObject
{
// T UnityEngine.UIElements.UIR.LinkedPoolItem`1::poolNext
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* ___poolNext_0;
};
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>>
struct LinkedPool_1_t97169CF531C4A68542443A3538F31DFBA0F6D6AD : public RuntimeObject
{
// System.Func`1<T> UnityEngine.UIElements.UIR.LinkedPool`1::m_CreateFunc
Func_1_t757202F61AB6BDAF6D64859B3BAF490B3589E987* ___m_CreateFunc_0;
// System.Action`1<T> UnityEngine.UIElements.UIR.LinkedPool`1::m_ResetAction
Action_1_tDC9937E9E5F8FFF63CC5B157B981C3D865709E68* ___m_ResetAction_1;
// System.Int32 UnityEngine.UIElements.UIR.LinkedPool`1::m_Limit
int32_t ___m_Limit_2;
// T UnityEngine.UIElements.UIR.LinkedPool`1::m_PoolFirst
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___m_PoolFirst_3;
// System.Int32 UnityEngine.UIElements.UIR.LinkedPool`1::<Count>k__BackingField
int32_t ___U3CCountU3Ek__BackingField_4;
};
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.GradientRemap>
struct LinkedPool_1_t71B2C5B9496F4931EF97825E4047B965A8B1EC83 : public RuntimeObject
{
// System.Func`1<T> UnityEngine.UIElements.UIR.LinkedPool`1::m_CreateFunc
Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18* ___m_CreateFunc_0;
// System.Action`1<T> UnityEngine.UIElements.UIR.LinkedPool`1::m_ResetAction
Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6* ___m_ResetAction_1;
// System.Int32 UnityEngine.UIElements.UIR.LinkedPool`1::m_Limit
int32_t ___m_Limit_2;
// T UnityEngine.UIElements.UIR.LinkedPool`1::m_PoolFirst
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* ___m_PoolFirst_3;
// System.Int32 UnityEngine.UIElements.UIR.LinkedPool`1::<Count>k__BackingField
int32_t ___U3CCountU3Ek__BackingField_4;
};
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.MeshHandle>
struct LinkedPool_1_tD8A175EE023C8220138E51E722F4A20ACE9CA851 : public RuntimeObject
{
// System.Func`1<T> UnityEngine.UIElements.UIR.LinkedPool`1::m_CreateFunc
Func_1_t8D65D629C8C51A932FBFED703C764E27182018B8* ___m_CreateFunc_0;
// System.Action`1<T> UnityEngine.UIElements.UIR.LinkedPool`1::m_ResetAction
Action_1_t390738D95A0B620166DAF476F4067FBE1A124820* ___m_ResetAction_1;
// System.Int32 UnityEngine.UIElements.UIR.LinkedPool`1::m_Limit
int32_t ___m_Limit_2;
// T UnityEngine.UIElements.UIR.LinkedPool`1::m_PoolFirst
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___m_PoolFirst_3;
// System.Int32 UnityEngine.UIElements.UIR.LinkedPool`1::<Count>k__BackingField
int32_t ___U3CCountU3Ek__BackingField_4;
};
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.RenderChainCommand>
struct LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F : public RuntimeObject
{
// System.Func`1<T> UnityEngine.UIElements.UIR.LinkedPool`1::m_CreateFunc
Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1* ___m_CreateFunc_0;
// System.Action`1<T> UnityEngine.UIElements.UIR.LinkedPool`1::m_ResetAction
Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC* ___m_ResetAction_1;
// System.Int32 UnityEngine.UIElements.UIR.LinkedPool`1::m_Limit
int32_t ___m_Limit_2;
// T UnityEngine.UIElements.UIR.LinkedPool`1::m_PoolFirst
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___m_PoolFirst_3;
// System.Int32 UnityEngine.UIElements.UIR.LinkedPool`1::<Count>k__BackingField
int32_t ___U3CCountU3Ek__BackingField_4;
};
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>
struct LinkedPool_1_t238DA1A4A4F5F2AA70AFCDF3DE6CE2AB5C654333 : public RuntimeObject
{
// System.Func`1<T> UnityEngine.UIElements.UIR.LinkedPool`1::m_CreateFunc
Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B* ___m_CreateFunc_0;
// System.Action`1<T> UnityEngine.UIElements.UIR.LinkedPool`1::m_ResetAction
Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F* ___m_ResetAction_1;
// System.Int32 UnityEngine.UIElements.UIR.LinkedPool`1::m_Limit
int32_t ___m_Limit_2;
// T UnityEngine.UIElements.UIR.LinkedPool`1::m_PoolFirst
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* ___m_PoolFirst_3;
// System.Int32 UnityEngine.UIElements.UIR.LinkedPool`1::<Count>k__BackingField
int32_t ___U3CCountU3Ek__BackingField_4;
};
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>>
struct List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
List_1U5BU5D_t71E0AFA4A35F98967252A52F1BA711655B94CF24* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>>
struct List_1_tA79C35FB5E50135962B53960CB758B9262700632 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
List_1U5BU5D_tA60DD4961B3E0C1873E425BEDCEB03AD0C3B16BE* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Collections.Generic.List`1<UnityEngine.Material>
struct List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain>
struct List_1_t7524385702B2ADF442BBE71121A26B337005726D : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
RenderChainU5BU5D_tD86D2A262F4A03450C368D8058A1D058E63C87FF* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChainTextEntry>
struct List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
RenderChainTextEntryU5BU5D_tD38698D193EAB301825EAD81C1D10280631FBD62* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Collections.Generic.List`1<UnityEngine.RenderTexture>
struct List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
RenderTextureU5BU5D_t9C963C4B9AAD862BBE402147E82F7BEBF699F6A6* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Collections.Generic.List`1<System.UInt32>
struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.VectorImageManager>
struct List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
VectorImageManagerU5BU5D_tED65E2CFA572B3026276D5E87498FCD9EAA5D73B* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>
struct List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
struct List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>
struct List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
PageU5BU5D_tFCE8198B6D8AF479FBA546791B9CF3DD8A2D75C9* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>
struct List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
RenderNodeDataU5BU5D_t73A42A22EC1354DE8A25C10A2E408E1DA7C41B7E* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>
struct List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
AllocToFreeU5BU5D_tABB7AF052966F0E8DFAA88DF107B682ED5411788* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>
struct List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2 : public RuntimeObject
{
// T[] System.Collections.Generic.List`1::_items
AllocToUpdateU5BU5D_tC52656BA0214FA47884361867D3ED2D23CE612C3* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject* ____syncRoot_4;
};
// System.Collections.Generic.Stack`1<UnityEngine.Matrix4x4>
struct Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E : public RuntimeObject
{
// T[] System.Collections.Generic.Stack`1::_array
Matrix4x4U5BU5D_t9C51C93425FABC022B506D2DB3A5FA70F9752C4D* ____array_0;
// System.Int32 System.Collections.Generic.Stack`1::_size
int32_t ____size_1;
// System.Int32 System.Collections.Generic.Stack`1::_version
int32_t ____version_2;
// System.Object System.Collections.Generic.Stack`1::_syncRoot
RuntimeObject* ____syncRoot_3;
};
// System.Collections.Generic.Stack`1<UnityEngine.Rect>
struct Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA : public RuntimeObject
{
// T[] System.Collections.Generic.Stack`1::_array
RectU5BU5D_t83297CB2E61BDF9D27DCB1A3E5C78EBCE9F7C993* ____array_0;
// System.Int32 System.Collections.Generic.Stack`1::_size
int32_t ____size_1;
// System.Int32 System.Collections.Generic.Stack`1::_version
int32_t ____version_2;
// System.Object System.Collections.Generic.Stack`1::_syncRoot
RuntimeObject* ____syncRoot_3;
};
// System.Collections.Generic.Stack`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
struct Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A : public RuntimeObject
{
// T[] System.Collections.Generic.Stack`1::_array
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* ____array_0;
// System.Int32 System.Collections.Generic.Stack`1::_size
int32_t ____size_1;
// System.Int32 System.Collections.Generic.Stack`1::_version
int32_t ____version_2;
// System.Object System.Collections.Generic.Stack`1::_syncRoot
RuntimeObject* ____syncRoot_3;
};
// UnityEngine.UIElements.AtlasBase
struct AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC : public RuntimeObject
{
// UnityEngine.UIElements.TextureRegistry UnityEngine.UIElements.AtlasBase::textureRegistry
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* ___textureRegistry_0;
};
// UnityEngine.UIElements.UIR.BaseShaderInfoStorage
struct BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2 : public RuntimeObject
{
// System.Boolean UnityEngine.UIElements.UIR.BaseShaderInfoStorage::<disposed>k__BackingField
bool ___U3CdisposedU3Ek__BackingField_4;
};
// UnityEngine.UIElements.BaseVisualTreeUpdater
struct BaseVisualTreeUpdater_t234B0DC7D28731E61BA8215154765170E5D0AB41 : public RuntimeObject
{
// System.Action`1<UnityEngine.UIElements.BaseVisualElementPanel> UnityEngine.UIElements.BaseVisualTreeUpdater::panelChanged
Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53* ___panelChanged_0;
// UnityEngine.UIElements.BaseVisualElementPanel UnityEngine.UIElements.BaseVisualTreeUpdater::m_Panel
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___m_Panel_1;
};
// UnityEngine.UIElements.CallbackEventHandler
struct CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4 : public RuntimeObject
{
// UnityEngine.UIElements.EventCallbackRegistry UnityEngine.UIElements.CallbackEventHandler::m_CallbackRegistry
EventCallbackRegistry_tE18297C3F7E535BD82EDA83EC6D6DAA386226B85* ___m_CallbackRegistry_0;
};
// UnityEngine.UIElements.UIR.DrawParams
struct DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443 : public RuntimeObject
{
// System.Collections.Generic.Stack`1<UnityEngine.Matrix4x4> UnityEngine.UIElements.UIR.DrawParams::view
Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* ___view_2;
// System.Collections.Generic.Stack`1<UnityEngine.Rect> UnityEngine.UIElements.UIR.DrawParams::scissor
Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* ___scissor_3;
// System.Collections.Generic.List`1<UnityEngine.RenderTexture> UnityEngine.UIElements.UIR.DrawParams::renderTexture
List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B* ___renderTexture_4;
// System.Collections.Generic.List`1<UnityEngine.Material> UnityEngine.UIElements.UIR.DrawParams::defaultMaterial
List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* ___defaultMaterial_5;
};
// UnityEngine.UIElements.UIR.GPUBufferAllocator
struct GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48 : public RuntimeObject
{
// UnityEngine.UIElements.UIR.BestFitAllocator UnityEngine.UIElements.UIR.GPUBufferAllocator::m_Low
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* ___m_Low_0;
// UnityEngine.UIElements.UIR.BestFitAllocator UnityEngine.UIElements.UIR.GPUBufferAllocator::m_High
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* ___m_High_1;
};
// UnityEngine.UIElements.UIR.Page
struct Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9 : public RuntimeObject
{
// System.Boolean UnityEngine.UIElements.UIR.Page::<disposed>k__BackingField
bool ___U3CdisposedU3Ek__BackingField_0;
// UnityEngine.UIElements.UIR.Page/DataSet`1<UnityEngine.UIElements.Vertex> UnityEngine.UIElements.UIR.Page::vertices
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* ___vertices_1;
// UnityEngine.UIElements.UIR.Page/DataSet`1<System.UInt16> UnityEngine.UIElements.UIR.Page::indices
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* ___indices_2;
// UnityEngine.UIElements.UIR.Page UnityEngine.UIElements.UIR.Page::next
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___next_3;
// System.Int32 UnityEngine.UIElements.UIR.Page::framesEmpty
int32_t ___framesEmpty_4;
};
// UnityEngine.UIElements.UIR.Shaders
struct Shaders_t84A2F64B101E87AC42866AA74DC014837843389D : public RuntimeObject
{
};
// System.String
struct String_t : public RuntimeObject
{
// System.Int32 System.String::_stringLength
int32_t ____stringLength_4;
// System.Char System.String::_firstChar
Il2CppChar ____firstChar_5;
};
// UnityEngine.UIElements.TextureRegistry
struct TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B : public RuntimeObject
{
// System.Collections.Generic.List`1<UnityEngine.UIElements.TextureRegistry/TextureInfo> UnityEngine.UIElements.TextureRegistry::m_Textures
List_1_t33D0D5DC1CC999D9E66584CFA3E5F86E9C719E8C* ___m_Textures_0;
// System.Collections.Generic.Dictionary`2<UnityEngine.Texture,UnityEngine.UIElements.TextureId> UnityEngine.UIElements.TextureRegistry::m_TextureToId
Dictionary_2_t2E14D8B0F76748B5AE00AF497CE45177082B7DA6* ___m_TextureToId_1;
// System.Collections.Generic.Stack`1<UnityEngine.UIElements.TextureId> UnityEngine.UIElements.TextureRegistry::m_FreeIds
Stack_1_t3B750F239246A65B0BACFB807CBA1961CA8DE0A6* ___m_FreeIds_2;
};
// UnityEngine.UIElements.UIR.TextureSlotManager
struct TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D : public RuntimeObject
{
// UnityEngine.UIElements.TextureId[] UnityEngine.UIElements.UIR.TextureSlotManager::m_Textures
TextureIdU5BU5D_t03041DBB5C72B7E6F5F694A36DC5FEA75432188A* ___m_Textures_3;
// System.Int32[] UnityEngine.UIElements.UIR.TextureSlotManager::m_Tickets
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___m_Tickets_4;
// System.Int32 UnityEngine.UIElements.UIR.TextureSlotManager::m_CurrentTicket
int32_t ___m_CurrentTicket_5;
// System.Int32 UnityEngine.UIElements.UIR.TextureSlotManager::m_FirstUsedTicket
int32_t ___m_FirstUsedTicket_6;
// UnityEngine.Vector4[] UnityEngine.UIElements.UIR.TextureSlotManager::m_GpuTextures
Vector4U5BU5D_tC0F3A7115F85007510F6D173968200CD31BCF7AD* ___m_GpuTextures_7;
// System.Int32 UnityEngine.UIElements.UIR.TextureSlotManager::<FreeSlots>k__BackingField
int32_t ___U3CFreeSlotsU3Ek__BackingField_8;
// UnityEngine.UIElements.TextureRegistry UnityEngine.UIElements.UIR.TextureSlotManager::textureRegistry
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* ___textureRegistry_9;
};
// UnityEngine.UIElements.UIElementsPackageUtility
struct UIElementsPackageUtility_tE9E513C85D65D60A1BA9652BBFC6C3C6652C821A : public RuntimeObject
{
};
// UnityEngine.UIElements.UIRUtility
struct UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C : public RuntimeObject
{
};
// System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
{
};
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
{
};
// UnityEngine.UIElements.UIR.VectorImageManager
struct VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED : public RuntimeObject
{
// UnityEngine.UIElements.AtlasBase UnityEngine.UIElements.UIR.VectorImageManager::m_Atlas
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___m_Atlas_3;
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.UIR.VectorImageRenderInfo> UnityEngine.UIElements.UIR.VectorImageManager::m_Registered
Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E* ___m_Registered_4;
// UnityEngine.UIElements.UIR.VectorImageRenderInfoPool UnityEngine.UIElements.UIR.VectorImageManager::m_RenderInfoPool
VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A* ___m_RenderInfoPool_5;
// UnityEngine.UIElements.UIR.GradientRemapPool UnityEngine.UIElements.UIR.VectorImageManager::m_GradientRemapPool
GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B* ___m_GradientRemapPool_6;
// UnityEngine.UIElements.UIR.GradientSettingsAtlas UnityEngine.UIElements.UIR.VectorImageManager::m_GradientSettingsAtlas
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* ___m_GradientSettingsAtlas_7;
// System.Boolean UnityEngine.UIElements.UIR.VectorImageManager::m_LoggedExhaustedSettingsAtlas
bool ___m_LoggedExhaustedSettingsAtlas_8;
// System.Boolean UnityEngine.UIElements.UIR.VectorImageManager::<disposed>k__BackingField
bool ___U3CdisposedU3Ek__BackingField_9;
};
// UnityEngine.UIElements.UIR.GradientRemapPool/<>c
struct U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300 : public RuntimeObject
{
};
// UnityEngine.UIElements.UIR.RenderChain/<>c
struct U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F : public RuntimeObject
{
};
// UnityEngine.UIElements.UIR.UIRenderDevice/<>c
struct U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA : public RuntimeObject
{
};
// UnityEngine.UIElements.UIR.VectorImageRenderInfoPool/<>c
struct U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C : public RuntimeObject
{
};
// UnityEngine.UIElements.UIR.BasicNodePool`1<UnityEngine.UIElements.UIR.TextureEntry>
struct BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828 : public LinkedPool_1_t97169CF531C4A68542443A3538F31DFBA0F6D6AD
{
};
// System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
typedef Il2CppFullySharedGenericStruct Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF;
// System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.UIElements.Panel>
struct KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93
{
// TKey System.Collections.Generic.KeyValuePair`2::key
int32_t ___key_0;
// TValue System.Collections.Generic.KeyValuePair`2::value
Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9* ___value_1;
};
// System.Collections.Generic.KeyValuePair`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
typedef Il2CppFullySharedGenericStruct KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669;
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.UIR.DrawBufferRange>
struct NativeSlice_1_t2E5DBD9A5F77A5044A4160098A0B2A45D3EE8974
{
// System.Byte* Unity.Collections.NativeSlice`1::m_Buffer
uint8_t* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeSlice`1::m_Stride
int32_t ___m_Stride_1;
// System.Int32 Unity.Collections.NativeSlice`1::m_Length
int32_t ___m_Length_2;
};
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.UIR.Transform3x4>
struct NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370
{
// System.Byte* Unity.Collections.NativeSlice`1::m_Buffer
uint8_t* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeSlice`1::m_Stride
int32_t ___m_Stride_1;
// System.Int32 Unity.Collections.NativeSlice`1::m_Length
int32_t ___m_Length_2;
};
// Unity.Collections.NativeSlice`1<System.UInt16>
struct NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A
{
// System.Byte* Unity.Collections.NativeSlice`1::m_Buffer
uint8_t* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeSlice`1::m_Stride
int32_t ___m_Stride_1;
// System.Int32 Unity.Collections.NativeSlice`1::m_Length
int32_t ___m_Length_2;
};
// Unity.Collections.NativeSlice`1<UnityEngine.Vector4>
struct NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F
{
// System.Byte* Unity.Collections.NativeSlice`1::m_Buffer
uint8_t* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeSlice`1::m_Stride
int32_t ___m_Stride_1;
// System.Int32 Unity.Collections.NativeSlice`1::m_Length
int32_t ___m_Length_2;
};
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>
struct NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2
{
// System.Byte* Unity.Collections.NativeSlice`1::m_Buffer
uint8_t* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeSlice`1::m_Stride
int32_t ___m_Stride_1;
// System.Int32 Unity.Collections.NativeSlice`1::m_Length
int32_t ___m_Length_2;
};
// Unity.Collections.NativeSlice`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
struct NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52
{
// System.Byte* Unity.Collections.NativeSlice`1::m_Buffer
uint8_t* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeSlice`1::m_Stride
int32_t ___m_Stride_1;
// System.Int32 Unity.Collections.NativeSlice`1::m_Length
int32_t ___m_Length_2;
};
// System.Nullable`1<System.Boolean>
struct Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01
{
// System.Boolean System.Nullable`1::hasValue
bool ___hasValue_0;
// T System.Nullable`1::value
bool ___value_1;
};
// System.Nullable`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
typedef Il2CppFullySharedGenericStruct Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339;
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.InheritedData>
struct StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA
{
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<T> UnityEngine.UIElements.StyleDataRef`1::m_Ref
RefCounted_t6B975CD3D06E8D955346FC0D66E8F6E449D49A44* ___m_Ref_0;
};
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.LayoutData>
struct StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4
{
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<T> UnityEngine.UIElements.StyleDataRef`1::m_Ref
RefCounted_t0E133AD36715877AE1CE72539A0199B4D3AA8CD1* ___m_Ref_0;
};
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.RareData>
struct StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3
{
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<T> UnityEngine.UIElements.StyleDataRef`1::m_Ref
RefCounted_t81BCBAE57D930C934CF7A439452D65303AC6A8CD* ___m_Ref_0;
};
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.TransformData>
struct StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3
{
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<T> UnityEngine.UIElements.StyleDataRef`1::m_Ref
RefCounted_t78303B1CD3D08C664ABB15EBD7C882DA3E06CF7D* ___m_Ref_0;
};
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.TransitionData>
struct StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E
{
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<T> UnityEngine.UIElements.StyleDataRef`1::m_Ref
RefCounted_tA9FB4D63A1064BD322AFDFCD70319CB384C057D9* ___m_Ref_0;
};
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.VisualData>
struct StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC
{
// UnityEngine.UIElements.StyleDataRef`1/RefCounted<T> UnityEngine.UIElements.StyleDataRef`1::m_Ref
RefCounted_t812D790A2C787F18230F9234F6C9B84D4AC1A85A* ___m_Ref_0;
};
// UnityEngine.UIElements.UIR.Alloc
struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE
{
// System.UInt32 UnityEngine.UIElements.UIR.Alloc::start
uint32_t ___start_0;
// System.UInt32 UnityEngine.UIElements.UIR.Alloc::size
uint32_t ___size_1;
// System.Object UnityEngine.UIElements.UIR.Alloc::handle
RuntimeObject* ___handle_2;
// System.Boolean UnityEngine.UIElements.UIR.Alloc::shortLived
bool ___shortLived_3;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.Alloc
struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke
{
uint32_t ___start_0;
uint32_t ___size_1;
Il2CppIUnknown* ___handle_2;
int32_t ___shortLived_3;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.Alloc
struct Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com
{
uint32_t ___start_0;
uint32_t ___size_1;
Il2CppIUnknown* ___handle_2;
int32_t ___shortLived_3;
};
// UnityEngine.UIElements.UIR.BitmapAllocator32
struct BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73
{
// System.Int32 UnityEngine.UIElements.UIR.BitmapAllocator32::m_PageHeight
int32_t ___m_PageHeight_0;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page> UnityEngine.UIElements.UIR.BitmapAllocator32::m_Pages
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* ___m_Pages_1;
// System.Collections.Generic.List`1<System.UInt32> UnityEngine.UIElements.UIR.BitmapAllocator32::m_AllocMap
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_AllocMap_2;
// System.Int32 UnityEngine.UIElements.UIR.BitmapAllocator32::m_EntryWidth
int32_t ___m_EntryWidth_3;
// System.Int32 UnityEngine.UIElements.UIR.BitmapAllocator32::m_EntryHeight
int32_t ___m_EntryHeight_4;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.BitmapAllocator32
struct BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke
{
int32_t ___m_PageHeight_0;
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* ___m_Pages_1;
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_AllocMap_2;
int32_t ___m_EntryWidth_3;
int32_t ___m_EntryHeight_4;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.BitmapAllocator32
struct BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com
{
int32_t ___m_PageHeight_0;
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* ___m_Pages_1;
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* ___m_AllocMap_2;
int32_t ___m_EntryWidth_3;
int32_t ___m_EntryHeight_4;
};
// System.Boolean
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
{
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
};
// System.Byte
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
{
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
};
// UnityEngine.UIElements.UIR.ChainBuilderStats
struct ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C
{
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::elementsAdded
uint32_t ___elementsAdded_0;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::elementsRemoved
uint32_t ___elementsRemoved_1;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::recursiveClipUpdates
uint32_t ___recursiveClipUpdates_2;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::recursiveClipUpdatesExpanded
uint32_t ___recursiveClipUpdatesExpanded_3;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::nonRecursiveClipUpdates
uint32_t ___nonRecursiveClipUpdates_4;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::recursiveTransformUpdates
uint32_t ___recursiveTransformUpdates_5;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::recursiveTransformUpdatesExpanded
uint32_t ___recursiveTransformUpdatesExpanded_6;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::recursiveOpacityUpdates
uint32_t ___recursiveOpacityUpdates_7;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::recursiveOpacityUpdatesExpanded
uint32_t ___recursiveOpacityUpdatesExpanded_8;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::colorUpdates
uint32_t ___colorUpdates_9;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::colorUpdatesExpanded
uint32_t ___colorUpdatesExpanded_10;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::recursiveVisualUpdates
uint32_t ___recursiveVisualUpdates_11;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::recursiveVisualUpdatesExpanded
uint32_t ___recursiveVisualUpdatesExpanded_12;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::nonRecursiveVisualUpdates
uint32_t ___nonRecursiveVisualUpdates_13;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::dirtyProcessed
uint32_t ___dirtyProcessed_14;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::nudgeTransformed
uint32_t ___nudgeTransformed_15;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::boneTransformed
uint32_t ___boneTransformed_16;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::skipTransformed
uint32_t ___skipTransformed_17;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::visualUpdateTransformed
uint32_t ___visualUpdateTransformed_18;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::updatedMeshAllocations
uint32_t ___updatedMeshAllocations_19;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::newMeshAllocations
uint32_t ___newMeshAllocations_20;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::groupTransformElementsChanged
uint32_t ___groupTransformElementsChanged_21;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::immedateRenderersActive
uint32_t ___immedateRenderersActive_22;
// System.UInt32 UnityEngine.UIElements.UIR.ChainBuilderStats::textUpdates
uint32_t ___textUpdates_23;
};
// UnityEngine.Color
struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F
{
// System.Single UnityEngine.Color::r
float ___r_0;
// System.Single UnityEngine.Color::g
float ___g_1;
// System.Single UnityEngine.Color::b
float ___b_2;
// System.Single UnityEngine.Color::a
float ___a_3;
};
// UnityEngine.Color32
struct Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B
{
union
{
#pragma pack(push, tp, 1)
struct
{
// System.Int32 UnityEngine.Color32::rgba
int32_t ___rgba_0;
};
#pragma pack(pop, tp)
struct
{
int32_t ___rgba_0_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
// System.Byte UnityEngine.Color32::r
uint8_t ___r_1;
};
#pragma pack(pop, tp)
struct
{
uint8_t ___r_1_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___g_2_OffsetPadding[1];
// System.Byte UnityEngine.Color32::g
uint8_t ___g_2;
};
#pragma pack(pop, tp)
struct
{
char ___g_2_OffsetPadding_forAlignmentOnly[1];
uint8_t ___g_2_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___b_3_OffsetPadding[2];
// System.Byte UnityEngine.Color32::b
uint8_t ___b_3;
};
#pragma pack(pop, tp)
struct
{
char ___b_3_OffsetPadding_forAlignmentOnly[2];
uint8_t ___b_3_forAlignmentOnly;
};
#pragma pack(push, tp, 1)
struct
{
char ___a_4_OffsetPadding[3];
// System.Byte UnityEngine.Color32::a
uint8_t ___a_4;
};
#pragma pack(pop, tp)
struct
{
char ___a_4_OffsetPadding_forAlignmentOnly[3];
uint8_t ___a_4_forAlignmentOnly;
};
};
};
// System.Double
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
{
// System.Double System.Double::m_value
double ___m_value_0;
};
// UnityEngine.UIElements.UIR.DrawBufferRange
struct DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4
{
// System.Int32 UnityEngine.UIElements.UIR.DrawBufferRange::firstIndex
int32_t ___firstIndex_0;
// System.Int32 UnityEngine.UIElements.UIR.DrawBufferRange::indexCount
int32_t ___indexCount_1;
// System.Int32 UnityEngine.UIElements.UIR.DrawBufferRange::minIndexVal
int32_t ___minIndexVal_2;
// System.Int32 UnityEngine.UIElements.UIR.DrawBufferRange::vertsReferenced
int32_t ___vertsReferenced_3;
};
// System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
{
};
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
{
};
// UnityEngine.EventInterests
struct EventInterests_tF375F3296A6689BC4B016F237123DB5457515EC8
{
// System.Boolean UnityEngine.EventInterests::<wantsMouseMove>k__BackingField
bool ___U3CwantsMouseMoveU3Ek__BackingField_0;
// System.Boolean UnityEngine.EventInterests::<wantsMouseEnterLeaveWindow>k__BackingField
bool ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1;
// System.Boolean UnityEngine.EventInterests::<wantsLessLayoutEvents>k__BackingField
bool ___U3CwantsLessLayoutEventsU3Ek__BackingField_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.EventInterests
struct EventInterests_tF375F3296A6689BC4B016F237123DB5457515EC8_marshaled_pinvoke
{
int32_t ___U3CwantsMouseMoveU3Ek__BackingField_0;
int32_t ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1;
int32_t ___U3CwantsLessLayoutEventsU3Ek__BackingField_2;
};
// Native definition for COM marshalling of UnityEngine.EventInterests
struct EventInterests_tF375F3296A6689BC4B016F237123DB5457515EC8_marshaled_com
{
int32_t ___U3CwantsMouseMoveU3Ek__BackingField_0;
int32_t ___U3CwantsMouseEnterLeaveWindowU3Ek__BackingField_1;
int32_t ___U3CwantsLessLayoutEventsU3Ek__BackingField_2;
};
// UnityEngine.UIElements.Focusable
struct Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0 : public CallbackEventHandler_t99E35735225B4ACEAD1BA981632FD2D46E9CB2B4
{
// System.Boolean UnityEngine.UIElements.Focusable::<focusable>k__BackingField
bool ___U3CfocusableU3Ek__BackingField_1;
// System.Int32 UnityEngine.UIElements.Focusable::<tabIndex>k__BackingField
int32_t ___U3CtabIndexU3Ek__BackingField_2;
// System.Boolean UnityEngine.UIElements.Focusable::m_DelegatesFocus
bool ___m_DelegatesFocus_3;
// System.Boolean UnityEngine.UIElements.Focusable::m_ExcludeFromFocusRing
bool ___m_ExcludeFromFocusRing_4;
// System.Boolean UnityEngine.UIElements.Focusable::isIMGUIContainer
bool ___isIMGUIContainer_5;
};
// UnityEngine.UIElements.UIR.GradientRemapPool
struct GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B : public LinkedPool_1_t71B2C5B9496F4931EF97825E4047B965A8B1EC83
{
};
// System.Int32
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
{
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
};
// System.IntPtr
struct IntPtr_t
{
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
};
// UnityEngine.Matrix4x4
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6
{
// System.Single UnityEngine.Matrix4x4::m00
float ___m00_0;
// System.Single UnityEngine.Matrix4x4::m10
float ___m10_1;
// System.Single UnityEngine.Matrix4x4::m20
float ___m20_2;
// System.Single UnityEngine.Matrix4x4::m30
float ___m30_3;
// System.Single UnityEngine.Matrix4x4::m01
float ___m01_4;
// System.Single UnityEngine.Matrix4x4::m11
float ___m11_5;
// System.Single UnityEngine.Matrix4x4::m21
float ___m21_6;
// System.Single UnityEngine.Matrix4x4::m31
float ___m31_7;
// System.Single UnityEngine.Matrix4x4::m02
float ___m02_8;
// System.Single UnityEngine.Matrix4x4::m12
float ___m12_9;
// System.Single UnityEngine.Matrix4x4::m22
float ___m22_10;
// System.Single UnityEngine.Matrix4x4::m32
float ___m32_11;
// System.Single UnityEngine.Matrix4x4::m03
float ___m03_12;
// System.Single UnityEngine.Matrix4x4::m13
float ___m13_13;
// System.Single UnityEngine.Matrix4x4::m23
float ___m23_14;
// System.Single UnityEngine.Matrix4x4::m33
float ___m33_15;
};
// UnityEngine.PropertyName
struct PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2
{
// System.Int32 UnityEngine.PropertyName::id
int32_t ___id_0;
};
// UnityEngine.Rect
struct Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D
{
// System.Single UnityEngine.Rect::m_XMin
float ___m_XMin_0;
// System.Single UnityEngine.Rect::m_YMin
float ___m_YMin_1;
// System.Single UnityEngine.Rect::m_Width
float ___m_Width_2;
// System.Single UnityEngine.Rect::m_Height
float ___m_Height_3;
};
// UnityEngine.RectInt
struct RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8
{
// System.Int32 UnityEngine.RectInt::m_XMin
int32_t ___m_XMin_0;
// System.Int32 UnityEngine.RectInt::m_YMin
int32_t ___m_YMin_1;
// System.Int32 UnityEngine.RectInt::m_Width
int32_t ___m_Width_2;
// System.Int32 UnityEngine.RectInt::m_Height
int32_t ___m_Height_3;
};
// UnityEngine.UIElements.UIR.RenderChainTextEntry
struct RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11
{
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainTextEntry::command
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___command_0;
// System.Int32 UnityEngine.UIElements.UIR.RenderChainTextEntry::firstVertex
int32_t ___firstVertex_1;
// System.Int32 UnityEngine.UIElements.UIR.RenderChainTextEntry::vertexCount
int32_t ___vertexCount_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.RenderChainTextEntry
struct RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshaled_pinvoke
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___command_0;
int32_t ___firstVertex_1;
int32_t ___vertexCount_2;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.RenderChainTextEntry
struct RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshaled_com
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___command_0;
int32_t ___firstVertex_1;
int32_t ___vertexCount_2;
};
// System.Single
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
{
// System.Single System.Single::m_value
float ___m_value_0;
};
// UnityEngine.Rendering.StencilState
struct StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9
{
// System.Byte UnityEngine.Rendering.StencilState::m_Enabled
uint8_t ___m_Enabled_0;
// System.Byte UnityEngine.Rendering.StencilState::m_ReadMask
uint8_t ___m_ReadMask_1;
// System.Byte UnityEngine.Rendering.StencilState::m_WriteMask
uint8_t ___m_WriteMask_2;
// System.Byte UnityEngine.Rendering.StencilState::m_Padding
uint8_t ___m_Padding_3;
// System.Byte UnityEngine.Rendering.StencilState::m_CompareFunctionFront
uint8_t ___m_CompareFunctionFront_4;
// System.Byte UnityEngine.Rendering.StencilState::m_PassOperationFront
uint8_t ___m_PassOperationFront_5;
// System.Byte UnityEngine.Rendering.StencilState::m_FailOperationFront
uint8_t ___m_FailOperationFront_6;
// System.Byte UnityEngine.Rendering.StencilState::m_ZFailOperationFront
uint8_t ___m_ZFailOperationFront_7;
// System.Byte UnityEngine.Rendering.StencilState::m_CompareFunctionBack
uint8_t ___m_CompareFunctionBack_8;
// System.Byte UnityEngine.Rendering.StencilState::m_PassOperationBack
uint8_t ___m_PassOperationBack_9;
// System.Byte UnityEngine.Rendering.StencilState::m_FailOperationBack
uint8_t ___m_FailOperationBack_10;
// System.Byte UnityEngine.Rendering.StencilState::m_ZFailOperationBack
uint8_t ___m_ZFailOperationBack_11;
};
// UnityEngine.UIElements.TextureId
struct TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58
{
// System.Int32 UnityEngine.UIElements.TextureId::m_Index
int32_t ___m_Index_0;
};
// UnityEngine.UIElements.UIRRepaintUpdater
struct UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E : public BaseVisualTreeUpdater_t234B0DC7D28731E61BA8215154765170E5D0AB41
{
// UnityEngine.UIElements.BaseVisualElementPanel UnityEngine.UIElements.UIRRepaintUpdater::attachedPanel
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___attachedPanel_2;
// UnityEngine.UIElements.UIR.RenderChain UnityEngine.UIElements.UIRRepaintUpdater::renderChain
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___renderChain_3;
// System.Boolean UnityEngine.UIElements.UIRRepaintUpdater::<drawStats>k__BackingField
bool ___U3CdrawStatsU3Ek__BackingField_6;
// System.Boolean UnityEngine.UIElements.UIRRepaintUpdater::<breakBatches>k__BackingField
bool ___U3CbreakBatchesU3Ek__BackingField_7;
// System.Boolean UnityEngine.UIElements.UIRRepaintUpdater::<disposed>k__BackingField
bool ___U3CdisposedU3Ek__BackingField_8;
};
// System.UInt16
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455
{
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
};
// System.UInt32
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
{
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
};
// System.UInt64
struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF
{
// System.UInt64 System.UInt64::m_value
uint64_t ___m_value_0;
};
// UnityEngine.Vector2
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7
{
// System.Single UnityEngine.Vector2::x
float ___x_0;
// System.Single UnityEngine.Vector2::y
float ___y_1;
};
// UnityEngine.Vector2Int
struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A
{
// System.Int32 UnityEngine.Vector2Int::m_X
int32_t ___m_X_0;
// System.Int32 UnityEngine.Vector2Int::m_Y
int32_t ___m_Y_1;
};
// UnityEngine.Vector3
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2
{
// System.Single UnityEngine.Vector3::x
float ___x_2;
// System.Single UnityEngine.Vector3::y
float ___y_3;
// System.Single UnityEngine.Vector3::z
float ___z_4;
};
// UnityEngine.Vector4
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3
{
// System.Single UnityEngine.Vector4::x
float ___x_1;
// System.Single UnityEngine.Vector4::y
float ___y_2;
// System.Single UnityEngine.Vector4::z
float ___z_3;
// System.Single UnityEngine.Vector4::w
float ___w_4;
};
// UnityEngine.UIElements.UIR.VectorImageRenderInfoPool
struct VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A : public LinkedPool_1_t238DA1A4A4F5F2AA70AFCDF3DE6CE2AB5C654333
{
};
// System.Void
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
{
union
{
struct
{
};
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
};
};
// UnityEngine.UIElements.UIR.BitmapAllocator32/Page
struct Page_t04FE552A388BF55B12C8868E19589136957E00A5
{
// System.UInt16 UnityEngine.UIElements.UIR.BitmapAllocator32/Page::x
uint16_t ___x_0;
// System.UInt16 UnityEngine.UIElements.UIR.BitmapAllocator32/Page::y
uint16_t ___y_1;
// System.Int32 UnityEngine.UIElements.UIR.BitmapAllocator32/Page::freeSlots
int32_t ___freeSlots_2;
};
// UnityEngine.GUIClip/ParentClipScope
struct ParentClipScope_tDAB1300C623213518730D926A970098BECFD9C52
{
// System.Boolean UnityEngine.GUIClip/ParentClipScope::m_Disposed
bool ___m_Disposed_0;
};
// Native definition for P/Invoke marshalling of UnityEngine.GUIClip/ParentClipScope
struct ParentClipScope_tDAB1300C623213518730D926A970098BECFD9C52_marshaled_pinvoke
{
int32_t ___m_Disposed_0;
};
// Native definition for COM marshalling of UnityEngine.GUIClip/ParentClipScope
struct ParentClipScope_tDAB1300C623213518730D926A970098BECFD9C52_marshaled_com
{
int32_t ___m_Disposed_0;
};
// UnityEngine.UIElements.UIR.GradientSettingsAtlas/RawTexture
struct RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA
{
// UnityEngine.Color32[] UnityEngine.UIElements.UIR.GradientSettingsAtlas/RawTexture::rgba
Color32U5BU5D_t38116C3E91765C4C5726CE12C77FAD7F9F737259* ___rgba_0;
// System.Int32 UnityEngine.UIElements.UIR.GradientSettingsAtlas/RawTexture::width
int32_t ___width_1;
// System.Int32 UnityEngine.UIElements.UIR.GradientSettingsAtlas/RawTexture::height
int32_t ___height_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.GradientSettingsAtlas/RawTexture
struct RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA_marshaled_pinvoke
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* ___rgba_0;
int32_t ___width_1;
int32_t ___height_2;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.GradientSettingsAtlas/RawTexture
struct RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA_marshaled_com
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* ___rgba_0;
int32_t ___width_1;
int32_t ___height_2;
};
// UnityEngine.UIElements.UIR.MeshBuilder/ClipCounts
struct ClipCounts_tA13B47CA84D741D6AA98C60E95935D3526F83CDC
{
// System.Int32 UnityEngine.UIElements.UIR.MeshBuilder/ClipCounts::firstClippedIndex
int32_t ___firstClippedIndex_0;
// System.Int32 UnityEngine.UIElements.UIR.MeshBuilder/ClipCounts::firstDegenerateIndex
int32_t ___firstDegenerateIndex_1;
// System.Int32 UnityEngine.UIElements.UIR.MeshBuilder/ClipCounts::lastClippedIndex
int32_t ___lastClippedIndex_2;
// System.Int32 UnityEngine.UIElements.UIR.MeshBuilder/ClipCounts::clippedTriangles
int32_t ___clippedTriangles_3;
// System.Int32 UnityEngine.UIElements.UIR.MeshBuilder/ClipCounts::addedTriangles
int32_t ___addedTriangles_4;
// System.Int32 UnityEngine.UIElements.UIR.MeshBuilder/ClipCounts::degenerateTriangles
int32_t ___degenerateTriangles_5;
};
// UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking
struct DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4
{
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement> UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::heads
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___heads_0;
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement> UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::tails
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___tails_1;
// System.Int32[] UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::minDepths
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___minDepths_2;
// System.Int32[] UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::maxDepths
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___maxDepths_3;
// System.UInt32 UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::dirtyID
uint32_t ___dirtyID_4;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking
struct DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshaled_pinvoke
{
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___heads_0;
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___tails_1;
Il2CppSafeArray/*NONE*/* ___minDepths_2;
Il2CppSafeArray/*NONE*/* ___maxDepths_3;
uint32_t ___dirtyID_4;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking
struct DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshaled_com
{
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___heads_0;
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___tails_1;
Il2CppSafeArray/*NONE*/* ___minDepths_2;
Il2CppSafeArray/*NONE*/* ___maxDepths_3;
uint32_t ___dirtyID_4;
};
// UnityEngine.UIElements.UIR.RenderChain/RenderChainStaticIndexAllocator
struct RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F
{
union
{
struct
{
};
uint8_t RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F__padding[1];
};
};
// UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree
struct DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B
{
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree::handle
uint32_t ___handle_0;
// UnityEngine.UIElements.UIR.Page UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree::page
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___page_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree
struct DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshaled_pinvoke
{
uint32_t ___handle_0;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___page_1;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree
struct DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshaled_com
{
uint32_t ___handle_0;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___page_1;
};
// UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics
struct DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F
{
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::currentFrameIndex
int32_t ___currentFrameIndex_0;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::totalIndices
uint32_t ___totalIndices_1;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::commandCount
uint32_t ___commandCount_2;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::drawCommandCount
uint32_t ___drawCommandCount_3;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::materialSetCount
uint32_t ___materialSetCount_4;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::drawRangeCount
uint32_t ___drawRangeCount_5;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::drawRangeCallCount
uint32_t ___drawRangeCallCount_6;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::immediateDraws
uint32_t ___immediateDraws_7;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics::stencilRefChanges
uint32_t ___stencilRefChanges_8;
};
// UnityEngine.UIElements.VisualElement/Hierarchy
struct Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677
{
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement/Hierarchy::m_Owner
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Owner_1;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.VisualElement/Hierarchy
struct Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshaled_pinvoke
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Owner_1;
};
// Native definition for COM marshalling of UnityEngine.UIElements.VisualElement/Hierarchy
struct Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677_marshaled_com
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_Owner_1;
};
// System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.UIElements.Panel>
struct Enumerator_tDF072DA54B02F88EA2752139159B5A4048CF1F44
{
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_dictionary
Dictionary_2_tB87BEC840CF876F5CE38D31A5FD1BFD7BDCCCD75* ____dictionary_0;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version
int32_t ____version_1;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index
int32_t ____index_2;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_current
KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93 ____current_3;
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType
int32_t ____getEnumeratorRetType_4;
};
// System.Collections.Generic.Dictionary`2/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
typedef Il2CppFullySharedGenericStruct Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1;
// UnityEngine.UIElements.UIR.Utility/GPUBuffer`1<System.UInt16>
struct GPUBuffer_1_tA865630D1AFA976A50A92C4ACE0243A78520BDC7 : public RuntimeObject
{
// System.IntPtr UnityEngine.UIElements.UIR.Utility/GPUBuffer`1::buffer
intptr_t ___buffer_0;
// System.Int32 UnityEngine.UIElements.UIR.Utility/GPUBuffer`1::elemCount
int32_t ___elemCount_1;
// System.Int32 UnityEngine.UIElements.UIR.Utility/GPUBuffer`1::elemStride
int32_t ___elemStride_2;
};
// UnityEngine.UIElements.UIR.Utility/GPUBuffer`1<UnityEngine.UIElements.Vertex>
struct GPUBuffer_1_tD1DC0573556845223680E17430EFF317DDA4A5AC : public RuntimeObject
{
// System.IntPtr UnityEngine.UIElements.UIR.Utility/GPUBuffer`1::buffer
intptr_t ___buffer_0;
// System.Int32 UnityEngine.UIElements.UIR.Utility/GPUBuffer`1::elemCount
int32_t ___elemCount_1;
// System.Int32 UnityEngine.UIElements.UIR.Utility/GPUBuffer`1::elemStride
int32_t ___elemStride_2;
};
// System.Collections.Generic.LinkedListNode`1<UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree>
struct LinkedListNode_1_t67D23132699BD5AA974F03A53E11E94CB77B8EB1 : public RuntimeObject
{
// System.Collections.Generic.LinkedList`1<T> System.Collections.Generic.LinkedListNode`1::list
LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7* ___list_0;
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1::next
LinkedListNode_1_t67D23132699BD5AA974F03A53E11E94CB77B8EB1* ___next_1;
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1::prev
LinkedListNode_1_t67D23132699BD5AA974F03A53E11E94CB77B8EB1* ___prev_2;
// T System.Collections.Generic.LinkedListNode`1::item
DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B ___item_3;
};
// UnityEngine.UIElements.AddressMode
struct AddressMode_t2C6D839F1391CCABEFAB25D8500B448D3CAB5EA3
{
// System.Int32 UnityEngine.UIElements.AddressMode::value__
int32_t ___value___2;
};
// Unity.Collections.Allocator
struct Allocator_t996642592271AAD9EE688F142741D512C07B5824
{
// System.Int32 Unity.Collections.Allocator::value__
int32_t ___value___2;
};
// UnityEngine.Bounds
struct Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3
{
// UnityEngine.Vector3 UnityEngine.Bounds::m_Center
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Center_0;
// UnityEngine.Vector3 UnityEngine.Bounds::m_Extents
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Extents_1;
};
// UnityEngine.UIElements.UIR.Implementation.ClipMethod
struct ClipMethod_t576E65D24928AB1D0072DB926DDFA98B84FBCEDB
{
// System.Int32 UnityEngine.UIElements.UIR.Implementation.ClipMethod::value__
int32_t ___value___2;
};
// UnityEngine.ColorSpace
struct ColorSpace_tD0808E0BE85FD3B9774234676F83A872F4EDA3C7
{
// System.Int32 UnityEngine.ColorSpace::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.UIR.CommandType
struct CommandType_tD31CF154E77E661A0B00A7A9A45F2557D8705A56
{
// System.Int32 UnityEngine.UIElements.UIR.CommandType::value__
int32_t ___value___2;
};
// UnityEngine.Rendering.CompareFunction
struct CompareFunction_tF4CB32BA795A16A1488DD63D6CF4DC71B20E1518
{
// System.Int32 UnityEngine.Rendering.CompareFunction::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.ComputedStyle
struct ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C
{
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.InheritedData> UnityEngine.UIElements.ComputedStyle::inheritedData
StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA ___inheritedData_0;
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.LayoutData> UnityEngine.UIElements.ComputedStyle::layoutData
StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4 ___layoutData_1;
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.RareData> UnityEngine.UIElements.ComputedStyle::rareData
StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3 ___rareData_2;
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.TransformData> UnityEngine.UIElements.ComputedStyle::transformData
StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3 ___transformData_3;
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.TransitionData> UnityEngine.UIElements.ComputedStyle::transitionData
StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E ___transitionData_4;
// UnityEngine.UIElements.StyleDataRef`1<UnityEngine.UIElements.VisualData> UnityEngine.UIElements.ComputedStyle::visualData
StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC ___visualData_5;
// UnityEngine.Yoga.YogaNode UnityEngine.UIElements.ComputedStyle::yogaNode
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* ___yogaNode_6;
// System.Collections.Generic.Dictionary`2<System.String,UnityEngine.UIElements.StyleSheets.StylePropertyValue> UnityEngine.UIElements.ComputedStyle::customProperties
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* ___customProperties_7;
// System.Int64 UnityEngine.UIElements.ComputedStyle::matchingRulesHash
int64_t ___matchingRulesHash_8;
// System.Single UnityEngine.UIElements.ComputedStyle::dpiScaling
float ___dpiScaling_9;
// UnityEngine.UIElements.ComputedTransitionProperty[] UnityEngine.UIElements.ComputedStyle::computedTransitions
ComputedTransitionPropertyU5BU5D_t25B9E78F5276CDA297C8215C316452CAB8219E82* ___computedTransitions_10;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.ComputedStyle
struct ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C_marshaled_pinvoke
{
StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA ___inheritedData_0;
StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4 ___layoutData_1;
StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3 ___rareData_2;
StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3 ___transformData_3;
StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E ___transitionData_4;
StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC ___visualData_5;
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* ___yogaNode_6;
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* ___customProperties_7;
int64_t ___matchingRulesHash_8;
float ___dpiScaling_9;
ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_pinvoke* ___computedTransitions_10;
};
// Native definition for COM marshalling of UnityEngine.UIElements.ComputedStyle
struct ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C_marshaled_com
{
StyleDataRef_1_tBB9987581539847AE5CCA2EA2349E05CDC9127FA ___inheritedData_0;
StyleDataRef_1_t5330A6F4EAC0EAB88E3B9849D866AA23BB6BE5F4 ___layoutData_1;
StyleDataRef_1_tF773E9CBC6DC0FEB38DF95A6F3F47AC49AE045B3 ___rareData_2;
StyleDataRef_1_t1D59CCAB740BE6B330D5B5FDA9F67391800200B3 ___transformData_3;
StyleDataRef_1_t6A7B146DD79EDF7F42CD8CCF3E411B40AA729B8E ___transitionData_4;
StyleDataRef_1_t9CB834B90E638D92A3BE5123B0D3989697AA87FC ___visualData_5;
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* ___yogaNode_6;
Dictionary_2_t645C7B1DAE2D839B52A5E387C165CE13D5465B00* ___customProperties_7;
int64_t ___matchingRulesHash_8;
float ___dpiScaling_9;
ComputedTransitionProperty_tD8E4D8EB5DD69E063944F27A48D9263F4F1354E1_marshaled_com* ___computedTransitions_10;
};
// UnityEngine.UIElements.ContextType
struct ContextType_t50FAC10DB1D4E29B37E532DED9CAA804FC4E59A0
{
// System.Int32 UnityEngine.UIElements.ContextType::value__
int32_t ___value___2;
};
// System.Delegate
struct Delegate_t : public RuntimeObject
{
// System.IntPtr System.Delegate::method_ptr
intptr_t ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject* ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.IntPtr System.Delegate::interp_method
intptr_t ___interp_method_7;
// System.IntPtr System.Delegate::interp_invoke_impl
intptr_t ___interp_invoke_impl_8;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t* ___method_info_9;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t* ___original_method_info_10;
// System.DelegateData System.Delegate::data
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_12;
};
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
intptr_t ___interp_method_7;
intptr_t ___interp_invoke_impl_8;
MethodInfo_t* ___method_info_9;
MethodInfo_t* ___original_method_info_10;
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
int32_t ___method_is_virtual_12;
};
// System.Exception
struct Exception_t : public RuntimeObject
{
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t* ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject* ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject* ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15;
// System.Int32 System.Exception::caught_in_unmanaged
int32_t ___caught_in_unmanaged_16;
};
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
int32_t ___caught_in_unmanaged_16;
};
// UnityEngine.FilterMode
struct FilterMode_t4AD57F1A3FE272D650E0E688BA044AE872BD2A34
{
// System.Int32 UnityEngine.FilterMode::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.UIR.GradientRemap
struct GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307 : public LinkedPoolItem_1_t6FDA4D3D7892BA96F64DABAA19EB9989EB14A0FF
{
// System.Int32 UnityEngine.UIElements.UIR.GradientRemap::origIndex
int32_t ___origIndex_1;
// System.Int32 UnityEngine.UIElements.UIR.GradientRemap::destIndex
int32_t ___destIndex_2;
// UnityEngine.RectInt UnityEngine.UIElements.UIR.GradientRemap::location
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___location_3;
// UnityEngine.UIElements.UIR.GradientRemap UnityEngine.UIElements.UIR.GradientRemap::next
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* ___next_4;
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.UIR.GradientRemap::atlas
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___atlas_5;
};
// UnityEngine.UIElements.UIR.GradientSettingsAtlas
struct GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A : public RuntimeObject
{
// System.Int32 UnityEngine.UIElements.UIR.GradientSettingsAtlas::m_Length
int32_t ___m_Length_2;
// System.Int32 UnityEngine.UIElements.UIR.GradientSettingsAtlas::m_ElemWidth
int32_t ___m_ElemWidth_3;
// UnityEngine.UIElements.UIR.BestFitAllocator UnityEngine.UIElements.UIR.GradientSettingsAtlas::m_Allocator
BestFitAllocator_t92B43D0CAA763D9109779450069EBB389A57ECC7* ___m_Allocator_4;
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.GradientSettingsAtlas::m_Atlas
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Atlas_5;
// UnityEngine.UIElements.UIR.GradientSettingsAtlas/RawTexture UnityEngine.UIElements.UIR.GradientSettingsAtlas::m_RawAtlas
RawTexture_t11E3CED18C936D84173D8F6A55270D7AC5452FCA ___m_RawAtlas_6;
// System.Boolean UnityEngine.UIElements.UIR.GradientSettingsAtlas::<disposed>k__BackingField
bool ___U3CdisposedU3Ek__BackingField_8;
// System.Boolean UnityEngine.UIElements.UIR.GradientSettingsAtlas::<MustCommit>k__BackingField
bool ___U3CMustCommitU3Ek__BackingField_9;
};
// UnityEngine.UIElements.GradientType
struct GradientType_tF6700196CF15D686C2CFC54BDDE6EF4B4B325F22
{
// System.Int32 UnityEngine.UIElements.GradientType::value__
int32_t ___value___2;
};
// UnityEngine.HideFlags
struct HideFlags_tC514182ACEFD3B847988C45D5DB812FF6DB1BF4A
{
// System.Int32 UnityEngine.HideFlags::value__
int32_t ___value___2;
};
// Unity.Profiling.LowLevel.MarkerFlags
struct MarkerFlags_t58228A99AC6567F565911ED792189DBBDFF83E30
{
// System.UInt16 Unity.Profiling.LowLevel.MarkerFlags::value__
uint16_t ___value___2;
};
// UnityEngine.MaterialPropertyBlock
struct MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D : public RuntimeObject
{
// System.IntPtr UnityEngine.MaterialPropertyBlock::m_Ptr
intptr_t ___m_Ptr_0;
};
// UnityEngine.UIElements.UIR.MeshHandle
struct MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E : public LinkedPoolItem_1_t77597E722F28CEC15E53E9638992FDC40508EB75
{
// UnityEngine.UIElements.UIR.Alloc UnityEngine.UIElements.UIR.MeshHandle::allocVerts
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___allocVerts_1;
// UnityEngine.UIElements.UIR.Alloc UnityEngine.UIElements.UIR.MeshHandle::allocIndices
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___allocIndices_2;
// System.UInt32 UnityEngine.UIElements.UIR.MeshHandle::triangleCount
uint32_t ___triangleCount_3;
// UnityEngine.UIElements.UIR.Page UnityEngine.UIElements.UIR.MeshHandle::allocPage
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___allocPage_4;
// System.UInt32 UnityEngine.UIElements.UIR.MeshHandle::allocTime
uint32_t ___allocTime_5;
// System.UInt32 UnityEngine.UIElements.UIR.MeshHandle::updateAllocID
uint32_t ___updateAllocID_6;
};
// UnityEngine.UIElements.MeshWriteData
struct MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9 : public RuntimeObject
{
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex> UnityEngine.UIElements.MeshWriteData::m_Vertices
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___m_Vertices_0;
// Unity.Collections.NativeSlice`1<System.UInt16> UnityEngine.UIElements.MeshWriteData::m_Indices
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___m_Indices_1;
// UnityEngine.Rect UnityEngine.UIElements.MeshWriteData::m_UVRegion
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_UVRegion_2;
// System.Int32 UnityEngine.UIElements.MeshWriteData::currentIndex
int32_t ___currentIndex_3;
// System.Int32 UnityEngine.UIElements.MeshWriteData::currentVertex
int32_t ___currentVertex_4;
};
// Unity.Collections.NativeArrayOptions
struct NativeArrayOptions_t3E979EEF4B4840228A7692A97DA07553C6465F1D
{
// System.Int32 Unity.Collections.NativeArrayOptions::value__
int32_t ___value___2;
};
// UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject
{
// System.IntPtr UnityEngine.Object::m_CachedPtr
intptr_t ___m_CachedPtr_0;
};
// Native definition for P/Invoke marshalling of UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
{
intptr_t ___m_CachedPtr_0;
};
// Native definition for COM marshalling of UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
{
intptr_t ___m_CachedPtr_0;
};
// UnityEngine.UIElements.UIR.OwnedState
struct OwnedState_t0957CA36E21DE8A443B616EBE83B25CCCA70B5A4
{
// System.Byte UnityEngine.UIElements.UIR.OwnedState::value__
uint8_t ___value___2;
};
// UnityEngine.UIElements.PanelClearSettings
struct PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7
{
// System.Boolean UnityEngine.UIElements.PanelClearSettings::clearDepthStencil
bool ___clearDepthStencil_0;
// System.Boolean UnityEngine.UIElements.PanelClearSettings::clearColor
bool ___clearColor_1;
// UnityEngine.Color UnityEngine.UIElements.PanelClearSettings::color
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.PanelClearSettings
struct PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7_marshaled_pinvoke
{
int32_t ___clearDepthStencil_0;
int32_t ___clearColor_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_2;
};
// Native definition for COM marshalling of UnityEngine.UIElements.PanelClearSettings
struct PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7_marshaled_com
{
int32_t ___clearDepthStencil_0;
int32_t ___clearColor_1;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___color_2;
};
// UnityEngine.UIElements.PickingMode
struct PickingMode_t5699BF9E5F2587E0D297984D5BF5B63B768E66AC
{
// System.Int32 UnityEngine.UIElements.PickingMode::value__
int32_t ___value___2;
};
// Unity.Profiling.ProfilerMarker
struct ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD
{
// System.IntPtr Unity.Profiling.ProfilerMarker::m_Ptr
intptr_t ___m_Ptr_0;
};
// UnityEngine.UIElements.PseudoStates
struct PseudoStates_tF4AB056E8743741BCE464A0983A060A53AAB7E4D
{
// System.Int32 UnityEngine.UIElements.PseudoStates::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.UIR.RenderDataDirtyTypeClasses
struct RenderDataDirtyTypeClasses_t4D7203DE6C0C0931A65A3098387872A4FB206FBE
{
// System.Int32 UnityEngine.UIElements.UIR.RenderDataDirtyTypeClasses::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.UIR.RenderDataDirtyTypes
struct RenderDataDirtyTypes_tEF0AE4EB7DF790A711AA45103050432B8FEDB907
{
// System.Int32 UnityEngine.UIElements.UIR.RenderDataDirtyTypes::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.RenderHints
struct RenderHints_t4032FC4AB3FD946FD2A484865B8861730D9035E7
{
// System.Int32 UnityEngine.UIElements.RenderHints::value__
int32_t ___value___2;
};
// UnityEngine.RenderTextureFormat
struct RenderTextureFormat_tB6F1ED5040395B46880CE00312D2FDDBF9EEB40F
{
// System.Int32 UnityEngine.RenderTextureFormat::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.UIR.State
struct State_tC241510131965D8DE1919EB16A3650E397E5AEAB
{
// UnityEngine.Material UnityEngine.UIElements.UIR.State::material
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_0;
// UnityEngine.Texture UnityEngine.UIElements.UIR.State::font
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___font_1;
// System.Single UnityEngine.UIElements.UIR.State::fontTexSDFScale
float ___fontTexSDFScale_2;
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.UIR.State::texture
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___texture_3;
// System.Int32 UnityEngine.UIElements.UIR.State::stencilRef
int32_t ___stencilRef_4;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.State
struct State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_pinvoke
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_0;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___font_1;
float ___fontTexSDFScale_2;
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___texture_3;
int32_t ___stencilRef_4;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.State
struct State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_com
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_0;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___font_1;
float ___fontTexSDFScale_2;
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___texture_3;
int32_t ___stencilRef_4;
};
// UnityEngine.Rendering.StencilOp
struct StencilOp_t35EB362AF3CF60D7EC63DF5282B8256BF9985436
{
// System.Int32 UnityEngine.Rendering.StencilOp::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.UIR.TextCoreSettings
struct TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115
{
// UnityEngine.Color UnityEngine.UIElements.UIR.TextCoreSettings::faceColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___faceColor_0;
// UnityEngine.Color UnityEngine.UIElements.UIR.TextCoreSettings::outlineColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___outlineColor_1;
// System.Single UnityEngine.UIElements.UIR.TextCoreSettings::outlineWidth
float ___outlineWidth_2;
// UnityEngine.Color UnityEngine.UIElements.UIR.TextCoreSettings::underlayColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___underlayColor_3;
// UnityEngine.Vector2 UnityEngine.UIElements.UIR.TextCoreSettings::underlayOffset
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___underlayOffset_4;
// System.Single UnityEngine.UIElements.UIR.TextCoreSettings::underlaySoftness
float ___underlaySoftness_5;
};
// UnityEngine.UIElements.UIR.TextureEntry
struct TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128
{
// UnityEngine.Texture UnityEngine.UIElements.UIR.TextureEntry::source
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___source_0;
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.UIR.TextureEntry::actual
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___actual_1;
// System.Boolean UnityEngine.UIElements.UIR.TextureEntry::replaced
bool ___replaced_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.TextureEntry
struct TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshaled_pinvoke
{
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___source_0;
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___actual_1;
int32_t ___replaced_2;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.TextureEntry
struct TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshaled_com
{
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___source_0;
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___actual_1;
int32_t ___replaced_2;
};
// UnityEngine.TextureFormat
struct TextureFormat_t87A73E4A3850D3410DC211676FC14B94226C1C1D
{
// System.Int32 UnityEngine.TextureFormat::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.UIR.Transform3x4
struct Transform3x4_t9F79FC0112A00D3FFD7AFAD2D10AD22DF929052F
{
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.Transform3x4::v0
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___v0_0;
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.Transform3x4::v1
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___v1_1;
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.Transform3x4::v2
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___v2_2;
};
// UnityEngine.UIElements.UIR.UIRenderDevice
struct UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302 : public RuntimeObject
{
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::m_MockDevice
bool ___m_MockDevice_0;
// System.IntPtr UnityEngine.UIElements.UIR.UIRenderDevice::m_DefaultStencilState
intptr_t ___m_DefaultStencilState_1;
// System.IntPtr UnityEngine.UIElements.UIR.UIRenderDevice::m_VertexDecl
intptr_t ___m_VertexDecl_2;
// UnityEngine.UIElements.UIR.Page UnityEngine.UIElements.UIR.UIRenderDevice::m_FirstPage
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___m_FirstPage_3;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice::m_NextPageVertexCount
uint32_t ___m_NextPageVertexCount_4;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice::m_LargeMeshVertexCount
uint32_t ___m_LargeMeshVertexCount_5;
// System.Single UnityEngine.UIElements.UIR.UIRenderDevice::m_IndexToVertexCountRatio
float ___m_IndexToVertexCountRatio_6;
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>> UnityEngine.UIElements.UIR.UIRenderDevice::m_DeferredFrees
List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210* ___m_DeferredFrees_7;
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>> UnityEngine.UIElements.UIR.UIRenderDevice::m_Updates
List_1_tA79C35FB5E50135962B53960CB758B9262700632* ___m_Updates_8;
// System.UInt32[] UnityEngine.UIElements.UIR.UIRenderDevice::m_Fences
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___m_Fences_9;
// UnityEngine.MaterialPropertyBlock UnityEngine.UIElements.UIR.UIRenderDevice::m_StandardMatProps
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___m_StandardMatProps_10;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice::m_FrameIndex
uint32_t ___m_FrameIndex_11;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice::m_NextUpdateID
uint32_t ___m_NextUpdateID_12;
// UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics UnityEngine.UIElements.UIR.UIRenderDevice::m_DrawStats
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F ___m_DrawStats_13;
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.MeshHandle> UnityEngine.UIElements.UIR.UIRenderDevice::m_MeshHandles
LinkedPool_1_tD8A175EE023C8220138E51E722F4A20ACE9CA851* ___m_MeshHandles_14;
// UnityEngine.UIElements.UIR.DrawParams UnityEngine.UIElements.UIR.UIRenderDevice::m_DrawParams
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* ___m_DrawParams_15;
// UnityEngine.UIElements.UIR.TextureSlotManager UnityEngine.UIElements.UIR.UIRenderDevice::m_TextureSlotManager
TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* ___m_TextureSlotManager_16;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice::<maxVerticesPerPage>k__BackingField
uint32_t ___U3CmaxVerticesPerPageU3Ek__BackingField_35;
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::<breakBatches>k__BackingField
bool ___U3CbreakBatchesU3Ek__BackingField_36;
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::<disposed>k__BackingField
bool ___U3CdisposedU3Ek__BackingField_39;
};
// UnityEngine.UIElements.UIR.VectorImageRenderInfo
struct VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458 : public LinkedPoolItem_1_t966AFC99094156308D1A52BB685B3C177BC6A1F4
{
// System.Int32 UnityEngine.UIElements.UIR.VectorImageRenderInfo::useCount
int32_t ___useCount_1;
// UnityEngine.UIElements.UIR.GradientRemap UnityEngine.UIElements.UIR.VectorImageRenderInfo::firstGradientRemap
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* ___firstGradientRemap_2;
// UnityEngine.UIElements.UIR.Alloc UnityEngine.UIElements.UIR.VectorImageRenderInfo::gradientSettingsAlloc
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___gradientSettingsAlloc_3;
};
// UnityEngine.UIElements.VersionChangeType
struct VersionChangeType_t8D9A58D958CC211E9300168DC98D3F7DF67594C3
{
// System.Int32 UnityEngine.UIElements.VersionChangeType::value__
int32_t ___value___2;
};
// UnityEngine.Rendering.VertexAttribute
struct VertexAttribute_tF34C1B76F20CA4AEC9D606BCD37A8A0C4A24C9A6
{
// System.Int32 UnityEngine.Rendering.VertexAttribute::value__
int32_t ___value___2;
};
// UnityEngine.Rendering.VertexAttributeFormat
struct VertexAttributeFormat_tD714C51E671502B116ACE5E23F042BA80649D32F
{
// System.Int32 UnityEngine.Rendering.VertexAttributeFormat::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.UIR.VertexFlags
struct VertexFlags_tDC60142536F477FF72F8D0E14C41679078949D3D
{
// System.Int32 UnityEngine.UIElements.UIR.VertexFlags::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.VisualElementFlags
struct VisualElementFlags_t4D1066E11400967A1A2DA7331391ACDC4AA14409
{
// System.Int32 UnityEngine.UIElements.VisualElementFlags::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.VisualTreeUpdatePhase
struct VisualTreeUpdatePhase_t1EF45877A1796DC3991B9FF3A6AD762BE02DF67D
{
// System.Int32 UnityEngine.UIElements.VisualTreeUpdatePhase::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.UIR.MeshBuilder/VertexClipEdge
struct VertexClipEdge_tACFA4DFFDEF445CE66AD530BEC0B5A1977C02705
{
// System.Int32 UnityEngine.UIElements.UIR.MeshBuilder/VertexClipEdge::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.MeshGenerationContext/MeshFlags
struct MeshFlags_tC36F9F848F3DB16DF11E55B5CD6EC22E860876A3
{
// System.Int32 UnityEngine.UIElements.MeshGenerationContext/MeshFlags::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.UIR.RenderChain/RenderNodeData
struct RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE
{
// UnityEngine.Material UnityEngine.UIElements.UIR.RenderChain/RenderNodeData::standardMaterial
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___standardMaterial_0;
// UnityEngine.Material UnityEngine.UIElements.UIR.RenderChain/RenderNodeData::initialMaterial
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___initialMaterial_1;
// UnityEngine.MaterialPropertyBlock UnityEngine.UIElements.UIR.RenderChain/RenderNodeData::matPropBlock
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___matPropBlock_2;
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChain/RenderNodeData::firstCommand
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstCommand_3;
// UnityEngine.UIElements.UIR.UIRenderDevice UnityEngine.UIElements.UIR.RenderChain/RenderNodeData::device
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___device_4;
// UnityEngine.Texture UnityEngine.UIElements.UIR.RenderChain/RenderNodeData::vectorAtlas
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___vectorAtlas_5;
// UnityEngine.Texture UnityEngine.UIElements.UIR.RenderChain/RenderNodeData::shaderInfoAtlas
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___shaderInfoAtlas_6;
// System.Single UnityEngine.UIElements.UIR.RenderChain/RenderNodeData::dpiScale
float ___dpiScale_7;
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.UIR.Transform3x4> UnityEngine.UIElements.UIR.RenderChain/RenderNodeData::transformConstants
NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 ___transformConstants_8;
// Unity.Collections.NativeSlice`1<UnityEngine.Vector4> UnityEngine.UIElements.UIR.RenderChain/RenderNodeData::clipRectConstants
NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F ___clipRectConstants_9;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.RenderChain/RenderNodeData
struct RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshaled_pinvoke
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___standardMaterial_0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___initialMaterial_1;
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___matPropBlock_2;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstCommand_3;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___device_4;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___vectorAtlas_5;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___shaderInfoAtlas_6;
float ___dpiScale_7;
NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 ___transformConstants_8;
NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F ___clipRectConstants_9;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.RenderChain/RenderNodeData
struct RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshaled_com
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___standardMaterial_0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___initialMaterial_1;
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___matPropBlock_2;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstCommand_3;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___device_4;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___vectorAtlas_5;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___shaderInfoAtlas_6;
float ___dpiScale_7;
NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 ___transformConstants_8;
NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F ___clipRectConstants_9;
};
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo
struct ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14
{
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::needsClosing
bool ___needsClosing_0;
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::popViewMatrix
bool ___popViewMatrix_1;
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::popScissorClip
bool ___popScissorClip_2;
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::blitAndPopRenderTexture
bool ___blitAndPopRenderTexture_3;
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::PopDefaultMaterial
bool ___PopDefaultMaterial_4;
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::clipUnregisterDrawCommand
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___clipUnregisterDrawCommand_5;
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::clipperRegisterVertices
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___clipperRegisterVertices_6;
// Unity.Collections.NativeSlice`1<System.UInt16> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::clipperRegisterIndices
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___clipperRegisterIndices_7;
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::clipperRegisterIndexOffset
int32_t ___clipperRegisterIndexOffset_8;
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo::maskStencilRef
int32_t ___maskStencilRef_9;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo
struct ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14_marshaled_pinvoke
{
int32_t ___needsClosing_0;
int32_t ___popViewMatrix_1;
int32_t ___popScissorClip_2;
int32_t ___blitAndPopRenderTexture_3;
int32_t ___PopDefaultMaterial_4;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___clipUnregisterDrawCommand_5;
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___clipperRegisterVertices_6;
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___clipperRegisterIndices_7;
int32_t ___clipperRegisterIndexOffset_8;
int32_t ___maskStencilRef_9;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo
struct ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14_marshaled_com
{
int32_t ___needsClosing_0;
int32_t ___popViewMatrix_1;
int32_t ___popScissorClip_2;
int32_t ___blitAndPopRenderTexture_3;
int32_t ___PopDefaultMaterial_4;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___clipUnregisterDrawCommand_5;
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___clipperRegisterVertices_6;
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___clipperRegisterIndices_7;
int32_t ___clipperRegisterIndexOffset_8;
int32_t ___maskStencilRef_9;
};
// UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree
struct AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8
{
// UnityEngine.UIElements.UIR.Alloc UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree::alloc
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___alloc_0;
// UnityEngine.UIElements.UIR.Page UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree::page
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___page_1;
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree::vertices
bool ___vertices_2;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree
struct AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshaled_pinvoke
{
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke ___alloc_0;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___page_1;
int32_t ___vertices_2;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree
struct AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshaled_com
{
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com ___alloc_0;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___page_1;
int32_t ___vertices_2;
};
// UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate
struct AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512
{
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate::id
uint32_t ___id_0;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate::allocTime
uint32_t ___allocTime_1;
// UnityEngine.UIElements.UIR.MeshHandle UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate::meshHandle
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___meshHandle_2;
// UnityEngine.UIElements.UIR.Alloc UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate::permAllocVerts
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___permAllocVerts_3;
// UnityEngine.UIElements.UIR.Alloc UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate::permAllocIndices
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___permAllocIndices_4;
// UnityEngine.UIElements.UIR.Page UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate::permPage
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___permPage_5;
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate::copyBackIndices
bool ___copyBackIndices_6;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate
struct AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshaled_pinvoke
{
uint32_t ___id_0;
uint32_t ___allocTime_1;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___meshHandle_2;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke ___permAllocVerts_3;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke ___permAllocIndices_4;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___permPage_5;
int32_t ___copyBackIndices_6;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate
struct AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshaled_com
{
uint32_t ___id_0;
uint32_t ___allocTime_1;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___meshHandle_2;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com ___permAllocVerts_3;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com ___permAllocIndices_4;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___permPage_5;
int32_t ___copyBackIndices_6;
};
// UnityEngine.UIElements.VisualElement/RenderTargetMode
struct RenderTargetMode_tAE75E29BB61A64BDE7646D5CBD353B64BCFA9F3A
{
// System.Int32 UnityEngine.UIElements.VisualElement/RenderTargetMode::value__
int32_t ___value___2;
};
// UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>
struct BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB : public LinkedPoolItem_1_t9085777154DBD9371E246BEFC117069B654E71FD
{
// UnityEngine.UIElements.UIR.BasicNode`1<T> UnityEngine.UIElements.UIR.BasicNode`1::next
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___next_1;
// T UnityEngine.UIElements.UIR.BasicNode`1::data
TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128 ___data_2;
};
// System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>
struct Enumerator_tCC38BAB78CBC68B7067B37FA9ACFA5DA74C432CE
{
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* ____list_0;
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
int32_t ____index_1;
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
int32_t ____version_2;
// T System.Collections.Generic.List`1/Enumerator::_current
AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8 ____current_3;
};
// System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>
struct Enumerator_tD1DF711FBC6D61B92AA993EA1E6D75FD20CA726F
{
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* ____list_0;
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
int32_t ____index_1;
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
int32_t ____version_2;
// T System.Collections.Generic.List`1/Enumerator::_current
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 ____current_3;
};
// Unity.Collections.NativeArray`1<UnityEngine.Color>
struct NativeArray_1_t6AE72D578EEA854475A487A2795F8C90FD258D8D
{
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
};
// Unity.Collections.NativeArray`1<UnityEngine.Color32>
struct NativeArray_1_t0783F5E3C7AF6C600A6A20DA7A32D82CA836528D
{
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
};
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.UIR.GfxUpdateBufferRange>
struct NativeArray_1_t7879B53B71098A407257E3AB6EF30AC53C41005E
{
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
};
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.UIR.Transform3x4>
struct NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51
{
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
};
// Unity.Collections.NativeArray`1<System.UInt16>
struct NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934
{
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
};
// Unity.Collections.NativeArray`1<UnityEngine.Vector4>
struct NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8
{
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
};
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.Vertex>
struct NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81
{
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
};
// Unity.Collections.NativeArray`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
struct NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18
{
// System.Void* Unity.Collections.NativeArray`1::m_Buffer
void* ___m_Buffer_0;
// System.Int32 Unity.Collections.NativeArray`1::m_Length
int32_t ___m_Length_1;
// Unity.Collections.Allocator Unity.Collections.NativeArray`1::m_AllocatorLabel
int32_t ___m_AllocatorLabel_2;
};
// UnityEngine.UIElements.UIR.BMPAlloc
struct BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30
{
// System.Int32 UnityEngine.UIElements.UIR.BMPAlloc::page
int32_t ___page_1;
// System.UInt16 UnityEngine.UIElements.UIR.BMPAlloc::pageLine
uint16_t ___pageLine_2;
// System.Byte UnityEngine.UIElements.UIR.BMPAlloc::bitIndex
uint8_t ___bitIndex_3;
// UnityEngine.UIElements.UIR.OwnedState UnityEngine.UIElements.UIR.BMPAlloc::ownedState
uint8_t ___ownedState_4;
};
// UnityEngine.UIElements.BaseVisualElementPanel
struct BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303 : public RuntimeObject
{
// System.Action`1<UnityEngine.UIElements.BaseVisualElementPanel> UnityEngine.UIElements.BaseVisualElementPanel::panelDisposed
Action_1_tF0C1AFCCE9CE63382F43540DC0DA04A8939A8A53* ___panelDisposed_0;
// System.Single UnityEngine.UIElements.BaseVisualElementPanel::m_Scale
float ___m_Scale_1;
// UnityEngine.Yoga.YogaConfig UnityEngine.UIElements.BaseVisualElementPanel::yogaConfig
YogaConfig_tE8B56F99460C291C1F7F46DBD8BAC9F0B653A345* ___yogaConfig_2;
// System.Single UnityEngine.UIElements.BaseVisualElementPanel::m_PixelsPerPoint
float ___m_PixelsPerPoint_3;
// UnityEngine.UIElements.PanelClearSettings UnityEngine.UIElements.BaseVisualElementPanel::<clearSettings>k__BackingField
PanelClearSettings_tA3D8EE9A4864781CE3E5FED5225C6FB37ED66EE7 ___U3CclearSettingsU3Ek__BackingField_4;
// System.Boolean UnityEngine.UIElements.BaseVisualElementPanel::<duringLayoutPhase>k__BackingField
bool ___U3CduringLayoutPhaseU3Ek__BackingField_5;
// UnityEngine.UIElements.RepaintData UnityEngine.UIElements.BaseVisualElementPanel::<repaintData>k__BackingField
RepaintData_t90534752135661579EC254884F550545D001B5EA* ___U3CrepaintDataU3Ek__BackingField_6;
// UnityEngine.UIElements.ICursorManager UnityEngine.UIElements.BaseVisualElementPanel::<cursorManager>k__BackingField
RuntimeObject* ___U3CcursorManagerU3Ek__BackingField_7;
// UnityEngine.UIElements.ContextualMenuManager UnityEngine.UIElements.BaseVisualElementPanel::<contextualMenuManager>k__BackingField
ContextualMenuManager_tEE3B1F33FFFD180705467CA625AEBA0F5D63154B* ___U3CcontextualMenuManagerU3Ek__BackingField_8;
// System.Boolean UnityEngine.UIElements.BaseVisualElementPanel::<disposed>k__BackingField
bool ___U3CdisposedU3Ek__BackingField_9;
// UnityEngine.UIElements.ElementUnderPointer UnityEngine.UIElements.BaseVisualElementPanel::m_TopElementUnderPointers
ElementUnderPointer_tB43AD64F79C6F06829D8B90318AF1A6BBE9C1904* ___m_TopElementUnderPointers_10;
// System.Action UnityEngine.UIElements.BaseVisualElementPanel::standardShaderChanged
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___standardShaderChanged_11;
// System.Action UnityEngine.UIElements.BaseVisualElementPanel::standardWorldSpaceShaderChanged
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___standardWorldSpaceShaderChanged_12;
// System.Action UnityEngine.UIElements.BaseVisualElementPanel::atlasChanged
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___atlasChanged_13;
// System.Action`1<UnityEngine.Material> UnityEngine.UIElements.BaseVisualElementPanel::updateMaterial
Action_1_t996DFD52B4BDA6CBE8058C13167C4D2B8C612CAA* ___updateMaterial_14;
// UnityEngine.UIElements.HierarchyEvent UnityEngine.UIElements.BaseVisualElementPanel::hierarchyChanged
HierarchyEvent_tB23E4347BC47656A014CA104A5B1DDC172A2A705* ___hierarchyChanged_15;
// System.Action`1<UnityEngine.UIElements.IPanel> UnityEngine.UIElements.BaseVisualElementPanel::beforeUpdate
Action_1_tE55F8AC1EEC45D0C976E56B2950D65EC814C06E6* ___beforeUpdate_16;
};
// UnityEngine.Component
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// UnityEngine.Font
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
// UnityEngine.Font/FontTextureRebuildCallback UnityEngine.Font::m_FontTextureRebuildCallback
FontTextureRebuildCallback_t76D5E172DF8AA57E67763D453AAC40F0961D09B1* ___m_FontTextureRebuildCallback_5;
};
// UnityEngine.UIElements.GradientSettings
struct GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3
{
// UnityEngine.UIElements.GradientType UnityEngine.UIElements.GradientSettings::gradientType
int32_t ___gradientType_0;
// UnityEngine.UIElements.AddressMode UnityEngine.UIElements.GradientSettings::addressMode
int32_t ___addressMode_1;
// UnityEngine.Vector2 UnityEngine.UIElements.GradientSettings::radialFocus
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___radialFocus_2;
// UnityEngine.RectInt UnityEngine.UIElements.GradientSettings::location
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___location_3;
};
// UnityEngine.UIElements.ImmediateModeException
struct ImmediateModeException_t7A6F44A9035C26E64FF8BCD4964F7189506F063D : public Exception_t
{
};
// UnityEngine.Material
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13;
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_13;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_13;
};
// UnityEngine.UIElements.UIR.RenderChainCommand
struct RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727 : public LinkedPoolItem_1_t0846BE403C5CD2D4DD84BFF16FEB0636BB9118C9
{
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainCommand::owner
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___owner_1;
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainCommand::prev
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___prev_2;
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainCommand::next
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___next_3;
// System.Boolean UnityEngine.UIElements.UIR.RenderChainCommand::closing
bool ___closing_4;
// UnityEngine.UIElements.UIR.CommandType UnityEngine.UIElements.UIR.RenderChainCommand::type
int32_t ___type_5;
// UnityEngine.UIElements.UIR.State UnityEngine.UIElements.UIR.RenderChainCommand::state
State_tC241510131965D8DE1919EB16A3650E397E5AEAB ___state_6;
// UnityEngine.UIElements.UIR.MeshHandle UnityEngine.UIElements.UIR.RenderChainCommand::mesh
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___mesh_7;
// System.Int32 UnityEngine.UIElements.UIR.RenderChainCommand::indexOffset
int32_t ___indexOffset_8;
// System.Int32 UnityEngine.UIElements.UIR.RenderChainCommand::indexCount
int32_t ___indexCount_9;
// System.Action UnityEngine.UIElements.UIR.RenderChainCommand::callback
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___callback_10;
};
// UnityEngine.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// Native definition for P/Invoke marshalling of UnityEngine.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_pinvoke : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
{
};
// Native definition for COM marshalling of UnityEngine.ScriptableObject
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_com : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
{
};
// UnityEngine.Shader
struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// System.SystemException
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
{
};
// UnityEngine.Texture
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
{
};
// UnityEngine.Rendering.VertexAttributeDescriptor
struct VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76
{
// UnityEngine.Rendering.VertexAttribute UnityEngine.Rendering.VertexAttributeDescriptor::<attribute>k__BackingField
int32_t ___U3CattributeU3Ek__BackingField_0;
// UnityEngine.Rendering.VertexAttributeFormat UnityEngine.Rendering.VertexAttributeDescriptor::<format>k__BackingField
int32_t ___U3CformatU3Ek__BackingField_1;
// System.Int32 UnityEngine.Rendering.VertexAttributeDescriptor::<dimension>k__BackingField
int32_t ___U3CdimensionU3Ek__BackingField_2;
// System.Int32 UnityEngine.Rendering.VertexAttributeDescriptor::<stream>k__BackingField
int32_t ___U3CstreamU3Ek__BackingField_3;
};
// UnityEngine.UIElements.UIR.UIRenderDevice/EvaluationState
struct EvaluationState_t91A908747DD184A56AA6402529B965E07E555567
{
// UnityEngine.MaterialPropertyBlock UnityEngine.UIElements.UIR.UIRenderDevice/EvaluationState::stateMatProps
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___stateMatProps_0;
// UnityEngine.Material UnityEngine.UIElements.UIR.UIRenderDevice/EvaluationState::defaultMat
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___defaultMat_1;
// UnityEngine.UIElements.UIR.State UnityEngine.UIElements.UIR.UIRenderDevice/EvaluationState::curState
State_tC241510131965D8DE1919EB16A3650E397E5AEAB ___curState_2;
// UnityEngine.UIElements.UIR.Page UnityEngine.UIElements.UIR.UIRenderDevice/EvaluationState::curPage
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___curPage_3;
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice/EvaluationState::mustApplyMaterial
bool ___mustApplyMaterial_4;
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice/EvaluationState::mustApplyCommonBlock
bool ___mustApplyCommonBlock_5;
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice/EvaluationState::mustApplyStateBlock
bool ___mustApplyStateBlock_6;
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice/EvaluationState::mustApplyStencil
bool ___mustApplyStencil_7;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.UIRenderDevice/EvaluationState
struct EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshaled_pinvoke
{
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___stateMatProps_0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___defaultMat_1;
State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_pinvoke ___curState_2;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___curPage_3;
int32_t ___mustApplyMaterial_4;
int32_t ___mustApplyCommonBlock_5;
int32_t ___mustApplyStateBlock_6;
int32_t ___mustApplyStencil_7;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.UIRenderDevice/EvaluationState
struct EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshaled_com
{
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___stateMatProps_0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___defaultMat_1;
State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_com ___curState_2;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___curPage_3;
int32_t ___mustApplyMaterial_4;
int32_t ___mustApplyCommonBlock_5;
int32_t ___mustApplyStateBlock_6;
int32_t ___mustApplyStencil_7;
};
// System.Action`1<UnityEngine.Camera>
struct Action_1_t268986DA4CF361AC17B40338506A83AFB35832EA : public MulticastDelegate_t
{
};
// System.Action`1<UnityEngine.Font>
struct Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC : public MulticastDelegate_t
{
};
// System.Action`1<UnityEngine.UIElements.UIR.GradientRemap>
struct Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6 : public MulticastDelegate_t
{
};
// System.Action`1<System.IntPtr>
struct Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2 : public MulticastDelegate_t
{
};
// System.Action`1<UnityEngine.UIElements.UIR.MeshHandle>
struct Action_1_t390738D95A0B620166DAF476F4067FBE1A124820 : public MulticastDelegate_t
{
};
// System.Action`1<UnityEngine.UIElements.UIR.RenderChainCommand>
struct Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC : public MulticastDelegate_t
{
};
// System.Action`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>
struct Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F : public MulticastDelegate_t
{
};
// UnityEngine.UIElements.UIR.Page/DataSet`1<System.UInt16>
struct DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB : public RuntimeObject
{
// System.Boolean UnityEngine.UIElements.UIR.Page/DataSet`1::<disposed>k__BackingField
bool ___U3CdisposedU3Ek__BackingField_0;
// UnityEngine.UIElements.UIR.Utility/GPUBuffer`1<T> UnityEngine.UIElements.UIR.Page/DataSet`1::gpuData
GPUBuffer_1_tA865630D1AFA976A50A92C4ACE0243A78520BDC7* ___gpuData_1;
// Unity.Collections.NativeArray`1<T> UnityEngine.UIElements.UIR.Page/DataSet`1::cpuData
NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 ___cpuData_2;
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.UIR.GfxUpdateBufferRange> UnityEngine.UIElements.UIR.Page/DataSet`1::updateRanges
NativeArray_1_t7879B53B71098A407257E3AB6EF30AC53C41005E ___updateRanges_3;
// UnityEngine.UIElements.UIR.GPUBufferAllocator UnityEngine.UIElements.UIR.Page/DataSet`1::allocator
GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* ___allocator_4;
// System.UInt32 UnityEngine.UIElements.UIR.Page/DataSet`1::m_UpdateRangePoolSize
uint32_t ___m_UpdateRangePoolSize_5;
// System.UInt32 UnityEngine.UIElements.UIR.Page/DataSet`1::m_ElemStride
uint32_t ___m_ElemStride_6;
// System.UInt32 UnityEngine.UIElements.UIR.Page/DataSet`1::m_UpdateRangeMin
uint32_t ___m_UpdateRangeMin_7;
// System.UInt32 UnityEngine.UIElements.UIR.Page/DataSet`1::m_UpdateRangeMax
uint32_t ___m_UpdateRangeMax_8;
// System.UInt32 UnityEngine.UIElements.UIR.Page/DataSet`1::m_UpdateRangesEnqueued
uint32_t ___m_UpdateRangesEnqueued_9;
// System.UInt32 UnityEngine.UIElements.UIR.Page/DataSet`1::m_UpdateRangesBatchStart
uint32_t ___m_UpdateRangesBatchStart_10;
// System.Boolean UnityEngine.UIElements.UIR.Page/DataSet`1::m_UpdateRangesSaturated
bool ___m_UpdateRangesSaturated_11;
};
// UnityEngine.UIElements.UIR.Page/DataSet`1<UnityEngine.UIElements.Vertex>
struct DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A : public RuntimeObject
{
// System.Boolean UnityEngine.UIElements.UIR.Page/DataSet`1::<disposed>k__BackingField
bool ___U3CdisposedU3Ek__BackingField_0;
// UnityEngine.UIElements.UIR.Utility/GPUBuffer`1<T> UnityEngine.UIElements.UIR.Page/DataSet`1::gpuData
GPUBuffer_1_tD1DC0573556845223680E17430EFF317DDA4A5AC* ___gpuData_1;
// Unity.Collections.NativeArray`1<T> UnityEngine.UIElements.UIR.Page/DataSet`1::cpuData
NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 ___cpuData_2;
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.UIR.GfxUpdateBufferRange> UnityEngine.UIElements.UIR.Page/DataSet`1::updateRanges
NativeArray_1_t7879B53B71098A407257E3AB6EF30AC53C41005E ___updateRanges_3;
// UnityEngine.UIElements.UIR.GPUBufferAllocator UnityEngine.UIElements.UIR.Page/DataSet`1::allocator
GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* ___allocator_4;
// System.UInt32 UnityEngine.UIElements.UIR.Page/DataSet`1::m_UpdateRangePoolSize
uint32_t ___m_UpdateRangePoolSize_5;
// System.UInt32 UnityEngine.UIElements.UIR.Page/DataSet`1::m_ElemStride
uint32_t ___m_ElemStride_6;
// System.UInt32 UnityEngine.UIElements.UIR.Page/DataSet`1::m_UpdateRangeMin
uint32_t ___m_UpdateRangeMin_7;
// System.UInt32 UnityEngine.UIElements.UIR.Page/DataSet`1::m_UpdateRangeMax
uint32_t ___m_UpdateRangeMax_8;
// System.UInt32 UnityEngine.UIElements.UIR.Page/DataSet`1::m_UpdateRangesEnqueued
uint32_t ___m_UpdateRangesEnqueued_9;
// System.UInt32 UnityEngine.UIElements.UIR.Page/DataSet`1::m_UpdateRangesBatchStart
uint32_t ___m_UpdateRangesBatchStart_10;
// System.Boolean UnityEngine.UIElements.UIR.Page/DataSet`1::m_UpdateRangesSaturated
bool ___m_UpdateRangesSaturated_11;
};
// System.Func`1<UnityEngine.UIElements.UIR.GradientRemap>
struct Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18 : public MulticastDelegate_t
{
};
// System.Func`1<UnityEngine.UIElements.UIR.MeshHandle>
struct Func_1_t8D65D629C8C51A932FBFED703C764E27182018B8 : public MulticastDelegate_t
{
};
// System.Func`1<UnityEngine.UIElements.UIR.RenderChainCommand>
struct Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1 : public MulticastDelegate_t
{
};
// System.Func`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>
struct Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B : public MulticastDelegate_t
{
};
// UnityEngine.UIElements.UIR.ShaderInfoStorage`1<UnityEngine.Color>
struct ShaderInfoStorage_1_tA67AC95B2ECE99BBF16CB6CE9BAA1BB8F41AFB30 : public BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2
{
// System.Int32 UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_InitialSize
int32_t ___m_InitialSize_5;
// System.Int32 UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_MaxSize
int32_t ___m_MaxSize_6;
// UnityEngine.TextureFormat UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_Format
int32_t ___m_Format_7;
// System.Func`2<UnityEngine.Color,T> UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_Convert
Func_2_t81B76467028D6BD95DE2EC625D0325AA0387285E* ___m_Convert_8;
// UnityEngine.UIElements.UIRAtlasAllocator UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_Allocator
UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* ___m_Allocator_9;
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_Texture
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Texture_10;
// Unity.Collections.NativeArray`1<T> UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_Texels
NativeArray_1_t6AE72D578EEA854475A487A2795F8C90FD258D8D ___m_Texels_11;
};
// UnityEngine.UIElements.UIR.ShaderInfoStorage`1<UnityEngine.Color32>
struct ShaderInfoStorage_1_tD51663F3CDEDF587A26C0FE2DABE674C3122A1F6 : public BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2
{
// System.Int32 UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_InitialSize
int32_t ___m_InitialSize_5;
// System.Int32 UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_MaxSize
int32_t ___m_MaxSize_6;
// UnityEngine.TextureFormat UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_Format
int32_t ___m_Format_7;
// System.Func`2<UnityEngine.Color,T> UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_Convert
Func_2_t74BA73845DFA0004A7F25F3773A11A75228F5277* ___m_Convert_8;
// UnityEngine.UIElements.UIRAtlasAllocator UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_Allocator
UIRAtlasAllocator_t70FA0F3477E077A18096F66B51F6A2B205825BD7* ___m_Allocator_9;
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_Texture
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___m_Texture_10;
// Unity.Collections.NativeArray`1<T> UnityEngine.UIElements.UIR.ShaderInfoStorage`1::m_Texels
NativeArray_1_t0783F5E3C7AF6C600A6A20DA7A32D82CA836528D ___m_Texels_11;
};
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<System.UInt16>
struct TempDataAlloc_1_tC05ED0C5507DD6C0E685BBFEE0C51A1494C0CC02
{
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::maxPoolElemCount
int32_t ___maxPoolElemCount_0;
// Unity.Collections.NativeArray`1<T> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::pool
NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 ___pool_1;
// System.Collections.Generic.List`1<Unity.Collections.NativeArray`1<T>> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::excess
List_1_t74C6AEA308C4F693A59399B52C271D29F073582E* ___excess_2;
// System.UInt32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::takenFromPool
uint32_t ___takenFromPool_3;
};
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<UnityEngine.UIElements.Vertex>
struct TempDataAlloc_1_t504D7F25C2A34C0B632642E1FDC8518420C9108D
{
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::maxPoolElemCount
int32_t ___maxPoolElemCount_0;
// Unity.Collections.NativeArray`1<T> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::pool
NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 ___pool_1;
// System.Collections.Generic.List`1<Unity.Collections.NativeArray`1<T>> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::excess
List_1_t5E17A2E3291E460F8DD6196CD63348A836B2447F* ___excess_2;
// System.UInt32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1::takenFromPool
uint32_t ___takenFromPool_3;
};
// System.Action
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t
{
};
// UnityEngine.Behaviour
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
{
};
// System.InvalidOperationException
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
{
};
// UnityEngine.UIElements.Panel
struct Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9 : public BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303
{
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.Panel::m_RootContainer
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_RootContainer_17;
// UnityEngine.UIElements.VisualTreeUpdater UnityEngine.UIElements.Panel::m_VisualTreeUpdater
VisualTreeUpdater_tFDE7D9F9A146A26B2ED69565B7BD142B416AB9C9* ___m_VisualTreeUpdater_18;
// UnityEngine.UIElements.IStylePropertyAnimationSystem UnityEngine.UIElements.Panel::m_StylePropertyAnimationSystem
RuntimeObject* ___m_StylePropertyAnimationSystem_19;
// System.String UnityEngine.UIElements.Panel::m_PanelName
String_t* ___m_PanelName_20;
// System.UInt32 UnityEngine.UIElements.Panel::m_Version
uint32_t ___m_Version_21;
// System.UInt32 UnityEngine.UIElements.Panel::m_RepaintVersion
uint32_t ___m_RepaintVersion_22;
// System.UInt32 UnityEngine.UIElements.Panel::m_HierarchyVersion
uint32_t ___m_HierarchyVersion_23;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.Panel::m_MarkerBeforeUpdate
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___m_MarkerBeforeUpdate_24;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.Panel::m_MarkerUpdate
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___m_MarkerUpdate_25;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.Panel::m_MarkerLayout
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___m_MarkerLayout_26;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.Panel::m_MarkerBindings
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___m_MarkerBindings_27;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.Panel::m_MarkerAnimations
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___m_MarkerAnimations_28;
// UnityEngine.UIElements.EventDispatcher UnityEngine.UIElements.Panel::<dispatcher>k__BackingField
EventDispatcher_t9BC38CC96E93EAD1D818EE751260FE4687B0D398* ___U3CdispatcherU3Ek__BackingField_30;
// UnityEngine.UIElements.TimerEventScheduler UnityEngine.UIElements.Panel::m_Scheduler
TimerEventScheduler_tAF33EE8B1C54425235E4893B0C5088629FBE7862* ___m_Scheduler_31;
// UnityEngine.ScriptableObject UnityEngine.UIElements.Panel::<ownerObject>k__BackingField
ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A* ___U3CownerObjectU3Ek__BackingField_32;
// UnityEngine.UIElements.ContextType UnityEngine.UIElements.Panel::<contextType>k__BackingField
int32_t ___U3CcontextTypeU3Ek__BackingField_33;
// UnityEngine.UIElements.SavePersistentViewData UnityEngine.UIElements.Panel::<saveViewData>k__BackingField
SavePersistentViewData_tFE77B8450170D95B16B3017D62F81F2139D4F716* ___U3CsaveViewDataU3Ek__BackingField_34;
// UnityEngine.UIElements.GetViewDataDictionary UnityEngine.UIElements.Panel::<getViewDataDictionary>k__BackingField
GetViewDataDictionary_tF745E6CC7E18A67630A2B294F0BBFB27C6E57638* ___U3CgetViewDataDictionaryU3Ek__BackingField_35;
// UnityEngine.UIElements.FocusController UnityEngine.UIElements.Panel::<focusController>k__BackingField
FocusController_t5D2E45F2CCBE3B7082DE4088EE03C2E8F736011A* ___U3CfocusControllerU3Ek__BackingField_36;
// UnityEngine.EventInterests UnityEngine.UIElements.Panel::<IMGUIEventInterests>k__BackingField
EventInterests_tF375F3296A6689BC4B016F237123DB5457515EC8 ___U3CIMGUIEventInterestsU3Ek__BackingField_37;
// System.Int32 UnityEngine.UIElements.Panel::<IMGUIContainersCount>k__BackingField
int32_t ___U3CIMGUIContainersCountU3Ek__BackingField_40;
// UnityEngine.UIElements.IMGUIContainer UnityEngine.UIElements.Panel::<rootIMGUIContainer>k__BackingField
IMGUIContainer_t2BB1312DCDFA8AC98E9ADA9EA696F2328A598A26* ___U3CrootIMGUIContainerU3Ek__BackingField_41;
// UnityEngine.Shader UnityEngine.UIElements.Panel::m_StandardShader
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_StandardShader_42;
// UnityEngine.UIElements.AtlasBase UnityEngine.UIElements.Panel::m_Atlas
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___m_Atlas_43;
// System.Boolean UnityEngine.UIElements.Panel::m_ValidatingLayout
bool ___m_ValidatingLayout_44;
};
// UnityEngine.UIElements.UIR.RenderChainVEData
struct RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847
{
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::prev
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prev_0;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::next
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___next_1;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::groupTransformAncestor
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___groupTransformAncestor_2;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::boneTransformAncestor
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___boneTransformAncestor_3;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::prevDirty
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevDirty_4;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::nextDirty
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextDirty_5;
// System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::hierarchyDepth
int32_t ___hierarchyDepth_6;
// UnityEngine.UIElements.UIR.RenderDataDirtyTypes UnityEngine.UIElements.UIR.RenderChainVEData::dirtiedValues
int32_t ___dirtiedValues_7;
// System.UInt32 UnityEngine.UIElements.UIR.RenderChainVEData::dirtyID
uint32_t ___dirtyID_8;
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::firstCommand
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstCommand_9;
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::lastCommand
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastCommand_10;
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::firstClosingCommand
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstClosingCommand_11;
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::lastClosingCommand
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastClosingCommand_12;
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::isInChain
bool ___isInChain_13;
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::isHierarchyHidden
bool ___isHierarchyHidden_14;
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::localFlipsWinding
bool ___localFlipsWinding_15;
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::localTransformScaleZero
bool ___localTransformScaleZero_16;
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::worldFlipsWinding
bool ___worldFlipsWinding_17;
// UnityEngine.UIElements.UIR.Implementation.ClipMethod UnityEngine.UIElements.UIR.RenderChainVEData::clipMethod
int32_t ___clipMethod_18;
// System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::childrenStencilRef
int32_t ___childrenStencilRef_19;
// System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::childrenMaskDepth
int32_t ___childrenMaskDepth_20;
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::disableNudging
bool ___disableNudging_21;
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::usesLegacyText
bool ___usesLegacyText_22;
// UnityEngine.UIElements.UIR.MeshHandle UnityEngine.UIElements.UIR.RenderChainVEData::data
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___data_23;
// UnityEngine.UIElements.UIR.MeshHandle UnityEngine.UIElements.UIR.RenderChainVEData::closingData
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___closingData_24;
// UnityEngine.Matrix4x4 UnityEngine.UIElements.UIR.RenderChainVEData::verticesSpace
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___verticesSpace_25;
// System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::displacementUVStart
int32_t ___displacementUVStart_26;
// System.Int32 UnityEngine.UIElements.UIR.RenderChainVEData::displacementUVEnd
int32_t ___displacementUVEnd_27;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::transformID
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___transformID_28;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::clipRectID
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID_29;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::opacityID
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___opacityID_30;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::textCoreSettingsID
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___textCoreSettingsID_31;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::backgroundColorID
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___backgroundColorID_32;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::borderLeftColorID
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderLeftColorID_33;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::borderTopColorID
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderTopColorID_34;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::borderRightColorID
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderRightColorID_35;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::borderBottomColorID
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderBottomColorID_36;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.RenderChainVEData::tintColorID
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___tintColorID_37;
// System.Single UnityEngine.UIElements.UIR.RenderChainVEData::compositeOpacity
float ___compositeOpacity_38;
// UnityEngine.Color UnityEngine.UIElements.UIR.RenderChainVEData::backgroundColor
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor_39;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::prevText
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevText_40;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChainVEData::nextText
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextText_41;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChainTextEntry> UnityEngine.UIElements.UIR.RenderChainVEData::textEntries
List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* ___textEntries_42;
// UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry> UnityEngine.UIElements.UIR.RenderChainVEData::textures
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___textures_43;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.RenderChainVEData
struct RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshaled_pinvoke
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prev_0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___next_1;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___groupTransformAncestor_2;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___boneTransformAncestor_3;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevDirty_4;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextDirty_5;
int32_t ___hierarchyDepth_6;
int32_t ___dirtiedValues_7;
uint32_t ___dirtyID_8;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstCommand_9;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastCommand_10;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstClosingCommand_11;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastClosingCommand_12;
int32_t ___isInChain_13;
int32_t ___isHierarchyHidden_14;
int32_t ___localFlipsWinding_15;
int32_t ___localTransformScaleZero_16;
int32_t ___worldFlipsWinding_17;
int32_t ___clipMethod_18;
int32_t ___childrenStencilRef_19;
int32_t ___childrenMaskDepth_20;
int32_t ___disableNudging_21;
int32_t ___usesLegacyText_22;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___data_23;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___closingData_24;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___verticesSpace_25;
int32_t ___displacementUVStart_26;
int32_t ___displacementUVEnd_27;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___transformID_28;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID_29;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___opacityID_30;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___textCoreSettingsID_31;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___backgroundColorID_32;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderLeftColorID_33;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderTopColorID_34;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderRightColorID_35;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderBottomColorID_36;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___tintColorID_37;
float ___compositeOpacity_38;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor_39;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevText_40;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextText_41;
List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* ___textEntries_42;
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___textures_43;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.RenderChainVEData
struct RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshaled_com
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prev_0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___next_1;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___groupTransformAncestor_2;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___boneTransformAncestor_3;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevDirty_4;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextDirty_5;
int32_t ___hierarchyDepth_6;
int32_t ___dirtiedValues_7;
uint32_t ___dirtyID_8;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstCommand_9;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastCommand_10;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___firstClosingCommand_11;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___lastClosingCommand_12;
int32_t ___isInChain_13;
int32_t ___isHierarchyHidden_14;
int32_t ___localFlipsWinding_15;
int32_t ___localTransformScaleZero_16;
int32_t ___worldFlipsWinding_17;
int32_t ___clipMethod_18;
int32_t ___childrenStencilRef_19;
int32_t ___childrenMaskDepth_20;
int32_t ___disableNudging_21;
int32_t ___usesLegacyText_22;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___data_23;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___closingData_24;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___verticesSpace_25;
int32_t ___displacementUVStart_26;
int32_t ___displacementUVEnd_27;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___transformID_28;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID_29;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___opacityID_30;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___textCoreSettingsID_31;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___backgroundColorID_32;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderLeftColorID_33;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderTopColorID_34;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderRightColorID_35;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___borderBottomColorID_36;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___tintColorID_37;
float ___compositeOpacity_38;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___backgroundColor_39;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___prevText_40;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___nextText_41;
List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC* ___textEntries_42;
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___textures_43;
};
// UnityEngine.RenderTexture
struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
{
};
// UnityEngine.Texture2D
struct Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4 : public Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700
{
};
// UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter
struct UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F : public RuntimeObject
{
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_CurrentElement
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_CurrentElement_0;
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_TextEntryIndex
int32_t ___m_TextEntryIndex_1;
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.Vertex> UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_DudVerts
NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 ___m_DudVerts_2;
// Unity.Collections.NativeArray`1<System.UInt16> UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_DudIndices
NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 ___m_DudIndices_3;
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex> UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_MeshDataVerts
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___m_MeshDataVerts_4;
// UnityEngine.Color32 UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_XFormClipPages
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_XFormClipPages_5;
// UnityEngine.Color32 UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_IDs
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_IDs_6;
// UnityEngine.Color32 UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_Flags
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_Flags_7;
// UnityEngine.Color32 UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::m_OpacityColorPages
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B ___m_OpacityColorPages_8;
// UnityEngine.UIElements.MeshGenerationContext UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::<meshGenerationContext>k__BackingField
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___U3CmeshGenerationContextU3Ek__BackingField_9;
};
// UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator
struct UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF
{
// UnityEngine.UIElements.UIR.BaseShaderInfoStorage UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_Storage
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* ___m_Storage_0;
// UnityEngine.UIElements.UIR.BitmapAllocator32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_TransformAllocator
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 ___m_TransformAllocator_1;
// UnityEngine.UIElements.UIR.BitmapAllocator32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_ClipRectAllocator
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 ___m_ClipRectAllocator_2;
// UnityEngine.UIElements.UIR.BitmapAllocator32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_OpacityAllocator
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 ___m_OpacityAllocator_3;
// UnityEngine.UIElements.UIR.BitmapAllocator32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_ColorAllocator
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 ___m_ColorAllocator_4;
// UnityEngine.UIElements.UIR.BitmapAllocator32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_TextSettingsAllocator
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 ___m_TextSettingsAllocator_5;
// System.Boolean UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_StorageReallyCreated
bool ___m_StorageReallyCreated_6;
// System.Boolean UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_VertexTexturingEnabled
bool ___m_VertexTexturingEnabled_7;
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.UIR.Transform3x4> UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_Transforms
NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51 ___m_Transforms_8;
// Unity.Collections.NativeArray`1<UnityEngine.Vector4> UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::m_ClipRects
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 ___m_ClipRects_9;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator
struct UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshaled_pinvoke
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* ___m_Storage_0;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke ___m_TransformAllocator_1;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke ___m_ClipRectAllocator_2;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke ___m_OpacityAllocator_3;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke ___m_ColorAllocator_4;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke ___m_TextSettingsAllocator_5;
int32_t ___m_StorageReallyCreated_6;
int32_t ___m_VertexTexturingEnabled_7;
NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51 ___m_Transforms_8;
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 ___m_ClipRects_9;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator
struct UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshaled_com
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* ___m_Storage_0;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com ___m_TransformAllocator_1;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com ___m_ClipRectAllocator_2;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com ___m_OpacityAllocator_3;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com ___m_ColorAllocator_4;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com ___m_TextSettingsAllocator_5;
int32_t ___m_StorageReallyCreated_6;
int32_t ___m_VertexTexturingEnabled_7;
NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51 ___m_Transforms_8;
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 ___m_ClipRects_9;
};
// UnityEngine.UIElements.VectorImage
struct VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
{
// UnityEngine.Texture2D UnityEngine.UIElements.VectorImage::atlas
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___atlas_4;
// UnityEngine.UIElements.VectorImageVertex[] UnityEngine.UIElements.VectorImage::vertices
VectorImageVertexU5BU5D_tA19C37074824265F1A5684A6F2C156559455C1C4* ___vertices_5;
// System.UInt16[] UnityEngine.UIElements.VectorImage::indices
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* ___indices_6;
// UnityEngine.UIElements.GradientSettings[] UnityEngine.UIElements.VectorImage::settings
GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* ___settings_7;
// UnityEngine.Vector2 UnityEngine.UIElements.VectorImage::size
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___size_8;
};
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData
struct AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0
{
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData::alloc
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* ___alloc_0;
// UnityEngine.Texture UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData::texture
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture_1;
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData::svgTexture
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___svgTexture_2;
// UnityEngine.Material UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData::material
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_3;
// UnityEngine.UIElements.MeshGenerationContext/MeshFlags UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData::flags
int32_t ___flags_4;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData::colorAlloc
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___colorAlloc_5;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData
struct AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshaled_pinvoke
{
Il2CppMethodPointer ___alloc_0;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture_1;
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___svgTexture_2;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_3;
int32_t ___flags_4;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___colorAlloc_5;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData
struct AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshaled_com
{
Il2CppMethodPointer ___alloc_0;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___texture_1;
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___svgTexture_2;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_3;
int32_t ___flags_4;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___colorAlloc_5;
};
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry
struct Entry_tB8765CA56422E2C92887314844384843688DCB9F
{
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::vertices
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___vertices_0;
// Unity.Collections.NativeSlice`1<System.UInt16> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::indices
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___indices_1;
// UnityEngine.Material UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::material
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_2;
// UnityEngine.Texture UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::custom
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___custom_3;
// UnityEngine.Texture UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::font
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___font_4;
// System.Single UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::fontTexSDFScale
float ___fontTexSDFScale_5;
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::texture
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___texture_6;
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::customCommand
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___customCommand_7;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::clipRectID
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID_8;
// UnityEngine.UIElements.UIR.VertexFlags UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::addFlags
int32_t ___addFlags_9;
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::uvIsDisplacement
bool ___uvIsDisplacement_10;
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::isTextEntry
bool ___isTextEntry_11;
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::isClipRegisterEntry
bool ___isClipRegisterEntry_12;
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::stencilRef
int32_t ___stencilRef_13;
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry::maskDepth
int32_t ___maskDepth_14;
};
// Native definition for P/Invoke marshalling of UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry
struct Entry_tB8765CA56422E2C92887314844384843688DCB9F_marshaled_pinvoke
{
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___vertices_0;
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___indices_1;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_2;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___custom_3;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___font_4;
float ___fontTexSDFScale_5;
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___texture_6;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___customCommand_7;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID_8;
int32_t ___addFlags_9;
int32_t ___uvIsDisplacement_10;
int32_t ___isTextEntry_11;
int32_t ___isClipRegisterEntry_12;
int32_t ___stencilRef_13;
int32_t ___maskDepth_14;
};
// Native definition for COM marshalling of UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry
struct Entry_tB8765CA56422E2C92887314844384843688DCB9F_marshaled_com
{
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___vertices_0;
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A ___indices_1;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___material_2;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___custom_3;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___font_4;
float ___fontTexSDFScale_5;
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___texture_6;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___customCommand_7;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clipRectID_8;
int32_t ___addFlags_9;
int32_t ___uvIsDisplacement_10;
int32_t ___isTextEntry_11;
int32_t ___isClipRegisterEntry_12;
int32_t ___stencilRef_13;
int32_t ___maskDepth_14;
};
// UnityEngine.UIElements.BaseRuntimePanel
struct BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4 : public Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9
{
// UnityEngine.GameObject UnityEngine.UIElements.BaseRuntimePanel::m_SelectableGameObject
GameObject_t76FEDD663AB33C991A9C9A23129337651094216F* ___m_SelectableGameObject_46;
// System.Int32 UnityEngine.UIElements.BaseRuntimePanel::m_RuntimePanelCreationIndex
int32_t ___m_RuntimePanelCreationIndex_48;
// System.Single UnityEngine.UIElements.BaseRuntimePanel::m_SortingPriority
float ___m_SortingPriority_49;
// System.Action UnityEngine.UIElements.BaseRuntimePanel::destroyed
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___destroyed_50;
// UnityEngine.Shader UnityEngine.UIElements.BaseRuntimePanel::m_StandardWorldSpaceShader
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_StandardWorldSpaceShader_51;
// System.Boolean UnityEngine.UIElements.BaseRuntimePanel::m_DrawToCameras
bool ___m_DrawToCameras_52;
// UnityEngine.RenderTexture UnityEngine.UIElements.BaseRuntimePanel::targetTexture
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___targetTexture_53;
// UnityEngine.Matrix4x4 UnityEngine.UIElements.BaseRuntimePanel::panelToWorld
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___panelToWorld_54;
// System.Int32 UnityEngine.UIElements.BaseRuntimePanel::<targetDisplay>k__BackingField
int32_t ___U3CtargetDisplayU3Ek__BackingField_55;
// System.Func`2<UnityEngine.Vector2,UnityEngine.Vector2> UnityEngine.UIElements.BaseRuntimePanel::m_ScreenToPanelSpace
Func_2_t33ED521BE3A7E943FA8D764514952EDF1AF1C0FA* ___m_ScreenToPanelSpace_57;
};
// UnityEngine.Camera
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
{
};
// UnityEngine.UIElements.UIR.RenderChain
struct RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363 : public RuntimeObject
{
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChain::m_FirstCommand
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___m_FirstCommand_0;
// UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking UnityEngine.UIElements.UIR.RenderChain::m_DirtyTracker
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4 ___m_DirtyTracker_1;
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.RenderChainCommand> UnityEngine.UIElements.UIR.RenderChain::m_CommandPool
LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F* ___m_CommandPool_2;
// UnityEngine.UIElements.UIR.BasicNodePool`1<UnityEngine.UIElements.UIR.TextureEntry> UnityEngine.UIElements.UIR.RenderChain::m_TexturePool
BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828* ___m_TexturePool_3;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData> UnityEngine.UIElements.UIR.RenderChain::m_RenderNodesData
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* ___m_RenderNodesData_4;
// UnityEngine.Shader UnityEngine.UIElements.UIR.RenderChain::m_DefaultShader
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_DefaultShader_5;
// UnityEngine.Shader UnityEngine.UIElements.UIR.RenderChain::m_DefaultWorldSpaceShader
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_DefaultWorldSpaceShader_6;
// UnityEngine.Material UnityEngine.UIElements.UIR.RenderChain::m_DefaultMat
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_DefaultMat_7;
// UnityEngine.Material UnityEngine.UIElements.UIR.RenderChain::m_DefaultWorldSpaceMat
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_DefaultWorldSpaceMat_8;
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::m_BlockDirtyRegistration
bool ___m_BlockDirtyRegistration_9;
// System.Int32 UnityEngine.UIElements.UIR.RenderChain::m_StaticIndex
int32_t ___m_StaticIndex_10;
// System.Int32 UnityEngine.UIElements.UIR.RenderChain::m_ActiveRenderNodes
int32_t ___m_ActiveRenderNodes_11;
// System.Int32 UnityEngine.UIElements.UIR.RenderChain::m_CustomMaterialCommands
int32_t ___m_CustomMaterialCommands_12;
// UnityEngine.UIElements.UIR.ChainBuilderStats UnityEngine.UIElements.UIR.RenderChain::m_Stats
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C ___m_Stats_13;
// System.UInt32 UnityEngine.UIElements.UIR.RenderChain::m_StatsElementsAdded
uint32_t ___m_StatsElementsAdded_14;
// System.UInt32 UnityEngine.UIElements.UIR.RenderChain::m_StatsElementsRemoved
uint32_t ___m_StatsElementsRemoved_15;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChain::m_FirstTextElement
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_FirstTextElement_16;
// UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter UnityEngine.UIElements.UIR.RenderChain::m_TextUpdatePainter
UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* ___m_TextUpdatePainter_17;
// System.Int32 UnityEngine.UIElements.UIR.RenderChain::m_TextElementCount
int32_t ___m_TextElementCount_18;
// System.Int32 UnityEngine.UIElements.UIR.RenderChain::m_DirtyTextStartIndex
int32_t ___m_DirtyTextStartIndex_19;
// System.Int32 UnityEngine.UIElements.UIR.RenderChain::m_DirtyTextRemaining
int32_t ___m_DirtyTextRemaining_20;
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::m_FontWasReset
bool ___m_FontWasReset_21;
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2> UnityEngine.UIElements.UIR.RenderChain::m_LastGroupTransformElementScale
Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E* ___m_LastGroupTransformElementScale_22;
// UnityEngine.UIElements.TextureRegistry UnityEngine.UIElements.UIR.RenderChain::m_TextureRegistry
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* ___m_TextureRegistry_23;
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::<disposed>k__BackingField
bool ___U3CdisposedU3Ek__BackingField_31;
// UnityEngine.UIElements.BaseVisualElementPanel UnityEngine.UIElements.UIR.RenderChain::<panel>k__BackingField
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___U3CpanelU3Ek__BackingField_33;
// UnityEngine.UIElements.UIR.UIRenderDevice UnityEngine.UIElements.UIR.RenderChain::<device>k__BackingField
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___U3CdeviceU3Ek__BackingField_34;
// UnityEngine.UIElements.AtlasBase UnityEngine.UIElements.UIR.RenderChain::<atlas>k__BackingField
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___U3CatlasU3Ek__BackingField_35;
// UnityEngine.UIElements.UIR.VectorImageManager UnityEngine.UIElements.UIR.RenderChain::<vectorImageManager>k__BackingField
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* ___U3CvectorImageManagerU3Ek__BackingField_36;
// UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator UnityEngine.UIElements.UIR.RenderChain::shaderInfoAllocator
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF ___shaderInfoAllocator_37;
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter UnityEngine.UIElements.UIR.RenderChain::<painter>k__BackingField
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* ___U3CpainterU3Ek__BackingField_38;
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::<drawStats>k__BackingField
bool ___U3CdrawStatsU3Ek__BackingField_39;
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::<drawInCameras>k__BackingField
bool ___U3CdrawInCamerasU3Ek__BackingField_40;
};
// UnityEngine.UIElements.UIR.ShaderInfoStorageRGBA32
struct ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0 : public ShaderInfoStorage_1_tD51663F3CDEDF587A26C0FE2DABE674C3122A1F6
{
};
// UnityEngine.UIElements.UIR.ShaderInfoStorageRGBAFloat
struct ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27 : public ShaderInfoStorage_1_tA67AC95B2ECE99BBF16CB6CE9BAA1BB8F41AFB30
{
};
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter
struct UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8 : public RuntimeObject
{
// UnityEngine.UIElements.UIR.RenderChain UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_Owner
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___m_Owner_0;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_Entries
List_1_tE6A967BAC61940A70814BDD10C019CC887E70047* ___m_Entries_1;
// UnityEngine.UIElements.AtlasBase UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_Atlas
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___m_Atlas_2;
// UnityEngine.UIElements.UIR.VectorImageManager UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_VectorImageManager
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* ___m_VectorImageManager_3;
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/Entry UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_CurrentEntry
Entry_tB8765CA56422E2C92887314844384843688DCB9F ___m_CurrentEntry_4;
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/ClosingInfo UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_ClosingInfo
ClosingInfo_t2DD9FDAA81DB13384355D75E956D24D1594C9D14 ___m_ClosingInfo_5;
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_MaskDepth
int32_t ___m_MaskDepth_6;
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_StencilRef
int32_t ___m_StencilRef_7;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_ClipRectID
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___m_ClipRectID_8;
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_SVGBackgroundEntryIndex
int32_t ___m_SVGBackgroundEntryIndex_9;
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<UnityEngine.UIElements.Vertex> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_VertsPool
TempDataAlloc_1_t504D7F25C2A34C0B632642E1FDC8518420C9108D ___m_VertsPool_10;
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter/TempDataAlloc`1<System.UInt16> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_IndicesPool
TempDataAlloc_1_tC05ED0C5507DD6C0E685BBFEE0C51A1494C0CC02 ___m_IndicesPool_11;
// System.Collections.Generic.List`1<UnityEngine.UIElements.MeshWriteData> UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_MeshWriteDataPool
List_1_t05E9D64FA04264FFFD8318E39EE4EFC55D386E13* ___m_MeshWriteDataPool_12;
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_NextMeshWriteDataPoolItem
int32_t ___m_NextMeshWriteDataPoolItem_13;
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_AllocRawVertsIndicesDelegate
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* ___m_AllocRawVertsIndicesDelegate_14;
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_AllocThroughDrawMeshDelegate
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* ___m_AllocThroughDrawMeshDelegate_15;
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::m_AllocThroughDrawGradientsDelegate
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* ___m_AllocThroughDrawGradientsDelegate_16;
// UnityEngine.UIElements.MeshGenerationContext UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::<meshGenerationContext>k__BackingField
MeshGenerationContext_tD1BD8DB52C7126A7987DE5DF1A4AF47A906EAF62* ___U3CmeshGenerationContextU3Ek__BackingField_17;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::<currentElement>k__BackingField
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___U3CcurrentElementU3Ek__BackingField_18;
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::<totalVertices>k__BackingField
int32_t ___U3CtotalVerticesU3Ek__BackingField_19;
// System.Int32 UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::<totalIndices>k__BackingField
int32_t ___U3CtotalIndicesU3Ek__BackingField_20;
// System.Boolean UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::<disposed>k__BackingField
bool ___U3CdisposedU3Ek__BackingField_21;
};
// UnityEngine.UIElements.VisualElement
struct VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115 : public Focusable_t39F2BAF0AF6CA465BC2BEDAF9B5B2CF379B846D0
{
// UnityEngine.UIElements.InlineStyleAccess UnityEngine.UIElements.VisualElement::inlineStyleAccess
InlineStyleAccess_t5CA7877999C9442491A220AE50D605C84D09A165* ___inlineStyleAccess_7;
// System.Collections.Generic.List`1<UnityEngine.UIElements.StyleSheet> UnityEngine.UIElements.VisualElement::styleSheetList
List_1_tEA16F82F7871418E28EB6F551D77A8AD9F2E337F* ___styleSheetList_8;
// System.Int32 UnityEngine.UIElements.VisualElement::<UnityEngine.UIElements.IStylePropertyAnimations.runningAnimationCount>k__BackingField
int32_t ___U3CUnityEngine_UIElements_IStylePropertyAnimations_runningAnimationCountU3Ek__BackingField_11;
// System.Int32 UnityEngine.UIElements.VisualElement::<UnityEngine.UIElements.IStylePropertyAnimations.completedAnimationCount>k__BackingField
int32_t ___U3CUnityEngine_UIElements_IStylePropertyAnimations_completedAnimationCountU3Ek__BackingField_12;
// System.Collections.Generic.List`1<UnityEngine.UIElements.Experimental.IValueAnimationUpdate> UnityEngine.UIElements.VisualElement::m_RunningAnimations
List_1_t96E9133B70FB6765E6B138E810D33E18901715DA* ___m_RunningAnimations_13;
// System.String UnityEngine.UIElements.VisualElement::m_Name
String_t* ___m_Name_18;
// System.Collections.Generic.List`1<System.String> UnityEngine.UIElements.VisualElement::m_ClassList
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___m_ClassList_19;
// System.Collections.Generic.List`1<System.Collections.Generic.KeyValuePair`2<UnityEngine.PropertyName,System.Object>> UnityEngine.UIElements.VisualElement::m_PropertyBag
List_1_t60F39D768DAD2345527AD3EE73FAB2667DF4F260* ___m_PropertyBag_20;
// UnityEngine.UIElements.VisualElementFlags UnityEngine.UIElements.VisualElement::m_Flags
int32_t ___m_Flags_21;
// System.String UnityEngine.UIElements.VisualElement::m_ViewDataKey
String_t* ___m_ViewDataKey_22;
// UnityEngine.UIElements.RenderHints UnityEngine.UIElements.VisualElement::m_RenderHints
int32_t ___m_RenderHints_23;
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::lastLayout
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___lastLayout_24;
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::lastPseudoPadding
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___lastPseudoPadding_25;
// UnityEngine.UIElements.UIR.RenderChainVEData UnityEngine.UIElements.VisualElement::renderChainData
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847 ___renderChainData_26;
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_Layout
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_Layout_27;
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_BoundingBox
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_BoundingBox_28;
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_WorldBoundingBox
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_WorldBoundingBox_29;
// UnityEngine.Matrix4x4 UnityEngine.UIElements.VisualElement::m_WorldTransformCache
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_WorldTransformCache_30;
// UnityEngine.Matrix4x4 UnityEngine.UIElements.VisualElement::m_WorldTransformInverseCache
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___m_WorldTransformInverseCache_31;
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_WorldClip
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_WorldClip_32;
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::m_WorldClipMinusGroup
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___m_WorldClipMinusGroup_33;
// System.Boolean UnityEngine.UIElements.VisualElement::m_WorldClipIsInfinite
bool ___m_WorldClipIsInfinite_34;
// UnityEngine.UIElements.PseudoStates UnityEngine.UIElements.VisualElement::triggerPseudoMask
int32_t ___triggerPseudoMask_36;
// UnityEngine.UIElements.PseudoStates UnityEngine.UIElements.VisualElement::dependencyPseudoMask
int32_t ___dependencyPseudoMask_37;
// UnityEngine.UIElements.PseudoStates UnityEngine.UIElements.VisualElement::m_PseudoStates
int32_t ___m_PseudoStates_38;
// System.Int32 UnityEngine.UIElements.VisualElement::<containedPointerIds>k__BackingField
int32_t ___U3CcontainedPointerIdsU3Ek__BackingField_39;
// UnityEngine.UIElements.PickingMode UnityEngine.UIElements.VisualElement::<pickingMode>k__BackingField
int32_t ___U3CpickingModeU3Ek__BackingField_40;
// UnityEngine.Yoga.YogaNode UnityEngine.UIElements.VisualElement::<yogaNode>k__BackingField
YogaNode_t4B5B593220CCB315B5A60CB48BA4795636F04DDA* ___U3CyogaNodeU3Ek__BackingField_41;
// UnityEngine.UIElements.ComputedStyle UnityEngine.UIElements.VisualElement::m_Style
ComputedStyle_t8B08CCCEE20525528B3FFDAC6D3F58F101AAF54C ___m_Style_42;
// UnityEngine.UIElements.StyleVariableContext UnityEngine.UIElements.VisualElement::variableContext
StyleVariableContext_tF74F2787CE1F6BEBBFBFF0771CF493AC9E403527* ___variableContext_43;
// System.Int32 UnityEngine.UIElements.VisualElement::inheritedStylesHash
int32_t ___inheritedStylesHash_44;
// System.UInt32 UnityEngine.UIElements.VisualElement::controlid
uint32_t ___controlid_45;
// System.Int32 UnityEngine.UIElements.VisualElement::imguiContainerDescendantCount
int32_t ___imguiContainerDescendantCount_46;
// System.Boolean UnityEngine.UIElements.VisualElement::<enabledSelf>k__BackingField
bool ___U3CenabledSelfU3Ek__BackingField_47;
// System.Action`1<UnityEngine.UIElements.MeshGenerationContext> UnityEngine.UIElements.VisualElement::<generateVisualContent>k__BackingField
Action_1_t3DC3411926243F1DB9C330F8E105B904E38C1A0B* ___U3CgenerateVisualContentU3Ek__BackingField_48;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.VisualElement::k_GenerateVisualContentMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___k_GenerateVisualContentMarker_49;
// UnityEngine.UIElements.VisualElement/RenderTargetMode UnityEngine.UIElements.VisualElement::m_SubRenderTargetMode
int32_t ___m_SubRenderTargetMode_50;
// UnityEngine.Material UnityEngine.UIElements.VisualElement::m_defaultMaterial
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_defaultMaterial_52;
// UnityEngine.UIElements.VisualElement/Hierarchy UnityEngine.UIElements.VisualElement::<hierarchy>k__BackingField
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 ___U3ChierarchyU3Ek__BackingField_54;
// System.Boolean UnityEngine.UIElements.VisualElement::<isRootVisualContainer>k__BackingField
bool ___U3CisRootVisualContainerU3Ek__BackingField_55;
// System.Boolean UnityEngine.UIElements.VisualElement::<cacheAsBitmap>k__BackingField
bool ___U3CcacheAsBitmapU3Ek__BackingField_56;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement::m_PhysicalParent
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_PhysicalParent_57;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement::m_LogicalParent
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___m_LogicalParent_58;
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement> UnityEngine.UIElements.VisualElement::m_Children
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___m_Children_60;
// UnityEngine.UIElements.BaseVisualElementPanel UnityEngine.UIElements.VisualElement::<elementPanel>k__BackingField
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___U3CelementPanelU3Ek__BackingField_61;
// UnityEngine.UIElements.VisualTreeAsset UnityEngine.UIElements.VisualElement::m_VisualTreeAssetSource
VisualTreeAsset_tFB5BF81F0780A412AE5A7C2C552B3EEA64EA2EEB* ___m_VisualTreeAssetSource_62;
// UnityEngine.UIElements.VisualElement/TypeData UnityEngine.UIElements.VisualElement::m_TypeData
TypeData_t01D670B4E71B5571B38C7412B1E652A47D6AF66A* ___m_TypeData_64;
};
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator
struct Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3 : public MulticastDelegate_t
{
};
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.UIR.VectorImageRenderInfo>
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.UIR.VectorImageRenderInfo>
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2>
// System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2>
// System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
// System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
// System.Collections.Generic.LinkedList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
// System.Collections.Generic.LinkedList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
// System.Collections.Generic.LinkedList`1<UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree>
// System.Collections.Generic.LinkedList`1<UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree>
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.GradientRemap>
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.GradientRemap>
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.MeshHandle>
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.MeshHandle>
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.RenderChainCommand>
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.RenderChainCommand>
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>
// UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>>
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>>
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.GradientRemap>
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.GradientRemap>
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.MeshHandle>
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.MeshHandle>
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.RenderChainCommand>
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.RenderChainCommand>
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>
// UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>>
struct List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
List_1U5BU5D_t71E0AFA4A35F98967252A52F1BA711655B94CF24* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>>
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>>
struct List_1_tA79C35FB5E50135962B53960CB758B9262700632_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
List_1U5BU5D_tA60DD4961B3E0C1873E425BEDCEB03AD0C3B16BE* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>>
// System.Collections.Generic.List`1<UnityEngine.Material>
struct List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
MaterialU5BU5D_t2B1D11C42DB07A4400C0535F92DBB87A2E346D3D* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.Material>
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain>
struct List_1_t7524385702B2ADF442BBE71121A26B337005726D_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
RenderChainU5BU5D_tD86D2A262F4A03450C368D8058A1D058E63C87FF* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain>
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChainTextEntry>
struct List_1_t3ADC2CEE608F7E0043EBE4FD425E6C9AE43E19CC_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
RenderChainTextEntryU5BU5D_tD38698D193EAB301825EAD81C1D10280631FBD62* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChainTextEntry>
// System.Collections.Generic.List`1<UnityEngine.RenderTexture>
struct List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
RenderTextureU5BU5D_t9C963C4B9AAD862BBE402147E82F7BEBF699F6A6* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.RenderTexture>
// System.Collections.Generic.List`1<System.UInt32>
struct List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<System.UInt32>
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.VectorImageManager>
struct List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
VectorImageManagerU5BU5D_tED65E2CFA572B3026276D5E87498FCD9EAA5D73B* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.VectorImageManager>
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>
struct List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
VisualElementU5BU5D_tCAE8038767BF0FBEE26B3470C0FC4AE60E5229DF* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>
// System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
struct List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>
struct List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
PageU5BU5D_tFCE8198B6D8AF479FBA546791B9CF3DD8A2D75C9* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>
struct List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
RenderNodeDataU5BU5D_t73A42A22EC1354DE8A25C10A2E408E1DA7C41B7E* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>
struct List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
AllocToFreeU5BU5D_tABB7AF052966F0E8DFAA88DF107B682ED5411788* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>
struct List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2_StaticFields
{
// T[] System.Collections.Generic.List`1::s_emptyArray
AllocToUpdateU5BU5D_tC52656BA0214FA47884361867D3ED2D23CE612C3* ___s_emptyArray_5;
};
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>
// System.Collections.Generic.Stack`1<UnityEngine.Matrix4x4>
// System.Collections.Generic.Stack`1<UnityEngine.Matrix4x4>
// System.Collections.Generic.Stack`1<UnityEngine.Rect>
// System.Collections.Generic.Stack`1<UnityEngine.Rect>
// System.Collections.Generic.Stack`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
// System.Collections.Generic.Stack`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
// UnityEngine.UIElements.AtlasBase
// UnityEngine.UIElements.AtlasBase
// UnityEngine.UIElements.UIR.BaseShaderInfoStorage
struct BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2_StaticFields
{
// System.Int32 UnityEngine.UIElements.UIR.BaseShaderInfoStorage::s_TextureCounter
int32_t ___s_TextureCounter_0;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.BaseShaderInfoStorage::s_MarkerCopyTexture
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerCopyTexture_1;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.BaseShaderInfoStorage::s_MarkerGetTextureData
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerGetTextureData_2;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.BaseShaderInfoStorage::s_MarkerUpdateTexture
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerUpdateTexture_3;
};
// UnityEngine.UIElements.UIR.BaseShaderInfoStorage
// UnityEngine.UIElements.UIR.DrawParams
struct DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_StaticFields
{
// UnityEngine.Rect UnityEngine.UIElements.UIR.DrawParams::k_UnlimitedRect
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___k_UnlimitedRect_0;
// UnityEngine.Rect UnityEngine.UIElements.UIR.DrawParams::k_FullNormalizedRect
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___k_FullNormalizedRect_1;
};
// UnityEngine.UIElements.UIR.DrawParams
// UnityEngine.UIElements.UIR.GPUBufferAllocator
// UnityEngine.UIElements.UIR.GPUBufferAllocator
// UnityEngine.UIElements.UIR.Page
// UnityEngine.UIElements.UIR.Page
// UnityEngine.UIElements.UIR.Shaders
struct Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields
{
// System.String UnityEngine.UIElements.UIR.Shaders::k_AtlasBlit
String_t* ___k_AtlasBlit_0;
// System.String UnityEngine.UIElements.UIR.Shaders::k_Editor
String_t* ___k_Editor_1;
// System.String UnityEngine.UIElements.UIR.Shaders::k_Runtime
String_t* ___k_Runtime_2;
// System.String UnityEngine.UIElements.UIR.Shaders::k_RuntimeWorld
String_t* ___k_RuntimeWorld_3;
// System.String UnityEngine.UIElements.UIR.Shaders::k_GraphView
String_t* ___k_GraphView_4;
};
// UnityEngine.UIElements.UIR.Shaders
// System.String
struct String_t_StaticFields
{
// System.String System.String::Empty
String_t* ___Empty_6;
};
// System.String
// UnityEngine.UIElements.TextureRegistry
struct TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_StaticFields
{
// UnityEngine.UIElements.TextureRegistry UnityEngine.UIElements.TextureRegistry::<instance>k__BackingField
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* ___U3CinstanceU3Ek__BackingField_4;
};
// UnityEngine.UIElements.TextureRegistry
// UnityEngine.UIElements.UIR.TextureSlotManager
struct TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_StaticFields
{
// System.Int32 UnityEngine.UIElements.UIR.TextureSlotManager::k_SlotCount
int32_t ___k_SlotCount_0;
// System.Int32[] UnityEngine.UIElements.UIR.TextureSlotManager::slotIds
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___slotIds_1;
// System.Int32 UnityEngine.UIElements.UIR.TextureSlotManager::textureTableId
int32_t ___textureTableId_2;
};
// UnityEngine.UIElements.UIR.TextureSlotManager
// UnityEngine.UIElements.UIElementsPackageUtility
struct UIElementsPackageUtility_tE9E513C85D65D60A1BA9652BBFC6C3C6652C821A_StaticFields
{
// System.String UnityEngine.UIElements.UIElementsPackageUtility::EditorResourcesBasePath
String_t* ___EditorResourcesBasePath_0;
// System.Boolean UnityEngine.UIElements.UIElementsPackageUtility::IsUIEPackageLoaded
bool ___IsUIEPackageLoaded_1;
};
// UnityEngine.UIElements.UIElementsPackageUtility
// UnityEngine.UIElements.UIRUtility
struct UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_StaticFields
{
// System.String UnityEngine.UIElements.UIRUtility::k_DefaultShaderName
String_t* ___k_DefaultShaderName_0;
// System.String UnityEngine.UIElements.UIRUtility::k_DefaultWorldSpaceShaderName
String_t* ___k_DefaultWorldSpaceShaderName_1;
};
// UnityEngine.UIElements.UIRUtility
// UnityEngine.UIElements.UIR.VectorImageManager
struct VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_StaticFields
{
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.VectorImageManager> UnityEngine.UIElements.UIR.VectorImageManager::instances
List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00* ___instances_0;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.VectorImageManager::s_MarkerRegister
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerRegister_1;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.VectorImageManager::s_MarkerUnregister
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerUnregister_2;
};
// UnityEngine.UIElements.UIR.VectorImageManager
// UnityEngine.UIElements.UIR.GradientRemapPool/<>c
struct U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_StaticFields
{
// UnityEngine.UIElements.UIR.GradientRemapPool/<>c UnityEngine.UIElements.UIR.GradientRemapPool/<>c::<>9
U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300* ___U3CU3E9_0;
// System.Func`1<UnityEngine.UIElements.UIR.GradientRemap> UnityEngine.UIElements.UIR.GradientRemapPool/<>c::<>9__0_0
Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18* ___U3CU3E9__0_0_1;
// System.Action`1<UnityEngine.UIElements.UIR.GradientRemap> UnityEngine.UIElements.UIR.GradientRemapPool/<>c::<>9__0_1
Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6* ___U3CU3E9__0_1_2;
};
// UnityEngine.UIElements.UIR.GradientRemapPool/<>c
// UnityEngine.UIElements.UIR.RenderChain/<>c
struct U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_StaticFields
{
// UnityEngine.UIElements.UIR.RenderChain/<>c UnityEngine.UIElements.UIR.RenderChain/<>c::<>9
U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F* ___U3CU3E9_0;
// System.Func`1<UnityEngine.UIElements.UIR.RenderChainCommand> UnityEngine.UIElements.UIR.RenderChain/<>c::<>9__37_0
Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1* ___U3CU3E9__37_0_1;
// System.Action`1<UnityEngine.UIElements.UIR.RenderChainCommand> UnityEngine.UIElements.UIR.RenderChain/<>c::<>9__37_1
Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC* ___U3CU3E9__37_1_2;
};
// UnityEngine.UIElements.UIR.RenderChain/<>c
// UnityEngine.UIElements.UIR.UIRenderDevice/<>c
struct U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_StaticFields
{
// UnityEngine.UIElements.UIR.UIRenderDevice/<>c UnityEngine.UIElements.UIR.UIRenderDevice/<>c::<>9
U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA* ___U3CU3E9_0;
// System.Func`1<UnityEngine.UIElements.UIR.MeshHandle> UnityEngine.UIElements.UIR.UIRenderDevice/<>c::<>9__53_0
Func_1_t8D65D629C8C51A932FBFED703C764E27182018B8* ___U3CU3E9__53_0_1;
// System.Action`1<UnityEngine.UIElements.UIR.MeshHandle> UnityEngine.UIElements.UIR.UIRenderDevice/<>c::<>9__53_1
Action_1_t390738D95A0B620166DAF476F4067FBE1A124820* ___U3CU3E9__53_1_2;
};
// UnityEngine.UIElements.UIR.UIRenderDevice/<>c
// UnityEngine.UIElements.UIR.VectorImageRenderInfoPool/<>c
struct U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_StaticFields
{
// UnityEngine.UIElements.UIR.VectorImageRenderInfoPool/<>c UnityEngine.UIElements.UIR.VectorImageRenderInfoPool/<>c::<>9
U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C* ___U3CU3E9_0;
// System.Func`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo> UnityEngine.UIElements.UIR.VectorImageRenderInfoPool/<>c::<>9__0_0
Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B* ___U3CU3E9__0_0_1;
// System.Action`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo> UnityEngine.UIElements.UIR.VectorImageRenderInfoPool/<>c::<>9__0_1
Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F* ___U3CU3E9__0_1_2;
};
// UnityEngine.UIElements.UIR.VectorImageRenderInfoPool/<>c
// UnityEngine.UIElements.UIR.BasicNodePool`1<UnityEngine.UIElements.UIR.TextureEntry>
// UnityEngine.UIElements.UIR.BasicNodePool`1<UnityEngine.UIElements.UIR.TextureEntry>
// System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
// System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
// System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.UIElements.Panel>
// System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.UIElements.Panel>
// System.Collections.Generic.KeyValuePair`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
// System.Collections.Generic.KeyValuePair`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.UIR.DrawBufferRange>
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.UIR.DrawBufferRange>
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.UIR.Transform3x4>
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.UIR.Transform3x4>
// Unity.Collections.NativeSlice`1<System.UInt16>
// Unity.Collections.NativeSlice`1<System.UInt16>
// Unity.Collections.NativeSlice`1<UnityEngine.Vector4>
// Unity.Collections.NativeSlice`1<UnityEngine.Vector4>
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>
// Unity.Collections.NativeSlice`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
// Unity.Collections.NativeSlice`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
// System.Nullable`1<System.Boolean>
// System.Nullable`1<System.Boolean>
// System.Nullable`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
// System.Nullable`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
// UnityEngine.UIElements.UIR.Alloc
// UnityEngine.UIElements.UIR.Alloc
// UnityEngine.UIElements.UIR.BitmapAllocator32
// UnityEngine.UIElements.UIR.BitmapAllocator32
// System.Boolean
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
{
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
};
// System.Boolean
// System.Byte
// System.Byte
// UnityEngine.UIElements.UIR.ChainBuilderStats
// UnityEngine.UIElements.UIR.ChainBuilderStats
// UnityEngine.Color
// UnityEngine.Color
// UnityEngine.Color32
// UnityEngine.Color32
// System.Double
// System.Double
// UnityEngine.UIElements.UIR.DrawBufferRange
// UnityEngine.UIElements.UIR.DrawBufferRange
// UnityEngine.UIElements.UIR.GradientRemapPool
// UnityEngine.UIElements.UIR.GradientRemapPool
// System.Int32
// System.Int32
// System.IntPtr
struct IntPtr_t_StaticFields
{
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
};
// System.IntPtr
// UnityEngine.Matrix4x4
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_StaticFields
{
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::zeroMatrix
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___zeroMatrix_16;
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::identityMatrix
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___identityMatrix_17;
};
// UnityEngine.Matrix4x4
// UnityEngine.Rect
// UnityEngine.Rect
// UnityEngine.RectInt
// UnityEngine.RectInt
// UnityEngine.UIElements.UIR.RenderChainTextEntry
// UnityEngine.UIElements.UIR.RenderChainTextEntry
// System.Single
// System.Single
// UnityEngine.Rendering.StencilState
// UnityEngine.Rendering.StencilState
// UnityEngine.UIElements.TextureId
struct TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_StaticFields
{
// UnityEngine.UIElements.TextureId UnityEngine.UIElements.TextureId::invalid
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___invalid_1;
};
// UnityEngine.UIElements.TextureId
// UnityEngine.UIElements.UIRRepaintUpdater
struct UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_StaticFields
{
// System.String UnityEngine.UIElements.UIRRepaintUpdater::s_Description
String_t* ___s_Description_4;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIRRepaintUpdater::s_ProfilerMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_ProfilerMarker_5;
};
// UnityEngine.UIElements.UIRRepaintUpdater
// System.UInt16
// System.UInt16
// System.UInt32
// System.UInt32
// System.UInt64
// System.UInt64
// UnityEngine.Vector2
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields
{
// UnityEngine.Vector2 UnityEngine.Vector2::zeroVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___zeroVector_2;
// UnityEngine.Vector2 UnityEngine.Vector2::oneVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___oneVector_3;
// UnityEngine.Vector2 UnityEngine.Vector2::upVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___upVector_4;
// UnityEngine.Vector2 UnityEngine.Vector2::downVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___downVector_5;
// UnityEngine.Vector2 UnityEngine.Vector2::leftVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftVector_6;
// UnityEngine.Vector2 UnityEngine.Vector2::rightVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightVector_7;
// UnityEngine.Vector2 UnityEngine.Vector2::positiveInfinityVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positiveInfinityVector_8;
// UnityEngine.Vector2 UnityEngine.Vector2::negativeInfinityVector
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___negativeInfinityVector_9;
};
// UnityEngine.Vector2
// UnityEngine.Vector2Int
struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_StaticFields
{
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Zero
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Zero_2;
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_One
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_One_3;
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Up
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Up_4;
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Down
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Down_5;
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Left
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Left_6;
// UnityEngine.Vector2Int UnityEngine.Vector2Int::s_Right
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Right_7;
};
// UnityEngine.Vector2Int
// UnityEngine.Vector3
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields
{
// UnityEngine.Vector3 UnityEngine.Vector3::zeroVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___zeroVector_5;
// UnityEngine.Vector3 UnityEngine.Vector3::oneVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___oneVector_6;
// UnityEngine.Vector3 UnityEngine.Vector3::upVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___upVector_7;
// UnityEngine.Vector3 UnityEngine.Vector3::downVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___downVector_8;
// UnityEngine.Vector3 UnityEngine.Vector3::leftVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___leftVector_9;
// UnityEngine.Vector3 UnityEngine.Vector3::rightVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rightVector_10;
// UnityEngine.Vector3 UnityEngine.Vector3::forwardVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___forwardVector_11;
// UnityEngine.Vector3 UnityEngine.Vector3::backVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___backVector_12;
// UnityEngine.Vector3 UnityEngine.Vector3::positiveInfinityVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___positiveInfinityVector_13;
// UnityEngine.Vector3 UnityEngine.Vector3::negativeInfinityVector
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___negativeInfinityVector_14;
};
// UnityEngine.Vector3
// UnityEngine.Vector4
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_StaticFields
{
// UnityEngine.Vector4 UnityEngine.Vector4::zeroVector
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___zeroVector_5;
// UnityEngine.Vector4 UnityEngine.Vector4::oneVector
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___oneVector_6;
// UnityEngine.Vector4 UnityEngine.Vector4::positiveInfinityVector
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___positiveInfinityVector_7;
// UnityEngine.Vector4 UnityEngine.Vector4::negativeInfinityVector
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___negativeInfinityVector_8;
};
// UnityEngine.Vector4
// UnityEngine.UIElements.UIR.VectorImageRenderInfoPool
// UnityEngine.UIElements.UIR.VectorImageRenderInfoPool
// System.Void
// System.Void
// UnityEngine.UIElements.UIR.BitmapAllocator32/Page
// UnityEngine.UIElements.UIR.BitmapAllocator32/Page
// UnityEngine.GUIClip/ParentClipScope
// UnityEngine.GUIClip/ParentClipScope
// UnityEngine.UIElements.UIR.MeshBuilder/ClipCounts
// UnityEngine.UIElements.UIR.MeshBuilder/ClipCounts
// UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking
// UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking
// UnityEngine.UIElements.UIR.RenderChain/RenderChainStaticIndexAllocator
struct RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_StaticFields
{
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain> UnityEngine.UIElements.UIR.RenderChain/RenderChainStaticIndexAllocator::renderChains
List_1_t7524385702B2ADF442BBE71121A26B337005726D* ___renderChains_0;
};
// UnityEngine.UIElements.UIR.RenderChain/RenderChainStaticIndexAllocator
// UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree
// UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree
// UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics
// UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics
// UnityEngine.UIElements.VisualElement/Hierarchy
// UnityEngine.UIElements.VisualElement/Hierarchy
// System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.UIElements.Panel>
// System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.UIElements.Panel>
// System.Collections.Generic.Dictionary`2/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
// System.Collections.Generic.Dictionary`2/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
// UnityEngine.UIElements.UIR.Utility/GPUBuffer`1<System.UInt16>
// UnityEngine.UIElements.UIR.Utility/GPUBuffer`1<System.UInt16>
// UnityEngine.UIElements.UIR.Utility/GPUBuffer`1<UnityEngine.UIElements.Vertex>
// UnityEngine.UIElements.UIR.Utility/GPUBuffer`1<UnityEngine.UIElements.Vertex>
// System.Collections.Generic.LinkedListNode`1<UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree>
// System.Collections.Generic.LinkedListNode`1<UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree>
// Unity.Collections.Allocator
// Unity.Collections.Allocator
// UnityEngine.Bounds
// UnityEngine.Bounds
// UnityEngine.ColorSpace
// UnityEngine.ColorSpace
// UnityEngine.UIElements.UIR.CommandType
// UnityEngine.UIElements.UIR.CommandType
// UnityEngine.Rendering.CompareFunction
// UnityEngine.Rendering.CompareFunction
// System.Delegate
// System.Delegate
// System.Exception
struct Exception_t_StaticFields
{
// System.Object System.Exception::s_EDILock
RuntimeObject* ___s_EDILock_0;
};
// System.Exception
// UnityEngine.FilterMode
// UnityEngine.FilterMode
// UnityEngine.UIElements.UIR.GradientRemap
// UnityEngine.UIElements.UIR.GradientRemap
// UnityEngine.UIElements.UIR.GradientSettingsAtlas
struct GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_StaticFields
{
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.GradientSettingsAtlas::s_MarkerWrite
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerWrite_0;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.GradientSettingsAtlas::s_MarkerCommit
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerCommit_1;
// System.Int32 UnityEngine.UIElements.UIR.GradientSettingsAtlas::s_TextureCounter
int32_t ___s_TextureCounter_7;
};
// UnityEngine.UIElements.UIR.GradientSettingsAtlas
// UnityEngine.HideFlags
// UnityEngine.HideFlags
// Unity.Profiling.LowLevel.MarkerFlags
// Unity.Profiling.LowLevel.MarkerFlags
// UnityEngine.MaterialPropertyBlock
// UnityEngine.MaterialPropertyBlock
// UnityEngine.UIElements.UIR.MeshHandle
// UnityEngine.UIElements.UIR.MeshHandle
// UnityEngine.UIElements.MeshWriteData
// UnityEngine.UIElements.MeshWriteData
// Unity.Collections.NativeArrayOptions
// Unity.Collections.NativeArrayOptions
// UnityEngine.Object
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
{
// System.Int32 UnityEngine.Object::OffsetOfInstanceIDInCPlusPlusObject
int32_t ___OffsetOfInstanceIDInCPlusPlusObject_1;
};
// UnityEngine.Object
// UnityEngine.UIElements.UIR.OwnedState
// UnityEngine.UIElements.UIR.OwnedState
// Unity.Profiling.ProfilerMarker
// Unity.Profiling.ProfilerMarker
// UnityEngine.UIElements.UIR.RenderDataDirtyTypeClasses
// UnityEngine.UIElements.UIR.RenderDataDirtyTypeClasses
// UnityEngine.UIElements.UIR.RenderDataDirtyTypes
// UnityEngine.UIElements.UIR.RenderDataDirtyTypes
// UnityEngine.RenderTextureFormat
// UnityEngine.RenderTextureFormat
// UnityEngine.UIElements.UIR.State
// UnityEngine.UIElements.UIR.State
// UnityEngine.Rendering.StencilOp
// UnityEngine.Rendering.StencilOp
// UnityEngine.UIElements.UIR.TextCoreSettings
// UnityEngine.UIElements.UIR.TextCoreSettings
// UnityEngine.UIElements.UIR.TextureEntry
// UnityEngine.UIElements.UIR.TextureEntry
// UnityEngine.TextureFormat
// UnityEngine.TextureFormat
// UnityEngine.UIElements.UIR.Transform3x4
// UnityEngine.UIElements.UIR.Transform3x4
// UnityEngine.UIElements.UIR.UIRenderDevice
struct UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields
{
// System.Collections.Generic.LinkedList`1<UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree> UnityEngine.UIElements.UIR.UIRenderDevice::m_DeviceFreeQueue
LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7* ___m_DeviceFreeQueue_17;
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::m_ActiveDeviceCount
int32_t ___m_ActiveDeviceCount_18;
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::m_SubscribedToNotifications
bool ___m_SubscribedToNotifications_19;
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::m_SynchronousFree
bool ___m_SynchronousFree_20;
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_FontTexPropID
int32_t ___s_FontTexPropID_21;
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_FontTexSDFScaleID
int32_t ___s_FontTexSDFScaleID_22;
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_GradientSettingsTexID
int32_t ___s_GradientSettingsTexID_23;
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_ShaderInfoTexID
int32_t ___s_ShaderInfoTexID_24;
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_TransformsPropID
int32_t ___s_TransformsPropID_25;
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_ClipRectsPropID
int32_t ___s_ClipRectsPropID_26;
// System.Int32 UnityEngine.UIElements.UIR.UIRenderDevice::s_ClipSpaceParamsID
int32_t ___s_ClipSpaceParamsID_27;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.UIRenderDevice::s_MarkerAllocate
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerAllocate_28;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.UIRenderDevice::s_MarkerFree
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerFree_29;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.UIRenderDevice::s_MarkerAdvanceFrame
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerAdvanceFrame_30;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.UIRenderDevice::s_MarkerFence
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerFence_31;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.UIRenderDevice::s_MarkerBeforeDraw
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerBeforeDraw_32;
// System.Nullable`1<System.Boolean> UnityEngine.UIElements.UIR.UIRenderDevice::s_VertexTexturingIsAvailable
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___s_VertexTexturingIsAvailable_33;
// System.Nullable`1<System.Boolean> UnityEngine.UIElements.UIR.UIRenderDevice::s_ShaderModelIs35
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___s_ShaderModelIs35_34;
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.UIRenderDevice::s_DefaultShaderInfoTexFloat
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___s_DefaultShaderInfoTexFloat_37;
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.UIRenderDevice::s_DefaultShaderInfoTexARGB8
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* ___s_DefaultShaderInfoTexARGB8_38;
};
// UnityEngine.UIElements.UIR.UIRenderDevice
// UnityEngine.UIElements.UIR.VectorImageRenderInfo
// UnityEngine.UIElements.UIR.VectorImageRenderInfo
// UnityEngine.UIElements.VersionChangeType
// UnityEngine.UIElements.VersionChangeType
// UnityEngine.Rendering.VertexAttribute
// UnityEngine.Rendering.VertexAttribute
// UnityEngine.Rendering.VertexAttributeFormat
// UnityEngine.Rendering.VertexAttributeFormat
// UnityEngine.UIElements.UIR.VertexFlags
// UnityEngine.UIElements.UIR.VertexFlags
// UnityEngine.UIElements.VisualTreeUpdatePhase
// UnityEngine.UIElements.VisualTreeUpdatePhase
// UnityEngine.UIElements.UIR.MeshBuilder/VertexClipEdge
// UnityEngine.UIElements.UIR.MeshBuilder/VertexClipEdge
// UnityEngine.UIElements.UIR.RenderChain/RenderNodeData
// UnityEngine.UIElements.UIR.RenderChain/RenderNodeData
// UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree
// UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree
// UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate
// UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate
// UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>
// UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>
// System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>
// System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>
// System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>
// System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.UIR.Transform3x4>
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.UIR.Transform3x4>
// Unity.Collections.NativeArray`1<System.UInt16>
// Unity.Collections.NativeArray`1<System.UInt16>
// Unity.Collections.NativeArray`1<UnityEngine.Vector4>
// Unity.Collections.NativeArray`1<UnityEngine.Vector4>
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.Vertex>
// Unity.Collections.NativeArray`1<UnityEngine.UIElements.Vertex>
// Unity.Collections.NativeArray`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
// Unity.Collections.NativeArray`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>
// UnityEngine.UIElements.UIR.BMPAlloc
struct BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields
{
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.BMPAlloc::Invalid
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___Invalid_0;
};
// UnityEngine.UIElements.UIR.BMPAlloc
// UnityEngine.UIElements.BaseVisualElementPanel
// UnityEngine.UIElements.BaseVisualElementPanel
// UnityEngine.Font
struct Font_tC95270EA3198038970422D78B74A7F2E218A96B6_StaticFields
{
// System.Action`1<UnityEngine.Font> UnityEngine.Font::textureRebuilt
Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC* ___textureRebuilt_4;
};
// UnityEngine.Font
// UnityEngine.UIElements.GradientSettings
// UnityEngine.UIElements.GradientSettings
// UnityEngine.UIElements.ImmediateModeException
// UnityEngine.UIElements.ImmediateModeException
// UnityEngine.Material
// UnityEngine.Material
// UnityEngine.UIElements.UIR.RenderChainCommand
struct RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_StaticFields
{
// System.Int32 UnityEngine.UIElements.UIR.RenderChainCommand::k_ID_MainTex
int32_t ___k_ID_MainTex_11;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.RenderChainCommand::s_ImmediateOverheadMarker
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_ImmediateOverheadMarker_12;
};
// UnityEngine.UIElements.UIR.RenderChainCommand
// UnityEngine.Shader
// UnityEngine.Shader
// UnityEngine.Texture
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700_StaticFields
{
// System.Int32 UnityEngine.Texture::GenerateAllMips
int32_t ___GenerateAllMips_4;
};
// UnityEngine.Texture
// UnityEngine.Rendering.VertexAttributeDescriptor
// UnityEngine.Rendering.VertexAttributeDescriptor
// UnityEngine.UIElements.UIR.UIRenderDevice/EvaluationState
// UnityEngine.UIElements.UIR.UIRenderDevice/EvaluationState
// System.Action`1<UnityEngine.Camera>
// System.Action`1<UnityEngine.Camera>
// System.Action`1<UnityEngine.Font>
// System.Action`1<UnityEngine.Font>
// System.Action`1<UnityEngine.UIElements.UIR.GradientRemap>
// System.Action`1<UnityEngine.UIElements.UIR.GradientRemap>
// System.Action`1<System.IntPtr>
// System.Action`1<System.IntPtr>
// System.Action`1<UnityEngine.UIElements.UIR.MeshHandle>
// System.Action`1<UnityEngine.UIElements.UIR.MeshHandle>
// System.Action`1<UnityEngine.UIElements.UIR.RenderChainCommand>
// System.Action`1<UnityEngine.UIElements.UIR.RenderChainCommand>
// System.Action`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>
// System.Action`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>
// UnityEngine.UIElements.UIR.Page/DataSet`1<System.UInt16>
// UnityEngine.UIElements.UIR.Page/DataSet`1<System.UInt16>
// UnityEngine.UIElements.UIR.Page/DataSet`1<UnityEngine.UIElements.Vertex>
// UnityEngine.UIElements.UIR.Page/DataSet`1<UnityEngine.UIElements.Vertex>
// System.Func`1<UnityEngine.UIElements.UIR.GradientRemap>
// System.Func`1<UnityEngine.UIElements.UIR.GradientRemap>
// System.Func`1<UnityEngine.UIElements.UIR.MeshHandle>
// System.Func`1<UnityEngine.UIElements.UIR.MeshHandle>
// System.Func`1<UnityEngine.UIElements.UIR.RenderChainCommand>
// System.Func`1<UnityEngine.UIElements.UIR.RenderChainCommand>
// System.Func`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>
// System.Func`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>
// System.Action
// System.Action
// System.InvalidOperationException
// System.InvalidOperationException
// UnityEngine.UIElements.Panel
struct Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9_StaticFields
{
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.Panel::s_MarkerPickAll
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerPickAll_29;
// UnityEngine.UIElements.LoadResourceFunction UnityEngine.UIElements.Panel::<loadResourceFunc>k__BackingField
LoadResourceFunction_tA999A2DDCB9CDCF68E4274A58336A39ABB7AF850* ___U3CloadResourceFuncU3Ek__BackingField_38;
// UnityEngine.UIElements.TimeMsFunction UnityEngine.UIElements.Panel::<TimeSinceStartup>k__BackingField
TimeMsFunction_t1893856976EB95CF5608ACC3642AD8B79994CA2B* ___U3CTimeSinceStartupU3Ek__BackingField_39;
// System.Action`1<UnityEngine.UIElements.Panel> UnityEngine.UIElements.Panel::beforeAnyRepaint
Action_1_tEFD4B3570567C07AE1CC4A2D290987F4347F2F01* ___beforeAnyRepaint_45;
};
// UnityEngine.UIElements.Panel
// UnityEngine.UIElements.UIR.RenderChainVEData
// UnityEngine.UIElements.UIR.RenderChainVEData
// UnityEngine.RenderTexture
// UnityEngine.RenderTexture
// UnityEngine.Texture2D
// UnityEngine.Texture2D
// UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter
// UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter
// UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator
struct UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields
{
// UnityEngine.Vector2Int UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::identityTransformTexel
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___identityTransformTexel_10;
// UnityEngine.Vector2Int UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::infiniteClipRectTexel
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___infiniteClipRectTexel_11;
// UnityEngine.Vector2Int UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::fullOpacityTexel
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___fullOpacityTexel_12;
// UnityEngine.Vector2Int UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::clearColorTexel
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___clearColorTexel_13;
// UnityEngine.Vector2Int UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::defaultTextCoreSettingsTexel
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___defaultTextCoreSettingsTexel_14;
// UnityEngine.Matrix4x4 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::identityTransformValue
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___identityTransformValue_15;
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::identityTransformRow0Value
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___identityTransformRow0Value_16;
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::identityTransformRow1Value
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___identityTransformRow1Value_17;
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::identityTransformRow2Value
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___identityTransformRow2Value_18;
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::infiniteClipRectValue
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___infiniteClipRectValue_19;
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::fullOpacityValue
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___fullOpacityValue_20;
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::clearColorValue
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___clearColorValue_21;
// UnityEngine.UIElements.UIR.TextCoreSettings UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::defaultTextCoreSettingsValue
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 ___defaultTextCoreSettingsValue_22;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::identityTransform
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___identityTransform_23;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::infiniteClipRect
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___infiniteClipRect_24;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::fullOpacity
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___fullOpacity_25;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::clearColor
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___clearColor_26;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::defaultTextCoreSettings
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___defaultTextCoreSettings_27;
};
// UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator
// UnityEngine.UIElements.VectorImage
// UnityEngine.UIElements.VectorImage
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData
// UnityEngine.UIElements.BaseRuntimePanel
struct BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4_StaticFields
{
// System.Int32 UnityEngine.UIElements.BaseRuntimePanel::s_CurrentRuntimePanelCounter
int32_t ___s_CurrentRuntimePanelCounter_47;
// System.Func`2<UnityEngine.Vector2,UnityEngine.Vector2> UnityEngine.UIElements.BaseRuntimePanel::DefaultScreenToPanelSpace
Func_2_t33ED521BE3A7E943FA8D764514952EDF1AF1C0FA* ___DefaultScreenToPanelSpace_56;
};
// UnityEngine.UIElements.BaseRuntimePanel
// UnityEngine.Camera
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_StaticFields
{
// UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreCull
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreCull_4;
// UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPreRender
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreRender_5;
// UnityEngine.Camera/CameraCallback UnityEngine.Camera::onPostRender
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPostRender_6;
};
// UnityEngine.Camera
// UnityEngine.UIElements.UIR.RenderChain
struct RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields
{
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.RenderChain::s_MarkerProcess
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerProcess_24;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.RenderChain::s_MarkerClipProcessing
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerClipProcessing_25;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.RenderChain::s_MarkerOpacityProcessing
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerOpacityProcessing_26;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.RenderChain::s_MarkerColorsProcessing
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerColorsProcessing_27;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.RenderChain::s_MarkerTransformProcessing
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerTransformProcessing_28;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.RenderChain::s_MarkerVisualsProcessing
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerVisualsProcessing_29;
// Unity.Profiling.ProfilerMarker UnityEngine.UIElements.UIR.RenderChain::s_MarkerTextRegen
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD ___s_MarkerTextRegen_30;
// System.Action UnityEngine.UIElements.UIR.RenderChain::OnPreRender
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___OnPreRender_32;
};
// UnityEngine.UIElements.UIR.RenderChain
// UnityEngine.UIElements.UIR.ShaderInfoStorageRGBA32
struct ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0_StaticFields
{
// System.Func`2<UnityEngine.Color,UnityEngine.Color32> UnityEngine.UIElements.UIR.ShaderInfoStorageRGBA32::s_Convert
Func_2_t74BA73845DFA0004A7F25F3773A11A75228F5277* ___s_Convert_12;
};
// UnityEngine.UIElements.UIR.ShaderInfoStorageRGBA32
// UnityEngine.UIElements.UIR.ShaderInfoStorageRGBAFloat
struct ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27_StaticFields
{
// System.Func`2<UnityEngine.Color,UnityEngine.Color> UnityEngine.UIElements.UIR.ShaderInfoStorageRGBAFloat::s_Convert
Func_2_t81B76467028D6BD95DE2EC625D0325AA0387285E* ___s_Convert_12;
};
// UnityEngine.UIElements.UIR.ShaderInfoStorageRGBAFloat
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter
// UnityEngine.UIElements.VisualElement
struct VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115_StaticFields
{
// UnityEngine.UIElements.VisualElement/CustomStyleAccess UnityEngine.UIElements.VisualElement::s_CustomStyleAccess
CustomStyleAccess_t170C852102B4D09FB478B620A75B14D096F9F2B1* ___s_CustomStyleAccess_6;
// System.Text.RegularExpressions.Regex UnityEngine.UIElements.VisualElement::s_InternalStyleSheetPath
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* ___s_InternalStyleSheetPath_9;
// UnityEngine.PropertyName UnityEngine.UIElements.VisualElement::tooltipPropertyKey
PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2 ___tooltipPropertyKey_10;
// System.UInt32 UnityEngine.UIElements.VisualElement::s_NextId
uint32_t ___s_NextId_14;
// System.Collections.Generic.List`1<System.String> UnityEngine.UIElements.VisualElement::s_EmptyClassList
List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___s_EmptyClassList_15;
// UnityEngine.PropertyName UnityEngine.UIElements.VisualElement::userDataPropertyKey
PropertyName_tE4B4AAA58AF3BF2C0CD95509EB7B786F096901C2 ___userDataPropertyKey_16;
// System.String UnityEngine.UIElements.VisualElement::disabledUssClassName
String_t* ___disabledUssClassName_17;
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::s_InfiniteRect
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___s_InfiniteRect_35;
// UnityEngine.Material UnityEngine.UIElements.VisualElement::s_runtimeMaterial
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___s_runtimeMaterial_51;
// System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement> UnityEngine.UIElements.VisualElement::s_EmptyList
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* ___s_EmptyList_59;
// System.Collections.Generic.Dictionary`2<System.Type,UnityEngine.UIElements.VisualElement/TypeData> UnityEngine.UIElements.VisualElement::s_TypeData
Dictionary_2_t4055F6540F36F21F9FEDAFB92D8E0089B38EBBC8* ___s_TypeData_63;
};
// UnityEngine.UIElements.VisualElement
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator
// UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// System.Delegate[]
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771 : public RuntimeArray
{
ALIGN_FIELD (8) Delegate_t* m_Items[1];
inline Delegate_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Delegate_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Delegate_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline Delegate_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Delegate_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// UnityEngine.UIElements.GradientSettings[]
struct GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C : public RuntimeArray
{
ALIGN_FIELD (8) GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 m_Items[1];
inline GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 value)
{
m_Items[index] = value;
}
};
// System.Int32[]
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C : public RuntimeArray
{
ALIGN_FIELD (8) int32_t m_Items[1];
inline int32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
{
m_Items[index] = value;
}
};
// UnityEngine.Rendering.VertexAttributeDescriptor[]
struct VertexAttributeDescriptorU5BU5D_t5D10E60612F12777F59B7E33939F9075DB0E02B2 : public RuntimeArray
{
ALIGN_FIELD (8) VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76 m_Items[1];
inline VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76 value)
{
m_Items[index] = value;
}
};
// System.UInt32[]
struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA : public RuntimeArray
{
ALIGN_FIELD (8) uint32_t m_Items[1];
inline uint32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint32_t value)
{
m_Items[index] = value;
}
};
// Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType[]
struct __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC : public RuntimeArray
{
ALIGN_FIELD (8) uint8_t m_Items[1];
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + il2cpp_array_calc_byte_offset(this, index);
}
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + il2cpp_array_calc_byte_offset(this, index);
}
};
IL2CPP_EXTERN_C void BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshal_pinvoke(const BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73& unmarshaled, BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshal_pinvoke_back(const BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke& marshaled, BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73& unmarshaled);
IL2CPP_EXTERN_C void BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshal_pinvoke_cleanup(BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshal_com(const BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73& unmarshaled, BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com& marshaled);
IL2CPP_EXTERN_C void BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshal_com_back(const BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com& marshaled, BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73& unmarshaled);
IL2CPP_EXTERN_C void BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshal_com_cleanup(BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com& marshaled);
IL2CPP_EXTERN_C void Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshal_pinvoke(const Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE& unmarshaled, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshal_pinvoke_back(const Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke& marshaled, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE& unmarshaled);
IL2CPP_EXTERN_C void Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshal_pinvoke_cleanup(Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshal_com(const Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE& unmarshaled, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com& marshaled);
IL2CPP_EXTERN_C void Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshal_com_back(const Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com& marshaled, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE& unmarshaled);
IL2CPP_EXTERN_C void Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshal_com_cleanup(Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE_marshaled_com& marshaled);
IL2CPP_EXTERN_C void State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshal_pinvoke(const State_tC241510131965D8DE1919EB16A3650E397E5AEAB& unmarshaled, State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshal_pinvoke_back(const State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_pinvoke& marshaled, State_tC241510131965D8DE1919EB16A3650E397E5AEAB& unmarshaled);
IL2CPP_EXTERN_C void State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshal_pinvoke_cleanup(State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_pinvoke& marshaled);
IL2CPP_EXTERN_C void State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshal_com(const State_tC241510131965D8DE1919EB16A3650E397E5AEAB& unmarshaled, State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_com& marshaled);
IL2CPP_EXTERN_C void State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshal_com_back(const State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_com& marshaled, State_tC241510131965D8DE1919EB16A3650E397E5AEAB& unmarshaled);
IL2CPP_EXTERN_C void State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshal_com_cleanup(State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_com& marshaled);
// System.Void System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m3069CACB5775E013107F559C825422266A09F9E8_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Capacity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_get_Capacity_m5BE6D733C76E1AB093FB6D2783220A5B96EF61DF_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Add(T)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mD2ED26ACAF3BAF386FFEA83893BA51DB9FD8BA30_gshared_inline (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_get_Item_m6E4BA37C1FB558E4A62AE4324212E45D09C5C937_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, int32_t ___0_index, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Item_m9A958091885CC5363CCFE9F0BC472EAFCB56C813_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, int32_t ___0_index, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___1_value, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::set_Capacity(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_set_Capacity_mD365C22FA3D32D70A2088AB13116E7BA5FBF0BFB_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSlice`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::op_Implicit(Unity.Collections.NativeArray`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 NativeSlice_1_op_Implicit_mCE5E46C93610639FC3DF1AAB07B29D47D760288F_gshared (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 ___0_array, const RuntimeMethod* method) ;
// System.Void Unity.Collections.NativeArray`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m788DE0F85C4051DDF092DDF96484DE655ACFB6F1_gshared (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ;
// System.Boolean Unity.Collections.NativeArray`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::get_IsCreated()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m527A2C3B75C25BFF29D1D9EA88C81172FF4F5A5A_gshared_inline (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18* __this, const RuntimeMethod* method) ;
// System.Void Unity.Collections.NativeArray`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m365A262FA4CA431467F021D7732CECD68316AF80_gshared (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18* __this, const RuntimeMethod* method) ;
// System.Void System.Func`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_mC73A4FCEBBAB90CB7B7AB16321F3F98FBBF12596_gshared (Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
// System.Void System.Action`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m685A441EC9FAC9D554B26FA83A08F4BEF96DFF0E_gshared (Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<System.Object>::.ctor(System.Func`1<T>,System.Action`1<T>,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedPool_1__ctor_m9ABF26662D3DAEFD23739726651994DDD69B8A5D_gshared (LinkedPool_1_t27505BB5E276B4361ACE769F2922D5FDC6742877* __this, Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___0_createFunc, Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___1_resetAction, int32_t ___2_limit, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.LinkedPoolItem`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedPoolItem_1__ctor_m4AB21551B2F384CB3BEF93476D5987D1435F3D8A_gshared (/*UnityEngine.UIElements.UIR.LinkedPoolItem`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedPoolItem_1_tC28630DCE90E3EFCF04091651CBFE50029C40C6A* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mA5BF8973642D67EF56303F2867C75190756C3012_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m935B3F117860376DC854C9E0C80CBD99BE77EEA4_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<System.Object>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedPool_1_Clear_m74E112075977257266888179218C9A3594B4EB22_gshared (LinkedPool_1_t27505BB5E276B4361ACE769F2922D5FDC6742877* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Remove(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_m9BCE8CEF94E6F2BF8624D65214FF4F3CA686D60C_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::TryGetValue(TKey,TValue&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m7519D765EAF1E8A7D3137C2F1B7B3A01D15A1692_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_key, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny* ___1_value, const RuntimeMethod* method) ;
// T UnityEngine.UIElements.UIR.LinkedPool`1<System.Object>::Get()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LinkedPool_1_Get_m2D1763C33CC49BD56E56715F9052D6480E1D08FF_gshared (LinkedPool_1_t27505BB5E276B4361ACE769F2922D5FDC6742877* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::set_Item(TKey,TValue)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m4C6841170DD11AED683D2D71919F362A4CFF4A80_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_key, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___1_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.BasicNodePool`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicNodePool_1__ctor_mC6F418FE137A6E73CCAD00809D16FDC9D4AE72F9_gshared (BasicNodePool_1_t07D164A3469FD884E0698CF0E4F2A5E56853BD7C* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0AFBAEA7EC427E32CC9CA267B1930DC5DF67A374_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m7745B6ED71E47C95E1BFCE647C4F026A404C668F_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Clear()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mD615D1BCB2C9DD91DAD86A2F9E5CF1DFFCBF7925_gshared_inline (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Remove(TKey)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m583C4F0E2926B584BE6EC6008195360FC631C14C_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_key, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<System.Object>::Return(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedPool_1_Return_mB5D47773080BD9C79B38B18471AB3A4EFEFA511E_gshared (LinkedPool_1_t27505BB5E276B4361ACE769F2922D5FDC6742877* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Current()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m26AF82C275C82180BB7F23C7E408BC1FEB9A38EE_gshared_inline (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1* __this, KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669* il2cppRetVal, const RuntimeMethod* method) ;
// TValue System.Collections.Generic.KeyValuePair`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Value()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyValuePair_2_get_Value_mFA1964BF56AA214EE0D491CC197F61BC9E5F1F7A_gshared_inline (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m97783F73CDB1D0083A2F7D26A51847BF0843ADEA_gshared (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.BasicNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::AppendTo(UnityEngine.UIElements.UIR.BasicNode`1<T>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicNode_1_AppendTo_mADB2737A1ED83ED9C7E23D93DBB6E474B51BC067_gshared (/*UnityEngine.UIElements.UIR.BasicNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/BasicNode_1_t406697C6300D88260337D6ADBCAEAE1DF9F756AF* __this, /*UnityEngine.UIElements.UIR.BasicNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>&*/BasicNode_1_t406697C6300D88260337D6ADBCAEAE1DF9F756AF** ___0_first, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::IndexOf(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_IndexOf_m1FFA888B47CE3256B0AC301302FAD79AAAFC0818_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.LinkedList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedList_1__ctor_mED84A7ED11208CC35CCE76B96F8ADC2AADF1542F_gshared (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9* __this, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::get_HasValue()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m14F273FB376DF00D727434CDCD28AB4EDCC14C3C_gshared_inline (Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339* __this, const RuntimeMethod* method) ;
// System.Void System.Nullable`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::.ctor(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m4257D7FF23A495D1B204F20330FBDED58248E4CC_gshared (Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType*/Il2CppFullySharedGenericStruct ___0_value, const RuntimeMethod* method) ;
// T System.Nullable`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1_get_Value_mA083C4D9192050DC38513BDD9D364C5C68A3A675_gshared (Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339* __this, Il2CppFullySharedGenericStruct* il2cppRetVal, const RuntimeMethod* method) ;
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::AddLast(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* LinkedList_1_AddLast_mFD59AD680986C098B0C771703AFD654C00C981E3_gshared (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_value, const RuntimeMethod* method) ;
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSliceExtensions::Slice<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>(Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 NativeSliceExtensions_Slice_TisIl2CppFullySharedGenericStruct_mFB1AE1A459E87B8E3C3986EF14F956E30EAF24A3_gshared (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 ___0_thisArray, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) ;
// System.Void Unity.Collections.NativeSlice`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::.ctor(Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1__ctor_m313B1A91AB4ADBA821C074187D67957126F93DFF_gshared (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52* __this, NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18 ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method) ;
// T Unity.Collections.NativeSlice`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_get_Item_mB5E7BDE4EDF7E31480A9785BE103CC7E17E0E3A8_gshared (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52* __this, int32_t ___0_index, Il2CppFullySharedGenericStruct* il2cppRetVal, const RuntimeMethod* method) ;
// System.Void Unity.Collections.NativeSlice`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::set_Item(System.Int32,T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_set_Item_mAFD3C724B49679743057B7DE15937A2D78EB2339_gshared (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52* __this, int32_t ___0_index, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType*/Il2CppFullySharedGenericStruct ___1_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Page/DataSet`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::RegisterUpdate(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataSet_1_RegisterUpdate_mA73DB834887ABB724CE2E2543B69ADE2D60AA444_gshared (DataSet_1_t328F87CD2D146E4FB8C0C72C068F29173C0B277E* __this, uint32_t ___0_start, uint32_t ___1_size, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Page/DataSet`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::SendUpdates()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DataSet_1_SendUpdates_mCB87D4D23BA2EBA9F6E82901E1FDB32033D1AAA8_gshared (DataSet_1_t328F87CD2D146E4FB8C0C72C068F29173C0B277E* __this, const RuntimeMethod* method) ;
// System.Int32 Unity.Collections.NativeSlice`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeSlice_1_get_Length_m0225CA0944599882AC9C2A06A99FDC685362AFBE_gshared (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Utility::SetVectorArray<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>(UnityEngine.MaterialPropertyBlock,System.Int32,Unity.Collections.NativeSlice`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_SetVectorArray_TisIl2CppFullySharedGenericStruct_m81E3635992729EE14FE0F341841167D9B847780B_gshared (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___0_props, int32_t ___1_name, NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 ___2_vector4s, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::RemoveAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_mF6C23E9072D8CBE2872705E7E4D08BDB78770F5C_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, int32_t ___0_index, const RuntimeMethod* method) ;
// Unity.Collections.NativeSlice`1<T> UnityEngine.UIElements.UIR.UIRenderDevice::PtrToSlice<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>(System.Void*,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 UIRenderDevice_PtrToSlice_TisIl2CppFullySharedGenericStruct_m0EE4C09A713B60EB7E390B5330800B63CEF94BDF_gshared (void* ___0_p, int32_t ___1_count, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::DrawRanges<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>(UnityEngine.UIElements.UIR.Utility/GPUBuffer`1<I>,UnityEngine.UIElements.UIR.Utility/GPUBuffer`1<T>,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.UIR.DrawBufferRange>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_DrawRanges_TisIl2CppFullySharedGenericStruct_TisIl2CppFullySharedGenericStruct_m71F34C7DEDCF897C928FC2BED61084149C5AF648_gshared (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, GPUBuffer_1_t59623B2A3B8EFD33FB05C973C4C4EAFCF89ED241* ___0_ib, GPUBuffer_1_t59623B2A3B8EFD33FB05C973C4C4EAFCF89ED241* ___1_vb, NativeSlice_1_t2E5DBD9A5F77A5044A4160098A0B2A45D3EE8974 ___2_ranges, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_GetEnumerator_m8B2A92ACD4FBA5FBDC3F6F4F5C23A0DDF491DA61_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* il2cppRetVal, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mFE1EBE6F6425283FEAEAE7C79D02CDE4F9D367E8_gshared (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Current()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m8B42D4B2DE853B9D11B997120CD0228D4780E394_gshared_inline (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m8D8E5E878AF0A88A535AB1AB5BA4F23E151A678A_gshared (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* __this, const RuntimeMethod* method) ;
// System.Void Unity.Collections.NativeSlice`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType>::CopyFrom(Unity.Collections.NativeSlice`1<T>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeSlice_1_CopyFrom_mEC5EDFAA67CE0B371247FCF1CAB5D9471B33681F_gshared (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52* __this, NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 ___0_slice, const RuntimeMethod* method) ;
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_First()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* LinkedList_1_get_First_mFE6CE39F3C815C988217E69C202C990619E7EB87_gshared_inline (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Value()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LinkedListNode_1_get_Value_mBE1731ACB5C697546EC5E8D10426D81420E8491F_gshared_inline (/*System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.LinkedList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::RemoveFirst()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedList_1_RemoveFirst_m62DDC108482685270E6815FBE9A011C47DD1BB89_gshared (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.LinkedList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LinkedList_1_get_Count_m6E80F28E7CB5BA6E35ECE961C429AE6CA69003A2_gshared_inline (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Stack`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Clear_m7853EC4DED588552A96316078B84CEC9208D84FD_gshared (Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Stack`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Push(T)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Push_m072EF82431D7D7E164213D822010141A4C00050D_gshared (Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Stack`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1__ctor_mFDFA9E1123DD1C9E5970223E605B8C973B39721A_gshared (Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.Stack`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Count()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mCAD00A69587F884F88C36DE7423C3C329166144E_gshared_inline (Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.Stack`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Peek()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Peek_m4B2292270D894BE7419111BEF9727F6FE56CE9FE_gshared (Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
// T System.Collections.Generic.Stack`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Pop()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stack_1_Pop_m8E5FF1B4CFD9ADF4D8A7C4CFF4713C83E163A34A_gshared (Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
// UnityEngine.UIElements.MeshWriteData UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator::Invoke(System.UInt32,System.UInt32,UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData&)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_inline (Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* __this, uint32_t ___0_vertexCount, uint32_t ___1_indexCount, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* ___2_allocatorData, const RuntimeMethod* method) ;
// UnityEngine.UIElements.MeshWriteData UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData::Allocate(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* AllocMeshData_Allocate_mB77ABF867C6F021BDA7422E84B2A790D1DB395F2 (AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* __this, uint32_t ___0_vertexCount, uint32_t ___1_indexCount, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.UIR.BMPAlloc::Equals(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BMPAlloc_Equals_mEF900F6B5AD18B63BA66A219DECD6A1BFC83B9A0 (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_other, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.UIR.BMPAlloc::IsValid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2 (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* __this, const RuntimeMethod* method) ;
// System.String System.String::Format(System.String,System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, RuntimeObject* ___3_arg2, const RuntimeMethod* method) ;
// System.String UnityEngine.UIElements.UIR.BMPAlloc::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BMPAlloc_ToString_mD21F160C52418715833D4884098ACBC45DF4861A (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>::.ctor(System.Int32)
inline void List_1__ctor_mA2427162DC5D052EBEF38B8FA5DFA030B11583AC (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* __this, int32_t ___0_capacity, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, const RuntimeMethod*))List_1__ctor_m3069CACB5775E013107F559C825422266A09F9E8_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_capacity, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>::get_Capacity()
inline int32_t List_1_get_Capacity_mE7B2CDFE45CE2D031C2FEC3885CA3171F87AE892 (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1_get_Capacity_m5BE6D733C76E1AB093FB6D2783220A5B96EF61DF_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
}
// System.Void System.Collections.Generic.List`1<System.UInt32>::.ctor(System.Int32)
inline void List_1__ctor_mD6C4D49C755FF9AD73456488D5FAABFD532AAEA9 (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, int32_t ___0_capacity, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, const RuntimeMethod*))List_1__ctor_m3069CACB5775E013107F559C825422266A09F9E8_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_capacity, method);
}
// System.Void UnityEngine.UIElements.UIR.BitmapAllocator32::Construct(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitmapAllocator32_Construct_m845F3D958D45DCA1F25686E8D86F6C83D7165279 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, int32_t ___0_pageHeight, int32_t ___1_entryWidth, int32_t ___2_entryHeight, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.UInt32>::Add(T)
inline void List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, uint32_t ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)&___0_item, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>::Add(T)
inline void List_1_Add_mE477B0460E22763D02A58BBB60FF3A29CF56FDBF_inline (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* __this, Page_t04FE552A388BF55B12C8868E19589136957E00A5 ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)&___0_item, method);
}
// System.Void UnityEngine.UIElements.UIR.BitmapAllocator32::ForceFirstAlloc(System.UInt16,System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitmapAllocator32_ForceFirstAlloc_mCF5E388B3A9EF997CFFE46945CB6238924BC3FC6 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, uint16_t ___0_firstPageX, uint16_t ___1_firstPageY, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>::get_Count()
inline int32_t List_1_get_Count_m5D058459F99E75688169803692F40F0A60BFFEF0_inline (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1_get_Count_mD2ED26ACAF3BAF386FFEA83893BA51DB9FD8BA30_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
}
// T System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>::get_Item(System.Int32)
inline Page_t04FE552A388BF55B12C8868E19589136957E00A5 List_1_get_Item_m728354CD9E12194ABCFD73DBDE97ACA5D6E0453B (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* __this, int32_t ___0_index, const RuntimeMethod* method)
{
Page_t04FE552A388BF55B12C8868E19589136957E00A5 il2cppRetVal;
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, Il2CppFullySharedGenericAny*, const RuntimeMethod*))List_1_get_Item_m6E4BA37C1FB558E4A62AE4324212E45D09C5C937_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_index, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
return il2cppRetVal;
}
// T System.Collections.Generic.List`1<System.UInt32>::get_Item(System.Int32)
inline uint32_t List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324 (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, int32_t ___0_index, const RuntimeMethod* method)
{
uint32_t il2cppRetVal;
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, Il2CppFullySharedGenericAny*, const RuntimeMethod*))List_1_get_Item_m6E4BA37C1FB558E4A62AE4324212E45D09C5C937_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_index, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
return il2cppRetVal;
}
// System.Byte UnityEngine.UIElements.UIR.BitmapAllocator32::CountTrailingZeroes(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t BitmapAllocator32_CountTrailingZeroes_m8249BE67145B3420585970AFC47392DCDF9C363E (uint32_t ___0_val, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.UInt32>::set_Item(System.Int32,T)
inline void List_1_set_Item_m92246880796BA27EBA18129EC97C00C65F17E7C5 (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, int32_t ___0_index, uint32_t ___1_value, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_set_Item_m9A958091885CC5363CCFE9F0BC472EAFCB56C813_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_index, (Il2CppFullySharedGenericAny)&___1_value, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.BitmapAllocator32/Page>::set_Item(System.Int32,T)
inline void List_1_set_Item_m8C49DF812690810CCAECD7611B6220F46F7A59C9 (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* __this, int32_t ___0_index, Page_t04FE552A388BF55B12C8868E19589136957E00A5 ___1_value, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_set_Item_m9A958091885CC5363CCFE9F0BC472EAFCB56C813_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_index, (Il2CppFullySharedGenericAny)&___1_value, method);
}
// System.Int32 System.Collections.Generic.List`1<System.UInt32>::get_Capacity()
inline int32_t List_1_get_Capacity_mC320E9B9444B9FCB44358D70D580A404677E8925 (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1_get_Capacity_m5BE6D733C76E1AB093FB6D2783220A5B96EF61DF_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
}
// System.Void System.Collections.Generic.List`1<System.UInt32>::set_Capacity(System.Int32)
inline void List_1_set_Capacity_mEF17C2D6137726F17AB42310C55C8F88A0E0537D (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* __this, int32_t ___0_value, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, const RuntimeMethod*))List_1_set_Capacity_mD365C22FA3D32D70A2088AB13116E7BA5FBF0BFB_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_value, method);
}
// System.Int32 UnityEngine.RectInt::get_xMin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectInt_get_xMin_mA5FB5AF1133380E080CF750D21327DE27EADEE1B (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.RectInt::get_yMin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectInt_get_yMin_m6914C2254158DF797E20E381626DC08A2700147B (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.BitmapAllocator32::Allocate(UnityEngine.UIElements.UIR.BaseShaderInfoStorage)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 BitmapAllocator32_Allocate_m5B9C1DBA953EA5DD668FFA26940191E62ACBE092 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* ___0_storage, const RuntimeMethod* method) ;
// System.Void UnityEngine.Debug::Assert(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D (bool ___0_condition, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.BitmapAllocator32::Free(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitmapAllocator32_Free_mC065F31D6CDFDEE50E815CB148A75BEF12499CE5 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.UIR.BitmapAllocator32::get_entryWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitmapAllocator32_get_entryWidth_mD48E70B69ABD4BB462BA8E52DCDB79EF4BB69C36 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.UIR.BitmapAllocator32::get_entryHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitmapAllocator32_get_entryHeight_m1433FE73012CCD321ACFEC2B794EE48CC185A904 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.BitmapAllocator32::GetAllocPageAtlasLocation(System.Int32,System.UInt16&,System.UInt16&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitmapAllocator32_GetAllocPageAtlasLocation_m7B4B32B24FF50303D8E8E210405E6314ADDA8DF3 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, int32_t ___0_page, uint16_t* ___1_x, uint16_t* ___2_y, const RuntimeMethod* method) ;
// System.Void UnityEngine.Vector2Int::.ctor(System.Int32,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::get_pageWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRVEShaderInfoAllocator_get_pageWidth_mE407B21B559E3E50E6C2FCBFBF443696FC165517 (const RuntimeMethod* method) ;
// System.Int32 UnityEngine.RectInt::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectInt_get_width_m6B7B2FB764EAE83B7F63E7F77FA33973606761A7 (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::get_pageHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRVEShaderInfoAllocator_get_pageHeight_m1533EC6FBAE2ED42A88F24CF03143FB343A3D351 (const RuntimeMethod* method) ;
// System.Int32 UnityEngine.RectInt::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSlice`1<UnityEngine.UIElements.UIR.Transform3x4>::op_Implicit(Unity.Collections.NativeArray`1<T>)
inline NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 NativeSlice_1_op_Implicit_mF50D9B98D8D133CC03AA322033C55B437179620C (NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51 ___0_array, const RuntimeMethod* method)
{
NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 il2cppRetVal = (( NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18, const RuntimeMethod*))NativeSlice_1_op_Implicit_mCE5E46C93610639FC3DF1AAB07B29D47D760288F_gshared)(il2cpp_codegen_cast_struct<NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18, NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51>(&___0_array), method);
return il2cpp_codegen_cast_struct<NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370, NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52>(&il2cppRetVal);
}
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.UIR.Transform3x4> UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::get_transformConstants()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 UIRVEShaderInfoAllocator_get_transformConstants_mDBEBD1B076C75991D4C2FB0B1B7E9F5F4960CF4B (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSlice`1<UnityEngine.Vector4>::op_Implicit(Unity.Collections.NativeArray`1<T>)
inline NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F NativeSlice_1_op_Implicit_mD929D4C7B3EDDE6F44BCA83C1B2702F338BA9F8F (NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 ___0_array, const RuntimeMethod* method)
{
NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 il2cppRetVal = (( NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18, const RuntimeMethod*))NativeSlice_1_op_Implicit_mCE5E46C93610639FC3DF1AAB07B29D47D760288F_gshared)(il2cpp_codegen_cast_struct<NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18, NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8>(&___0_array), method);
return il2cpp_codegen_cast_struct<NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F, NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52>(&il2cppRetVal);
}
// Unity.Collections.NativeSlice`1<UnityEngine.Vector4> UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::get_clipRectConstants()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F UIRVEShaderInfoAllocator_get_clipRectConstants_m1F589F4F88AF5032526C02244DDF072F499FE9F0 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.UIRenderDevice::get_defaultShaderInfoTexARGB8()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* UIRenderDevice_get_defaultShaderInfoTexARGB8_m72435C82B7694629C138D3D182AFCD12DCCAB678 (const RuntimeMethod* method) ;
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.UIRenderDevice::get_defaultShaderInfoTexFloat()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* UIRenderDevice_get_defaultShaderInfoTexFloat_m5FE52F28B39A9B022DE99A99A442C5828A354622 (const RuntimeMethod* method) ;
// UnityEngine.Texture UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::get_atlas()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* UIRVEShaderInfoAllocator_get_atlas_mBE42DF6248C2B49245373E7C2201F72D1565953E (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.Vector2Int::get_x()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.Vector2Int::get_y()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::get_vertexTexturingIsAvailable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRenderDevice_get_vertexTexturingIsAvailable_m3F319008C351B2A2BA72C56B9649DD6565B54E0B (const RuntimeMethod* method) ;
// System.Void Unity.Collections.NativeArray`1<UnityEngine.UIElements.UIR.Transform3x4>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
inline void NativeArray_1__ctor_m5D82637B037D85A870C5730EB90172E9009CE3A9 (NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m788DE0F85C4051DDF092DDF96484DE655ACFB6F1_gshared)((NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*)__this, ___0_length, ___1_allocator, ___2_options, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.Vector4>::.ctor(System.Int32,Unity.Collections.Allocator,Unity.Collections.NativeArrayOptions)
inline void NativeArray_1__ctor_m583C7489D7AAC57700B48C9035CC3BE3379872E4 (NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m788DE0F85C4051DDF092DDF96484DE655ACFB6F1_gshared)((NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*)__this, ___0_length, ___1_allocator, ___2_options, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::Construct()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_Construct_m98DBDC275E9D883F2333B65AE998DF99A1A8E9E3 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.ShaderInfoStorageRGBAFloat::.ctor(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderInfoStorageRGBAFloat__ctor_m1A6C0C0180903E3A2AA7D7DA534D30D2DEECE04B (ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27* __this, int32_t ___0_initialSize, int32_t ___1_maxSize, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.ShaderInfoStorageRGBA32::.ctor(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ShaderInfoStorageRGBA32__ctor_m082C6F170DFC30736704D1BB0713CA35F19FD909 (ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0* __this, int32_t ___0_initialSize, int32_t ___1_maxSize, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AtlasRectMatchesPage(UnityEngine.UIElements.UIR.BitmapAllocator32&,UnityEngine.UIElements.UIR.BMPAlloc,UnityEngine.RectInt)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRVEShaderInfoAllocator_AtlasRectMatchesPage_m531D7F14FE55E6466E76E187FFAF4FA75757DDFE (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* ___0_allocator, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___1_defAlloc, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___2_atlasRect, const RuntimeMethod* method) ;
// System.Void System.Exception::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F (Exception_t* __this, String_t* ___0_message, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetTransformValue(UnityEngine.UIElements.UIR.BMPAlloc,UnityEngine.Matrix4x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetTransformValue_m7CEA33754EB6951EEDCCC2B2364B22B8B81A9F57 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_xform, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetClipRectValue(UnityEngine.UIElements.UIR.BMPAlloc,UnityEngine.Vector4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetClipRectValue_mB054EC9E7EB8B523E0022AADD215218542B6B7D3 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_clipRect, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetOpacityValue(UnityEngine.UIElements.UIR.BMPAlloc,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetOpacityValue_m8A9A4001B79EDBCEA1355176EE039380E5511559 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, float ___1_opacity, const RuntimeMethod* method) ;
// UnityEngine.Color UnityEngine.Color::op_Implicit(UnityEngine.Vector4)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_op_Implicit_mA8CF4745D766F4F610E1BE0A1ED2F4E5FE5D734C_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_v, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetColorValue(UnityEngine.UIElements.UIR.BMPAlloc,UnityEngine.Color,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetColorValue_m122B7E5E630D84A3D5EF024BD510C537B16CEA61 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_color, bool ___2_isEditorContext, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetTextCoreSettingValue(UnityEngine.UIElements.UIR.BMPAlloc,UnityEngine.UIElements.UIR.TextCoreSettings,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetTextCoreSettingValue_mDD8FC8D76A78F3C066497DD40172C72535AC7E84 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 ___1_settings, bool ___2_isEditorContext, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::ReallyCreateStorage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseShaderInfoStorage_Dispose_m9DF4F3D71F97B25C83B13B5879DEE23FA8943CE6 (BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* __this, const RuntimeMethod* method) ;
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.Vector4>::get_IsCreated()
inline bool NativeArray_1_get_IsCreated_mED9E373415C2DF369294129F0C57FDC676521786_inline (NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8* __this, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, const RuntimeMethod*))NativeArray_1_get_IsCreated_m527A2C3B75C25BFF29D1D9EA88C81172FF4F5A5A_gshared_inline)((NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*)__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.Vector4>::Dispose()
inline void NativeArray_1_Dispose_m7CA9BD7607780DE85C8AC7B6A68E586F0B9843B6 (NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8* __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, const RuntimeMethod*))NativeArray_1_Dispose_m365A262FA4CA431467F021D7732CECD68316AF80_gshared)((NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*)__this, method);
}
// System.Boolean Unity.Collections.NativeArray`1<UnityEngine.UIElements.UIR.Transform3x4>::get_IsCreated()
inline bool NativeArray_1_get_IsCreated_m331DA322D57835388C7F580F2A2DF6C794C54652_inline (NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51* __this, const RuntimeMethod* method)
{
return (( bool (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, const RuntimeMethod*))NativeArray_1_get_IsCreated_m527A2C3B75C25BFF29D1D9EA88C81172FF4F5A5A_gshared_inline)((NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*)__this, method);
}
// System.Void Unity.Collections.NativeArray`1<UnityEngine.UIElements.UIR.Transform3x4>::Dispose()
inline void NativeArray_1_Dispose_m7C1C673346BCEABEE49CF3FAB87845391F58F350 (NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51* __this, const RuntimeMethod* method)
{
(( void (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*, const RuntimeMethod*))NativeArray_1_Dispose_m365A262FA4CA431467F021D7732CECD68316AF80_gshared)((NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18*)__this, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_Dispose_m693C33DD7810BB517B2DB6FF5316334587776984 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::IssuePendingStorageChanges()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_IssuePendingStorageChanges_mF994684323C7C8BF66B5ED0F5F34A8B67509EE9B (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocToConstantBufferIndex(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRVEShaderInfoAllocator_AllocToConstantBufferIndex_m47E2F3F871EBF779BD75A6C9E895FF0407E276D0 (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocTransform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocTransform_mAD5208CBE3D63767C8306E6D3400560CB5B62053 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocClipRect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocClipRect_m0C26B2B9BF62E5AB0891B83BA2E3D61945565F65 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocOpacity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocOpacity_mB89055AE8DA28F5C406071B14725FB44B52CD5D2 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocColor_mF57B9588AAB845336D427B90C7F72E495800944F (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocTextCoreSettings(UnityEngine.UIElements.UIR.TextCoreSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocTextCoreSettings_m7245DF038C56D2D59D461353FBBCDC576C14F4A1 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 ___0_settings, const RuntimeMethod* method) ;
// UnityEngine.Vector2Int UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocToTexelCoord(UnityEngine.UIElements.UIR.BitmapAllocator32&,UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A UIRVEShaderInfoAllocator_AllocToTexelCoord_m25279EB3888A28B392297749442FF63DE25FE5CD (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* ___0_allocator, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___1_alloc, const RuntimeMethod* method) ;
// UnityEngine.Vector4 UnityEngine.Matrix4x4::GetRow(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Matrix4x4_GetRow_m59C6981300C6F6927BEA17C5D095B2AD29629E9F (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, int32_t ___0_index, const RuntimeMethod* method) ;
// System.Void UnityEngine.Color::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___0_r, float ___1_g, float ___2_b, float ___3_a, const RuntimeMethod* method) ;
// UnityEngine.ColorSpace UnityEngine.QualitySettings::get_activeColorSpace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t QualitySettings_get_activeColorSpace_m4F47784E7B0FE0A5497C8BAB9CA86BD576FB92F9 (const RuntimeMethod* method) ;
// UnityEngine.Color UnityEngine.Color::get_linear()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_linear_m76EB88E15DA4E00D615DF33D1CEE51092683117C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeTransform(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeTransform_m9DF0C6DFD4D440A9552C10C0A15CC2064740DB15 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeClipRect(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeClipRect_m00341A1A072A2E0C94D259F6CE84147DF054438D (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeOpacity(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeOpacity_mD97725200B13B4729D41750CDA53C5B5EC909FC4 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeColor(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeColor_m28FCF7D9AA8B76869FE32877EB63675C7C5A7B8F (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeTextCoreSettings(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeTextCoreSettings_m2D0220AFDD2A9D4B79CD87F1430CDA0096077DF2 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
// System.Void UnityEngine.Color32::.ctor(System.Byte,System.Byte,System.Byte,System.Byte)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* __this, uint8_t ___0_r, uint8_t ___1_g, uint8_t ___2_b, uint8_t ___3_a, const RuntimeMethod* method) ;
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::TransformAllocToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_TransformAllocToVertexData_mA501441EEC35219275B901619A2E9D87E27EE7F1 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::ClipRectAllocToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_ClipRectAllocToVertexData_mB42291850FD7AE690F956FA91D7CE96D1E4786DA (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::OpacityAllocToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_OpacityAllocToVertexData_m14FCA91E0E796F39CDF302BAC3581D08CB96890B (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::ColorAllocToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_ColorAllocToVertexData_m5C511DC295117655EC217FD4827983AD4ADD2183 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::TextCoreSettingsToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_TextCoreSettingsToVertexData_mEEEBCF0C0D4021E4D18AF919FFC1B7C7D0D3973A (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method) ;
// UnityEngine.Matrix4x4 UnityEngine.Matrix4x4::get_identity()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline (const RuntimeMethod* method) ;
// System.Void UnityEngine.Vector4::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, float ___0_x, float ___1_y, float ___2_z, float ___3_w, const RuntimeMethod* method) ;
// UnityEngine.Color UnityEngine.Color::get_white()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline (const RuntimeMethod* method) ;
// UnityEngine.Color UnityEngine.Color::get_clear()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline (const RuntimeMethod* method) ;
// UnityEngine.Vector2 UnityEngine.Vector2::get_zero()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline (const RuntimeMethod* method) ;
// System.Void System.Func`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>::.ctor(System.Object,System.IntPtr)
inline void Func_1__ctor_mCC48CB6D9634530961BBADC7BB8BA2C5457794CB (Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_mC73A4FCEBBAB90CB7B7AB16321F3F98FBBF12596_gshared)((Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431*)__this, ___0_object, ___1_method, method);
}
// System.Void System.Action`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_m5B4A91CEA749E078E9FC5ED60BB45D891FE4B356 (Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m685A441EC9FAC9D554B26FA83A08F4BEF96DFF0E_gshared)((Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*)__this, ___0_object, ___1_method, method);
}
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>::.ctor(System.Func`1<T>,System.Action`1<T>,System.Int32)
inline void LinkedPool_1__ctor_m03C57813E771BD0D9FEC106EDC03BC6B37DC4BAA (LinkedPool_1_t238DA1A4A4F5F2AA70AFCDF3DE6CE2AB5C654333* __this, Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B* ___0_createFunc, Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F* ___1_resetAction, int32_t ___2_limit, const RuntimeMethod* method)
{
(( void (*) (LinkedPool_1_t238DA1A4A4F5F2AA70AFCDF3DE6CE2AB5C654333*, Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B*, Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F*, int32_t, const RuntimeMethod*))LinkedPool_1__ctor_m9ABF26662D3DAEFD23739726651994DDD69B8A5D_gshared)(__this, ___0_createFunc, ___1_resetAction, ___2_limit, method);
}
// System.Void UnityEngine.UIElements.UIR.VectorImageRenderInfoPool/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mEADD1F78308D864ACC1430EBCE4F68E36BE5ECCF (U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C* __this, const RuntimeMethod* method) ;
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.VectorImageRenderInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageRenderInfo__ctor_mFA021640C734CABA0E412646150B6F97DB80EA96 (VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.VectorImageRenderInfo::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageRenderInfo_Reset_m81D42F4FE8D592935960D3D03E08F02E31B89D58 (VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>::.ctor()
inline void LinkedPoolItem_1__ctor_mB71E6B2A41B465EA0507A37903EF48C88336A5B2 (LinkedPoolItem_1_t966AFC99094156308D1A52BB685B3C177BC6A1F4* __this, const RuntimeMethod* method)
{
(( void (*) (/*UnityEngine.UIElements.UIR.LinkedPoolItem`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedPoolItem_1_tC28630DCE90E3EFCF04091651CBFE50029C40C6A*, const RuntimeMethod*))LinkedPoolItem_1__ctor_m4AB21551B2F384CB3BEF93476D5987D1435F3D8A_gshared)((LinkedPoolItem_1_tC28630DCE90E3EFCF04091651CBFE50029C40C6A*)__this, method);
}
// System.Void System.Func`1<UnityEngine.UIElements.UIR.GradientRemap>::.ctor(System.Object,System.IntPtr)
inline void Func_1__ctor_m2C79825F77CF2C2CF16B33EA507E397008AB7CB1 (Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_mC73A4FCEBBAB90CB7B7AB16321F3F98FBBF12596_gshared)((Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431*)__this, ___0_object, ___1_method, method);
}
// System.Void System.Action`1<UnityEngine.UIElements.UIR.GradientRemap>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_mE4F2A9C6A957D1E4F3C5629498F8DE904E06B550 (Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m685A441EC9FAC9D554B26FA83A08F4BEF96DFF0E_gshared)((Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*)__this, ___0_object, ___1_method, method);
}
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.GradientRemap>::.ctor(System.Func`1<T>,System.Action`1<T>,System.Int32)
inline void LinkedPool_1__ctor_m8EA8B263E8391AD01F4FBE6ED713A479CFAD3ED0 (LinkedPool_1_t71B2C5B9496F4931EF97825E4047B965A8B1EC83* __this, Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18* ___0_createFunc, Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6* ___1_resetAction, int32_t ___2_limit, const RuntimeMethod* method)
{
(( void (*) (LinkedPool_1_t71B2C5B9496F4931EF97825E4047B965A8B1EC83*, Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18*, Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6*, int32_t, const RuntimeMethod*))LinkedPool_1__ctor_m9ABF26662D3DAEFD23739726651994DDD69B8A5D_gshared)(__this, ___0_createFunc, ___1_resetAction, ___2_limit, method);
}
// System.Void UnityEngine.UIElements.UIR.GradientRemapPool/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mEEC29CFF833F1CA531FD0C7F672BEBEE47EFFB2A (U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.GradientRemap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientRemap__ctor_m4DE4368D101429D92FBB0384812961647A7808B8 (GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.GradientRemap::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientRemap_Reset_mD01A646DA4156CA02B4BDA8767B6E0098F58F7AF (GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.GradientRemap>::.ctor()
inline void LinkedPoolItem_1__ctor_m5243A07A20FBDC74BC7073FDF006B7315EFC7F27 (LinkedPoolItem_1_t6FDA4D3D7892BA96F64DABAA19EB9989EB14A0FF* __this, const RuntimeMethod* method)
{
(( void (*) (/*UnityEngine.UIElements.UIR.LinkedPoolItem`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedPoolItem_1_tC28630DCE90E3EFCF04091651CBFE50029C40C6A*, const RuntimeMethod*))LinkedPoolItem_1__ctor_m4AB21551B2F384CB3BEF93476D5987D1435F3D8A_gshared)((LinkedPoolItem_1_tC28630DCE90E3EFCF04091651CBFE50029C40C6A*)__this, method);
}
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.GradientSettingsAtlas::get_atlas()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* GradientSettingsAtlas_get_atlas_m0D754EE8FA774E5D016C3F922907E7C0C3F4C457 (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.VectorImageManager>::Add(T)
inline void List_1_Add_m1A51AA71F51CB450DBF9D650605966830695CD5C_inline (List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00* __this, VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)___0_item, method);
}
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.UIR.VectorImageRenderInfo>::.ctor(System.Int32)
inline void Dictionary_2__ctor_mE2475BD7895825D343DFF5F3C6A8CD057B8A8AF4 (Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E* __this, int32_t ___0_capacity, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, int32_t, const RuntimeMethod*))Dictionary_2__ctor_mA5BF8973642D67EF56303F2867C75190756C3012_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, ___0_capacity, method);
}
// System.Void UnityEngine.UIElements.UIR.VectorImageRenderInfoPool::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageRenderInfoPool__ctor_mD76EBB49C8F106BEDADAFBC5BB742D32B65D9477 (VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.GradientRemapPool::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientRemapPool__ctor_m15F94F0B3B17E02566C0A72D083D31B67356994A (GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.GradientSettingsAtlas::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientSettingsAtlas__ctor_mCBA2EBBB6F83CBD06087C124728B980D0D5ACF52 (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, int32_t ___0_length, const RuntimeMethod* method) ;
// System.Void System.GC::SuppressFinalize(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.UIR.VectorImageManager::get_disposed()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool VectorImageManager_get_disposed_m7C126E130A4018C000E1F6F292E9CB43E0FC6D65_inline (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.UIR.VectorImageRenderInfo>::Clear()
inline void Dictionary_2_Clear_mA99F02E6EF69B970279CA5BFF5F15B86343E6F39 (Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2_Clear_m935B3F117860376DC854C9E0C80CBD99BE77EEA4_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
}
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>::Clear()
inline void LinkedPool_1_Clear_m880CCF66CA33577E149946F3B9A454F8A397BB58 (LinkedPool_1_t238DA1A4A4F5F2AA70AFCDF3DE6CE2AB5C654333* __this, const RuntimeMethod* method)
{
(( void (*) (LinkedPool_1_t238DA1A4A4F5F2AA70AFCDF3DE6CE2AB5C654333*, const RuntimeMethod*))LinkedPool_1_Clear_m74E112075977257266888179218C9A3594B4EB22_gshared)(__this, method);
}
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.GradientRemap>::Clear()
inline void LinkedPool_1_Clear_mBA95E60CE08C330DB3963ACD9A53A3A18F2CC028 (LinkedPool_1_t71B2C5B9496F4931EF97825E4047B965A8B1EC83* __this, const RuntimeMethod* method)
{
(( void (*) (LinkedPool_1_t71B2C5B9496F4931EF97825E4047B965A8B1EC83*, const RuntimeMethod*))LinkedPool_1_Clear_m74E112075977257266888179218C9A3594B4EB22_gshared)(__this, method);
}
// System.Void UnityEngine.UIElements.UIR.GradientSettingsAtlas::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientSettingsAtlas_Dispose_m4C157AEF461F729E64B8D703F1935C7CC9AD6269 (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.VectorImageManager>::Remove(T)
inline bool List_1_Remove_m54E01405E504B7C9641412876843BC359400894A (List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00* __this, VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* ___0_item, const RuntimeMethod* method)
{
return (( bool (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Remove_m9BCE8CEF94E6F2BF8624D65214FF4F3CA686D60C_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)___0_item, method);
}
// System.Void UnityEngine.UIElements.UIR.VectorImageManager::set_disposed(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VectorImageManager_set_disposed_m5FBCCE974810E81BDEEE5B80B315279A6F38A415_inline (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, bool ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.DisposeHelper::NotifyDisposedUsed(System.IDisposable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisposeHelper_NotifyDisposedUsed_m7A9C988A4B96B0920E470EEA604BA42C5ABB437F (RuntimeObject* ___0_disposable, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.GradientSettingsAtlas::Commit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientSettingsAtlas_Commit_m35676ADF2285F3B08217018F5D9597095EE6A5F6 (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Object::op_Equality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.UIR.VectorImageRenderInfo>::TryGetValue(TKey,TValue&)
inline bool Dictionary_2_TryGetValue_mB1A5909DB90F0C01C2083550F4E8E7672BF3C33D (Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E* __this, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___0_key, VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458** ___1_value, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))Dictionary_2_TryGetValue_m7519D765EAF1E8A7D3137C2F1B7B3A01D15A1692_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)___0_key, (Il2CppFullySharedGenericAny*)___1_value, method);
}
// UnityEngine.UIElements.UIR.VectorImageRenderInfo UnityEngine.UIElements.UIR.VectorImageManager::Register(UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* VectorImageManager_Register_m58586125DE952881660564F084D48C1B0587E912 (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___0_vi, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_context, const RuntimeMethod* method) ;
// System.Void Unity.Profiling.ProfilerMarker::Begin()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, const RuntimeMethod* method) ;
// T UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.VectorImageRenderInfo>::Get()
inline VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* LinkedPool_1_Get_mCE24AA4312D844EE376DA34A0FD90DFD654F67C5 (LinkedPool_1_t238DA1A4A4F5F2AA70AFCDF3DE6CE2AB5C654333* __this, const RuntimeMethod* method)
{
return (( VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* (*) (LinkedPool_1_t238DA1A4A4F5F2AA70AFCDF3DE6CE2AB5C654333*, const RuntimeMethod*))LinkedPool_1_Get_m2D1763C33CC49BD56E56715F9052D6480E1D08FF_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.UIR.VectorImageRenderInfo>::set_Item(TKey,TValue)
inline void Dictionary_2_set_Item_m1D7B697A94460BD6930BE16FF0A78DF877824C04 (Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E* __this, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___0_key, VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* ___1_value, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_set_Item_m4C6841170DD11AED683D2D71919F362A4CFF4A80_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)___0_key, (Il2CppFullySharedGenericAny)___1_value, method);
}
// UnityEngine.UIElements.UIR.Alloc UnityEngine.UIElements.UIR.GradientSettingsAtlas::Add(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE GradientSettingsAtlas_Add_mFB2E6AE2091A7658DDB0F22A0096D6ECB9E77BBE (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, int32_t ___0_count, const RuntimeMethod* method) ;
// T UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.GradientRemap>::Get()
inline GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* LinkedPool_1_Get_mBF59B56726F4C447EE89FACA5736614CB061D096 (LinkedPool_1_t71B2C5B9496F4931EF97825E4047B965A8B1EC83* __this, const RuntimeMethod* method)
{
return (( GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* (*) (LinkedPool_1_t71B2C5B9496F4931EF97825E4047B965A8B1EC83*, const RuntimeMethod*))LinkedPool_1_Get_m2D1763C33CC49BD56E56715F9052D6480E1D08FF_gshared)(__this, method);
}
// System.Int32 UnityEngine.RectInt::get_x()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectInt_get_x_mA1E7EF6DEAD2E900D7D56B7A3957C05081EBA9CA (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.RectInt::set_x(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectInt_set_x_m2D2F3A87E9899A29444DBDD0BB11CB19F13AA075 (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.RectInt::get_y()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RectInt_get_y_m440422264E6FCAA91E01F81486A78037AC29D878 (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.RectInt::set_y(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectInt_set_y_m45D5C1D817698266BED66D41A705956A1571858D (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.GradientSettingsAtlas::Write(UnityEngine.UIElements.UIR.Alloc,UnityEngine.UIElements.GradientSettings[],UnityEngine.UIElements.UIR.GradientRemap)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientSettingsAtlas_Write_mC7603726B6BBB05C4B9D353224C56A89954FA9B6 (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___0_alloc, GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* ___1_settings, GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* ___2_remap, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.UIR.GradientSettingsAtlas::get_length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GradientSettingsAtlas_get_length_m1B3592189141C1B29FBE8A22603E772230E9E5EA (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* __this, const RuntimeMethod* method) ;
// System.String System.Int32::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ;
// System.String UnityEngine.Object::get_name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m093934F71A9B351911EE46311674ED463B180006 (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, String_t* ___3_str3, const RuntimeMethod* method) ;
// System.Void UnityEngine.Debug::LogError(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
// System.Void Unity.Profiling.ProfilerMarker::End()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.VectorImageManager>::.ctor(System.Int32)
inline void List_1__ctor_mB914BA12D02BD96B9376364BFE9DCDDF54B00ECC (List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00* __this, int32_t ___0_capacity, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, const RuntimeMethod*))List_1__ctor_m3069CACB5775E013107F559C825422266A09F9E8_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_capacity, method);
}
// System.Void Unity.Profiling.ProfilerMarker::.ctor(System.String)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, String_t* ___0_name, const RuntimeMethod* method) ;
// System.Void System.Action`1<UnityEngine.Camera>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_mDBF05D2D453DAB2D955BFEFAF9D4CBF62810E62B (Action_1_t268986DA4CF361AC17B40338506A83AFB35832EA* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m685A441EC9FAC9D554B26FA83A08F4BEF96DFF0E_gshared)((Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*)__this, ___0_object, ___1_method, method);
}
// System.Void UnityEngine.UIElements.UIR.Utility::add_RegisterIntermediateRenderers(System.Action`1<UnityEngine.Camera>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_add_RegisterIntermediateRenderers_m7E13A9C3E01341D429E0999F89F580232FFC6429 (Action_1_t268986DA4CF361AC17B40338506A83AFB35832EA* ___0_value, const RuntimeMethod* method) ;
// System.Void System.Action`1<System.IntPtr>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_m3657419BEA982F0D4CD1F16862138852C86D0953 (Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m685A441EC9FAC9D554B26FA83A08F4BEF96DFF0E_gshared)((Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*)__this, ___0_object, ___1_method, method);
}
// System.Void UnityEngine.UIElements.UIR.Utility::add_RenderNodeExecute(System.Action`1<System.IntPtr>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_add_RenderNodeExecute_mA892466BF824D857F435453B8EA832382DC3314A (Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* ___0_value, const RuntimeMethod* method) ;
// System.Void System.Func`1<UnityEngine.UIElements.UIR.RenderChainCommand>::.ctor(System.Object,System.IntPtr)
inline void Func_1__ctor_m518B348449518727673ED4E320267D2BA9210CF8 (Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_mC73A4FCEBBAB90CB7B7AB16321F3F98FBBF12596_gshared)((Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431*)__this, ___0_object, ___1_method, method);
}
// System.Void System.Action`1<UnityEngine.UIElements.UIR.RenderChainCommand>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_m9B24D610EC1CE6D58776EB67642C092D47206270 (Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m685A441EC9FAC9D554B26FA83A08F4BEF96DFF0E_gshared)((Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*)__this, ___0_object, ___1_method, method);
}
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.RenderChainCommand>::.ctor(System.Func`1<T>,System.Action`1<T>,System.Int32)
inline void LinkedPool_1__ctor_mC98CBDAD7482585F5D2179D3FD028FA8EB1386A8 (LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F* __this, Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1* ___0_createFunc, Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC* ___1_resetAction, int32_t ___2_limit, const RuntimeMethod* method)
{
(( void (*) (LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F*, Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1*, Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC*, int32_t, const RuntimeMethod*))LinkedPool_1__ctor_m9ABF26662D3DAEFD23739726651994DDD69B8A5D_gshared)(__this, ___0_createFunc, ___1_resetAction, ___2_limit, method);
}
// System.Void UnityEngine.UIElements.UIR.BasicNodePool`1<UnityEngine.UIElements.UIR.TextureEntry>::.ctor()
inline void BasicNodePool_1__ctor_mBC840B3FB7F16450B3E0EA3646A8CCF6D383BCCD (BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828* __this, const RuntimeMethod* method)
{
(( void (*) (BasicNodePool_1_t07D164A3469FD884E0698CF0E4F2A5E56853BD7C*, const RuntimeMethod*))BasicNodePool_1__ctor_mC6F418FE137A6E73CCAD00809D16FDC9D4AE72F9_gshared)((BasicNodePool_1_t07D164A3469FD884E0698CF0E4F2A5E56853BD7C*)__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>::.ctor()
inline void List_1__ctor_m255703238033B967D14582C45A7BE4E83FF82D04 (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1__ctor_m0AFBAEA7EC427E32CC9CA267B1930DC5DF67A374_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2>::.ctor()
inline void Dictionary_2__ctor_mF0085EE189F2C72F3B4AEC81AD44143566FD57FC (Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E* __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2__ctor_m7745B6ED71E47C95E1BFCE647C4F026A404C668F_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
}
// UnityEngine.UIElements.TextureRegistry UnityEngine.UIElements.TextureRegistry::get_instance()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* TextureRegistry_get_instance_m4E974FC5F20C8DD77920F121ECD4F26FAC01385F_inline (const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::.ctor(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice__ctor_m70ADDB23037F79FCC70EFCCAAC58A8032A15494E (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, uint32_t ___0_initialVertexCapacity, uint32_t ___1_initialIndexCapacity, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.VectorImageManager::.ctor(UnityEngine.UIElements.AtlasBase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageManager__ctor_mE2CD0FB71F0F2B9AE8658276F195686194A20525 (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___0_atlas, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::Constructor(UnityEngine.UIElements.BaseVisualElementPanel,UnityEngine.UIElements.UIR.UIRenderDevice,UnityEngine.UIElements.AtlasBase,UnityEngine.UIElements.UIR.VectorImageManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_Constructor_mBB3678F6315A26494602096A4FE0F997C8E976DB (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___0_panelObj, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___1_deviceObj, AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___2_atlas, VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* ___3_vectorImageMan, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::get_disposed()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RenderChain_get_disposed_mCF178CF5FB11C10ADD928FA42137C798F88438A9_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::.ctor(System.Int32)
inline void List_1__ctor_m4B50EBA8EF0848A08901DC4BB6C4371C9B7939B1 (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* __this, int32_t ___0_capacity, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, const RuntimeMethod*))List_1__ctor_m3069CACB5775E013107F559C825422266A09F9E8_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_capacity, method);
}
// System.Void UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOrderedDirtyTracking_Reset_mBE958F05647E78766DD9422442D41B1DE0B4823C (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* __this, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>::get_Count()
inline int32_t List_1_get_Count_mAAEDC1FC4B64FF31F3BCA12217394EF6F745A0CB_inline (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1_get_Count_mD2ED26ACAF3BAF386FFEA83893BA51DB9FD8BA30_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
}
// System.Void UnityEngine.MaterialPropertyBlock::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialPropertyBlock__ctor_m14C3432585F7BB65028BCD64A0FD6607A1B490FB (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>::Add(T)
inline void List_1_Add_mD3E9E49A0FA7E3FB0E9EAAEB94864A1E9161612D_inline (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* __this, RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)&___0_item, method);
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_panel(UnityEngine.UIElements.BaseVisualElementPanel)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_panel_mC56DDC8114BEE3E8475A4CFEF5DBABAC0D5A0AA2_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_device(UnityEngine.UIElements.UIR.UIRenderDevice)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_device_mFEE7AC4E3783E6B60C1BDBAB0DE9E7881B5627BB_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_atlas(UnityEngine.UIElements.AtlasBase)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_atlas_m10A0F655692A7400496D0CD39354F04C049D1F93_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_vectorImageManager(UnityEngine.UIElements.UIR.VectorImageManager)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_vectorImageManager_m3E8AA85ED4EBF2B7E2560CDBA280B5CC87A53E95_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::.ctor(UnityEngine.UIElements.UIR.RenderChain)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter__ctor_m7B7D655AAE041B4540B24C60524F5BB981022C4B (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_painter(UnityEngine.UIElements.UIR.Implementation.UIRStylePainter)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_painter_mDF474F0B9A2AF245D887D9A85CC5CAB6CD72D65D_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* ___0_value, const RuntimeMethod* method) ;
// System.Void System.Action`1<UnityEngine.Font>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_m970A8DFC8A17354AB74107AC11E2ACE2A3D5200F (Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m685A441EC9FAC9D554B26FA83A08F4BEF96DFF0E_gshared)((Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*)__this, ___0_object, ___1_method, method);
}
// System.Void UnityEngine.Font::add_textureRebuilt(System.Action`1<UnityEngine.Font>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Font_add_textureRebuilt_m0BBB44846C17A580B078599DA5AE231DA9D6DAD7 (Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC* ___0_value, const RuntimeMethod* method) ;
// UnityEngine.UIElements.BaseVisualElementPanel UnityEngine.UIElements.UIR.RenderChain::get_panel()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* RenderChain_get_panel_mC62704C111A0F5EAA68B12B7A0A371C53466E47B_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.BaseRuntimePanel::get_drawToCameras()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BaseRuntimePanel_get_drawToCameras_m825E7B32045024BD0EF1EBB3FEB0EE4AAB184FFE (BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_drawInCameras(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_drawInCameras_mCD35CA437A0B092B6F1B5AD0E068E3BF8A697800_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, bool ___0_value, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.UIR.RenderChain/RenderChainStaticIndexAllocator::AllocateIndex(UnityEngine.UIElements.UIR.RenderChain)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderChainStaticIndexAllocator_AllocateIndex_mBF976AD6DA6D147117B24802C8EDE76AC7D59368 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain/RenderChainStaticIndexAllocator::FreeIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainStaticIndexAllocator_FreeIndex_m57AA0D2E3D14295C47E050129470C56A8EBA4870 (int32_t ___0_index, const RuntimeMethod* method) ;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChain::GetFirstElementInPanel(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* RenderChain_GetFirstElementInPanel_m73038A317C688CD46DF13DBD4FC30F49A875CB74 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::ResetTextures(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_ResetTextures_mE683EEDE0CB5ACB56EC4D42345BDE1DD80A5961C (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIRUtility::Destroy(UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRUtility_Destroy_m9E925E79E7B4A4853B47C1EFACEF2ED0A7844A23 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_obj, const RuntimeMethod* method) ;
// System.Void UnityEngine.Font::remove_textureRebuilt(System.Action`1<UnityEngine.Font>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Font_remove_textureRebuilt_mB7EF9EEE803E9C70AF4217190B49C83FE287904A (Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC* ___0_value, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter UnityEngine.UIElements.UIR.RenderChain::get_painter()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* RenderChain_get_painter_mE8CEE0F220EBE55FC4DA0A85CC08C94ABEA2195B_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRStylePainter::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRStylePainter_Dispose_m10F336357861E65749317AF0C3DEE94FD8675D59 (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRTextUpdatePainter_Dispose_m667CC1165D75283935A96131620CDBA66117BA18 (UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* __this, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.VectorImageManager UnityEngine.UIElements.UIR.RenderChain::get_vectorImageManager()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* RenderChain_get_vectorImageManager_m6A5F57E470BD67EDA8722E366BD4F41D9FC61C18_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.VectorImageManager::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageManager_Dispose_mC3CFC26EB46727B6CF0A91174702C320BFCC2D22 (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.UIRenderDevice UnityEngine.UIElements.UIR.RenderChain::get_device()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_Dispose_m701B69F9DF325FBF85B2206D5C9FB812FF5D8125 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>::Clear()
inline void List_1_Clear_m7924686238D7A45D6E89936E021F91219B4E441B_inline (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1_Clear_mD615D1BCB2C9DD91DAD86A2F9E5CF1DFFCBF7925_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_Dispose_m888DECB7D11831E0C33DA128E1E74FFB17A0C010 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, bool ___0_disposing, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::Destructor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_Destructor_mBD1A7CB9EA879099CA112A34CAC4AA48F7A7A529 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_disposed(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_disposed_m8B93E480F7CC6F8A76F93321B31DC4E9CF7E2B6B_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, bool ___0_value, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::get_Item(System.Int32)
inline VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092 (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* __this, int32_t ___0_index, const RuntimeMethod* method)
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* il2cppRetVal;
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, Il2CppFullySharedGenericAny*, const RuntimeMethod*))List_1_get_Item_m6E4BA37C1FB558E4A62AE4324212E45D09C5C937_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_index, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
return il2cppRetVal;
}
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::ProcessOnClippingChanged(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,System.UInt32,UnityEngine.UIElements.UIR.ChainBuilderStats&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_ProcessOnClippingChanged_m8C859C039D6F9A264F08F7B814CEC759F091CDFB (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, uint32_t ___2_dirtyID, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___3_stats, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::ClearDirty(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.RenderDataDirtyTypes)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOrderedDirtyTracking_ClearDirty_m66CB5F7F44F12DAC7A0047327EF41C147A72A879 (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, int32_t ___1_dirtyTypesInverse, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::ProcessOnOpacityChanged(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,System.UInt32,UnityEngine.UIElements.UIR.ChainBuilderStats&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_ProcessOnOpacityChanged_m7500646F4DAD8A9AAE15D8E224F949835016D7E8 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, uint32_t ___2_dirtyID, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___3_stats, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::ProcessOnColorChanged(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,System.UInt32,UnityEngine.UIElements.UIR.ChainBuilderStats&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_ProcessOnColorChanged_m33E2F731105EEBA134912ED1C2E77C20168CE8A4 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, uint32_t ___2_dirtyID, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___3_stats, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::ProcessOnTransformOrSizeChanged(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,System.UInt32,UnityEngine.UIElements.UIR.ChainBuilderStats&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_ProcessOnTransformOrSizeChanged_m6FC54824C99919CE35EBD9D7E1D70685D6245853 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, uint32_t ___2_dirtyID, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___3_stats, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::ProcessOnVisualsChanged(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,System.UInt32,UnityEngine.UIElements.UIR.ChainBuilderStats&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_ProcessOnVisualsChanged_mFB4C272C0513E0DF688DD03907B165D1FFF22329 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, uint32_t ___2_dirtyID, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___3_stats, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::ProcessTextRegen(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_ProcessTextRegen_mD8AF66B12E406FA6C0976A8F373F5852217B0727 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, bool ___0_timeSliced, const RuntimeMethod* method) ;
// UnityEngine.UIElements.AtlasBase UnityEngine.UIElements.UIR.RenderChain::get_atlas()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* RenderChain_get_atlas_mF0CDA8A25FE35CAABBFE4AC9294400693D205E6A_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.AtlasBase::InvokeUpdateDynamicTextures(UnityEngine.UIElements.IPanel)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AtlasBase_InvokeUpdateDynamicTextures_m11473A042A56E4D5456ECE22AB69D9254CBE765E (AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* __this, RuntimeObject* ___0_panel, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.VectorImageManager::Commit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageManager_Commit_mD0E417D6D0BF44C9CC1AA28BB79E1A615B26C5CD (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::OnFrameRenderingBegin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_OnFrameRenderingBegin_mED35CD0220B6DC106B63532E9D9850F5A7E55B0D (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method) ;
// UnityEngine.Material UnityEngine.UIElements.UIR.RenderChain::GetStandardMaterial()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* RenderChain_GetStandardMaterial_m831708EDEE8100F30AACC60F86884AFBCBF68DF1 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.BaseVisualElementPanel::InvokeUpdateMaterial(UnityEngine.Material)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseVisualElementPanel_InvokeUpdateMaterial_m7250F485CE00843BF4143BB6E4141FDEDE62AEF1 (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_mat, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::get_drawInCameras()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RenderChain_get_drawInCameras_m8D80C9B3E4675B9DC4FC81A895C00BFCF7F3482D_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::get_layout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D VisualElement_get_layout_m71851CB694EE1348CDCA83353FFF3C1FB2F69C1A (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Material::SetPass(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Material_SetPass_mBB03542DFF4FAEADFCED332009F9D61B6DED75FE (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, int32_t ___0_pass, const RuntimeMethod* method) ;
// System.Single UnityEngine.Rect::get_xMin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.Rect::get_xMax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.Rect::get_yMax()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.Rect::get_yMin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// UnityEngine.Matrix4x4 UnityEngine.UIElements.ProjectionUtils::Ortho(System.Single,System.Single,System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ProjectionUtils_Ortho_mC5B392C6F2D3723951B26FDAC3CA527BD5955EC6 (float ___0_left, float ___1_right, float ___2_bottom, float ___3_top, float ___4_near, float ___5_far, const RuntimeMethod* method) ;
// System.Void UnityEngine.GL::LoadProjectionMatrix(UnityEngine.Matrix4x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_LoadProjectionMatrix_m4310EBD83BF1858124306A227C18FF52152718BD (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_mat, const RuntimeMethod* method) ;
// System.Void UnityEngine.GL::set_modelview(UnityEngine.Matrix4x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_set_modelview_mCAE007CC5BE38316397954370950EB43991FBBD4 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_value, const RuntimeMethod* method) ;
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.VectorImageManager::get_atlas()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* VectorImageManager_get_atlas_mD507CE14D8083BFE52DC1F44F27CF622AB0A06B6 (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, const RuntimeMethod* method) ;
// System.Single UnityEngine.UIElements.BaseVisualElementPanel::get_scaledPixelsPerPoint()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float BaseVisualElementPanel_get_scaledPixelsPerPoint_m61FB80FA842E806955AFFBB566E7CCB76FA6DDB3 (BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* __this, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>::get_Item(System.Int32)
inline RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE List_1_get_Item_m6F50163981F18AD78856766254735B84087CEB3A (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* __this, int32_t ___0_index, const RuntimeMethod* method)
{
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE il2cppRetVal;
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, Il2CppFullySharedGenericAny*, const RuntimeMethod*))List_1_get_Item_m6E4BA37C1FB558E4A62AE4324212E45D09C5C937_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_index, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
return il2cppRetVal;
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::EvaluateChain(UnityEngine.UIElements.UIR.RenderChainCommand,UnityEngine.Material,UnityEngine.Material,UnityEngine.Texture,UnityEngine.Texture,System.Single,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.UIR.Transform3x4>,Unity.Collections.NativeSlice`1<UnityEngine.Vector4>,UnityEngine.MaterialPropertyBlock,System.Boolean,System.Exception&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_EvaluateChain_mAF7788E8FFD68141C3DFB6EDBA7237910ADED018 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_head, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_initialMat, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___2_defaultMat, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___3_gradientSettings, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___4_shaderInfo, float ___5_pixelsPerPoint, NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 ___6_transforms, NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F ___7_clipRects, MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___8_stateMatProps, bool ___9_allowMaterialChange, Exception_t** ___10_immediateException, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.GUIUtility::IsExitGUIException(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GUIUtility_IsExitGUIException_mB887DAF961E8C1124916777B812FBF2324F5265F (Exception_t* ___0_exception, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.ImmediateModeException::.ctor(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ImmediateModeException__ctor_mB1863A2577598143D489C8FC956A89EB7BE45D74 (ImmediateModeException_t7A6F44A9035C26E64FF8BCD4964F7189506F063D* __this, Exception_t* ___0_inner, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::get_drawStats()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RenderChain_get_drawStats_m5977A02A356E4DEDC68BC9723AB6D6D367ADDB97_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::DrawStats()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_DrawStats_m71CC1AE6E6BAB3DCDBAA5CF85559C1152CBCB7C2 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRTextUpdatePainter__ctor_m25E3B869CCE054E9D8DB0D8D2753461A1FF6619B (UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* __this, const RuntimeMethod* method) ;
// System.Int32 System.Math::Min(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52 (int32_t ___0_val1, int32_t ___1_val2, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Implementation.RenderEvents::ProcessRegenText(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.Implementation.UIRTextUpdatePainter,UnityEngine.UIElements.UIR.UIRenderDevice,UnityEngine.UIElements.UIR.ChainBuilderStats&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderEvents_ProcessRegenText_m2F18F2241EC4A6ED2363BB7228BBCE66827CA57B (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* ___2_painter, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___3_device, ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* ___4_stats, const RuntimeMethod* method) ;
// System.Int32 System.Math::Max(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF (int32_t ___0_val1, int32_t ___1_val2, const RuntimeMethod* method) ;
// UnityEngine.UIElements.VisualElement/Hierarchy UnityEngine.UIElements.VisualElement::get_hierarchy()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement/Hierarchy::get_parent()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.VisualElement/Hierarchy::IndexOf(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Hierarchy_IndexOf_mA16EE33503FFFDB425237D7E2DBB44D6750241F6 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_element, const RuntimeMethod* method) ;
// System.Void System.InvalidOperationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.UIElements.UIR.Implementation.RenderEvents::DepthFirstOnChildAdded(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VisualElement,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t RenderEvents_DepthFirstOnChildAdded_m98799048C7F73861738CC9930E657668B469A0C9 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_parent, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___2_ve, int32_t ___3_index, bool ___4_resetState, const RuntimeMethod* method) ;
// UnityEngine.UIElements.IPanel UnityEngine.UIElements.VisualElement::get_panel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnClippingChanged(UnityEngine.UIElements.VisualElement,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnClippingChanged_m21F2F4A6592C4CBEB8B51479797E7B6E7F818A74 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, bool ___1_hierarchical, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnOpacityChanged(UnityEngine.UIElements.VisualElement,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnOpacityChanged_m89DFC4B502065583006586603B38AE3DEDF4E680 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, bool ___1_hierarchical, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnVisualsChanged(UnityEngine.UIElements.VisualElement,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnVisualsChanged_mB8B0E7AF7739388D1948D2949C47AA57453EF7FB (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, bool ___1_hierarchical, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.VisualElement::MarkRenderHintsClean()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VisualElement_MarkRenderHintsClean_m5CCA21A9F3E0B011811F233F7B278C0F5BC686BE (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.VisualElement/Hierarchy::get_childCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, const RuntimeMethod* method) ;
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.VisualElement/Hierarchy::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* Hierarchy_get_Item_mBA5811C28D9E7FA48D0F10603A95F8CF248C3467 (Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677* __this, int32_t ___0_key, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.UIElements.UIR.Implementation.RenderEvents::DepthFirstOnChildRemoving(UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t RenderEvents_DepthFirstOnChildRemoving_m86F2944D40D4E921D440ABF03DADD7AB9ECAA7E9 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_ve, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2>::Remove(TKey)
inline bool Dictionary_2_Remove_mF551BE94F0F16B737E271AC5ACF06E37740DCD66 (Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_key, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_Remove_m583C4F0E2926B584BE6EC6008195360FC631C14C_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)___0_key, method);
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnChildRemoving(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnChildRemoving_m43BA04CA7FBC51812AE49FB428B7D8507E63D5B3 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnChildAdded(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnChildAdded_m5590298774E688169B4EAD9F7BE2F67FD4D43C32 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::RegisterDirty(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.RenderDataDirtyTypes,UnityEngine.UIElements.UIR.RenderDataDirtyTypeClasses)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOrderedDirtyTracking_RegisterDirty_mA05BD098B12E91FCD1E35BE02443AC0FB1B923B3 (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, int32_t ___1_dirtyTypes, int32_t ___2_dirtyTypeClass, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.Object::op_Inequality(UnityEngine.Object,UnityEngine.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_x, Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___1_y, const RuntimeMethod* method) ;
// System.Void UnityEngine.Material::.ctor(UnityEngine.Shader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___0_shader, const RuntimeMethod* method) ;
// UnityEngine.HideFlags UnityEngine.Object::get_hideFlags()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Object_get_hideFlags_mA08F5E41671B8C6B5073C6B9E2799BCE6E0DF7F3 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Object::set_hideFlags(UnityEngine.HideFlags)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::EnsureFits(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOrderedDirtyTracking_EnsureFits_mA40B328BCCF3E635059F1107E2996046913C0C0D (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* __this, int32_t ___0_maxDepth, const RuntimeMethod* method) ;
// T UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.RenderChainCommand>::Get()
inline RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* LinkedPool_1_Get_m7EBDDC204EF47EFCFFC67EDA511D513180ECF4CD (LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F* __this, const RuntimeMethod* method)
{
return (( RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* (*) (LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F*, const RuntimeMethod*))LinkedPool_1_Get_m2D1763C33CC49BD56E56715F9052D6480E1D08FF_gshared)(__this, method);
}
// System.Void UnityEngine.UIElements.UIR.RenderChainCommand::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainCommand_Reset_mD99E7F5D4C20AA2FD2DB328F5F86D46270D31C19 (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.RenderChainCommand>::Return(T)
inline void LinkedPool_1_Return_m23D335AD6DDF1A962C8096FBCE75B199CEE92F37 (LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_item, const RuntimeMethod* method)
{
(( void (*) (LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F*, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*, const RuntimeMethod*))LinkedPool_1_Return_mB5D47773080BD9C79B38B18471AB3A4EFEFA511E_gshared)(__this, ___0_item, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2>::TryGetValue(TKey,TValue&)
inline bool Dictionary_2_TryGetValue_m9F7A4C500E377F62DAA6DCB96FEE829659971A28 (Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_key, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* ___1_value, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))Dictionary_2_TryGetValue_m7519D765EAF1E8A7D3137C2F1B7B3A01D15A1692_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)___0_key, (Il2CppFullySharedGenericAny*)___1_value, method);
}
// UnityEngine.Matrix4x4 UnityEngine.UIElements.VisualElement::get_worldTransform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 VisualElement_get_worldTransform_m706C9ADA6ADFBA381EDCAD418040C9F30D42E96A (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Vector2::.ctor(System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Dictionary`2<UnityEngine.UIElements.VisualElement,UnityEngine.Vector2>::set_Item(TKey,TValue)
inline void Dictionary_2_set_Item_m274649A08735BC779B562311BE12A060106752C5 (Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_key, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___1_value, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_set_Item_m4C6841170DD11AED683D2D71919F362A4CFF4A80_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)___0_key, (Il2CppFullySharedGenericAny)&___1_value, method);
}
// System.Void* System.IntPtr::ToPointer()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m1A0612EED3A1C8B8850BE2943CFC42523064B4F6_inline (intptr_t* __this, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.RenderChain UnityEngine.UIElements.UIR.RenderChain/RenderChainStaticIndexAllocator::AccessIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* RenderChainStaticIndexAllocator_AccessIndex_m2AF4DD0118F29626720B97385A935265E2A964F6 (int32_t ___0_index, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.RenderChain/RenderNodeData UnityEngine.UIElements.UIR.RenderChain::AccessRenderNodeData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE RenderChain_AccessRenderNodeData_m1ECED108F2C58D382F4F9E43693A662D9E265C08 (intptr_t ___0_obj, const RuntimeMethod* method) ;
// System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.UIElements.Panel> UnityEngine.UIElements.UIElementsUtility::GetPanelsIterator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tDF072DA54B02F88EA2752139159B5A4048CF1F44 UIElementsUtility_GetPanelsIterator_m18E3FBAAC0BE14B31DCCD18B60760F0D0E9DE758 (const RuntimeMethod* method) ;
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.UIElements.Panel>::get_Current()
inline KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93 Enumerator_get_Current_m0C5344E9357270CF625B196536F14CCD92E68600_inline (Enumerator_tDF072DA54B02F88EA2752139159B5A4048CF1F44* __this, const RuntimeMethod* method)
{
KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93 il2cppRetVal;
(( void (*) (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*, KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*, const RuntimeMethod*))Enumerator_get_Current_m26AF82C275C82180BB7F23C7E408BC1FEB9A38EE_gshared_inline)((Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*)__this, (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*)&il2cppRetVal, method);
return il2cppRetVal;
}
// TValue System.Collections.Generic.KeyValuePair`2<System.Int32,UnityEngine.UIElements.Panel>::get_Value()
inline Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9* KeyValuePair_2_get_Value_mB91C90106409829A405E3230F68A209CCC1AF3E4_inline (KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93* __this, const RuntimeMethod* method)
{
Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9* il2cppRetVal;
(( void (*) (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))KeyValuePair_2_get_Value_mFA1964BF56AA214EE0D491CC197F61BC9E5F1F7A_gshared_inline)((KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
return il2cppRetVal;
}
// UnityEngine.Material UnityEngine.UIElements.UIR.RenderChain::GetStandardWorldSpaceMaterial()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* RenderChain_GetStandardWorldSpaceMaterial_m81585BD37835FA04F0FD607895FB3A6EBA42A450 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChain::OnRegisterIntermediateRendererMat(UnityEngine.UIElements.BaseRuntimePanel,UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.UIR.RenderChain/RenderNodeData&,UnityEngine.Camera,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_OnRegisterIntermediateRendererMat_mA07071626E2BCFB624393FADB5F78094C8E6A603 (BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* ___0_rtp, RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___1_renderChain, RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE* ___2_rnd, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___3_camera, int32_t ___4_sameDistanceSortPriority, const RuntimeMethod* method) ;
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.Int32,UnityEngine.UIElements.Panel>::MoveNext()
inline bool Enumerator_MoveNext_m8C27BC6AB851ED5A524D338773D899AD31A32CE9 (Enumerator_tDF072DA54B02F88EA2752139159B5A4048CF1F44* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*, const RuntimeMethod*))Enumerator_MoveNext_m97783F73CDB1D0083A2F7D26A51847BF0843ADEA_gshared)((Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*)__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain/RenderNodeData>::set_Item(System.Int32,T)
inline void List_1_set_Item_m1E6C8D90BA9A30407DAEF89982AD3CDF11CF6B32 (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* __this, int32_t ___0_index, RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE ___1_value, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_set_Item_m9A958091885CC5363CCFE9F0BC472EAFCB56C813_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_index, (Il2CppFullySharedGenericAny)&___1_value, method);
}
// UnityEngine.Vector3 UnityEngine.Vector3::get_zero()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline (const RuntimeMethod* method) ;
// System.Void UnityEngine.Vector3::.ctor(System.Single,System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method) ;
// System.Void UnityEngine.Bounds::.ctor(UnityEngine.Vector3,UnityEngine.Vector3)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Bounds__ctor_mAF7B238B9FBF90C495E5D7951760085A93119C5A (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_center, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_size, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.Camera::get_cullingMask()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_cullingMask_m6F5AFF8FB522F876D99E839BF77D8F27F26A1EF8 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
// System.Void System.IntPtr::.ctor(System.Void*)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline (intptr_t* __this, void* ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Utility::RegisterIntermediateRenderer(UnityEngine.Camera,UnityEngine.Material,UnityEngine.Matrix4x4,UnityEngine.Bounds,System.Int32,System.Int32,System.Boolean,System.Int32,System.UInt64,System.Int32,System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_RegisterIntermediateRenderer_m19E56570934E5AE455A1FE959EAB203D284DA4FA (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_material, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___2_transform, Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 ___3_aabb, int32_t ___4_renderLayer, int32_t ___5_shadowCasting, bool ___6_receiveShadows, int32_t ___7_sameDistanceSortPriority, uint64_t ___8_sceneCullingMask, int32_t ___9_rendererCallbackFlags, intptr_t ___10_userData, int32_t ___11_userDataSize, const RuntimeMethod* method) ;
// T UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>>::Get()
inline BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* LinkedPool_1_Get_m76E95A12CB1708A48A171564524C54730A50D098 (LinkedPool_1_t97169CF531C4A68542443A3538F31DFBA0F6D6AD* __this, const RuntimeMethod* method)
{
return (( BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* (*) (LinkedPool_1_t97169CF531C4A68542443A3538F31DFBA0F6D6AD*, const RuntimeMethod*))LinkedPool_1_Get_m2D1763C33CC49BD56E56715F9052D6480E1D08FF_gshared)(__this, method);
}
// System.Void UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>::AppendTo(UnityEngine.UIElements.UIR.BasicNode`1<T>&)
inline void BasicNode_1_AppendTo_m5F9C3C5441AA18380BA6ADEC2546CF5407159BD4 (BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* __this, BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB** ___0_first, const RuntimeMethod* method)
{
(( void (*) (/*UnityEngine.UIElements.UIR.BasicNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/BasicNode_1_t406697C6300D88260337D6ADBCAEAE1DF9F756AF*, /*UnityEngine.UIElements.UIR.BasicNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>&*/BasicNode_1_t406697C6300D88260337D6ADBCAEAE1DF9F756AF**, const RuntimeMethod*))BasicNode_1_AppendTo_mADB2737A1ED83ED9C7E23D93DBB6E474B51BC067_gshared)((BasicNode_1_t406697C6300D88260337D6ADBCAEAE1DF9F756AF*)__this, (BasicNode_1_t406697C6300D88260337D6ADBCAEAE1DF9F756AF**)___0_first, method);
}
// System.Void UnityEngine.UIElements.TextureRegistry::Release(UnityEngine.UIElements.TextureId)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureRegistry_Release_m3828A8B4906FC30BDCB3603A20924365108E810B (TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* __this, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___0_id, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.BasicNode`1<UnityEngine.UIElements.UIR.TextureEntry>>::Return(T)
inline void LinkedPool_1_Return_m5599F8B04371688710A8FAA56FB8590567999C9B (LinkedPool_1_t97169CF531C4A68542443A3538F31DFBA0F6D6AD* __this, BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* ___0_item, const RuntimeMethod* method)
{
(( void (*) (LinkedPool_1_t97169CF531C4A68542443A3538F31DFBA0F6D6AD*, BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB*, const RuntimeMethod*))LinkedPool_1_Return_mB5D47773080BD9C79B38B18471AB3A4EFEFA511E_gshared)(__this, ___0_item, method);
}
// System.Void UnityEngine.Rect::.ctor(System.Single,System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_x, float ___1_y, float ___2_width, float ___3_height, const RuntimeMethod* method) ;
// System.Void UnityEngine.GUI::Box(UnityEngine.Rect,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_Box_mB47BC44807774B77DB8B2BB548D339036544ACC4 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_position, String_t* ___1_text, const RuntimeMethod* method) ;
// System.String System.UInt32::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154 (uint32_t* __this, const RuntimeMethod* method) ;
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___0_str0, String_t* ___1_str1, const RuntimeMethod* method) ;
// System.Void UnityEngine.GUI::Label(UnityEngine.Rect,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_position, String_t* ___1_text, const RuntimeMethod* method) ;
// System.Single UnityEngine.Rect::get_y()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Rect::set_y(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics UnityEngine.UIElements.UIR.UIRenderDevice::GatherDrawStatistics()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F UIRenderDevice_GatherDrawStatistics_mB2E2E4EEC9AF2E24442E8B18C9FC36AF547A5B48 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::Add(T)
inline void List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_inline (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)___0_item, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::get_Count()
inline int32_t List_1_get_Count_m76A83B76330D385CC22ECE544729CDD0FCEAFECC_inline (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1_get_Count_mD2ED26ACAF3BAF386FFEA83893BA51DB9FD8BA30_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.VisualElement>::set_Item(System.Int32,T)
inline void List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71 (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* __this, int32_t ___0_index, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_value, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_set_Item_m9A958091885CC5363CCFE9F0BC472EAFCB56C813_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_index, (Il2CppFullySharedGenericAny)___1_value, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain>::IndexOf(T)
inline int32_t List_1_IndexOf_mBD0E046855051C95C6F60B84C31E0F276730D92A (List_1_t7524385702B2ADF442BBE71121A26B337005726D* __this, RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_item, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_IndexOf_m1FFA888B47CE3256B0AC301302FAD79AAAFC0818_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)___0_item, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain>::set_Item(System.Int32,T)
inline void List_1_set_Item_m26DF065D5048D6A31DEFF667B2BC3EFBF166B785 (List_1_t7524385702B2ADF442BBE71121A26B337005726D* __this, int32_t ___0_index, RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___1_value, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_set_Item_m9A958091885CC5363CCFE9F0BC472EAFCB56C813_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_index, (Il2CppFullySharedGenericAny)___1_value, method);
}
// System.Int32 System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain>::get_Count()
inline int32_t List_1_get_Count_mC51695DFAFC29F4B5685D76B45BC442D452542F5_inline (List_1_t7524385702B2ADF442BBE71121A26B337005726D* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1_get_Count_mD2ED26ACAF3BAF386FFEA83893BA51DB9FD8BA30_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain>::Add(T)
inline void List_1_Add_m4F13B6BBBCEB7A4650B35737854BA4584BC931CF_inline (List_1_t7524385702B2ADF442BBE71121A26B337005726D* __this, RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)___0_item, method);
}
// T System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain>::get_Item(System.Int32)
inline RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* List_1_get_Item_m9D430824B0739628DB4BBEA6168580B462031C28 (List_1_t7524385702B2ADF442BBE71121A26B337005726D* __this, int32_t ___0_index, const RuntimeMethod* method)
{
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* il2cppRetVal;
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, Il2CppFullySharedGenericAny*, const RuntimeMethod*))List_1_get_Item_m6E4BA37C1FB558E4A62AE4324212E45D09C5C937_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_index, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
return il2cppRetVal;
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.RenderChain>::.ctor(System.Int32)
inline void List_1__ctor_m487D573029A34C484E237A844D3AAD9B0BFB5978 (List_1_t7524385702B2ADF442BBE71121A26B337005726D* __this, int32_t ___0_capacity, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, const RuntimeMethod*))List_1__ctor_m3069CACB5775E013107F559C825422266A09F9E8_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_capacity, method);
}
// System.Void UnityEngine.UIElements.UIR.RenderChain/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m4C2ADA9EDB62AAE44752E97EBEB51FD541B0420B (U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChainCommand::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainCommand__ctor_m305982AFE24A773C052036C022B909ABC9FC6A1E (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* __this, const RuntimeMethod* method) ;
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::get_lastClosingOrLastCommand()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* RenderChainVEData_get_lastClosingOrLastCommand_mAF0E6BC5EDFE45CBF164F09688F4BFFF5E87EB8B (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.MeshHandle>::.ctor()
inline void LinkedPoolItem_1__ctor_m439AE5EBEA5134583C2F5AE554E61767646769BF (LinkedPoolItem_1_t77597E722F28CEC15E53E9638992FDC40508EB75* __this, const RuntimeMethod* method)
{
(( void (*) (/*UnityEngine.UIElements.UIR.LinkedPoolItem`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedPoolItem_1_tC28630DCE90E3EFCF04091651CBFE50029C40C6A*, const RuntimeMethod*))LinkedPoolItem_1__ctor_m4AB21551B2F384CB3BEF93476D5987D1435F3D8A_gshared)((LinkedPoolItem_1_tC28630DCE90E3EFCF04091651CBFE50029C40C6A*)__this, method);
}
// System.Void System.Collections.Generic.LinkedList`1<UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree>::.ctor()
inline void LinkedList_1__ctor_m177248C72A7DFD82F212ED690BB296BCFC8BC75B (LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7* __this, const RuntimeMethod* method)
{
(( void (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, const RuntimeMethod*))LinkedList_1__ctor_mED84A7ED11208CC35CCE76B96F8ADC2AADF1542F_gshared)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, method);
}
// System.Int32 UnityEngine.Shader::PropertyToID(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA (String_t* ___0_name, const RuntimeMethod* method) ;
// System.Void System.Action::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Utility::add_EngineUpdate(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_add_EngineUpdate_m06DF99E8301C5BD159A6AAE914BDCF808BA92B32 (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Utility::add_FlushPendingResources(System.Action)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_add_FlushPendingResources_m9A930FD6215580544B7AFAB6CA57D9581833FBEA (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::.ctor(System.UInt32,System.UInt32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice__ctor_m204CF7EEC404569F48CE17D6727F4D89CD915060 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, uint32_t ___0_initialVertexCapacity, uint32_t ___1_initialIndexCapacity, bool ___2_mockDevice, const RuntimeMethod* method) ;
// System.Void System.Func`1<UnityEngine.UIElements.UIR.MeshHandle>::.ctor(System.Object,System.IntPtr)
inline void Func_1__ctor_m73A316C951A2EC0870E0739A2B468C38CE402F76 (Func_1_t8D65D629C8C51A932FBFED703C764E27182018B8* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_mC73A4FCEBBAB90CB7B7AB16321F3F98FBBF12596_gshared)((Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431*)__this, ___0_object, ___1_method, method);
}
// System.Void System.Action`1<UnityEngine.UIElements.UIR.MeshHandle>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_mBA1EDA77F20FB6C43957CA95899F2D01B71B11FC (Action_1_t390738D95A0B620166DAF476F4067FBE1A124820* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
(( void (*) (Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m685A441EC9FAC9D554B26FA83A08F4BEF96DFF0E_gshared)((Action_1_t923A20D1D4F6B55B2ED5AE21B90F1A0CE0450D99*)__this, ___0_object, ___1_method, method);
}
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.MeshHandle>::.ctor(System.Func`1<T>,System.Action`1<T>,System.Int32)
inline void LinkedPool_1__ctor_m99D133DC203D7E5E64695A75BEEEE23C1AFE3BE6 (LinkedPool_1_tD8A175EE023C8220138E51E722F4A20ACE9CA851* __this, Func_1_t8D65D629C8C51A932FBFED703C764E27182018B8* ___0_createFunc, Action_1_t390738D95A0B620166DAF476F4067FBE1A124820* ___1_resetAction, int32_t ___2_limit, const RuntimeMethod* method)
{
(( void (*) (LinkedPool_1_tD8A175EE023C8220138E51E722F4A20ACE9CA851*, Func_1_t8D65D629C8C51A932FBFED703C764E27182018B8*, Action_1_t390738D95A0B620166DAF476F4067FBE1A124820*, int32_t, const RuntimeMethod*))LinkedPool_1__ctor_m9ABF26662D3DAEFD23739726651994DDD69B8A5D_gshared)(__this, ___0_createFunc, ___1_resetAction, ___2_limit, method);
}
// System.Void UnityEngine.UIElements.UIR.DrawParams::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawParams__ctor_mB32E5A17EE38E8D728A265460BC709DDE4BE95B0 (DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.TextureSlotManager::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureSlotManager__ctor_mEBC84CCC93A32AAAF79D89198EE985B002C5C794 (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Utility::NotifyOfUIREvents(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_NotifyOfUIREvents_m84DA51777B615A0FA57AE784519A530F23434B47 (bool ___0_subscribe, const RuntimeMethod* method) ;
// System.UInt32 System.Math::Max(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Math_Max_m6612C5AE2D40056418765878E8787E4828D2ADD7 (uint32_t ___0_val1, uint32_t ___1_val2, const RuntimeMethod* method) ;
// System.Single UnityEngine.Mathf::Max(System.Single,System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___0_a, float ___1_b, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>>::.ctor(System.Int32)
inline void List_1__ctor_m51AFBAFD8A59157600C5A5A8395684FF86FEF331 (List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210* __this, int32_t ___0_capacity, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, const RuntimeMethod*))List_1__ctor_m3069CACB5775E013107F559C825422266A09F9E8_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_capacity, method);
}
// System.Void System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>>::.ctor(System.Int32)
inline void List_1__ctor_m6142B682C51D80D6945D3AF4D85F402B124A1967 (List_1_tA79C35FB5E50135962B53960CB758B9262700632* __this, int32_t ___0_capacity, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, const RuntimeMethod*))List_1__ctor_m3069CACB5775E013107F559C825422266A09F9E8_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_capacity, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>::.ctor()
inline void List_1__ctor_m0AD2E7BA265F543E575880C0C94460CB920853A8 (List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1__ctor_m0AFBAEA7EC427E32CC9CA267B1930DC5DF67A374_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>>::Add(T)
inline void List_1_Add_m4978BAA84C83BB382DCC59A2CB3B5545A19E5F07_inline (List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210* __this, List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)___0_item, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>::.ctor()
inline void List_1__ctor_mB4846F12D974AD97542F789DA2AB3CC555567663 (List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1__ctor_m0AFBAEA7EC427E32CC9CA267B1930DC5DF67A374_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>>::Add(T)
inline void List_1_Add_mE647CAC1D5A363EE207D5BBCAFD28C6B3C96C004_inline (List_1_tA79C35FB5E50135962B53960CB758B9262700632* __this, List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)___0_item, method);
}
// System.Void UnityEngine.Texture2D::.ctor(System.Int32,System.Int32,UnityEngine.TextureFormat,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917 (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* __this, int32_t ___0_width, int32_t ___1_height, int32_t ___2_textureFormat, bool ___3_mipChain, const RuntimeMethod* method) ;
// System.Void UnityEngine.Object::set_name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47 (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* __this, String_t* ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.Texture::set_filterMode(UnityEngine.FilterMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9 (Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.Texture2D::SetPixel(System.Int32,System.Int32,UnityEngine.Color)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_SetPixel_m2CCFC5F729135D59DC4A697C2605A3FC5C8574DB (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* __this, int32_t ___0_x, int32_t ___1_y, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___2_color, const RuntimeMethod* method) ;
// System.Void UnityEngine.Texture2D::Apply(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Texture2D_Apply_m36EE27E6F1BF7FB8C70A1D749DC4EE249810AA3A (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* __this, bool ___0_updateMipmaps, bool ___1_makeNoLongerReadable, const RuntimeMethod* method) ;
// System.Boolean System.Nullable`1<System.Boolean>::get_HasValue()
inline bool Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*, const RuntimeMethod*))Nullable_1_get_HasValue_m14F273FB376DF00D727434CDCD28AB4EDCC14C3C_gshared_inline)((Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*)__this, method);
}
// UnityEngine.Shader UnityEngine.Shader::Find(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* Shader_Find_m183AA54F78320212DDEC811592F98456898A41C5 (String_t* ___0_name, const RuntimeMethod* method) ;
// System.String UnityEngine.Material::GetTag(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Material_GetTag_m0B37070270E231B88808DB1B3F9EF4C1851627D4 (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, String_t* ___0_tag, bool ___1_searchFallbacks, const RuntimeMethod* method) ;
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
// System.Void System.Nullable`1<System.Boolean>::.ctor(T)
inline void Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5 (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, bool ___0_value, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType*/Il2CppFullySharedGenericStruct, const RuntimeMethod*))Nullable_1__ctor_m4257D7FF23A495D1B204F20330FBDED58248E4CC_gshared)((Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*)__this, (Il2CppFullySharedGenericStruct)&___0_value, method);
}
// T System.Nullable`1<System.Boolean>::get_Value()
inline bool Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28 (Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01* __this, const RuntimeMethod* method)
{
bool il2cppRetVal;
(( void (*) (Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*, Il2CppFullySharedGenericStruct*, const RuntimeMethod*))Nullable_1_get_Value_mA083C4D9192050DC38513BDD9D364C5C68A3A675_gshared)((Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339*)__this, (Il2CppFullySharedGenericStruct*)&il2cppRetVal, method);
return il2cppRetVal;
}
// System.Void UnityEngine.Rendering.VertexAttributeDescriptor::.ctor(UnityEngine.Rendering.VertexAttribute,UnityEngine.Rendering.VertexAttributeFormat,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VertexAttributeDescriptor__ctor_m713B31395FB13FDEB2665F5C4C31572D5875A43A (VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76* __this, int32_t ___0_attribute, int32_t ___1_format, int32_t ___2_dimension, int32_t ___3_stream, const RuntimeMethod* method) ;
// System.IntPtr UnityEngine.UIElements.UIR.Utility::GetVertexDeclaration(UnityEngine.Rendering.VertexAttributeDescriptor[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Utility_GetVertexDeclaration_mB8CDEF6DF2CBA67EE88C0FB666CDC338556F329F (VertexAttributeDescriptorU5BU5D_t5D10E60612F12777F59B7E33939F9075DB0E02B2* ___0_vertexAttributes, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::get_fullyCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRenderDevice_get_fullyCreated_m1026CE6BDC467904FCCB7BAB9C8C10F53902D3EA (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::InitVertexDeclaration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_InitVertexDeclaration_mC1F81AF763D3E9E5497F854C4FBFD98D341CAE31 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Rendering.StencilState::set_enabled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilState_set_enabled_m6DC861C699D1044E896E833D2DAE69B82F796564 (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* __this, bool ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.Rendering.StencilState::set_readMask(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilState_set_readMask_m1BA8F9033413889D4E77DA343DC0029566A9BB9B (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* __this, uint8_t ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.Rendering.StencilState::set_writeMask(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilState_set_writeMask_m94471C671E03D42F36DA61436B1068B362375D65 (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* __this, uint8_t ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.Rendering.StencilState::set_compareFunctionFront(UnityEngine.Rendering.CompareFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilState_set_compareFunctionFront_m1388C37901DAB6AF9D23C0F01946DCCE19BC9BFC (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.Rendering.StencilState::set_passOperationFront(UnityEngine.Rendering.StencilOp)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilState_set_passOperationFront_m1F15CC29366DAEAA6CCE1DB0622C70D6ECC5A3EB (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.Rendering.StencilState::set_failOperationFront(UnityEngine.Rendering.StencilOp)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilState_set_failOperationFront_mADCECAE5D2E75ABAE51650F1F314E661D09C2CD6 (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.Rendering.StencilState::set_zFailOperationFront(UnityEngine.Rendering.StencilOp)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilState_set_zFailOperationFront_mC7D8F0A08B9AEC4203BD6B352CB795E8011EFBB6 (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.Rendering.StencilState::set_compareFunctionBack(UnityEngine.Rendering.CompareFunction)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilState_set_compareFunctionBack_m8AF73F4E8FC95A46D33E3192C50702D2AA15D61D (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.Rendering.StencilState::set_passOperationBack(UnityEngine.Rendering.StencilOp)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilState_set_passOperationBack_m4B1395FE21F5B5C809DC6F31D5824A90E05ED220 (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.Rendering.StencilState::set_failOperationBack(UnityEngine.Rendering.StencilOp)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilState_set_failOperationBack_mD279271DD1F99EE5B8BC19F5AE60988E6C6F0E4A (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.Rendering.StencilState::set_zFailOperationBack(UnityEngine.Rendering.StencilOp)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StencilState_set_zFailOperationBack_mC092ABD8A5EA87245640A10E54C6A1990C4F6864 (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// System.IntPtr UnityEngine.UIElements.UIR.Utility::CreateStencilState(UnityEngine.Rendering.StencilState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Utility_CreateStencilState_mDC1F4473214745D1BE75D104081E73B52CCD043B (StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 ___0_stencilState, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::get_disposed()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UIRenderDevice_get_disposed_mDC422B67D86477F49BB442FB27941FC3D5E04A1F_inline (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.UIElements.UIR.Utility::InsertCPUFence()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Utility_InsertCPUFence_m8FC65EF05973588366BC403C8807897CEE7CF440 (const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceToFree_Dispose_m77269878F0DABBDED05EC935FEAC958DD5444DDE (DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B* __this, const RuntimeMethod* method) ;
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree>::AddLast(T)
inline LinkedListNode_1_t67D23132699BD5AA974F03A53E11E94CB77B8EB1* LinkedList_1_AddLast_m4A85D1442E7A8610FFD5386F9A2366D243DAC801 (LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7* __this, DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B ___0_value, const RuntimeMethod* method)
{
LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* il2cppRetVal = (( LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))LinkedList_1_AddLast_mFD59AD680986C098B0C771703AFD654C00C981E3_gshared)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, (Il2CppFullySharedGenericAny)&___0_value, method);
return (LinkedListNode_1_t67D23132699BD5AA974F03A53E11E94CB77B8EB1*)il2cppRetVal;
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::ProcessDeviceFreeQueue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_ProcessDeviceFreeQueue_mAE86D31E256DEB4C438ECCD949C61FD305700A21 (const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::set_disposed(System.Boolean)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRenderDevice_set_disposed_mCA915754987CCF0C5BFB214CEE51BD1345B91151_inline (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, bool ___0_value, const RuntimeMethod* method) ;
// T UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.MeshHandle>::Get()
inline MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* LinkedPool_1_Get_m8E521D36BEDC49C15F899FC92116357D750EAB23 (LinkedPool_1_tD8A175EE023C8220138E51E722F4A20ACE9CA851* __this, const RuntimeMethod* method)
{
return (( MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* (*) (LinkedPool_1_tD8A175EE023C8220138E51E722F4A20ACE9CA851*, const RuntimeMethod*))LinkedPool_1_Get_m2D1763C33CC49BD56E56715F9052D6480E1D08FF_gshared)(__this, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::Allocate(UnityEngine.UIElements.UIR.MeshHandle,System.UInt32,System.UInt32,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>&,Unity.Collections.NativeSlice`1<System.UInt16>&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_Allocate_m3519AAAA880D45E70AF037163498B5C3DF8CD566 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___0_meshHandle, uint32_t ___1_vertexCount, uint32_t ___2_indexCount, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* ___3_vertexData, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* ___4_indexData, bool ___5_shortLived, const RuntimeMethod* method) ;
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSliceExtensions::Slice<UnityEngine.UIElements.Vertex>(Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
inline NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m0D7D6BAB64810308797BD6D6C898432E45D4AC4C (NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 ___0_thisArray, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method)
{
NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 il2cppRetVal = (( NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18, int32_t, int32_t, const RuntimeMethod*))NativeSliceExtensions_Slice_TisIl2CppFullySharedGenericStruct_mFB1AE1A459E87B8E3C3986EF14F956E30EAF24A3_gshared)(il2cpp_codegen_cast_struct<NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18, NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81>(&___0_thisArray), ___1_start, ___2_length, method);
return il2cpp_codegen_cast_struct<NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2, NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52>(&il2cppRetVal);
}
// System.Void Unity.Collections.NativeSlice`1<System.UInt16>::.ctor(Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
inline void NativeSlice_1__ctor_m665194100AB694EC232EEFDAC3C87C7647CEBE28 (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method)
{
(( void (*) (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*, NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18, int32_t, int32_t, const RuntimeMethod*))NativeSlice_1__ctor_m313B1A91AB4ADBA821C074187D67957126F93DFF_gshared)((NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*)__this, il2cpp_codegen_cast_struct<NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18, NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934>(&___0_array), ___1_start, ___2_length, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::UpdateAfterGPUUsedData(UnityEngine.UIElements.UIR.MeshHandle,System.UInt32,System.UInt32,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>&,Unity.Collections.NativeSlice`1<System.UInt16>&,System.UInt16&,UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_UpdateAfterGPUUsedData_mEBAB8DA173F999294078A30383BC9DADE29A975B (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___0_mesh, uint32_t ___1_vertexCount, uint32_t ___2_indexCount, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* ___3_vertexData, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* ___4_indexData, uint16_t* ___5_indexOffset, AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512* ___6_allocToUpdate, bool ___7_copyBackIndices, const RuntimeMethod* method) ;
// T Unity.Collections.NativeSlice`1<System.UInt16>::get_Item(System.Int32)
inline uint16_t NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, int32_t ___0_index, const RuntimeMethod* method)
{
uint16_t il2cppRetVal;
(( void (*) (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*, int32_t, Il2CppFullySharedGenericStruct*, const RuntimeMethod*))NativeSlice_1_get_Item_mB5E7BDE4EDF7E31480A9785BE103CC7E17E0E3A8_gshared)((NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*)__this, ___0_index, (Il2CppFullySharedGenericStruct*)&il2cppRetVal, method);
return il2cppRetVal;
}
// System.Void Unity.Collections.NativeSlice`1<System.UInt16>::set_Item(System.Int32,T)
inline void NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29 (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, int32_t ___0_index, uint16_t ___1_value, const RuntimeMethod* method)
{
(( void (*) (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*, int32_t, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericStructType*/Il2CppFullySharedGenericStruct, const RuntimeMethod*))NativeSlice_1_set_Item_mAFD3C724B49679743057B7DE15937A2D78EB2339_gshared)((NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*)__this, ___0_index, (Il2CppFullySharedGenericStruct)&___1_value, method);
}
// Unity.Collections.NativeSlice`1<T> Unity.Collections.NativeSliceExtensions::Slice<System.UInt16>(Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
inline NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mEE155357C8BB83BD4B7D34471587738A86B0D851 (NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 ___0_thisArray, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method)
{
NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 il2cppRetVal = (( NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 (*) (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18, int32_t, int32_t, const RuntimeMethod*))NativeSliceExtensions_Slice_TisIl2CppFullySharedGenericStruct_mFB1AE1A459E87B8E3C3986EF14F956E30EAF24A3_gshared)(il2cpp_codegen_cast_struct<NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18, NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934>(&___0_thisArray), ___1_start, ___2_length, method);
return il2cpp_codegen_cast_struct<NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A, NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52>(&il2cppRetVal);
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::UpdateCopyBackIndices(UnityEngine.UIElements.UIR.MeshHandle,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_UpdateCopyBackIndices_m35FC133333DB4F448D31798652412E11296C1F3D (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___0_mesh, bool ___1_copyBackIndices, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate> UnityEngine.UIElements.UIR.UIRenderDevice::ActiveUpdatesForMeshHandle(UnityEngine.UIElements.UIR.MeshHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* UIRenderDevice_ActiveUpdatesForMeshHandle_m296019C73AF3F39D0149B0EFCDE5180E41406788 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___0_mesh, const RuntimeMethod* method) ;
// T System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>::get_Item(System.Int32)
inline AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 List_1_get_Item_mD160E82FAAE683BED4FB8100E091F090E0970049 (List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* __this, int32_t ___0_index, const RuntimeMethod* method)
{
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 il2cppRetVal;
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, Il2CppFullySharedGenericAny*, const RuntimeMethod*))List_1_get_Item_m6E4BA37C1FB558E4A62AE4324212E45D09C5C937_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_index, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
return il2cppRetVal;
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>::set_Item(System.Int32,T)
inline void List_1_set_Item_mD62ADBD1618B96E3FBEDF0DC64C0CE97CE889B6F (List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* __this, int32_t ___0_index, AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 ___1_value, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_set_Item_m9A958091885CC5363CCFE9F0BC472EAFCB56C813_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_index, (Il2CppFullySharedGenericAny)&___1_value, method);
}
// System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>>::get_Count()
inline int32_t List_1_get_Count_m68EB6812907DC8C45377A3784237676F7AE5A1B1_inline (List_1_tA79C35FB5E50135962B53960CB758B9262700632* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1_get_Count_mD2ED26ACAF3BAF386FFEA83893BA51DB9FD8BA30_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
}
// T System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>>::get_Item(System.Int32)
inline List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* List_1_get_Item_mCE554C02FDE30698BC0627CE297319055E9DA0E4 (List_1_tA79C35FB5E50135962B53960CB758B9262700632* __this, int32_t ___0_index, const RuntimeMethod* method)
{
List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* il2cppRetVal;
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, Il2CppFullySharedGenericAny*, const RuntimeMethod*))List_1_get_Item_m6E4BA37C1FB558E4A62AE4324212E45D09C5C937_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_index, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
return il2cppRetVal;
}
// UnityEngine.UIElements.UIR.Alloc UnityEngine.UIElements.UIR.GPUBufferAllocator::Allocate(System.UInt32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE GPUBufferAllocator_Allocate_mBA523C4FA94503D884280F3D3E4E34754CD7E13B (GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* __this, uint32_t ___0_size, bool ___1_shortLived, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.GPUBufferAllocator::Free(UnityEngine.UIElements.UIR.Alloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUBufferAllocator_Free_m6DA2A5389DCC4834A6814B0BA893F7C10AB27215 (GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* __this, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE ___0_alloc, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::TryAllocFromPage(UnityEngine.UIElements.UIR.Page,System.UInt32,System.UInt32,UnityEngine.UIElements.UIR.Alloc&,UnityEngine.UIElements.UIR.Alloc&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRenderDevice_TryAllocFromPage_m495431D5B0433ED1DD1E33B7D5333B76CF04AF9A (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___0_page, uint32_t ___1_vertexCount, uint32_t ___2_indexCount, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* ___3_va, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* ___4_ia, bool ___5_shortLived, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::CompleteCreation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_CompleteCreation_m156E3EFF3A4C809E5EE3B1A9B0AF5789A3E34C1C (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method) ;
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice::get_maxVerticesPerPage()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t UIRenderDevice_get_maxVerticesPerPage_mFFA8429A499398EFF83CFBD5A786D3BFFF430C49_inline (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method) ;
// System.UInt32 System.Math::Min(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Math_Min_m66781C8F3800C6682369B449FFDB62FAD5E87121 (uint32_t ___0_val1, uint32_t ___1_val2, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Page::.ctor(System.UInt32,System.UInt32,System.UInt32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Page__ctor_m0EE03510D8F3E0B9679AD16D3D687FF7C1CC9597 (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* __this, uint32_t ___0_vertexMaxCount, uint32_t ___1_indexMaxCount, uint32_t ___2_maxQueuedFrameCount, bool ___3_mockPage, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.UIR.Page::get_isEmpty()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Page_get_isEmpty_m7BD1CAECC7987EC66956E270C4F3C7F8839B975D (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Debug::Assert(System.Boolean,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Assert_mA460392021AC0A8210C9081E3C1C9652DBF32BF6 (bool ___0_condition, String_t* ___1_message, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Page/DataSet`1<UnityEngine.UIElements.Vertex>::RegisterUpdate(System.UInt32,System.UInt32)
inline void DataSet_1_RegisterUpdate_mA4D1CC618747094CDCA3CE176693E52901898085 (DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* __this, uint32_t ___0_start, uint32_t ___1_size, const RuntimeMethod* method)
{
(( void (*) (DataSet_1_t328F87CD2D146E4FB8C0C72C068F29173C0B277E*, uint32_t, uint32_t, const RuntimeMethod*))DataSet_1_RegisterUpdate_mA73DB834887ABB724CE2E2543B69ADE2D60AA444_gshared)((DataSet_1_t328F87CD2D146E4FB8C0C72C068F29173C0B277E*)__this, ___0_start, ___1_size, method);
}
// System.Void UnityEngine.UIElements.UIR.Page/DataSet`1<System.UInt16>::RegisterUpdate(System.UInt32,System.UInt32)
inline void DataSet_1_RegisterUpdate_mBB1E17474C6B85A5F7E5596EA5C8CF98F9BB1744 (DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* __this, uint32_t ___0_start, uint32_t ___1_size, const RuntimeMethod* method)
{
(( void (*) (DataSet_1_t328F87CD2D146E4FB8C0C72C068F29173C0B277E*, uint32_t, uint32_t, const RuntimeMethod*))DataSet_1_RegisterUpdate_mA73DB834887ABB724CE2E2543B69ADE2D60AA444_gshared)((DataSet_1_t328F87CD2D146E4FB8C0C72C068F29173C0B277E*)__this, ___0_start, ___1_size, method);
}
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>::.ctor(Unity.Collections.NativeArray`1<T>,System.Int32,System.Int32)
inline void NativeSlice_1__ctor_m05A3D6C62D3EF51EBE50158889E9C6B1D214588C (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 ___0_array, int32_t ___1_start, int32_t ___2_length, const RuntimeMethod* method)
{
(( void (*) (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*, NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18, int32_t, int32_t, const RuntimeMethod*))NativeSlice_1__ctor_m313B1A91AB4ADBA821C074187D67957126F93DFF_gshared)((NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*)__this, il2cpp_codegen_cast_struct<NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18, NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81>(&___0_array), ___1_start, ___2_length, method);
}
// System.Int32 System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>>::get_Count()
inline int32_t List_1_get_Count_mD1630ED758CCFBB1F2E87A74A9C73C8EAE62C341_inline (List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1_get_Count_mD2ED26ACAF3BAF386FFEA83893BA51DB9FD8BA30_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
}
// T System.Collections.Generic.List`1<System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>>::get_Item(System.Int32)
inline List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* List_1_get_Item_m88260DD29DD6AB178C173727E99D2DD7F90EB81D (List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210* __this, int32_t ___0_index, const RuntimeMethod* method)
{
List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* il2cppRetVal;
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, Il2CppFullySharedGenericAny*, const RuntimeMethod*))List_1_get_Item_m6E4BA37C1FB558E4A62AE4324212E45D09C5C937_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_index, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
return il2cppRetVal;
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>::Add(T)
inline void List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_inline (List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* __this, AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8 ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)&___0_item, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>::Add(T)
inline void List_1_Add_m104238356C938EAB72AC1CF2B72B2929B954A70E_inline (List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* __this, AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)&___0_item, method);
}
// System.Void UnityEngine.UIElements.UIR.LinkedPool`1<UnityEngine.UIElements.UIR.MeshHandle>::Return(T)
inline void LinkedPool_1_Return_m4DCBAE944B1CBF4C66136AB7FDD318F5BF30CD9F (LinkedPool_1_tD8A175EE023C8220138E51E722F4A20ACE9CA851* __this, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___0_item, const RuntimeMethod* method)
{
(( void (*) (LinkedPool_1_tD8A175EE023C8220138E51E722F4A20ACE9CA851*, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*, const RuntimeMethod*))LinkedPool_1_Return_mB5D47773080BD9C79B38B18471AB3A4EFEFA511E_gshared)(__this, ___0_item, method);
}
// UnityEngine.RectInt UnityEngine.UIElements.UIR.Utility::GetActiveViewport()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 Utility_GetActiveViewport_mDB9165183361EBE3D7D6D673EA147472C7FC9F14 (const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::AdvanceFrame()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_AdvanceFrame_mB7A835C08F4B797A6F1847F24A5F4DA684F6C328 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Page/DataSet`1<UnityEngine.UIElements.Vertex>::SendUpdates()
inline void DataSet_1_SendUpdates_m54AC68C6CC27A8E17D832740AF1818D548F8FC16 (DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* __this, const RuntimeMethod* method)
{
(( void (*) (DataSet_1_t328F87CD2D146E4FB8C0C72C068F29173C0B277E*, const RuntimeMethod*))DataSet_1_SendUpdates_mCB87D4D23BA2EBA9F6E82901E1FDB32033D1AAA8_gshared)((DataSet_1_t328F87CD2D146E4FB8C0C72C068F29173C0B277E*)__this, method);
}
// System.Void UnityEngine.UIElements.UIR.Page/DataSet`1<System.UInt16>::SendUpdates()
inline void DataSet_1_SendUpdates_mA2707FFFFEEA7BADB5F7EBD5102913D14AB9ED78 (DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* __this, const RuntimeMethod* method)
{
(( void (*) (DataSet_1_t328F87CD2D146E4FB8C0C72C068F29173C0B277E*, const RuntimeMethod*))DataSet_1_SendUpdates_mCB87D4D23BA2EBA9F6E82901E1FDB32033D1AAA8_gshared)((DataSet_1_t328F87CD2D146E4FB8C0C72C068F29173C0B277E*)__this, method);
}
// System.Boolean UnityEngine.UIElements.TextureId::op_Inequality(UnityEngine.UIElements.TextureId,UnityEngine.UIElements.TextureId)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TextureId_op_Inequality_m875B4887888A51A70E2CCEFC9CE6AE40A383EFF3_inline (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___0_left, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___1_right, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.UIR.TextureSlotManager::FindOldestSlot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextureSlotManager_FindOldestSlot_m671207D54F6A42A0D547BBDC3E4FBC584E38C597 (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.TextureSlotManager::Bind(UnityEngine.UIElements.TextureId,System.Int32,UnityEngine.MaterialPropertyBlock)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureSlotManager_Bind_m43AA141013C559BD295A0B70B4C64C111B72EE80 (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___0_id, int32_t ___1_slot, MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___2_mat, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.TextureSlotManager::MarkUsed(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TextureSlotManager_MarkUsed_m6012C3110EBDC75E7B970C814CAA7147D9378126_inline (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, int32_t ___0_slotIndex, const RuntimeMethod* method) ;
// System.Void UnityEngine.MaterialPropertyBlock::SetTexture(System.Int32,UnityEngine.Texture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialPropertyBlock_SetTexture_m39F531D3F35D6C5B661A7B4F07DD7B8ACC22627F (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* __this, int32_t ___0_nameID, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.MaterialPropertyBlock::SetFloat(System.Int32,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialPropertyBlock_SetFloat_m6BA8DA03FAD1ABA0BD339E0E5157C4DF3C987267 (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* __this, int32_t ___0_nameID, float ___1_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Utility::SetPropertyBlock(UnityEngine.MaterialPropertyBlock)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_SetPropertyBlock_m04316F1E2FCAF1F9DDBEBDFE542EEBC3120C4EA4 (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___0_props, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Utility::SetStencilState(System.IntPtr,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_SetStencilState_m6F1F46336FF696C8C6A360B5E0CB344AC193A9E1 (intptr_t ___0_stencilState, int32_t ___1_stencilRef, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.TextureSlotManager::StartNewBatch()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureSlotManager_StartNewBatch_mF47EF4AC21E2781DC4B92F3FA46859FB48713EDD (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Utility::ProfileDrawChainBegin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_ProfileDrawChainBegin_m28C587F98561B8F4C6ED13AEEE83430A25D3F83B (const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::get_breakBatches()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UIRenderDevice_get_breakBatches_mE0089CEE906C7B9747D0EAFD0BF0594749EFBE20_inline (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.DrawParams::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawParams_Reset_m235ECFB0268B9DCA813D86AC4F4E183B86A23AA8 (DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* __this, const RuntimeMethod* method) ;
// UnityEngine.RenderTexture UnityEngine.RenderTexture::get_active()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* RenderTexture_get_active_mA4434B3E79DEF2C01CAE0A53061598B16443C9E7 (const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.RenderTexture>::Add(T)
inline void List_1_Add_m9F1BA8EEA06819CC244EC23459573BB8E8D32C78_inline (List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B* __this, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)___0_item, method);
}
// System.Void UnityEngine.MaterialPropertyBlock::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialPropertyBlock_Clear_m83CE1CC476A80F162FC89DBF6C2C78659B6E1253 (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.TextureSlotManager::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextureSlotManager_Reset_m43FECB6D32D307D151C8173B6223C7E2BF4484F2 (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, const RuntimeMethod* method) ;
// System.Int32 Unity.Collections.NativeSlice`1<UnityEngine.UIElements.UIR.Transform3x4>::get_Length()
inline int32_t NativeSlice_1_get_Length_mC069C9254C3F61C678293E03E3E7C51F245F52E9 (NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*, const RuntimeMethod*))NativeSlice_1_get_Length_m0225CA0944599882AC9C2A06A99FDC685362AFBE_gshared)((NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*)__this, method);
}
// System.Void UnityEngine.UIElements.UIR.Utility::SetVectorArray<UnityEngine.UIElements.UIR.Transform3x4>(UnityEngine.MaterialPropertyBlock,System.Int32,Unity.Collections.NativeSlice`1<T>)
inline void Utility_SetVectorArray_TisTransform3x4_t9F79FC0112A00D3FFD7AFAD2D10AD22DF929052F_mCBEB566543D68CBDCA2A2FA1FF8A7BD94D1F656F (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___0_props, int32_t ___1_name, NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 ___2_vector4s, const RuntimeMethod* method)
{
(( void (*) (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D*, int32_t, NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52, const RuntimeMethod*))Utility_SetVectorArray_TisIl2CppFullySharedGenericStruct_m81E3635992729EE14FE0F341841167D9B847780B_gshared)(___0_props, ___1_name, il2cpp_codegen_cast_struct<NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52, NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370>(&___2_vector4s), method);
}
// System.Int32 Unity.Collections.NativeSlice`1<UnityEngine.Vector4>::get_Length()
inline int32_t NativeSlice_1_get_Length_mED822A5A5476BEBA72E429C395644A7B41F78F50 (NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*, const RuntimeMethod*))NativeSlice_1_get_Length_m0225CA0944599882AC9C2A06A99FDC685362AFBE_gshared)((NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*)__this, method);
}
// System.Void UnityEngine.UIElements.UIR.Utility::SetVectorArray<UnityEngine.Vector4>(UnityEngine.MaterialPropertyBlock,System.Int32,Unity.Collections.NativeSlice`1<T>)
inline void Utility_SetVectorArray_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m6DAAD8594C53640538DBC160D82921D532523AF1 (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___0_props, int32_t ___1_name, NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F ___2_vector4s, const RuntimeMethod* method)
{
(( void (*) (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D*, int32_t, NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52, const RuntimeMethod*))Utility_SetVectorArray_TisIl2CppFullySharedGenericStruct_m81E3635992729EE14FE0F341841167D9B847780B_gshared)(___0_props, ___1_name, il2cpp_codegen_cast_struct<NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52, NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F>(&___2_vector4s), method);
}
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.UIRenderDevice::GetClipSpaceParams()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 UIRenderDevice_GetClipSpaceParams_mE25C54A79CAA14A9B247E0BB4AF375B4772EBC6E (const RuntimeMethod* method) ;
// System.Void UnityEngine.MaterialPropertyBlock::SetVector(System.Int32,UnityEngine.Vector4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MaterialPropertyBlock_SetVector_m22B010D99231EF5684063F4A07F5948854D590B3 (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* __this, int32_t ___0_nameID, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_value, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.UIR.TextureSlotManager::IndexOf(UnityEngine.UIElements.TextureId)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TextureSlotManager_IndexOf_m53C156E4C78E731B3035E593E64C2AF517BC9091 (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___0_id, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.UIElements.UIR.TextureSlotManager::get_FreeSlots()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TextureSlotManager_get_FreeSlots_m07D624EAB6ED9D3B1F4B4EF33DB2FAB1545871D2_inline (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.Mathf::Min(System.Int32,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline (int32_t ___0_a, int32_t ___1_b, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.Mathf::Max(System.Int32,System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline (int32_t ___0_a, int32_t ___1_b, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::ApplyDrawCommandState(UnityEngine.UIElements.UIR.RenderChainCommand,System.Int32,UnityEngine.Material,System.Boolean,System.Boolean,UnityEngine.UIElements.UIR.UIRenderDevice/EvaluationState&)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRenderDevice_ApplyDrawCommandState_m5585C7D69A031B120216ED74C92237E55C97A4A4_inline (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_cmd, int32_t ___1_textureSlot, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___2_newMat, bool ___3_newMatDiffers, bool ___4_newFontDiffers, EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* ___5_st, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::ApplyBatchState(UnityEngine.UIElements.UIR.UIRenderDevice/EvaluationState&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_ApplyBatchState_mB92D091856407D85BAF2DEDC2C8CA8ECF1FB9FB0 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* ___0_st, bool ___1_allowMaterialChange, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::KickRanges(UnityEngine.UIElements.UIR.DrawBufferRange*,System.Int32&,System.Int32&,System.Int32,UnityEngine.UIElements.UIR.Page)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_KickRanges_m24B9D4E7D87EE377B3DD86143D4B9DDD00CF9B6C (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4* ___0_ranges, int32_t* ___1_rangesReady, int32_t* ___2_rangesStart, int32_t ___3_rangesCount, Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___4_curPage, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.RenderChainCommand::ExecuteNonDrawMesh(UnityEngine.UIElements.UIR.DrawParams,System.Single,System.Exception&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainCommand_ExecuteNonDrawMesh_m8E3516241CAAC2AAD86E4C72A3CDBD1B5DED19CE (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* __this, DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* ___0_drawParams, float ___1_pixelsPerPoint, Exception_t** ___2_immediateException, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<UnityEngine.Material>::get_Count()
inline int32_t List_1_get_Count_m48BBB83C5F748E6E6FF0731C3682092DEA6A7173_inline (List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1_get_Count_mD2ED26ACAF3BAF386FFEA83893BA51DB9FD8BA30_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
}
// T System.Collections.Generic.List`1<UnityEngine.Material>::get_Item(System.Int32)
inline Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* List_1_get_Item_m70F5CFC2DEA9332B78C5ADC0EE1CE1B7465B1456 (List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* __this, int32_t ___0_index, const RuntimeMethod* method)
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* il2cppRetVal;
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, Il2CppFullySharedGenericAny*, const RuntimeMethod*))List_1_get_Item_m6E4BA37C1FB558E4A62AE4324212E45D09C5C937_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_index, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
return il2cppRetVal;
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Material>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_mD461DC585ED2CF965C6FABF04A941287186E0354 (List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* __this, int32_t ___0_index, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, const RuntimeMethod*))List_1_RemoveAt_mF6C23E9072D8CBE2872705E7E4D08BDB78770F5C_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_index, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Material>::Add(T)
inline void List_1_Add_m5F62EE992DBCC5323267265794235C9EEE07997B_inline (List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* __this, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___0_item, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)___0_item, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::UpdateFenceValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_UpdateFenceValue_m2978F0D972BFFDA9056F0CC42EB800170E2B37BF (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Utility::ProfileDrawChainEnd()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_ProfileDrawChainEnd_mF3602959ACC39C6EAE6429CC58172A06851E050D (const RuntimeMethod* method) ;
// System.Int32 System.Threading.Interlocked::CompareExchange(System.Int32&,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_CompareExchange_mB06E8737D3DA41F9FFBC38A6D0583D515EFB5717 (int32_t* ___0_location1, int32_t ___1_value, int32_t ___2_comparand, const RuntimeMethod* method) ;
// Unity.Collections.NativeSlice`1<T> UnityEngine.UIElements.UIR.UIRenderDevice::PtrToSlice<UnityEngine.UIElements.UIR.DrawBufferRange>(System.Void*,System.Int32)
inline NativeSlice_1_t2E5DBD9A5F77A5044A4160098A0B2A45D3EE8974 UIRenderDevice_PtrToSlice_TisDrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4_m5488C0559402FC14CADDEE8C1013F3BE91851303 (void* ___0_p, int32_t ___1_count, const RuntimeMethod* method)
{
NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 il2cppRetVal = (( NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52 (*) (void*, int32_t, const RuntimeMethod*))UIRenderDevice_PtrToSlice_TisIl2CppFullySharedGenericStruct_m0EE4C09A713B60EB7E390B5330800B63CEF94BDF_gshared)(___0_p, ___1_count, method);
return il2cpp_codegen_cast_struct<NativeSlice_1_t2E5DBD9A5F77A5044A4160098A0B2A45D3EE8974, NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52>(&il2cppRetVal);
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::DrawRanges<System.UInt16,UnityEngine.UIElements.Vertex>(UnityEngine.UIElements.UIR.Utility/GPUBuffer`1<I>,UnityEngine.UIElements.UIR.Utility/GPUBuffer`1<T>,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.UIR.DrawBufferRange>)
inline void UIRenderDevice_DrawRanges_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m9B1A0575B3B8487DBF5674BC961D048217F113E2 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, GPUBuffer_1_tA865630D1AFA976A50A92C4ACE0243A78520BDC7* ___0_ib, GPUBuffer_1_tD1DC0573556845223680E17430EFF317DDA4A5AC* ___1_vb, NativeSlice_1_t2E5DBD9A5F77A5044A4160098A0B2A45D3EE8974 ___2_ranges, const RuntimeMethod* method)
{
(( void (*) (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302*, GPUBuffer_1_t59623B2A3B8EFD33FB05C973C4C4EAFCF89ED241*, GPUBuffer_1_t59623B2A3B8EFD33FB05C973C4C4EAFCF89ED241*, NativeSlice_1_t2E5DBD9A5F77A5044A4160098A0B2A45D3EE8974, const RuntimeMethod*))UIRenderDevice_DrawRanges_TisIl2CppFullySharedGenericStruct_TisIl2CppFullySharedGenericStruct_m71F34C7DEDCF897C928FC2BED61084149C5AF648_gshared)((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302*)__this, (GPUBuffer_1_t59623B2A3B8EFD33FB05C973C4C4EAFCF89ED241*)___0_ib, (GPUBuffer_1_t59623B2A3B8EFD33FB05C973C4C4EAFCF89ED241*)___1_vb, ___2_ranges, method);
}
// System.Boolean UnityEngine.UIElements.UIR.Utility::CPUFencePassed(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Utility_CPUFencePassed_mBF5F842311E4ABF3DE18E9CA26A3684C21D836A5 (uint32_t ___0_fence, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Utility::WaitForCPUFencePassed(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_WaitForCPUFencePassed_m5DC66BA62BAA3A503311E5EFE480BA763BA40CBB (uint32_t ___0_fence, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::WaitOnCpuFence(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_WaitOnCpuFence_m0DB3EE0093D36EB4C664CB7B3C616B30F1300F9C (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, uint32_t ___0_fence, const RuntimeMethod* method) ;
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>::GetEnumerator()
inline Enumerator_tCC38BAB78CBC68B7067B37FA9ACFA5DA74C432CE List_1_GetEnumerator_mAF04500320A4725DCB7917FF0252EC2FA0FFCAE4 (List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* __this, const RuntimeMethod* method)
{
Enumerator_tCC38BAB78CBC68B7067B37FA9ACFA5DA74C432CE il2cppRetVal;
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))List_1_GetEnumerator_m8B2A92ACD4FBA5FBDC3F6F4F5C23A0DDF491DA61_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)&il2cppRetVal, method);
return il2cppRetVal;
}
// System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>::Dispose()
inline void Enumerator_Dispose_m018DCAEBF2C4585EF4F76B360063CB48761E7314 (Enumerator_tCC38BAB78CBC68B7067B37FA9ACFA5DA74C432CE* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_Dispose_mFE1EBE6F6425283FEAEAE7C79D02CDE4F9D367E8_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
}
// T System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>::get_Current()
inline AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8 Enumerator_get_Current_m92270EB265E83DD324AFA6D33426C759A6767D5F_inline (Enumerator_tCC38BAB78CBC68B7067B37FA9ACFA5DA74C432CE* __this, const RuntimeMethod* method)
{
AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8 il2cppRetVal;
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Enumerator_get_Current_m8B42D4B2DE853B9D11B997120CD0228D4780E394_gshared_inline)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
return il2cppRetVal;
}
// System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>::MoveNext()
inline bool Enumerator_MoveNext_mC17753213EA86CEA1876F4F2068B850BAA515146 (Enumerator_tCC38BAB78CBC68B7067B37FA9ACFA5DA74C432CE* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_MoveNext_m8D8E5E878AF0A88A535AB1AB5BA4F23E151A678A_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree>::Clear()
inline void List_1_Clear_mB4041E3E2B33AFB7A9448B50FEE815DD58084106_inline (List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1_Clear_mD615D1BCB2C9DD91DAD86A2F9E5CF1DFFCBF7925_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
}
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>::GetEnumerator()
inline Enumerator_tD1DF711FBC6D61B92AA993EA1E6D75FD20CA726F List_1_GetEnumerator_m200A397E9919759F07759A10D5C0F3825DE96A40 (List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* __this, const RuntimeMethod* method)
{
Enumerator_tD1DF711FBC6D61B92AA993EA1E6D75FD20CA726F il2cppRetVal;
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))List_1_GetEnumerator_m8B2A92ACD4FBA5FBDC3F6F4F5C23A0DDF491DA61_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)&il2cppRetVal, method);
return il2cppRetVal;
}
// System.Void System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>::Dispose()
inline void Enumerator_Dispose_mBA15BC305E3F6DA643E0D27AF79174EDB04DD866 (Enumerator_tD1DF711FBC6D61B92AA993EA1E6D75FD20CA726F* __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_Dispose_mFE1EBE6F6425283FEAEAE7C79D02CDE4F9D367E8_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
}
// T System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>::get_Current()
inline AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 Enumerator_get_Current_m11E3E45D6B485C396D61DA752A6DD01C6FB5EC46_inline (Enumerator_tD1DF711FBC6D61B92AA993EA1E6D75FD20CA726F* __this, const RuntimeMethod* method)
{
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 il2cppRetVal;
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Enumerator_get_Current_m8B42D4B2DE853B9D11B997120CD0228D4780E394_gshared_inline)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
return il2cppRetVal;
}
// System.Void Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>::CopyFrom(Unity.Collections.NativeSlice`1<T>)
inline void NativeSlice_1_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582 (NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* __this, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 ___0_slice, const RuntimeMethod* method)
{
(( void (*) (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*, NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52, const RuntimeMethod*))NativeSlice_1_CopyFrom_mEC5EDFAA67CE0B371247FCF1CAB5D9471B33681F_gshared)((NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*)__this, il2cpp_codegen_cast_struct<NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2>(&___0_slice), method);
}
// System.Int32 Unity.Collections.NativeSlice`1<System.UInt16>::get_Length()
inline int32_t NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F (NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*, const RuntimeMethod*))NativeSlice_1_get_Length_m0225CA0944599882AC9C2A06A99FDC685362AFBE_gshared)((NativeSlice_1_tA54E5D259EBCC7CD8512AA352C6F3709EB237B52*)__this, method);
}
// System.Boolean System.Collections.Generic.List`1/Enumerator<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>::MoveNext()
inline bool Enumerator_MoveNext_m7AAB0ACE9DE436BBDC53873B62FFD6680CB2BDC7 (Enumerator_tD1DF711FBC6D61B92AA993EA1E6D75FD20CA726F* __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_MoveNext_m8D8E5E878AF0A88A535AB1AB5BA4F23E151A678A_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate>::Clear()
inline void List_1_Clear_m03ACED6607341CC98EE05208FEF3A149F467DCEC_inline (List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1_Clear_mD615D1BCB2C9DD91DAD86A2F9E5CF1DFFCBF7925_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::PruneUnusedPages()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_PruneUnusedPages_mECA0A6134811FE8EBFBAE3955037C9132D29BACA (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Page::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Page_Dispose_mB00D0535E4ADD98CC764DD9FF43C99E33E3C4B41 (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.Utility::SyncRenderThread()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_SyncRenderThread_m4A7091ECD29F7A1CEF970D70F52F8C19696D6010 (const RuntimeMethod* method) ;
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree>::get_First()
inline LinkedListNode_1_t67D23132699BD5AA974F03A53E11E94CB77B8EB1* LinkedList_1_get_First_mEE920FDB7A2B024EA52F8681FBFF088117A6D4A8_inline (LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7* __this, const RuntimeMethod* method)
{
LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* il2cppRetVal = (( LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, const RuntimeMethod*))LinkedList_1_get_First_mFE6CE39F3C815C988217E69C202C990619E7EB87_gshared_inline)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, method);
return (LinkedListNode_1_t67D23132699BD5AA974F03A53E11E94CB77B8EB1*)il2cppRetVal;
}
// T System.Collections.Generic.LinkedListNode`1<UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree>::get_Value()
inline DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B LinkedListNode_1_get_Value_m0C19C4C9A383610892992EC1C047C4DC9C887D71_inline (LinkedListNode_1_t67D23132699BD5AA974F03A53E11E94CB77B8EB1* __this, const RuntimeMethod* method)
{
DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B il2cppRetVal;
(( void (*) (/*System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))LinkedListNode_1_get_Value_mBE1731ACB5C697546EC5E8D10426D81420E8491F_gshared_inline)((LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
return il2cppRetVal;
}
// System.Void System.Collections.Generic.LinkedList`1<UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree>::RemoveFirst()
inline void LinkedList_1_RemoveFirst_m2B0F066574A1979FD6D4732549A6FD1F23023D62 (LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7* __this, const RuntimeMethod* method)
{
(( void (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, const RuntimeMethod*))LinkedList_1_RemoveFirst_m62DDC108482685270E6815FBE9A011C47DD1BB89_gshared)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, method);
}
// System.Int32 System.Collections.Generic.LinkedList`1<UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree>::get_Count()
inline int32_t LinkedList_1_get_Count_m3AA55D20D258A7BF6A95309F71C5F7FF7907215C_inline (LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, const RuntimeMethod*))LinkedList_1_get_Count_m6E80F28E7CB5BA6E35ECE961C429AE6CA69003A2_gshared_inline)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m51C86170A6E15FD67E6A4C2CCA63D56F7EC231F3 (U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.MeshHandle::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshHandle__ctor_m000E1D4AFFFF44FB73C577EBACEAFE307D563BDE (MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* __this, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.Stack`1<UnityEngine.Matrix4x4>::Clear()
inline void Stack_1_Clear_mE760938D1ADEAF722C519115D86462EF392D5F8E (Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* __this, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A*, const RuntimeMethod*))Stack_1_Clear_m7853EC4DED588552A96316078B84CEC9208D84FD_gshared)((Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A*)__this, method);
}
// System.Void System.Collections.Generic.Stack`1<UnityEngine.Matrix4x4>::Push(T)
inline void Stack_1_Push_m4D734379CC958AED5ED7FF36A9467EDCE6AFDF56 (Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* __this, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_item, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Stack_1_Push_m072EF82431D7D7E164213D822010141A4C00050D_gshared)((Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A*)__this, (Il2CppFullySharedGenericAny)&___0_item, method);
}
// System.Void System.Collections.Generic.Stack`1<UnityEngine.Rect>::Clear()
inline void Stack_1_Clear_mD2D3759CB5BA49536707C59755691DDAA6C21960 (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* __this, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A*, const RuntimeMethod*))Stack_1_Clear_m7853EC4DED588552A96316078B84CEC9208D84FD_gshared)((Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A*)__this, method);
}
// System.Void System.Collections.Generic.Stack`1<UnityEngine.Rect>::Push(T)
inline void Stack_1_Push_mE3EEAE2C77DEA8C3F932C6074FAFCFDA80E6D86F (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* __this, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_item, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Stack_1_Push_m072EF82431D7D7E164213D822010141A4C00050D_gshared)((Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A*)__this, (Il2CppFullySharedGenericAny)&___0_item, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.RenderTexture>::Clear()
inline void List_1_Clear_m251977459109D48D068772EA3624051434EB6DB0_inline (List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1_Clear_mD615D1BCB2C9DD91DAD86A2F9E5CF1DFFCBF7925_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Material>::Clear()
inline void List_1_Clear_mB542E879C436E98D901D3068C891582A25F85711_inline (List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1_Clear_mD615D1BCB2C9DD91DAD86A2F9E5CF1DFFCBF7925_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
}
// System.Void System.Collections.Generic.Stack`1<UnityEngine.Matrix4x4>::.ctor(System.Int32)
inline void Stack_1__ctor_mEA234C0CB558E2C38137325D097689FD7EBFFFF2 (Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* __this, int32_t ___0_capacity, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A*, int32_t, const RuntimeMethod*))Stack_1__ctor_mFDFA9E1123DD1C9E5970223E605B8C973B39721A_gshared)((Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A*)__this, ___0_capacity, method);
}
// System.Void System.Collections.Generic.Stack`1<UnityEngine.Rect>::.ctor(System.Int32)
inline void Stack_1__ctor_mFF546E1DE2E2F989C809B6F382BDF89D49AD1BB3 (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* __this, int32_t ___0_capacity, const RuntimeMethod* method)
{
(( void (*) (Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A*, int32_t, const RuntimeMethod*))Stack_1__ctor_mFDFA9E1123DD1C9E5970223E605B8C973B39721A_gshared)((Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A*)__this, ___0_capacity, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.RenderTexture>::.ctor(System.Int32)
inline void List_1__ctor_mA1DAC546B5058BBB2F2AF683ECF3430ACFF2FE5C (List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B* __this, int32_t ___0_capacity, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, const RuntimeMethod*))List_1__ctor_m3069CACB5775E013107F559C825422266A09F9E8_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_capacity, method);
}
// System.Void System.Collections.Generic.List`1<UnityEngine.Material>::.ctor(System.Int32)
inline void List_1__ctor_m05332107DA4D8C8D747D79BDFC45DBE8FCEF8C23 (List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* __this, int32_t ___0_capacity, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, const RuntimeMethod*))List_1__ctor_m3069CACB5775E013107F559C825422266A09F9E8_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_capacity, method);
}
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::get_worldBound()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D VisualElement_get_worldBound_m2E4AF689F0B4AB06E1316348A1E10D4DB2412AC3 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
// UnityEngine.RectInt UnityEngine.UIElements.UIR.RenderChainCommand::RectPointsToPixelsAndFlipYAxis(UnityEngine.Rect,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 RenderChainCommand_RectPointsToPixelsAndFlipYAxis_m1DC9A47DDF5C5CEC277C381E30253883612EEFBD (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_rect, float ___1_pixelsPerPoint, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.RectInt::Overlaps(UnityEngine.RectInt)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RectInt_Overlaps_m9E82E1C8BFDA3297221E5FDC8B8773AD3F50C4EE (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___0_other, const RuntimeMethod* method) ;
// UnityEngine.Matrix4x4 UnityEngine.UIElements.UIR.Utility::GetUnityProjectionMatrix()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Utility_GetUnityProjectionMatrix_mDAA7B9D416768C0A81392BE9F27D551650EFF1D9 (const RuntimeMethod* method) ;
// UnityEngine.Camera UnityEngine.Camera::get_current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* Camera_get_current_m25217A02CB09E3BD50E3E0327879E870AD58C6C3 (const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.Stack`1<UnityEngine.Rect>::get_Count()
inline int32_t Stack_1_get_Count_m6352E8A1C75FAF97C0127210A3241D92172561AD_inline (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A*, const RuntimeMethod*))Stack_1_get_Count_mCAD00A69587F884F88C36DE7423C3C329166144E_gshared_inline)((Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A*)__this, method);
}
// System.Void UnityEngine.UIElements.UIR.Utility::DisableScissor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_DisableScissor_m7B52FA0EC1106927817854145DA8A862B3F2624C (const RuntimeMethod* method) ;
// UnityEngine.Rect UnityEngine.UIElements.VisualElement::get_worldClip()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D VisualElement_get_worldClip_m61B2DBE3962B9D3E328933EE88CC7B70DE7B711A (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.GUIClip/ParentClipScope::.ctor(UnityEngine.Matrix4x4,UnityEngine.Rect)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParentClipScope__ctor_m5251E311D308625C438134442CA69D75E872DCD4 (ParentClipScope_tDAB1300C623213518730D926A970098BECFD9C52* __this, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_objectTransform, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_clipRect, const RuntimeMethod* method) ;
// System.Void UnityEngine.GUIClip/ParentClipScope::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParentClipScope_Dispose_m39F5E11A8E9346D5ADE850A5A600A675589E786D (ParentClipScope_tDAB1300C623213518730D926A970098BECFD9C52* __this, const RuntimeMethod* method) ;
// System.Void System.Action::Invoke()
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.Camera::SetupCurrent(UnityEngine.Camera)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Camera_SetupCurrent_m564B3A5A985E2DF0C7CE924FD93CD9545002C515 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_cur, const RuntimeMethod* method) ;
// System.Void UnityEngine.RenderTexture::set_active(UnityEngine.RenderTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_set_active_m5EE8E2327EF9B306C1425014CC34C41A8384E7AB (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___0_value, const RuntimeMethod* method) ;
// T System.Collections.Generic.Stack`1<UnityEngine.Matrix4x4>::Peek()
inline Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Stack_1_Peek_m4C71DF7964D5892AE0F074981907CC29E354C498 (Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* __this, const RuntimeMethod* method)
{
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 il2cppRetVal;
(( void (*) (Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Stack_1_Peek_m4B2292270D894BE7419111BEF9727F6FE56CE9FE_gshared)((Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
return il2cppRetVal;
}
// T System.Collections.Generic.Stack`1<UnityEngine.Rect>::Peek()
inline Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D Stack_1_Peek_mB2B555E4E7CE625B69E74DA48FC6E95B192A62C2 (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* __this, const RuntimeMethod* method)
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D il2cppRetVal;
(( void (*) (Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Stack_1_Peek_m4B2292270D894BE7419111BEF9727F6FE56CE9FE_gshared)((Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
return il2cppRetVal;
}
// System.Void UnityEngine.UIElements.UIR.Utility::SetScissorRect(UnityEngine.RectInt)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Utility_SetScissorRect_mFB429FC493F3679035007BF759880159DDBFC049 (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___0_scissorRect, const RuntimeMethod* method) ;
// T System.Collections.Generic.Stack`1<UnityEngine.Matrix4x4>::Pop()
inline Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Stack_1_Pop_m682D32993E1CB092C642F495A93915B11F401A7F (Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* __this, const RuntimeMethod* method)
{
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 il2cppRetVal;
(( void (*) (Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Stack_1_Pop_m8E5FF1B4CFD9ADF4D8A7C4CFF4713C83E163A34A_gshared)((Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
return il2cppRetVal;
}
// T System.Collections.Generic.Stack`1<UnityEngine.Rect>::Pop()
inline Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D Stack_1_Pop_mBABC10C3A66167B8C5202740BEED900AB0FF3516 (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* __this, const RuntimeMethod* method)
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D il2cppRetVal;
(( void (*) (Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Stack_1_Pop_m8E5FF1B4CFD9ADF4D8A7C4CFF4713C83E163A34A_gshared)((Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
return il2cppRetVal;
}
// System.Single UnityEngine.Rect::get_x()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// UnityEngine.Rect UnityEngine.UIElements.UIR.RenderChainCommand::CombineScissorRects(UnityEngine.Rect,UnityEngine.Rect)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D RenderChainCommand_CombineScissorRects_m93A2693B6CCEF47E79FF969265EB01CBF8C68498 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_r0, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_r1, const RuntimeMethod* method) ;
// UnityEngine.RenderTexture UnityEngine.RenderTexture::GetTemporary(System.Int32,System.Int32,System.Int32,UnityEngine.RenderTextureFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* RenderTexture_GetTemporary_mDAD0D2A673F07BEC3B1A9555863E24A479E9BB11 (int32_t ___0_width, int32_t ___1_height, int32_t ___2_depthBuffer, int32_t ___3_format, const RuntimeMethod* method) ;
// System.Void UnityEngine.GL::Clear(System.Boolean,System.Boolean,UnityEngine.Color,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_Clear_m49FFE8774C00488FD65A2638F7D02E67325923FA (bool ___0_clearDepth, bool ___1_clearColor, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___2_backgroundColor, float ___3_depth, const RuntimeMethod* method) ;
// System.Int32 System.Collections.Generic.List`1<UnityEngine.RenderTexture>::get_Count()
inline int32_t List_1_get_Count_mDF53F5D42E96D7FDE797826D3902F54BB8B80221_inline (List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B* __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1_get_Count_mD2ED26ACAF3BAF386FFEA83893BA51DB9FD8BA30_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
}
// T System.Collections.Generic.List`1<UnityEngine.RenderTexture>::get_Item(System.Int32)
inline RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* List_1_get_Item_mFD8C82612D4654B884F2F68C8C1D93B56A1E0081 (List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B* __this, int32_t ___0_index, const RuntimeMethod* method)
{
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* il2cppRetVal;
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, Il2CppFullySharedGenericAny*, const RuntimeMethod*))List_1_get_Item_m6E4BA37C1FB558E4A62AE4324212E45D09C5C937_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_index, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
return il2cppRetVal;
}
// System.Void UnityEngine.RenderTexture::ReleaseTemporary(UnityEngine.RenderTexture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderTexture_ReleaseTemporary_mEEF2C1990196FF06FDD0DC190928AD3A023EBDD2 (RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___0_temp, const RuntimeMethod* method) ;
// System.Void System.Collections.Generic.List`1<UnityEngine.RenderTexture>::RemoveAt(System.Int32)
inline void List_1_RemoveAt_m164E41C28FA43F25F51C417135CF61976ECF3B69 (List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B* __this, int32_t ___0_index, const RuntimeMethod* method)
{
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, const RuntimeMethod*))List_1_RemoveAt_mF6C23E9072D8CBE2872705E7E4D08BDB78770F5C_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_index, method);
}
// System.Void UnityEngine.UIElements.UIR.RenderChainCommand::Blit(UnityEngine.Texture,UnityEngine.RenderTexture,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainCommand_Blit_m652E7C3FDC5790C317E7FA1772953B1786BD0D3B (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_source, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___1_destination, float ___2_depth, const RuntimeMethod* method) ;
// System.Void UnityEngine.GL::PushMatrix()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_PushMatrix_mB505DD9B224528266FCADC716A16343838105A09 (const RuntimeMethod* method) ;
// System.Void UnityEngine.GL::LoadOrtho()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_LoadOrtho_mE86AB2DBBC5C2BA67E7B743A2352E61C372CEADC (const RuntimeMethod* method) ;
// System.Void UnityEngine.Material::SetTexture(System.Int32,UnityEngine.Texture)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* __this, int32_t ___0_nameID, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.GL::Begin(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_Begin_m17A70A7A3C161D8A127C11BDC5FC393392AB70C7 (int32_t ___0_mode, const RuntimeMethod* method) ;
// System.Void UnityEngine.GL::TexCoord2(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_TexCoord2_mBD9A9E6D397F8669FAE40DA950AB1FD7D674D1FB (float ___0_x, float ___1_y, const RuntimeMethod* method) ;
// System.Void UnityEngine.GL::Vertex3(System.Single,System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_Vertex3_mEA9925548F447556F7899E69604B787EE57F6978 (float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method) ;
// System.Void UnityEngine.GL::End()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_End_m6CE9D562B738075125F901B1D5254520EC30AB36 (const RuntimeMethod* method) ;
// System.Void UnityEngine.GL::PopMatrix()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GL_PopMatrix_mCE0D33302104D1168B6382136039E979E8C02855 (const RuntimeMethod* method) ;
// System.Single System.Math::Max(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Math_Max_mB55ACEA482E7F67E61496C4C7C54FE0BB7BE78EA (float ___0_val1, float ___1_val2, const RuntimeMethod* method) ;
// System.Void UnityEngine.Rect::set_x(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method) ;
// System.Single System.Math::Min(System.Single,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Math_Min_mE913811A2F7566294BF4649A434282634E7254B3 (float ___0_val1, float ___1_val2, const RuntimeMethod* method) ;
// System.Void UnityEngine.Rect::set_xMax(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_xMax_m97C28D468455A6D19325D0D862E80A093240D49D (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.Rect::set_yMax(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Rect_set_yMax_mCF452040E0068A4B3CB15994C0B4B6AD4D78E04B (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, float ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.RectInt::.ctor(System.Int32,System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectInt__ctor_m6E8B3A6C7EE11257A6B438E36274116FE39B5B42 (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, int32_t ___0_xMin, int32_t ___1_yMin, int32_t ___2_width, int32_t ___3_height, const RuntimeMethod* method) ;
// System.Int32 UnityEngine.Mathf::RoundToInt(System.Single)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline (float ___0_f, const RuntimeMethod* method) ;
// System.Single UnityEngine.Rect::get_width()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.RectInt::set_width(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectInt_set_width_mCD96AA9D096114147F8411A340CE4AD3476DCD4C (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// System.Single UnityEngine.Rect::get_height()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* __this, const RuntimeMethod* method) ;
// System.Void UnityEngine.RectInt::set_height(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RectInt_set_height_m823A353A80B8B5180AEDF968A6E85B9D9B75C1C6 (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.LinkedPoolItem`1<UnityEngine.UIElements.UIR.RenderChainCommand>::.ctor()
inline void LinkedPoolItem_1__ctor_mE7EFB14ABCC96D329AAD2A735FE76413EBA739FE (LinkedPoolItem_1_t0846BE403C5CD2D4DD84BFF16FEB0636BB9118C9* __this, const RuntimeMethod* method)
{
(( void (*) (/*UnityEngine.UIElements.UIR.LinkedPoolItem`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedPoolItem_1_tC28630DCE90E3EFCF04091651CBFE50029C40C6A*, const RuntimeMethod*))LinkedPoolItem_1__ctor_m4AB21551B2F384CB3BEF93476D5987D1435F3D8A_gshared)((LinkedPoolItem_1_tC28630DCE90E3EFCF04091651CBFE50029C40C6A*)__this, method);
}
// System.Single UnityEngine.Mathf::GammaToLinearSpace(System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Mathf_GammaToLinearSpace_mEF9E26BAD322E55448B286ABDCDF4A2CC236547F (float ___0_value, const RuntimeMethod* method) ;
// System.Void Unity.Profiling.LowLevel.Unsafe.ProfilerUnsafeUtility::BeginSample(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilerUnsafeUtility_BeginSample_mB5106F4E7ECEF54906545665ED23928D14F5FCA7 (intptr_t ___0_markerPtr, const RuntimeMethod* method) ;
// System.Void Unity.Profiling.LowLevel.Unsafe.ProfilerUnsafeUtility::EndSample(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilerUnsafeUtility_EndSample_mFDB4EFB160A9CB817D2F8ED21B88693616B27409 (intptr_t ___0_markerPtr, const RuntimeMethod* method) ;
// System.IntPtr Unity.Profiling.LowLevel.Unsafe.ProfilerUnsafeUtility::CreateMarker(System.String,System.UInt16,Unity.Profiling.LowLevel.MarkerFlags,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ProfilerUnsafeUtility_CreateMarker_mC5E1AAB8CC1F0342065DF85BA3334445ED754E64 (String_t* ___0_name, uint16_t ___1_categoryId, uint16_t ___2_flags, int32_t ___3_metadataCount, const RuntimeMethod* method) ;
// System.Boolean UnityEngine.UIElements.TextureId::op_Equality(UnityEngine.UIElements.TextureId,UnityEngine.UIElements.TextureId)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TextureId_op_Equality_mAAAC3B0A2A6F8C3A3D3F55FF521780B93273B29A_inline (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___0_left, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___1_right, const RuntimeMethod* method) ;
// System.Void UnityEngine.UIElements.UIR.TextureSlotManager::set_FreeSlots(System.Int32)
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TextureSlotManager_set_FreeSlots_m7400CBFEF9DC81345E311C521163C76973DC4255_inline (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, int32_t ___0_value, const RuntimeMethod* method) ;
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB (RuntimeArray* ___0_array, int32_t ___1_index, int32_t ___2_length, const RuntimeMethod* method) ;
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData
IL2CPP_EXTERN_C void AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshal_pinvoke(const AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0& unmarshaled, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshaled_pinvoke& marshaled)
{
Exception_t* ___alloc_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'alloc' of type 'AllocMeshData': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___alloc_0Exception, NULL);
}
IL2CPP_EXTERN_C void AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshal_pinvoke_back(const AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshaled_pinvoke& marshaled, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0& unmarshaled)
{
Exception_t* ___alloc_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'alloc' of type 'AllocMeshData': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___alloc_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData
IL2CPP_EXTERN_C void AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshal_pinvoke_cleanup(AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData
IL2CPP_EXTERN_C void AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshal_com(const AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0& unmarshaled, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshaled_com& marshaled)
{
Exception_t* ___alloc_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'alloc' of type 'AllocMeshData': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___alloc_0Exception, NULL);
}
IL2CPP_EXTERN_C void AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshal_com_back(const AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshaled_com& marshaled, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0& unmarshaled)
{
Exception_t* ___alloc_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'alloc' of type 'AllocMeshData': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___alloc_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData
IL2CPP_EXTERN_C void AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshal_com_cleanup(AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0_marshaled_com& marshaled)
{
}
// UnityEngine.UIElements.MeshWriteData UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData::Allocate(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* AllocMeshData_Allocate_mB77ABF867C6F021BDA7422E84B2A790D1DB395F2 (AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* __this, uint32_t ___0_vertexCount, uint32_t ___1_indexCount, const RuntimeMethod* method)
{
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* V_0 = NULL;
{
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* L_0 = __this->___alloc_0;
uint32_t L_1 = ___0_vertexCount;
uint32_t L_2 = ___1_indexCount;
NullCheck(L_0);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_3;
L_3 = Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_inline(L_0, L_1, L_2, __this, NULL);
V_0 = L_3;
goto IL_0012;
}
IL_0012:
{
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* L_4 = V_0;
return L_4;
}
}
IL2CPP_EXTERN_C MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* AllocMeshData_Allocate_mB77ABF867C6F021BDA7422E84B2A790D1DB395F2_AdjustorThunk (RuntimeObject* __this, uint32_t ___0_vertexCount, uint32_t ___1_indexCount, const RuntimeMethod* method)
{
AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0*>(__this + _offset);
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* _returnValue;
_returnValue = AllocMeshData_Allocate_mB77ABF867C6F021BDA7422E84B2A790D1DB395F2(_thisAdjusted, ___0_vertexCount, ___1_indexCount, method);
return _returnValue;
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_Multicast(Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* __this, uint32_t ___0_vertexCount, uint32_t ___1_indexCount, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* ___2_allocatorData, const RuntimeMethod* method)
{
il2cpp_array_size_t length = __this->___delegates_13->max_length;
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* retVal = NULL;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* currentDelegate = reinterpret_cast<Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3*>(delegatesToInvoke[i]);
typedef MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* (*FunctionPointerType) (RuntimeObject*, uint32_t, uint32_t, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0*, const RuntimeMethod*);
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_vertexCount, ___1_indexCount, ___2_allocatorData, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
}
return retVal;
}
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_OpenInst(Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* __this, uint32_t ___0_vertexCount, uint32_t ___1_indexCount, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* ___2_allocatorData, const RuntimeMethod* method)
{
typedef MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* (*FunctionPointerType) (uint32_t, uint32_t, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_vertexCount, ___1_indexCount, ___2_allocatorData, method);
}
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_OpenStatic(Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* __this, uint32_t ___0_vertexCount, uint32_t ___1_indexCount, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* ___2_allocatorData, const RuntimeMethod* method)
{
typedef MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* (*FunctionPointerType) (uint32_t, uint32_t, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___method_ptr_0)(___0_vertexCount, ___1_indexCount, ___2_allocatorData, method);
}
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_OpenStaticInvoker(Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* __this, uint32_t ___0_vertexCount, uint32_t ___1_indexCount, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* ___2_allocatorData, const RuntimeMethod* method)
{
return InvokerFuncInvoker3< MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9*, uint32_t, uint32_t, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* >::Invoke((Il2CppMethodPointer)__this->___method_ptr_0, method, NULL, ___0_vertexCount, ___1_indexCount, ___2_allocatorData);
}
MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_ClosedStaticInvoker(Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* __this, uint32_t ___0_vertexCount, uint32_t ___1_indexCount, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* ___2_allocatorData, const RuntimeMethod* method)
{
return InvokerFuncInvoker4< MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9*, RuntimeObject*, uint32_t, uint32_t, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* >::Invoke((Il2CppMethodPointer)__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_vertexCount, ___1_indexCount, ___2_allocatorData);
}
// System.Void UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Allocator__ctor_m9AAA6A0F5FC11C644C1039BE774BA6500D962B32 (Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
{
__this->___method_ptr_0 = (intptr_t)il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
__this->___method_3 = ___1_method;
__this->___m_target_2 = ___0_object;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
__this->___method_code_6 = (intptr_t)__this;
if (MethodIsStatic((RuntimeMethod*)___1_method))
{
bool isOpen = parameterCount == 3;
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_OpenStaticInvoker;
else
__this->___invoke_impl_1 = (intptr_t)&Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_ClosedStaticInvoker;
else
if (isOpen)
__this->___invoke_impl_1 = (intptr_t)&Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_OpenStatic;
else
{
__this->___invoke_impl_1 = __this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
}
else
{
if (___0_object == NULL)
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
__this->___invoke_impl_1 = __this->___method_ptr_0;
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
}
__this->___extra_arg_5 = (intptr_t)&Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_Multicast;
}
// UnityEngine.UIElements.MeshWriteData UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData/Allocator::Invoke(System.UInt32,System.UInt32,UnityEngine.UIElements.UIR.MeshBuilder/AllocMeshData&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7 (Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* __this, uint32_t ___0_vertexCount, uint32_t ___1_indexCount, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* ___2_allocatorData, const RuntimeMethod* method)
{
typedef MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* (*FunctionPointerType) (RuntimeObject*, uint32_t, uint32_t, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_vertexCount, ___1_indexCount, ___2_allocatorData, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.Shaders::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shaders__cctor_m06282ACC2F5344B37C455BC5718897333DB77E3E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIElementsPackageUtility_tE9E513C85D65D60A1BA9652BBFC6C3C6652C821A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral061277AC0AC8110F9483A8571E64EBBD234A6D12);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E5FBF1116D12E0B9ABF1B10B568E52AB412DA65);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2F75A09ED8ED4EF0532EC4672939C241E26DB954);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37594CEBF850741EA4054D519986CEF23BBBBDB8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7469BDBF5F4E5E8E41223FC0AC676FAE6F1F8CEE);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88D547ADE42A6DF60293F0A7F505D8259FA65457);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9EFA731452ED196E838DB2DF34A3A3B9208F173A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC09044B3946C97EBBAAF84CC9B6B0FE0A0177F3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECB96BBE78F2C579EAA7591364DE176C8B1A277);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6BBF34E4010E1EA0F8A775AAFC33C19E7997359);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_runtime_class_init_inline(UIElementsPackageUtility_tE9E513C85D65D60A1BA9652BBFC6C3C6652C821A_il2cpp_TypeInfo_var);
bool L_0 = ((UIElementsPackageUtility_tE9E513C85D65D60A1BA9652BBFC6C3C6652C821A_StaticFields*)il2cpp_codegen_static_fields_for(UIElementsPackageUtility_tE9E513C85D65D60A1BA9652BBFC6C3C6652C821A_il2cpp_TypeInfo_var))->___IsUIEPackageLoaded_1;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0040;
}
}
{
((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_AtlasBlit_0 = _stringLiteralAC09044B3946C97EBBAAF84CC9B6B0FE0A0177F3;
Il2CppCodeGenWriteBarrier((void**)(&((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_AtlasBlit_0), (void*)_stringLiteralAC09044B3946C97EBBAAF84CC9B6B0FE0A0177F3);
((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_Editor_1 = _stringLiteral7469BDBF5F4E5E8E41223FC0AC676FAE6F1F8CEE;
Il2CppCodeGenWriteBarrier((void**)(&((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_Editor_1), (void*)_stringLiteral7469BDBF5F4E5E8E41223FC0AC676FAE6F1F8CEE);
((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_Runtime_2 = _stringLiteral9EFA731452ED196E838DB2DF34A3A3B9208F173A;
Il2CppCodeGenWriteBarrier((void**)(&((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_Runtime_2), (void*)_stringLiteral9EFA731452ED196E838DB2DF34A3A3B9208F173A);
((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_RuntimeWorld_3 = _stringLiteral88D547ADE42A6DF60293F0A7F505D8259FA65457;
Il2CppCodeGenWriteBarrier((void**)(&((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_RuntimeWorld_3), (void*)_stringLiteral88D547ADE42A6DF60293F0A7F505D8259FA65457);
((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_GraphView_4 = _stringLiteral1E5FBF1116D12E0B9ABF1B10B568E52AB412DA65;
Il2CppCodeGenWriteBarrier((void**)(&((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_GraphView_4), (void*)_stringLiteral1E5FBF1116D12E0B9ABF1B10B568E52AB412DA65);
goto IL_0074;
}
IL_0040:
{
((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_AtlasBlit_0 = _stringLiteral37594CEBF850741EA4054D519986CEF23BBBBDB8;
Il2CppCodeGenWriteBarrier((void**)(&((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_AtlasBlit_0), (void*)_stringLiteral37594CEBF850741EA4054D519986CEF23BBBBDB8);
((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_Editor_1 = _stringLiteralF6BBF34E4010E1EA0F8A775AAFC33C19E7997359;
Il2CppCodeGenWriteBarrier((void**)(&((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_Editor_1), (void*)_stringLiteralF6BBF34E4010E1EA0F8A775AAFC33C19E7997359);
((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_Runtime_2 = _stringLiteralBECB96BBE78F2C579EAA7591364DE176C8B1A277;
Il2CppCodeGenWriteBarrier((void**)(&((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_Runtime_2), (void*)_stringLiteralBECB96BBE78F2C579EAA7591364DE176C8B1A277);
((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_RuntimeWorld_3 = _stringLiteral061277AC0AC8110F9483A8571E64EBBD234A6D12;
Il2CppCodeGenWriteBarrier((void**)(&((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_RuntimeWorld_3), (void*)_stringLiteral061277AC0AC8110F9483A8571E64EBBD234A6D12);
((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_GraphView_4 = _stringLiteral2F75A09ED8ED4EF0532EC4672939C241E26DB954;
Il2CppCodeGenWriteBarrier((void**)(&((Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_StaticFields*)il2cpp_codegen_static_fields_for(Shaders_t84A2F64B101E87AC42866AA74DC014837843389D_il2cpp_TypeInfo_var))->___k_GraphView_4), (void*)_stringLiteral2F75A09ED8ED4EF0532EC4672939C241E26DB954);
}
IL_0074:
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean UnityEngine.UIElements.UIR.BMPAlloc::Equals(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BMPAlloc_Equals_mEF900F6B5AD18B63BA66A219DECD6A1BFC83B9A0 (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_other, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t G_B4_0 = 0;
{
int32_t L_0 = __this->___page_1;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_1 = ___0_other;
int32_t L_2 = L_1.___page_1;
if ((!(((uint32_t)L_0) == ((uint32_t)L_2))))
{
goto IL_002d;
}
}
{
uint16_t L_3 = __this->___pageLine_2;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_4 = ___0_other;
uint16_t L_5 = L_4.___pageLine_2;
if ((!(((uint32_t)L_3) == ((uint32_t)L_5))))
{
goto IL_002d;
}
}
{
uint8_t L_6 = __this->___bitIndex_3;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_7 = ___0_other;
uint8_t L_8 = L_7.___bitIndex_3;
G_B4_0 = ((((int32_t)L_6) == ((int32_t)L_8))? 1 : 0);
goto IL_002e;
}
IL_002d:
{
G_B4_0 = 0;
}
IL_002e:
{
V_0 = (bool)G_B4_0;
goto IL_0031;
}
IL_0031:
{
bool L_9 = V_0;
return L_9;
}
}
IL2CPP_EXTERN_C bool BMPAlloc_Equals_mEF900F6B5AD18B63BA66A219DECD6A1BFC83B9A0_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_other, const RuntimeMethod* method)
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*>(__this + _offset);
bool _returnValue;
_returnValue = BMPAlloc_Equals_mEF900F6B5AD18B63BA66A219DECD6A1BFC83B9A0(_thisAdjusted, ___0_other, method);
return _returnValue;
}
// System.Boolean UnityEngine.UIElements.UIR.BMPAlloc::IsValid()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2 (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
int32_t L_0 = __this->___page_1;
V_0 = (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0010;
}
IL_0010:
{
bool L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C bool BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*>(__this + _offset);
bool _returnValue;
_returnValue = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2(_thisAdjusted, method);
return _returnValue;
}
// System.String UnityEngine.UIElements.UIR.BMPAlloc::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BMPAlloc_ToString_mD21F160C52418715833D4884098ACBC45DF4861A (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5EBADBF936A8318FD524A66B4EFFF9D6A6C69330);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
int32_t L_0 = __this->___page_1;
int32_t L_1 = L_0;
RuntimeObject* L_2 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_1);
uint16_t L_3 = __this->___pageLine_2;
uint16_t L_4 = L_3;
RuntimeObject* L_5 = Box(UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_il2cpp_TypeInfo_var, &L_4);
uint8_t L_6 = __this->___bitIndex_3;
uint8_t L_7 = L_6;
RuntimeObject* L_8 = Box(Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, &L_7);
String_t* L_9;
L_9 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteral5EBADBF936A8318FD524A66B4EFFF9D6A6C69330, L_2, L_5, L_8, NULL);
V_0 = L_9;
goto IL_002f;
}
IL_002f:
{
String_t* L_10 = V_0;
return L_10;
}
}
IL2CPP_EXTERN_C String_t* BMPAlloc_ToString_mD21F160C52418715833D4884098ACBC45DF4861A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30*>(__this + _offset);
String_t* _returnValue;
_returnValue = BMPAlloc_ToString_mD21F160C52418715833D4884098ACBC45DF4861A(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.UIElements.UIR.BMPAlloc::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BMPAlloc__cctor_m8A6B44AEC871DB749DEF42E1845CB65CF535BB18 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 V_0;
memset((&V_0), 0, sizeof(V_0));
{
il2cpp_codegen_initobj((&V_0), sizeof(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30));
(&V_0)->___page_1 = (-1);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_0 = V_0;
((BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields*)il2cpp_codegen_static_fields_for(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var))->___Invalid_0 = L_0;
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.BitmapAllocator32
IL2CPP_EXTERN_C void BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshal_pinvoke(const BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73& unmarshaled, BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke& marshaled)
{
Exception_t* ___m_Pages_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Pages' of type 'BitmapAllocator32'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Pages_1Exception, NULL);
}
IL2CPP_EXTERN_C void BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshal_pinvoke_back(const BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke& marshaled, BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73& unmarshaled)
{
Exception_t* ___m_Pages_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Pages' of type 'BitmapAllocator32'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Pages_1Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.BitmapAllocator32
IL2CPP_EXTERN_C void BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshal_pinvoke_cleanup(BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.BitmapAllocator32
IL2CPP_EXTERN_C void BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshal_com(const BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73& unmarshaled, BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com& marshaled)
{
Exception_t* ___m_Pages_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Pages' of type 'BitmapAllocator32'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Pages_1Exception, NULL);
}
IL2CPP_EXTERN_C void BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshal_com_back(const BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com& marshaled, BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73& unmarshaled)
{
Exception_t* ___m_Pages_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Pages' of type 'BitmapAllocator32'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Pages_1Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.BitmapAllocator32
IL2CPP_EXTERN_C void BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshal_com_cleanup(BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73_marshaled_com& marshaled)
{
}
// System.Void UnityEngine.UIElements.UIR.BitmapAllocator32::Construct(System.Int32,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitmapAllocator32_Construct_m845F3D958D45DCA1F25686E8D86F6C83D7165279 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, int32_t ___0_pageHeight, int32_t ___1_entryWidth, int32_t ___2_entryHeight, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA2427162DC5D052EBEF38B8FA5DFA030B11583AC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mD6C4D49C755FF9AD73456488D5FAABFD532AAEA9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Capacity_mE7B2CDFE45CE2D031C2FEC3885CA3171F87AE892_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___0_pageHeight;
__this->___m_PageHeight_0 = L_0;
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* L_1 = (List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E*)il2cpp_codegen_object_new(List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E_il2cpp_TypeInfo_var);
NullCheck(L_1);
List_1__ctor_mA2427162DC5D052EBEF38B8FA5DFA030B11583AC(L_1, 1, List_1__ctor_mA2427162DC5D052EBEF38B8FA5DFA030B11583AC_RuntimeMethod_var);
__this->___m_Pages_1 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Pages_1), (void*)L_1);
int32_t L_2 = __this->___m_PageHeight_0;
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* L_3 = __this->___m_Pages_1;
NullCheck(L_3);
int32_t L_4;
L_4 = List_1_get_Capacity_mE7B2CDFE45CE2D031C2FEC3885CA3171F87AE892(L_3, List_1_get_Capacity_mE7B2CDFE45CE2D031C2FEC3885CA3171F87AE892_RuntimeMethod_var);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_5 = (List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A*)il2cpp_codegen_object_new(List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A_il2cpp_TypeInfo_var);
NullCheck(L_5);
List_1__ctor_mD6C4D49C755FF9AD73456488D5FAABFD532AAEA9(L_5, ((int32_t)il2cpp_codegen_multiply(L_2, L_4)), List_1__ctor_mD6C4D49C755FF9AD73456488D5FAABFD532AAEA9_RuntimeMethod_var);
__this->___m_AllocMap_2 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_AllocMap_2), (void*)L_5);
int32_t L_6 = ___1_entryWidth;
__this->___m_EntryWidth_3 = L_6;
int32_t L_7 = ___2_entryHeight;
__this->___m_EntryHeight_4 = L_7;
return;
}
}
IL2CPP_EXTERN_C void BitmapAllocator32_Construct_m845F3D958D45DCA1F25686E8D86F6C83D7165279_AdjustorThunk (RuntimeObject* __this, int32_t ___0_pageHeight, int32_t ___1_entryWidth, int32_t ___2_entryHeight, const RuntimeMethod* method)
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*>(__this + _offset);
BitmapAllocator32_Construct_m845F3D958D45DCA1F25686E8D86F6C83D7165279(_thisAdjusted, ___0_pageHeight, ___1_entryWidth, ___2_entryHeight, method);
}
// System.Void UnityEngine.UIElements.UIR.BitmapAllocator32::ForceFirstAlloc(System.UInt16,System.UInt16)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitmapAllocator32_ForceFirstAlloc_mCF5E388B3A9EF997CFFE46945CB6238924BC3FC6 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, uint16_t ___0_firstPageX, uint16_t ___1_firstPageY, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mE477B0460E22763D02A58BBB60FF3A29CF56FDBF_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
Page_t04FE552A388BF55B12C8868E19589136957E00A5 V_2;
memset((&V_2), 0, sizeof(V_2));
{
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_0 = __this->___m_AllocMap_2;
NullCheck(L_0);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_0, ((int32_t)-2), List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
V_0 = 1;
goto IL_0024;
}
IL_0013:
{
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_1 = __this->___m_AllocMap_2;
NullCheck(L_1);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_1, (-1), List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
int32_t L_2 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_2, 1));
}
IL_0024:
{
int32_t L_3 = V_0;
int32_t L_4 = __this->___m_PageHeight_0;
V_1 = (bool)((((int32_t)L_3) < ((int32_t)L_4))? 1 : 0);
bool L_5 = V_1;
if (L_5)
{
goto IL_0013;
}
}
{
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* L_6 = __this->___m_Pages_1;
il2cpp_codegen_initobj((&V_2), sizeof(Page_t04FE552A388BF55B12C8868E19589136957E00A5));
uint16_t L_7 = ___0_firstPageX;
(&V_2)->___x_0 = L_7;
uint16_t L_8 = ___1_firstPageY;
(&V_2)->___y_1 = L_8;
int32_t L_9 = __this->___m_PageHeight_0;
(&V_2)->___freeSlots_2 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_multiply(((int32_t)32), L_9)), 1));
Page_t04FE552A388BF55B12C8868E19589136957E00A5 L_10 = V_2;
NullCheck(L_6);
List_1_Add_mE477B0460E22763D02A58BBB60FF3A29CF56FDBF_inline(L_6, L_10, List_1_Add_mE477B0460E22763D02A58BBB60FF3A29CF56FDBF_RuntimeMethod_var);
return;
}
}
IL2CPP_EXTERN_C void BitmapAllocator32_ForceFirstAlloc_mCF5E388B3A9EF997CFFE46945CB6238924BC3FC6_AdjustorThunk (RuntimeObject* __this, uint16_t ___0_firstPageX, uint16_t ___1_firstPageY, const RuntimeMethod* method)
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*>(__this + _offset);
BitmapAllocator32_ForceFirstAlloc_mCF5E388B3A9EF997CFFE46945CB6238924BC3FC6(_thisAdjusted, ___0_firstPageX, ___1_firstPageY, method);
}
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.BitmapAllocator32::Allocate(UnityEngine.UIElements.UIR.BaseShaderInfoStorage)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 BitmapAllocator32_Allocate_m5B9C1DBA953EA5DD668FFA26940191E62ACBE092 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* ___0_storage, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mE477B0460E22763D02A58BBB60FF3A29CF56FDBF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Capacity_mC320E9B9444B9FCB44358D70D580A404677E8925_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m5D058459F99E75688169803692F40F0A60BFFEF0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m728354CD9E12194ABCFD73DBDE97ACA5D6E0453B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Capacity_mEF17C2D6137726F17AB42310C55C8F88A0E0537D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m8C49DF812690810CCAECD7611B6220F46F7A59C9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m92246880796BA27EBA18129EC97C00C65F17E7C5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t V_2 = 0;
Page_t04FE552A388BF55B12C8868E19589136957E00A5 V_3;
memset((&V_3), 0, sizeof(V_3));
int32_t V_4 = 0;
int32_t V_5 = 0;
bool V_6 = false;
uint32_t V_7 = 0;
uint8_t V_8 = 0x0;
bool V_9 = false;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 V_10;
memset((&V_10), 0, sizeof(V_10));
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 V_11;
memset((&V_11), 0, sizeof(V_11));
bool V_12 = false;
bool V_13 = false;
bool V_14 = false;
int32_t V_15 = 0;
bool V_16 = false;
Page_t04FE552A388BF55B12C8868E19589136957E00A5 V_17;
memset((&V_17), 0, sizeof(V_17));
int32_t G_B15_0 = 0;
{
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* L_0 = __this->___m_Pages_1;
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_get_Count_m5D058459F99E75688169803692F40F0A60BFFEF0_inline(L_0, List_1_get_Count_m5D058459F99E75688169803692F40F0A60BFFEF0_RuntimeMethod_var);
V_0 = L_1;
V_2 = 0;
goto IL_0100;
}
IL_0014:
{
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* L_2 = __this->___m_Pages_1;
int32_t L_3 = V_2;
NullCheck(L_2);
Page_t04FE552A388BF55B12C8868E19589136957E00A5 L_4;
L_4 = List_1_get_Item_m728354CD9E12194ABCFD73DBDE97ACA5D6E0453B(L_2, L_3, List_1_get_Item_m728354CD9E12194ABCFD73DBDE97ACA5D6E0453B_RuntimeMethod_var);
V_3 = L_4;
Page_t04FE552A388BF55B12C8868E19589136957E00A5 L_5 = V_3;
int32_t L_6 = L_5.___freeSlots_2;
V_6 = (bool)((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
bool L_7 = V_6;
if (!L_7)
{
goto IL_0036;
}
}
{
goto IL_00fc;
}
IL_0036:
{
int32_t L_8 = V_2;
int32_t L_9 = __this->___m_PageHeight_0;
V_4 = ((int32_t)il2cpp_codegen_multiply(L_8, L_9));
int32_t L_10 = V_4;
int32_t L_11 = __this->___m_PageHeight_0;
V_5 = ((int32_t)il2cpp_codegen_add(L_10, L_11));
goto IL_00ec;
}
IL_0050:
{
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_12 = __this->___m_AllocMap_2;
int32_t L_13 = V_4;
NullCheck(L_12);
uint32_t L_14;
L_14 = List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324(L_12, L_13, List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324_RuntimeMethod_var);
V_7 = L_14;
uint32_t L_15 = V_7;
V_9 = (bool)((((int32_t)L_15) == ((int32_t)0))? 1 : 0);
bool L_16 = V_9;
if (!L_16)
{
goto IL_006d;
}
}
{
goto IL_00e6;
}
IL_006d:
{
uint32_t L_17 = V_7;
uint8_t L_18;
L_18 = BitmapAllocator32_CountTrailingZeroes_m8249BE67145B3420585970AFC47392DCDF9C363E(L_17, NULL);
V_8 = L_18;
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_19 = __this->___m_AllocMap_2;
int32_t L_20 = V_4;
uint32_t L_21 = V_7;
uint8_t L_22 = V_8;
NullCheck(L_19);
List_1_set_Item_m92246880796BA27EBA18129EC97C00C65F17E7C5(L_19, L_20, ((int32_t)((int32_t)L_21&((~((int32_t)(1<<((int32_t)((int32_t)L_22&((int32_t)31))))))))), List_1_set_Item_m92246880796BA27EBA18129EC97C00C65F17E7C5_RuntimeMethod_var);
int32_t* L_23 = (int32_t*)(&(&V_3)->___freeSlots_2);
int32_t* L_24 = L_23;
int32_t L_25 = *((int32_t*)L_24);
*((int32_t*)L_24) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_25, 1));
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* L_26 = __this->___m_Pages_1;
int32_t L_27 = V_2;
Page_t04FE552A388BF55B12C8868E19589136957E00A5 L_28 = V_3;
NullCheck(L_26);
List_1_set_Item_m8C49DF812690810CCAECD7611B6220F46F7A59C9(L_26, L_27, L_28, List_1_set_Item_m8C49DF812690810CCAECD7611B6220F46F7A59C9_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_10), sizeof(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30));
int32_t L_29 = V_2;
(&V_10)->___page_1 = L_29;
int32_t L_30 = V_4;
int32_t L_31 = V_2;
int32_t L_32 = __this->___m_PageHeight_0;
(&V_10)->___pageLine_2 = (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract(L_30, ((int32_t)il2cpp_codegen_multiply(L_31, L_32)))));
uint8_t L_33 = V_8;
(&V_10)->___bitIndex_3 = L_33;
(&V_10)->___ownedState_4 = 1;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_34 = V_10;
V_11 = L_34;
goto IL_0205;
}
IL_00e6:
{
int32_t L_35 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_35, 1));
}
IL_00ec:
{
int32_t L_36 = V_4;
int32_t L_37 = V_5;
V_12 = (bool)((((int32_t)L_36) < ((int32_t)L_37))? 1 : 0);
bool L_38 = V_12;
if (L_38)
{
goto IL_0050;
}
}
{
}
IL_00fc:
{
int32_t L_39 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_39, 1));
}
IL_0100:
{
int32_t L_40 = V_2;
int32_t L_41 = V_0;
V_13 = (bool)((((int32_t)L_40) < ((int32_t)L_41))? 1 : 0);
bool L_42 = V_13;
if (L_42)
{
goto IL_0014;
}
}
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_43 = ___0_storage;
if (!L_43)
{
goto IL_0133;
}
}
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_44 = ___0_storage;
int32_t L_45 = __this->___m_EntryWidth_3;
int32_t L_46 = __this->___m_PageHeight_0;
int32_t L_47 = __this->___m_EntryHeight_4;
NullCheck(L_44);
bool L_48;
L_48 = VirtualFuncInvoker3< bool, int32_t, int32_t, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* >::Invoke(6 /* System.Boolean UnityEngine.UIElements.UIR.BaseShaderInfoStorage::AllocateRect(System.Int32,System.Int32,UnityEngine.RectInt&) */, L_44, ((int32_t)il2cpp_codegen_multiply(((int32_t)32), L_45)), ((int32_t)il2cpp_codegen_multiply(L_46, L_47)), (&V_1));
G_B15_0 = ((((int32_t)L_48) == ((int32_t)0))? 1 : 0);
goto IL_0134;
}
IL_0133:
{
G_B15_0 = 1;
}
IL_0134:
{
V_14 = (bool)G_B15_0;
bool L_49 = V_14;
if (!L_49)
{
goto IL_0146;
}
}
{
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_50 = ((BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields*)il2cpp_codegen_static_fields_for(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var))->___Invalid_0;
V_11 = L_50;
goto IL_0205;
}
IL_0146:
{
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_51 = __this->___m_AllocMap_2;
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_52 = L_51;
NullCheck(L_52);
int32_t L_53;
L_53 = List_1_get_Capacity_mC320E9B9444B9FCB44358D70D580A404677E8925(L_52, List_1_get_Capacity_mC320E9B9444B9FCB44358D70D580A404677E8925_RuntimeMethod_var);
int32_t L_54 = __this->___m_PageHeight_0;
NullCheck(L_52);
List_1_set_Capacity_mEF17C2D6137726F17AB42310C55C8F88A0E0537D(L_52, ((int32_t)il2cpp_codegen_add(L_53, L_54)), List_1_set_Capacity_mEF17C2D6137726F17AB42310C55C8F88A0E0537D_RuntimeMethod_var);
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_55 = __this->___m_AllocMap_2;
NullCheck(L_55);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_55, ((int32_t)-2), List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
V_15 = 1;
goto IL_0185;
}
IL_0172:
{
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_56 = __this->___m_AllocMap_2;
NullCheck(L_56);
List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_inline(L_56, (-1), List_1_Add_m084F52E7C436446A23080F15F803212491693F6B_RuntimeMethod_var);
int32_t L_57 = V_15;
V_15 = ((int32_t)il2cpp_codegen_add(L_57, 1));
}
IL_0185:
{
int32_t L_58 = V_15;
int32_t L_59 = __this->___m_PageHeight_0;
V_16 = (bool)((((int32_t)L_58) < ((int32_t)L_59))? 1 : 0);
bool L_60 = V_16;
if (L_60)
{
goto IL_0172;
}
}
{
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* L_61 = __this->___m_Pages_1;
il2cpp_codegen_initobj((&V_17), sizeof(Page_t04FE552A388BF55B12C8868E19589136957E00A5));
int32_t L_62;
L_62 = RectInt_get_xMin_mA5FB5AF1133380E080CF750D21327DE27EADEE1B((&V_1), NULL);
(&V_17)->___x_0 = (uint16_t)((int32_t)(uint16_t)L_62);
int32_t L_63;
L_63 = RectInt_get_yMin_m6914C2254158DF797E20E381626DC08A2700147B((&V_1), NULL);
(&V_17)->___y_1 = (uint16_t)((int32_t)(uint16_t)L_63);
int32_t L_64 = __this->___m_PageHeight_0;
(&V_17)->___freeSlots_2 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_multiply(((int32_t)32), L_64)), 1));
Page_t04FE552A388BF55B12C8868E19589136957E00A5 L_65 = V_17;
NullCheck(L_61);
List_1_Add_mE477B0460E22763D02A58BBB60FF3A29CF56FDBF_inline(L_61, L_65, List_1_Add_mE477B0460E22763D02A58BBB60FF3A29CF56FDBF_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_10), sizeof(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30));
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* L_66 = __this->___m_Pages_1;
NullCheck(L_66);
int32_t L_67;
L_67 = List_1_get_Count_m5D058459F99E75688169803692F40F0A60BFFEF0_inline(L_66, List_1_get_Count_m5D058459F99E75688169803692F40F0A60BFFEF0_RuntimeMethod_var);
(&V_10)->___page_1 = ((int32_t)il2cpp_codegen_subtract(L_67, 1));
(&V_10)->___ownedState_4 = 1;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_68 = V_10;
V_11 = L_68;
goto IL_0205;
}
IL_0205:
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_69 = V_11;
return L_69;
}
}
IL2CPP_EXTERN_C BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 BitmapAllocator32_Allocate_m5B9C1DBA953EA5DD668FFA26940191E62ACBE092_AdjustorThunk (RuntimeObject* __this, BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* ___0_storage, const RuntimeMethod* method)
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*>(__this + _offset);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 _returnValue;
_returnValue = BitmapAllocator32_Allocate_m5B9C1DBA953EA5DD668FFA26940191E62ACBE092(_thisAdjusted, ___0_storage, method);
return _returnValue;
}
// System.Void UnityEngine.UIElements.UIR.BitmapAllocator32::Free(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitmapAllocator32_Free_mC065F31D6CDFDEE50E815CB148A75BEF12499CE5 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m728354CD9E12194ABCFD73DBDE97ACA5D6E0453B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m8C49DF812690810CCAECD7611B6220F46F7A59C9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m92246880796BA27EBA18129EC97C00C65F17E7C5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Page_t04FE552A388BF55B12C8868E19589136957E00A5 V_1;
memset((&V_1), 0, sizeof(V_1));
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_0 = ___0_alloc;
uint8_t L_1 = L_0.___ownedState_4;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_1) == ((int32_t)1))? 1 : 0), NULL);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_2 = ___0_alloc;
int32_t L_3 = L_2.___page_1;
int32_t L_4 = __this->___m_PageHeight_0;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_5 = ___0_alloc;
uint16_t L_6 = L_5.___pageLine_2;
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_3, L_4)), (int32_t)L_6));
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_7 = __this->___m_AllocMap_2;
int32_t L_8 = V_0;
List_1_t9B68833848E4C4D7F623C05F6B77F0449396354A* L_9 = __this->___m_AllocMap_2;
int32_t L_10 = V_0;
NullCheck(L_9);
uint32_t L_11;
L_11 = List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324(L_9, L_10, List_1_get_Item_m934DB856B4560B22F57FDEEF351E373E5F1B6324_RuntimeMethod_var);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_12 = ___0_alloc;
uint8_t L_13 = L_12.___bitIndex_3;
NullCheck(L_7);
List_1_set_Item_m92246880796BA27EBA18129EC97C00C65F17E7C5(L_7, L_8, ((int32_t)((int32_t)L_11|((int32_t)(1<<((int32_t)((int32_t)L_13&((int32_t)31))))))), List_1_set_Item_m92246880796BA27EBA18129EC97C00C65F17E7C5_RuntimeMethod_var);
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* L_14 = __this->___m_Pages_1;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_15 = ___0_alloc;
int32_t L_16 = L_15.___page_1;
NullCheck(L_14);
Page_t04FE552A388BF55B12C8868E19589136957E00A5 L_17;
L_17 = List_1_get_Item_m728354CD9E12194ABCFD73DBDE97ACA5D6E0453B(L_14, L_16, List_1_get_Item_m728354CD9E12194ABCFD73DBDE97ACA5D6E0453B_RuntimeMethod_var);
V_1 = L_17;
int32_t* L_18 = (int32_t*)(&(&V_1)->___freeSlots_2);
int32_t* L_19 = L_18;
int32_t L_20 = *((int32_t*)L_19);
*((int32_t*)L_19) = (int32_t)((int32_t)il2cpp_codegen_add(L_20, 1));
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* L_21 = __this->___m_Pages_1;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_22 = ___0_alloc;
int32_t L_23 = L_22.___page_1;
Page_t04FE552A388BF55B12C8868E19589136957E00A5 L_24 = V_1;
NullCheck(L_21);
List_1_set_Item_m8C49DF812690810CCAECD7611B6220F46F7A59C9(L_21, L_23, L_24, List_1_set_Item_m8C49DF812690810CCAECD7611B6220F46F7A59C9_RuntimeMethod_var);
return;
}
}
IL2CPP_EXTERN_C void BitmapAllocator32_Free_mC065F31D6CDFDEE50E815CB148A75BEF12499CE5_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*>(__this + _offset);
BitmapAllocator32_Free_mC065F31D6CDFDEE50E815CB148A75BEF12499CE5(_thisAdjusted, ___0_alloc, method);
}
// System.Int32 UnityEngine.UIElements.UIR.BitmapAllocator32::get_entryWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitmapAllocator32_get_entryWidth_mD48E70B69ABD4BB462BA8E52DCDB79EF4BB69C36 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->___m_EntryWidth_3;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
int32_t L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C int32_t BitmapAllocator32_get_entryWidth_mD48E70B69ABD4BB462BA8E52DCDB79EF4BB69C36_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*>(__this + _offset);
int32_t _returnValue;
_returnValue = BitmapAllocator32_get_entryWidth_mD48E70B69ABD4BB462BA8E52DCDB79EF4BB69C36(_thisAdjusted, method);
return _returnValue;
}
// System.Int32 UnityEngine.UIElements.UIR.BitmapAllocator32::get_entryHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BitmapAllocator32_get_entryHeight_m1433FE73012CCD321ACFEC2B794EE48CC185A904 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->___m_EntryHeight_4;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
int32_t L_1 = V_0;
return L_1;
}
}
IL2CPP_EXTERN_C int32_t BitmapAllocator32_get_entryHeight_m1433FE73012CCD321ACFEC2B794EE48CC185A904_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*>(__this + _offset);
int32_t _returnValue;
_returnValue = BitmapAllocator32_get_entryHeight_m1433FE73012CCD321ACFEC2B794EE48CC185A904(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.UIElements.UIR.BitmapAllocator32::GetAllocPageAtlasLocation(System.Int32,System.UInt16&,System.UInt16&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitmapAllocator32_GetAllocPageAtlasLocation_m7B4B32B24FF50303D8E8E210405E6314ADDA8DF3 (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* __this, int32_t ___0_page, uint16_t* ___1_x, uint16_t* ___2_y, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m728354CD9E12194ABCFD73DBDE97ACA5D6E0453B_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Page_t04FE552A388BF55B12C8868E19589136957E00A5 V_0;
memset((&V_0), 0, sizeof(V_0));
{
List_1_t3FD5514751EB43E4AB1C145E04BA259B6CD6C74E* L_0 = __this->___m_Pages_1;
int32_t L_1 = ___0_page;
NullCheck(L_0);
Page_t04FE552A388BF55B12C8868E19589136957E00A5 L_2;
L_2 = List_1_get_Item_m728354CD9E12194ABCFD73DBDE97ACA5D6E0453B(L_0, L_1, List_1_get_Item_m728354CD9E12194ABCFD73DBDE97ACA5D6E0453B_RuntimeMethod_var);
V_0 = L_2;
uint16_t* L_3 = ___1_x;
Page_t04FE552A388BF55B12C8868E19589136957E00A5 L_4 = V_0;
uint16_t L_5 = L_4.___x_0;
*((int16_t*)L_3) = (int16_t)L_5;
uint16_t* L_6 = ___2_y;
Page_t04FE552A388BF55B12C8868E19589136957E00A5 L_7 = V_0;
uint16_t L_8 = L_7.___y_1;
*((int16_t*)L_6) = (int16_t)L_8;
return;
}
}
IL2CPP_EXTERN_C void BitmapAllocator32_GetAllocPageAtlasLocation_m7B4B32B24FF50303D8E8E210405E6314ADDA8DF3_AdjustorThunk (RuntimeObject* __this, int32_t ___0_page, uint16_t* ___1_x, uint16_t* ___2_y, const RuntimeMethod* method)
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*>(__this + _offset);
BitmapAllocator32_GetAllocPageAtlasLocation_m7B4B32B24FF50303D8E8E210405E6314ADDA8DF3(_thisAdjusted, ___0_page, ___1_x, ___2_y, method);
}
// System.Byte UnityEngine.UIElements.UIR.BitmapAllocator32::CountTrailingZeroes(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t BitmapAllocator32_CountTrailingZeroes_m8249BE67145B3420585970AFC47392DCDF9C363E (uint32_t ___0_val, const RuntimeMethod* method)
{
uint8_t V_0 = 0x0;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
uint8_t V_6 = 0x0;
{
V_0 = (uint8_t)0;
uint32_t L_0 = ___0_val;
V_1 = (bool)((((int32_t)((int32_t)((int32_t)L_0&((int32_t)65535)))) == ((int32_t)0))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_001c;
}
}
{
uint32_t L_2 = ___0_val;
___0_val = ((int32_t)((uint32_t)L_2>>((int32_t)16)));
V_0 = (uint8_t)((int32_t)16);
}
IL_001c:
{
uint32_t L_3 = ___0_val;
V_2 = (bool)((((int32_t)((int32_t)((int32_t)L_3&((int32_t)255)))) == ((int32_t)0))? 1 : 0);
bool L_4 = V_2;
if (!L_4)
{
goto IL_0036;
}
}
{
uint32_t L_5 = ___0_val;
___0_val = ((int32_t)((uint32_t)L_5>>8));
uint8_t L_6 = V_0;
V_0 = (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, 8)));
}
IL_0036:
{
uint32_t L_7 = ___0_val;
V_3 = (bool)((((int32_t)((int32_t)((int32_t)L_7&((int32_t)15)))) == ((int32_t)0))? 1 : 0);
bool L_8 = V_3;
if (!L_8)
{
goto IL_004d;
}
}
{
uint32_t L_9 = ___0_val;
___0_val = ((int32_t)((uint32_t)L_9>>4));
uint8_t L_10 = V_0;
V_0 = (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, 4)));
}
IL_004d:
{
uint32_t L_11 = ___0_val;
V_4 = (bool)((((int32_t)((int32_t)((int32_t)L_11&3))) == ((int32_t)0))? 1 : 0);
bool L_12 = V_4;
if (!L_12)
{
goto IL_0065;
}
}
{
uint32_t L_13 = ___0_val;
___0_val = ((int32_t)((uint32_t)L_13>>2));
uint8_t L_14 = V_0;
V_0 = (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_14, 2)));
}
IL_0065:
{
uint32_t L_15 = ___0_val;
V_5 = (bool)((((int32_t)((int32_t)((int32_t)L_15&1))) == ((int32_t)0))? 1 : 0);
bool L_16 = V_5;
if (!L_16)
{
goto IL_0076;
}
}
{
uint8_t L_17 = V_0;
V_0 = (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, 1)));
}
IL_0076:
{
uint8_t L_18 = V_0;
V_6 = L_18;
goto IL_007b;
}
IL_007b:
{
uint8_t L_19 = V_6;
return L_19;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshal_pinvoke(const UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF& unmarshaled, UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshaled_pinvoke& marshaled)
{
Exception_t* ___m_Storage_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Storage' of type 'UIRVEShaderInfoAllocator': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Storage_0Exception, NULL);
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshal_pinvoke_back(const UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshaled_pinvoke& marshaled, UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF& unmarshaled)
{
Exception_t* ___m_Storage_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Storage' of type 'UIRVEShaderInfoAllocator': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Storage_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshal_pinvoke_cleanup(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshal_com(const UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF& unmarshaled, UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshaled_com& marshaled)
{
Exception_t* ___m_Storage_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Storage' of type 'UIRVEShaderInfoAllocator': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Storage_0Exception, NULL);
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshal_com_back(const UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshaled_com& marshaled, UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF& unmarshaled)
{
Exception_t* ___m_Storage_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'm_Storage' of type 'UIRVEShaderInfoAllocator': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_Storage_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshal_com_cleanup(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_marshaled_com& marshaled)
{
}
// System.Int32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::get_pageWidth()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRVEShaderInfoAllocator_get_pageWidth_mE407B21B559E3E50E6C2FCBFBF443696FC165517 (const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = ((int32_t)32);
goto IL_0006;
}
IL_0006:
{
int32_t L_0 = V_0;
return L_0;
}
}
// System.Int32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::get_pageHeight()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRVEShaderInfoAllocator_get_pageHeight_m1533EC6FBAE2ED42A88F24CF03143FB343A3D351 (const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 8;
goto IL_0005;
}
IL_0005:
{
int32_t L_0 = V_0;
return L_0;
}
}
// UnityEngine.Vector2Int UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocToTexelCoord(UnityEngine.UIElements.UIR.BitmapAllocator32&,UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A UIRVEShaderInfoAllocator_AllocToTexelCoord_m25279EB3888A28B392297749442FF63DE25FE5CD (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* ___0_allocator, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___1_alloc, const RuntimeMethod* method)
{
uint16_t V_0 = 0;
uint16_t V_1 = 0;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_2;
memset((&V_2), 0, sizeof(V_2));
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_0 = ___0_allocator;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_1 = ___1_alloc;
int32_t L_2 = L_1.___page_1;
BitmapAllocator32_GetAllocPageAtlasLocation_m7B4B32B24FF50303D8E8E210405E6314ADDA8DF3(L_0, L_2, (&V_0), (&V_1), NULL);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_3 = ___1_alloc;
uint8_t L_4 = L_3.___bitIndex_3;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_5 = ___0_allocator;
int32_t L_6;
L_6 = BitmapAllocator32_get_entryWidth_mD48E70B69ABD4BB462BA8E52DCDB79EF4BB69C36(L_5, NULL);
uint16_t L_7 = V_0;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_8 = ___1_alloc;
uint16_t L_9 = L_8.___pageLine_2;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_10 = ___0_allocator;
int32_t L_11;
L_11 = BitmapAllocator32_get_entryHeight_m1433FE73012CCD321ACFEC2B794EE48CC185A904(L_10, NULL);
uint16_t L_12 = V_1;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_13;
memset((&L_13), 0, sizeof(L_13));
Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_13), ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply((int32_t)L_4, L_6)), (int32_t)L_7)), ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply((int32_t)L_9, L_11)), (int32_t)L_12)), /*hidden argument*/NULL);
V_2 = L_13;
goto IL_0038;
}
IL_0038:
{
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_14 = V_2;
return L_14;
}
}
// System.Int32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocToConstantBufferIndex(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UIRVEShaderInfoAllocator_AllocToConstantBufferIndex_m47E2F3F871EBF779BD75A6C9E895FF0407E276D0 (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_0 = ___0_alloc;
uint16_t L_1 = L_0.___pageLine_2;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_2;
L_2 = UIRVEShaderInfoAllocator_get_pageWidth_mE407B21B559E3E50E6C2FCBFBF443696FC165517(NULL);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_3 = ___0_alloc;
uint8_t L_4 = L_3.___bitIndex_3;
V_0 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply((int32_t)L_1, L_2)), (int32_t)L_4));
goto IL_0017;
}
IL_0017:
{
int32_t L_5 = V_0;
return L_5;
}
}
// System.Boolean UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AtlasRectMatchesPage(UnityEngine.UIElements.UIR.BitmapAllocator32&,UnityEngine.UIElements.UIR.BMPAlloc,UnityEngine.RectInt)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRVEShaderInfoAllocator_AtlasRectMatchesPage_m531D7F14FE55E6466E76E187FFAF4FA75757DDFE (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* ___0_allocator, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___1_defAlloc, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 ___2_atlasRect, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint16_t V_0 = 0;
uint16_t V_1 = 0;
bool V_2 = false;
int32_t G_B5_0 = 0;
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_0 = ___0_allocator;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_1 = ___1_defAlloc;
int32_t L_2 = L_1.___page_1;
BitmapAllocator32_GetAllocPageAtlasLocation_m7B4B32B24FF50303D8E8E210405E6314ADDA8DF3(L_0, L_2, (&V_0), (&V_1), NULL);
uint16_t L_3 = V_0;
int32_t L_4;
L_4 = RectInt_get_xMin_mA5FB5AF1133380E080CF750D21327DE27EADEE1B((&___2_atlasRect), NULL);
if ((!(((uint32_t)L_3) == ((uint32_t)L_4))))
{
goto IL_0052;
}
}
{
uint16_t L_5 = V_1;
int32_t L_6;
L_6 = RectInt_get_yMin_m6914C2254158DF797E20E381626DC08A2700147B((&___2_atlasRect), NULL);
if ((!(((uint32_t)L_5) == ((uint32_t)L_6))))
{
goto IL_0052;
}
}
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_7 = ___0_allocator;
int32_t L_8;
L_8 = BitmapAllocator32_get_entryWidth_mD48E70B69ABD4BB462BA8E52DCDB79EF4BB69C36(L_7, NULL);
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_9;
L_9 = UIRVEShaderInfoAllocator_get_pageWidth_mE407B21B559E3E50E6C2FCBFBF443696FC165517(NULL);
int32_t L_10;
L_10 = RectInt_get_width_m6B7B2FB764EAE83B7F63E7F77FA33973606761A7((&___2_atlasRect), NULL);
if ((!(((uint32_t)((int32_t)il2cpp_codegen_multiply(L_8, L_9))) == ((uint32_t)L_10))))
{
goto IL_0052;
}
}
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_11 = ___0_allocator;
int32_t L_12;
L_12 = BitmapAllocator32_get_entryHeight_m1433FE73012CCD321ACFEC2B794EE48CC185A904(L_11, NULL);
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_13;
L_13 = UIRVEShaderInfoAllocator_get_pageHeight_m1533EC6FBAE2ED42A88F24CF03143FB343A3D351(NULL);
int32_t L_14;
L_14 = RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C((&___2_atlasRect), NULL);
G_B5_0 = ((((int32_t)((int32_t)il2cpp_codegen_multiply(L_12, L_13))) == ((int32_t)L_14))? 1 : 0);
goto IL_0053;
}
IL_0052:
{
G_B5_0 = 0;
}
IL_0053:
{
V_2 = (bool)G_B5_0;
goto IL_0056;
}
IL_0056:
{
bool L_15 = V_2;
return L_15;
}
}
// Unity.Collections.NativeSlice`1<UnityEngine.UIElements.UIR.Transform3x4> UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::get_transformConstants()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 UIRVEShaderInfoAllocator_get_transformConstants_mDBEBD1B076C75991D4C2FB0B1B7E9F5F4960CF4B (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_op_Implicit_mF50D9B98D8D133CC03AA322033C55B437179620C_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 V_0;
memset((&V_0), 0, sizeof(V_0));
{
NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51 L_0 = __this->___m_Transforms_8;
NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 L_1;
L_1 = NativeSlice_1_op_Implicit_mF50D9B98D8D133CC03AA322033C55B437179620C(L_0, NativeSlice_1_op_Implicit_mF50D9B98D8D133CC03AA322033C55B437179620C_RuntimeMethod_var);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 UIRVEShaderInfoAllocator_get_transformConstants_mDBEBD1B076C75991D4C2FB0B1B7E9F5F4960CF4B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 _returnValue;
_returnValue = UIRVEShaderInfoAllocator_get_transformConstants_mDBEBD1B076C75991D4C2FB0B1B7E9F5F4960CF4B(_thisAdjusted, method);
return _returnValue;
}
// Unity.Collections.NativeSlice`1<UnityEngine.Vector4> UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::get_clipRectConstants()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F UIRVEShaderInfoAllocator_get_clipRectConstants_m1F589F4F88AF5032526C02244DDF072F499FE9F0 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_op_Implicit_mD929D4C7B3EDDE6F44BCA83C1B2702F338BA9F8F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F V_0;
memset((&V_0), 0, sizeof(V_0));
{
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 L_0 = __this->___m_ClipRects_9;
NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F L_1;
L_1 = NativeSlice_1_op_Implicit_mD929D4C7B3EDDE6F44BCA83C1B2702F338BA9F8F(L_0, NativeSlice_1_op_Implicit_mD929D4C7B3EDDE6F44BCA83C1B2702F338BA9F8F_RuntimeMethod_var);
V_0 = L_1;
goto IL_000f;
}
IL_000f:
{
NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F L_2 = V_0;
return L_2;
}
}
IL2CPP_EXTERN_C NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F UIRVEShaderInfoAllocator_get_clipRectConstants_m1F589F4F88AF5032526C02244DDF072F499FE9F0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F _returnValue;
_returnValue = UIRVEShaderInfoAllocator_get_clipRectConstants_m1F589F4F88AF5032526C02244DDF072F499FE9F0(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.Texture UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::get_atlas()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* UIRVEShaderInfoAllocator_get_atlas_mBE42DF6248C2B49245373E7C2201F72D1565953E (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* V_1 = NULL;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* G_B5_0 = NULL;
{
bool L_0 = __this->___m_StorageReallyCreated_6;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0019;
}
}
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_2 = __this->___m_Storage_0;
NullCheck(L_2);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_3;
L_3 = VirtualFuncInvoker0< Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* >::Invoke(5 /* UnityEngine.Texture2D UnityEngine.UIElements.UIR.BaseShaderInfoStorage::get_texture() */, L_2);
V_1 = L_3;
goto IL_0030;
}
IL_0019:
{
bool L_4 = __this->___m_VertexTexturingEnabled_7;
if (L_4)
{
goto IL_0028;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_5;
L_5 = UIRenderDevice_get_defaultShaderInfoTexARGB8_m72435C82B7694629C138D3D182AFCD12DCCAB678(NULL);
G_B5_0 = L_5;
goto IL_002d;
}
IL_0028:
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_6;
L_6 = UIRenderDevice_get_defaultShaderInfoTexFloat_m5FE52F28B39A9B022DE99A99A442C5828A354622(NULL);
G_B5_0 = L_6;
}
IL_002d:
{
V_1 = G_B5_0;
goto IL_0030;
}
IL_0030:
{
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_7 = V_1;
return L_7;
}
}
IL2CPP_EXTERN_C Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* UIRVEShaderInfoAllocator_get_atlas_mBE42DF6248C2B49245373E7C2201F72D1565953E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* _returnValue;
_returnValue = UIRVEShaderInfoAllocator_get_atlas_mBE42DF6248C2B49245373E7C2201F72D1565953E(_thisAdjusted, method);
return _returnValue;
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::Construct()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_Construct_m98DBDC275E9D883F2333B65AE998DF99A1A8E9E3 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_m583C7489D7AAC57700B48C9035CC3BE3379872E4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_m5D82637B037D85A870C5730EB90172E9009CE3A9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_1;
memset((&V_1), 0, sizeof(V_1));
bool V_2 = false;
int32_t V_3 = 0;
Transform3x4_t9F79FC0112A00D3FFD7AFAD2D10AD22DF929052F V_4;
memset((&V_4), 0, sizeof(V_4));
{
il2cpp_codegen_initobj((&V_0), sizeof(BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73));
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 L_0 = V_0;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 L_1 = L_0;
V_0 = L_1;
__this->___m_TextSettingsAllocator_5 = L_1;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_TextSettingsAllocator_5))->___m_Pages_1), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_TextSettingsAllocator_5))->___m_AllocMap_2), (void*)NULL);
#endif
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 L_2 = V_0;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 L_3 = L_2;
V_0 = L_3;
__this->___m_TransformAllocator_1 = L_3;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_TransformAllocator_1))->___m_Pages_1), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_TransformAllocator_1))->___m_AllocMap_2), (void*)NULL);
#endif
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 L_4 = V_0;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 L_5 = L_4;
V_0 = L_5;
__this->___m_ClipRectAllocator_2 = L_5;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ClipRectAllocator_2))->___m_Pages_1), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ClipRectAllocator_2))->___m_AllocMap_2), (void*)NULL);
#endif
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 L_6 = V_0;
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 L_7 = L_6;
V_0 = L_7;
__this->___m_ColorAllocator_4 = L_7;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ColorAllocator_4))->___m_Pages_1), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_ColorAllocator_4))->___m_AllocMap_2), (void*)NULL);
#endif
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73 L_8 = V_0;
__this->___m_OpacityAllocator_3 = L_8;
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_OpacityAllocator_3))->___m_Pages_1), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_OpacityAllocator_3))->___m_AllocMap_2), (void*)NULL);
#endif
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_9 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_TransformAllocator_1);
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_10;
L_10 = UIRVEShaderInfoAllocator_get_pageHeight_m1533EC6FBAE2ED42A88F24CF03143FB343A3D351(NULL);
BitmapAllocator32_Construct_m845F3D958D45DCA1F25686E8D86F6C83D7165279(L_9, L_10, 1, 3, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_11 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_TransformAllocator_1);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_12 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformTexel_10;
V_1 = L_12;
int32_t L_13;
L_13 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_14 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformTexel_10;
V_1 = L_14;
int32_t L_15;
L_15 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
BitmapAllocator32_ForceFirstAlloc_mCF5E388B3A9EF997CFFE46945CB6238924BC3FC6(L_11, (uint16_t)((int32_t)(uint16_t)L_13), (uint16_t)((int32_t)(uint16_t)L_15), NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_16 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_ClipRectAllocator_2);
int32_t L_17;
L_17 = UIRVEShaderInfoAllocator_get_pageHeight_m1533EC6FBAE2ED42A88F24CF03143FB343A3D351(NULL);
BitmapAllocator32_Construct_m845F3D958D45DCA1F25686E8D86F6C83D7165279(L_16, L_17, 1, 1, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_18 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_ClipRectAllocator_2);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_19 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRectTexel_11;
V_1 = L_19;
int32_t L_20;
L_20 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_21 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRectTexel_11;
V_1 = L_21;
int32_t L_22;
L_22 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
BitmapAllocator32_ForceFirstAlloc_mCF5E388B3A9EF997CFFE46945CB6238924BC3FC6(L_18, (uint16_t)((int32_t)(uint16_t)L_20), (uint16_t)((int32_t)(uint16_t)L_22), NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_23 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_OpacityAllocator_3);
int32_t L_24;
L_24 = UIRVEShaderInfoAllocator_get_pageHeight_m1533EC6FBAE2ED42A88F24CF03143FB343A3D351(NULL);
BitmapAllocator32_Construct_m845F3D958D45DCA1F25686E8D86F6C83D7165279(L_23, L_24, 1, 1, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_25 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_OpacityAllocator_3);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_26 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___fullOpacityTexel_12;
V_1 = L_26;
int32_t L_27;
L_27 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_28 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___fullOpacityTexel_12;
V_1 = L_28;
int32_t L_29;
L_29 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
BitmapAllocator32_ForceFirstAlloc_mCF5E388B3A9EF997CFFE46945CB6238924BC3FC6(L_25, (uint16_t)((int32_t)(uint16_t)L_27), (uint16_t)((int32_t)(uint16_t)L_29), NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_30 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_ColorAllocator_4);
int32_t L_31;
L_31 = UIRVEShaderInfoAllocator_get_pageHeight_m1533EC6FBAE2ED42A88F24CF03143FB343A3D351(NULL);
BitmapAllocator32_Construct_m845F3D958D45DCA1F25686E8D86F6C83D7165279(L_30, L_31, 1, 1, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_32 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_ColorAllocator_4);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_33 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___clearColorTexel_13;
V_1 = L_33;
int32_t L_34;
L_34 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_35 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___clearColorTexel_13;
V_1 = L_35;
int32_t L_36;
L_36 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
BitmapAllocator32_ForceFirstAlloc_mCF5E388B3A9EF997CFFE46945CB6238924BC3FC6(L_32, (uint16_t)((int32_t)(uint16_t)L_34), (uint16_t)((int32_t)(uint16_t)L_36), NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_37 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_TextSettingsAllocator_5);
int32_t L_38;
L_38 = UIRVEShaderInfoAllocator_get_pageHeight_m1533EC6FBAE2ED42A88F24CF03143FB343A3D351(NULL);
BitmapAllocator32_Construct_m845F3D958D45DCA1F25686E8D86F6C83D7165279(L_37, L_38, 1, 4, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_39 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_TextSettingsAllocator_5);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_40 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsTexel_14;
V_1 = L_40;
int32_t L_41;
L_41 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_42 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsTexel_14;
V_1 = L_42;
int32_t L_43;
L_43 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
BitmapAllocator32_ForceFirstAlloc_mCF5E388B3A9EF997CFFE46945CB6238924BC3FC6(L_39, (uint16_t)((int32_t)(uint16_t)L_41), (uint16_t)((int32_t)(uint16_t)L_43), NULL);
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
bool L_44;
L_44 = UIRenderDevice_get_vertexTexturingIsAvailable_m3F319008C351B2A2BA72C56B9649DD6565B54E0B(NULL);
__this->___m_VertexTexturingEnabled_7 = L_44;
bool L_45 = __this->___m_VertexTexturingEnabled_7;
V_2 = (bool)((((int32_t)L_45) == ((int32_t)0))? 1 : 0);
bool L_46 = V_2;
if (!L_46)
{
goto IL_01e1;
}
}
{
V_3 = ((int32_t)20);
int32_t L_47 = V_3;
NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51 L_48;
memset((&L_48), 0, sizeof(L_48));
NativeArray_1__ctor_m5D82637B037D85A870C5730EB90172E9009CE3A9((&L_48), L_47, 4, 0, /*hidden argument*/NativeArray_1__ctor_m5D82637B037D85A870C5730EB90172E9009CE3A9_RuntimeMethod_var);
__this->___m_Transforms_8 = L_48;
int32_t L_49 = V_3;
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 L_50;
memset((&L_50), 0, sizeof(L_50));
NativeArray_1__ctor_m583C7489D7AAC57700B48C9035CC3BE3379872E4((&L_50), L_49, 4, 0, /*hidden argument*/NativeArray_1__ctor_m583C7489D7AAC57700B48C9035CC3BE3379872E4_RuntimeMethod_var);
__this->___m_ClipRects_9 = L_50;
NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51* L_51 = (NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51*)(&__this->___m_Transforms_8);
il2cpp_codegen_initobj((&V_4), sizeof(Transform3x4_t9F79FC0112A00D3FFD7AFAD2D10AD22DF929052F));
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_52 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformRow0Value_16;
(&V_4)->___v0_0 = L_52;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_53 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformRow1Value_17;
(&V_4)->___v1_1 = L_53;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_54 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformRow2Value_18;
(&V_4)->___v2_2 = L_54;
Transform3x4_t9F79FC0112A00D3FFD7AFAD2D10AD22DF929052F L_55 = V_4;
IL2CPP_NATIVEARRAY_SET_ITEM(Transform3x4_t9F79FC0112A00D3FFD7AFAD2D10AD22DF929052F, (L_51)->___m_Buffer_0, 0, (L_55));
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8* L_56 = (NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8*)(&__this->___m_ClipRects_9);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_57 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRectValue_19;
IL2CPP_NATIVEARRAY_SET_ITEM(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3, (L_56)->___m_Buffer_0, 0, (L_57));
}
IL_01e1:
{
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_Construct_m98DBDC275E9D883F2333B65AE998DF99A1A8E9E3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_Construct_m98DBDC275E9D883F2333B65AE998DF99A1A8E9E3(_thisAdjusted, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::ReallyCreateStorage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_0;
memset((&V_0), 0, sizeof(V_0));
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_1;
memset((&V_1), 0, sizeof(V_1));
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_2;
memset((&V_2), 0, sizeof(V_2));
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_3;
memset((&V_3), 0, sizeof(V_3));
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_4;
memset((&V_4), 0, sizeof(V_4));
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
bool V_11 = false;
{
bool L_0 = __this->___m_VertexTexturingEnabled_7;
V_5 = L_0;
bool L_1 = V_5;
if (!L_1)
{
goto IL_0021;
}
}
{
ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27* L_2 = (ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27*)il2cpp_codegen_object_new(ShaderInfoStorageRGBAFloat_t29BD6EE6A6A7D74694E055EFFF58F4E170667D27_il2cpp_TypeInfo_var);
NullCheck(L_2);
ShaderInfoStorageRGBAFloat__ctor_m1A6C0C0180903E3A2AA7D7DA534D30D2DEECE04B(L_2, ((int32_t)64), ((int32_t)4096), NULL);
__this->___m_Storage_0 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Storage_0), (void*)L_2);
goto IL_0033;
}
IL_0021:
{
ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0* L_3 = (ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0*)il2cpp_codegen_object_new(ShaderInfoStorageRGBA32_t9B73ACD43B94A52CB46F18974814DA181884ABA0_il2cpp_TypeInfo_var);
NullCheck(L_3);
ShaderInfoStorageRGBA32__ctor_m082C6F170DFC30736704D1BB0713CA35F19FD909(L_3, ((int32_t)64), ((int32_t)4096), NULL);
__this->___m_Storage_0 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Storage_0), (void*)L_3);
}
IL_0033:
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_4 = __this->___m_Storage_0;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_5;
L_5 = UIRVEShaderInfoAllocator_get_pageWidth_mE407B21B559E3E50E6C2FCBFBF443696FC165517(NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_6 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_TransformAllocator_1);
int32_t L_7;
L_7 = BitmapAllocator32_get_entryWidth_mD48E70B69ABD4BB462BA8E52DCDB79EF4BB69C36(L_6, NULL);
int32_t L_8;
L_8 = UIRVEShaderInfoAllocator_get_pageHeight_m1533EC6FBAE2ED42A88F24CF03143FB343A3D351(NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_9 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_TransformAllocator_1);
int32_t L_10;
L_10 = BitmapAllocator32_get_entryHeight_m1433FE73012CCD321ACFEC2B794EE48CC185A904(L_9, NULL);
NullCheck(L_4);
bool L_11;
L_11 = VirtualFuncInvoker3< bool, int32_t, int32_t, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* >::Invoke(6 /* System.Boolean UnityEngine.UIElements.UIR.BaseShaderInfoStorage::AllocateRect(System.Int32,System.Int32,UnityEngine.RectInt&) */, L_4, ((int32_t)il2cpp_codegen_multiply(L_5, L_7)), ((int32_t)il2cpp_codegen_multiply(L_8, L_10)), (&V_0));
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_12 = __this->___m_Storage_0;
int32_t L_13;
L_13 = UIRVEShaderInfoAllocator_get_pageWidth_mE407B21B559E3E50E6C2FCBFBF443696FC165517(NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_14 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_ClipRectAllocator_2);
int32_t L_15;
L_15 = BitmapAllocator32_get_entryWidth_mD48E70B69ABD4BB462BA8E52DCDB79EF4BB69C36(L_14, NULL);
int32_t L_16;
L_16 = UIRVEShaderInfoAllocator_get_pageHeight_m1533EC6FBAE2ED42A88F24CF03143FB343A3D351(NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_17 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_ClipRectAllocator_2);
int32_t L_18;
L_18 = BitmapAllocator32_get_entryHeight_m1433FE73012CCD321ACFEC2B794EE48CC185A904(L_17, NULL);
NullCheck(L_12);
bool L_19;
L_19 = VirtualFuncInvoker3< bool, int32_t, int32_t, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* >::Invoke(6 /* System.Boolean UnityEngine.UIElements.UIR.BaseShaderInfoStorage::AllocateRect(System.Int32,System.Int32,UnityEngine.RectInt&) */, L_12, ((int32_t)il2cpp_codegen_multiply(L_13, L_15)), ((int32_t)il2cpp_codegen_multiply(L_16, L_18)), (&V_1));
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_20 = __this->___m_Storage_0;
int32_t L_21;
L_21 = UIRVEShaderInfoAllocator_get_pageWidth_mE407B21B559E3E50E6C2FCBFBF443696FC165517(NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_22 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_OpacityAllocator_3);
int32_t L_23;
L_23 = BitmapAllocator32_get_entryWidth_mD48E70B69ABD4BB462BA8E52DCDB79EF4BB69C36(L_22, NULL);
int32_t L_24;
L_24 = UIRVEShaderInfoAllocator_get_pageHeight_m1533EC6FBAE2ED42A88F24CF03143FB343A3D351(NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_25 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_OpacityAllocator_3);
int32_t L_26;
L_26 = BitmapAllocator32_get_entryHeight_m1433FE73012CCD321ACFEC2B794EE48CC185A904(L_25, NULL);
NullCheck(L_20);
bool L_27;
L_27 = VirtualFuncInvoker3< bool, int32_t, int32_t, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* >::Invoke(6 /* System.Boolean UnityEngine.UIElements.UIR.BaseShaderInfoStorage::AllocateRect(System.Int32,System.Int32,UnityEngine.RectInt&) */, L_20, ((int32_t)il2cpp_codegen_multiply(L_21, L_23)), ((int32_t)il2cpp_codegen_multiply(L_24, L_26)), (&V_2));
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_28 = __this->___m_Storage_0;
int32_t L_29;
L_29 = UIRVEShaderInfoAllocator_get_pageWidth_mE407B21B559E3E50E6C2FCBFBF443696FC165517(NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_30 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_ColorAllocator_4);
int32_t L_31;
L_31 = BitmapAllocator32_get_entryWidth_mD48E70B69ABD4BB462BA8E52DCDB79EF4BB69C36(L_30, NULL);
int32_t L_32;
L_32 = UIRVEShaderInfoAllocator_get_pageHeight_m1533EC6FBAE2ED42A88F24CF03143FB343A3D351(NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_33 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_ColorAllocator_4);
int32_t L_34;
L_34 = BitmapAllocator32_get_entryHeight_m1433FE73012CCD321ACFEC2B794EE48CC185A904(L_33, NULL);
NullCheck(L_28);
bool L_35;
L_35 = VirtualFuncInvoker3< bool, int32_t, int32_t, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* >::Invoke(6 /* System.Boolean UnityEngine.UIElements.UIR.BaseShaderInfoStorage::AllocateRect(System.Int32,System.Int32,UnityEngine.RectInt&) */, L_28, ((int32_t)il2cpp_codegen_multiply(L_29, L_31)), ((int32_t)il2cpp_codegen_multiply(L_32, L_34)), (&V_3));
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_36 = __this->___m_Storage_0;
int32_t L_37;
L_37 = UIRVEShaderInfoAllocator_get_pageWidth_mE407B21B559E3E50E6C2FCBFBF443696FC165517(NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_38 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_TextSettingsAllocator_5);
int32_t L_39;
L_39 = BitmapAllocator32_get_entryWidth_mD48E70B69ABD4BB462BA8E52DCDB79EF4BB69C36(L_38, NULL);
int32_t L_40;
L_40 = UIRVEShaderInfoAllocator_get_pageHeight_m1533EC6FBAE2ED42A88F24CF03143FB343A3D351(NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_41 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_TextSettingsAllocator_5);
int32_t L_42;
L_42 = BitmapAllocator32_get_entryHeight_m1433FE73012CCD321ACFEC2B794EE48CC185A904(L_41, NULL);
NullCheck(L_36);
bool L_43;
L_43 = VirtualFuncInvoker3< bool, int32_t, int32_t, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* >::Invoke(6 /* System.Boolean UnityEngine.UIElements.UIR.BaseShaderInfoStorage::AllocateRect(System.Int32,System.Int32,UnityEngine.RectInt&) */, L_36, ((int32_t)il2cpp_codegen_multiply(L_37, L_39)), ((int32_t)il2cpp_codegen_multiply(L_40, L_42)), (&V_4));
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_44 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_TransformAllocator_1);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_45 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransform_23;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_46 = V_0;
bool L_47;
L_47 = UIRVEShaderInfoAllocator_AtlasRectMatchesPage_m531D7F14FE55E6466E76E187FFAF4FA75757DDFE(L_44, L_45, L_46, NULL);
V_6 = (bool)((((int32_t)L_47) == ((int32_t)0))? 1 : 0);
bool L_48 = V_6;
if (!L_48)
{
goto IL_0148;
}
}
{
Exception_t* L_49 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
NullCheck(L_49);
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_49, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0A1C4B5170F3015B68F6CDA6D30295985A37FF01)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB_RuntimeMethod_var)));
}
IL_0148:
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_50 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_ClipRectAllocator_2);
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_51 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRect_24;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_52 = V_1;
bool L_53;
L_53 = UIRVEShaderInfoAllocator_AtlasRectMatchesPage_m531D7F14FE55E6466E76E187FFAF4FA75757DDFE(L_50, L_51, L_52, NULL);
V_7 = (bool)((((int32_t)L_53) == ((int32_t)0))? 1 : 0);
bool L_54 = V_7;
if (!L_54)
{
goto IL_016d;
}
}
{
Exception_t* L_55 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
NullCheck(L_55);
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_55, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8F39F69DBFDFD1E870E3C5C73FFA1F5399F946B8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_55, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB_RuntimeMethod_var)));
}
IL_016d:
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_56 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_OpacityAllocator_3);
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_57 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___fullOpacity_25;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_58 = V_2;
bool L_59;
L_59 = UIRVEShaderInfoAllocator_AtlasRectMatchesPage_m531D7F14FE55E6466E76E187FFAF4FA75757DDFE(L_56, L_57, L_58, NULL);
V_8 = (bool)((((int32_t)L_59) == ((int32_t)0))? 1 : 0);
bool L_60 = V_8;
if (!L_60)
{
goto IL_0192;
}
}
{
Exception_t* L_61 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
NullCheck(L_61);
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_61, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral874C2929D19C3DF7D7CC696BF31565B5E2D72F1D)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_61, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB_RuntimeMethod_var)));
}
IL_0192:
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_62 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_ColorAllocator_4);
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_63 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___clearColor_26;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_64 = V_3;
bool L_65;
L_65 = UIRVEShaderInfoAllocator_AtlasRectMatchesPage_m531D7F14FE55E6466E76E187FFAF4FA75757DDFE(L_62, L_63, L_64, NULL);
V_9 = (bool)((((int32_t)L_65) == ((int32_t)0))? 1 : 0);
bool L_66 = V_9;
if (!L_66)
{
goto IL_01b7;
}
}
{
Exception_t* L_67 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
NullCheck(L_67);
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_67, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D19D4413E5CCDE05020C5EC9143A0BA3C7E76FD)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_67, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB_RuntimeMethod_var)));
}
IL_01b7:
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_68 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_TextSettingsAllocator_5);
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_69 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettings_27;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_70 = V_4;
bool L_71;
L_71 = UIRVEShaderInfoAllocator_AtlasRectMatchesPage_m531D7F14FE55E6466E76E187FFAF4FA75757DDFE(L_68, L_69, L_70, NULL);
V_10 = (bool)((((int32_t)L_71) == ((int32_t)0))? 1 : 0);
bool L_72 = V_10;
if (!L_72)
{
goto IL_01dd;
}
}
{
Exception_t* L_73 = (Exception_t*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)));
NullCheck(L_73);
Exception__ctor_m9B2BD92CD68916245A75109105D9071C9D430E7F(L_73, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5D50259D5FC3727EC9985776D0C5307147AFBC81)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_73, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB_RuntimeMethod_var)));
}
IL_01dd:
{
bool L_74 = __this->___m_VertexTexturingEnabled_7;
V_11 = L_74;
bool L_75 = V_11;
if (!L_75)
{
goto IL_020d;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_76 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransform_23;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_77 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformValue_15;
UIRVEShaderInfoAllocator_SetTransformValue_m7CEA33754EB6951EEDCCC2B2364B22B8B81A9F57(__this, L_76, L_77, NULL);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_78 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRect_24;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_79 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRectValue_19;
UIRVEShaderInfoAllocator_SetClipRectValue_mB054EC9E7EB8B523E0022AADD215218542B6B7D3(__this, L_78, L_79, NULL);
}
IL_020d:
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_80 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___fullOpacity_25;
float L_81 = (&((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___fullOpacityValue_20)->___w_4;
UIRVEShaderInfoAllocator_SetOpacityValue_m8A9A4001B79EDBCEA1355176EE039380E5511559(__this, L_80, L_81, NULL);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_82 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___clearColor_26;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_83 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___clearColorValue_21;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_84;
L_84 = Color_op_Implicit_mA8CF4745D766F4F610E1BE0A1ED2F4E5FE5D734C_inline(L_83, NULL);
UIRVEShaderInfoAllocator_SetColorValue_m122B7E5E630D84A3D5EF024BD510C537B16CEA61(__this, L_82, L_84, (bool)0, NULL);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_85 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettings_27;
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_86 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsValue_22;
UIRVEShaderInfoAllocator_SetTextCoreSettingValue_mDD8FC8D76A78F3C066497DD40172C72535AC7E84(__this, L_85, L_86, (bool)0, NULL);
__this->___m_StorageReallyCreated_6 = (bool)1;
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB(_thisAdjusted, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_Dispose_m693C33DD7810BB517B2DB6FF5316334587776984 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m7C1C673346BCEABEE49CF3FAB87845391F58F350_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m7CA9BD7607780DE85C8AC7B6A68E586F0B9843B6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_get_IsCreated_m331DA322D57835388C7F580F2A2DF6C794C54652_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_get_IsCreated_mED9E373415C2DF369294129F0C57FDC676521786_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_0 = __this->___m_Storage_0;
V_0 = (bool)((!(((RuntimeObject*)(BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_001a;
}
}
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_2 = __this->___m_Storage_0;
NullCheck(L_2);
BaseShaderInfoStorage_Dispose_m9DF4F3D71F97B25C83B13B5879DEE23FA8943CE6(L_2, NULL);
}
IL_001a:
{
__this->___m_Storage_0 = (BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Storage_0), (void*)(BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2*)NULL);
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8* L_3 = (NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8*)(&__this->___m_ClipRects_9);
bool L_4;
L_4 = NativeArray_1_get_IsCreated_mED9E373415C2DF369294129F0C57FDC676521786_inline(L_3, NativeArray_1_get_IsCreated_mED9E373415C2DF369294129F0C57FDC676521786_RuntimeMethod_var);
V_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_003c;
}
}
{
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8* L_6 = (NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8*)(&__this->___m_ClipRects_9);
NativeArray_1_Dispose_m7CA9BD7607780DE85C8AC7B6A68E586F0B9843B6(L_6, NativeArray_1_Dispose_m7CA9BD7607780DE85C8AC7B6A68E586F0B9843B6_RuntimeMethod_var);
}
IL_003c:
{
NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51* L_7 = (NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51*)(&__this->___m_Transforms_8);
bool L_8;
L_8 = NativeArray_1_get_IsCreated_m331DA322D57835388C7F580F2A2DF6C794C54652_inline(L_7, NativeArray_1_get_IsCreated_m331DA322D57835388C7F580F2A2DF6C794C54652_RuntimeMethod_var);
V_2 = L_8;
bool L_9 = V_2;
if (!L_9)
{
goto IL_0057;
}
}
{
NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51* L_10 = (NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51*)(&__this->___m_Transforms_8);
NativeArray_1_Dispose_m7C1C673346BCEABEE49CF3FAB87845391F58F350(L_10, NativeArray_1_Dispose_m7C1C673346BCEABEE49CF3FAB87845391F58F350_RuntimeMethod_var);
}
IL_0057:
{
__this->___m_StorageReallyCreated_6 = (bool)0;
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_Dispose_m693C33DD7810BB517B2DB6FF5316334587776984_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_Dispose_m693C33DD7810BB517B2DB6FF5316334587776984(_thisAdjusted, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::IssuePendingStorageChanges()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_IssuePendingStorageChanges_mF994684323C7C8BF66B5ED0F5F34A8B67509EE9B (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method)
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* G_B2_0 = NULL;
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* G_B1_0 = NULL;
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_0 = __this->___m_Storage_0;
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000d;
}
}
{
goto IL_0013;
}
IL_000d:
{
NullCheck(G_B2_0);
VirtualActionInvoker0::Invoke(8 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::UpdateTexture() */, G_B2_0);
}
IL_0013:
{
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_IssuePendingStorageChanges_mF994684323C7C8BF66B5ED0F5F34A8B67509EE9B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_IssuePendingStorageChanges_mF994684323C7C8BF66B5ED0F5F34A8B67509EE9B(_thisAdjusted, method);
}
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocTransform()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocTransform_mAD5208CBE3D63767C8306E6D3400560CB5B62053 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
bool V_2 = false;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
{
bool L_0 = __this->___m_StorageReallyCreated_6;
V_1 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0015;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB(__this, NULL);
}
IL_0015:
{
bool L_2 = __this->___m_VertexTexturingEnabled_7;
V_2 = L_2;
bool L_3 = V_2;
if (!L_3)
{
goto IL_0033;
}
}
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_4 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_TransformAllocator_1);
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_5 = __this->___m_Storage_0;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_6;
L_6 = BitmapAllocator32_Allocate_m5B9C1DBA953EA5DD668FFA26940191E62ACBE092(L_4, L_5, NULL);
V_3 = L_6;
goto IL_0072;
}
IL_0033:
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_7 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_TransformAllocator_1);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_8;
L_8 = BitmapAllocator32_Allocate_m5B9C1DBA953EA5DD668FFA26940191E62ACBE092(L_7, (BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2*)NULL, NULL);
V_0 = L_8;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_9 = V_0;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_10;
L_10 = UIRVEShaderInfoAllocator_AllocToConstantBufferIndex_m47E2F3F871EBF779BD75A6C9E895FF0407E276D0(L_9, NULL);
NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51* L_11 = (NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51*)(&__this->___m_Transforms_8);
int32_t L_12;
L_12 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_11)->___m_Length_1);
V_4 = (bool)((((int32_t)L_10) < ((int32_t)L_12))? 1 : 0);
bool L_13 = V_4;
if (!L_13)
{
goto IL_005d;
}
}
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_14 = V_0;
V_3 = L_14;
goto IL_0072;
}
IL_005d:
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_15 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_TransformAllocator_1);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_16 = V_0;
BitmapAllocator32_Free_mC065F31D6CDFDEE50E815CB148A75BEF12499CE5(L_15, L_16, NULL);
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_17 = ((BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields*)il2cpp_codegen_static_fields_for(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var))->___Invalid_0;
V_3 = L_17;
goto IL_0072;
}
IL_0072:
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_18 = V_3;
return L_18;
}
}
IL2CPP_EXTERN_C BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocTransform_mAD5208CBE3D63767C8306E6D3400560CB5B62053_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 _returnValue;
_returnValue = UIRVEShaderInfoAllocator_AllocTransform_mAD5208CBE3D63767C8306E6D3400560CB5B62053(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocClipRect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocClipRect_m0C26B2B9BF62E5AB0891B83BA2E3D61945565F65 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
bool V_2 = false;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
{
bool L_0 = __this->___m_StorageReallyCreated_6;
V_1 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_0015;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB(__this, NULL);
}
IL_0015:
{
bool L_2 = __this->___m_VertexTexturingEnabled_7;
V_2 = L_2;
bool L_3 = V_2;
if (!L_3)
{
goto IL_0033;
}
}
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_4 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_ClipRectAllocator_2);
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_5 = __this->___m_Storage_0;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_6;
L_6 = BitmapAllocator32_Allocate_m5B9C1DBA953EA5DD668FFA26940191E62ACBE092(L_4, L_5, NULL);
V_3 = L_6;
goto IL_0072;
}
IL_0033:
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_7 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_ClipRectAllocator_2);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_8;
L_8 = BitmapAllocator32_Allocate_m5B9C1DBA953EA5DD668FFA26940191E62ACBE092(L_7, (BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2*)NULL, NULL);
V_0 = L_8;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_9 = V_0;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_10;
L_10 = UIRVEShaderInfoAllocator_AllocToConstantBufferIndex_m47E2F3F871EBF779BD75A6C9E895FF0407E276D0(L_9, NULL);
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8* L_11 = (NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8*)(&__this->___m_ClipRects_9);
int32_t L_12;
L_12 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_11)->___m_Length_1);
V_4 = (bool)((((int32_t)L_10) < ((int32_t)L_12))? 1 : 0);
bool L_13 = V_4;
if (!L_13)
{
goto IL_005d;
}
}
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_14 = V_0;
V_3 = L_14;
goto IL_0072;
}
IL_005d:
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_15 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_ClipRectAllocator_2);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_16 = V_0;
BitmapAllocator32_Free_mC065F31D6CDFDEE50E815CB148A75BEF12499CE5(L_15, L_16, NULL);
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_17 = ((BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_StaticFields*)il2cpp_codegen_static_fields_for(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var))->___Invalid_0;
V_3 = L_17;
goto IL_0072;
}
IL_0072:
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_18 = V_3;
return L_18;
}
}
IL2CPP_EXTERN_C BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocClipRect_m0C26B2B9BF62E5AB0891B83BA2E3D61945565F65_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 _returnValue;
_returnValue = UIRVEShaderInfoAllocator_AllocClipRect_m0C26B2B9BF62E5AB0891B83BA2E3D61945565F65(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocOpacity()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocOpacity_mB89055AE8DA28F5C406071B14725FB44B52CD5D2 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 V_1;
memset((&V_1), 0, sizeof(V_1));
{
bool L_0 = __this->___m_StorageReallyCreated_6;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0015;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB(__this, NULL);
}
IL_0015:
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_2 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_OpacityAllocator_3);
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_3 = __this->___m_Storage_0;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_4;
L_4 = BitmapAllocator32_Allocate_m5B9C1DBA953EA5DD668FFA26940191E62ACBE092(L_2, L_3, NULL);
V_1 = L_4;
goto IL_0029;
}
IL_0029:
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocOpacity_mB89055AE8DA28F5C406071B14725FB44B52CD5D2_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 _returnValue;
_returnValue = UIRVEShaderInfoAllocator_AllocOpacity_mB89055AE8DA28F5C406071B14725FB44B52CD5D2(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocColor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocColor_mF57B9588AAB845336D427B90C7F72E495800944F (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 V_1;
memset((&V_1), 0, sizeof(V_1));
{
bool L_0 = __this->___m_StorageReallyCreated_6;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0015;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB(__this, NULL);
}
IL_0015:
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_2 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_ColorAllocator_4);
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_3 = __this->___m_Storage_0;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_4;
L_4 = BitmapAllocator32_Allocate_m5B9C1DBA953EA5DD668FFA26940191E62ACBE092(L_2, L_3, NULL);
V_1 = L_4;
goto IL_0029;
}
IL_0029:
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocColor_mF57B9588AAB845336D427B90C7F72E495800944F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 _returnValue;
_returnValue = UIRVEShaderInfoAllocator_AllocColor_mF57B9588AAB845336D427B90C7F72E495800944F(_thisAdjusted, method);
return _returnValue;
}
// UnityEngine.UIElements.UIR.BMPAlloc UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::AllocTextCoreSettings(UnityEngine.UIElements.UIR.TextCoreSettings)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocTextCoreSettings_m7245DF038C56D2D59D461353FBBCDC576C14F4A1 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 ___0_settings, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 V_1;
memset((&V_1), 0, sizeof(V_1));
{
bool L_0 = __this->___m_StorageReallyCreated_6;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0015;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
UIRVEShaderInfoAllocator_ReallyCreateStorage_m91EECE7E075C8A876C629AFA030492B106854FEB(__this, NULL);
}
IL_0015:
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_2 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_TextSettingsAllocator_5);
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_3 = __this->___m_Storage_0;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_4;
L_4 = BitmapAllocator32_Allocate_m5B9C1DBA953EA5DD668FFA26940191E62ACBE092(L_2, L_3, NULL);
V_1 = L_4;
goto IL_0029;
}
IL_0029:
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_5 = V_1;
return L_5;
}
}
IL2CPP_EXTERN_C BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 UIRVEShaderInfoAllocator_AllocTextCoreSettings_m7245DF038C56D2D59D461353FBBCDC576C14F4A1_AdjustorThunk (RuntimeObject* __this, TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 ___0_settings, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 _returnValue;
_returnValue = UIRVEShaderInfoAllocator_AllocTextCoreSettings_m7245DF038C56D2D59D461353FBBCDC576C14F4A1(_thisAdjusted, ___0_settings, method);
return _returnValue;
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetTransformValue(UnityEngine.UIElements.UIR.BMPAlloc,UnityEngine.Matrix4x4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetTransformValue_m7CEA33754EB6951EEDCCC2B2364B22B8B81A9F57 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_xform, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_1;
memset((&V_1), 0, sizeof(V_1));
Transform3x4_t9F79FC0112A00D3FFD7AFAD2D10AD22DF929052F V_2;
memset((&V_2), 0, sizeof(V_2));
{
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
bool L_0;
L_0 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___0_alloc), NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D(L_0, NULL);
bool L_1 = __this->___m_VertexTexturingEnabled_7;
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_00a5;
}
}
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_3 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_TransformAllocator_1);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_4 = ___0_alloc;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_5;
L_5 = UIRVEShaderInfoAllocator_AllocToTexelCoord_m25279EB3888A28B392297749442FF63DE25FE5CD(L_3, L_4, NULL);
V_1 = L_5;
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_6 = __this->___m_Storage_0;
int32_t L_7;
L_7 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
int32_t L_8;
L_8 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9;
L_9 = Matrix4x4_GetRow_m59C6981300C6F6927BEA17C5D095B2AD29629E9F((&___1_xform), 0, NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10;
L_10 = Color_op_Implicit_mA8CF4745D766F4F610E1BE0A1ED2F4E5FE5D734C_inline(L_9, NULL);
NullCheck(L_6);
VirtualActionInvoker3< int32_t, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::SetTexel(System.Int32,System.Int32,UnityEngine.Color) */, L_6, L_7, L_8, L_10);
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_11 = __this->___m_Storage_0;
int32_t L_12;
L_12 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
int32_t L_13;
L_13 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_14;
L_14 = Matrix4x4_GetRow_m59C6981300C6F6927BEA17C5D095B2AD29629E9F((&___1_xform), 1, NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_15;
L_15 = Color_op_Implicit_mA8CF4745D766F4F610E1BE0A1ED2F4E5FE5D734C_inline(L_14, NULL);
NullCheck(L_11);
VirtualActionInvoker3< int32_t, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::SetTexel(System.Int32,System.Int32,UnityEngine.Color) */, L_11, L_12, ((int32_t)il2cpp_codegen_add(L_13, 1)), L_15);
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_16 = __this->___m_Storage_0;
int32_t L_17;
L_17 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
int32_t L_18;
L_18 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_19;
L_19 = Matrix4x4_GetRow_m59C6981300C6F6927BEA17C5D095B2AD29629E9F((&___1_xform), 2, NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_20;
L_20 = Color_op_Implicit_mA8CF4745D766F4F610E1BE0A1ED2F4E5FE5D734C_inline(L_19, NULL);
NullCheck(L_16);
VirtualActionInvoker3< int32_t, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::SetTexel(System.Int32,System.Int32,UnityEngine.Color) */, L_16, L_17, ((int32_t)il2cpp_codegen_add(L_18, 2)), L_20);
goto IL_00ed;
}
IL_00a5:
{
NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51* L_21 = (NativeArray_1_t7E7FEB7601A0E8158B43F2495CB02DBB211ADF51*)(&__this->___m_Transforms_8);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_22 = ___0_alloc;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_23;
L_23 = UIRVEShaderInfoAllocator_AllocToConstantBufferIndex_m47E2F3F871EBF779BD75A6C9E895FF0407E276D0(L_22, NULL);
il2cpp_codegen_initobj((&V_2), sizeof(Transform3x4_t9F79FC0112A00D3FFD7AFAD2D10AD22DF929052F));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_24;
L_24 = Matrix4x4_GetRow_m59C6981300C6F6927BEA17C5D095B2AD29629E9F((&___1_xform), 0, NULL);
(&V_2)->___v0_0 = L_24;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_25;
L_25 = Matrix4x4_GetRow_m59C6981300C6F6927BEA17C5D095B2AD29629E9F((&___1_xform), 1, NULL);
(&V_2)->___v1_1 = L_25;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_26;
L_26 = Matrix4x4_GetRow_m59C6981300C6F6927BEA17C5D095B2AD29629E9F((&___1_xform), 2, NULL);
(&V_2)->___v2_2 = L_26;
Transform3x4_t9F79FC0112A00D3FFD7AFAD2D10AD22DF929052F L_27 = V_2;
IL2CPP_NATIVEARRAY_SET_ITEM(Transform3x4_t9F79FC0112A00D3FFD7AFAD2D10AD22DF929052F, (L_21)->___m_Buffer_0, L_23, (L_27));
}
IL_00ed:
{
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_SetTransformValue_m7CEA33754EB6951EEDCCC2B2364B22B8B81A9F57_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___1_xform, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_SetTransformValue_m7CEA33754EB6951EEDCCC2B2364B22B8B81A9F57(_thisAdjusted, ___0_alloc, ___1_xform, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetClipRectValue(UnityEngine.UIElements.UIR.BMPAlloc,UnityEngine.Vector4)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetClipRectValue_mB054EC9E7EB8B523E0022AADD215218542B6B7D3 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_clipRect, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_1;
memset((&V_1), 0, sizeof(V_1));
{
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
bool L_0;
L_0 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___0_alloc), NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D(L_0, NULL);
bool L_1 = __this->___m_VertexTexturingEnabled_7;
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0049;
}
}
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_3 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_ClipRectAllocator_2);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_4 = ___0_alloc;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_5;
L_5 = UIRVEShaderInfoAllocator_AllocToTexelCoord_m25279EB3888A28B392297749442FF63DE25FE5CD(L_3, L_4, NULL);
V_1 = L_5;
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_6 = __this->___m_Storage_0;
int32_t L_7;
L_7 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
int32_t L_8;
L_8 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9 = ___1_clipRect;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10;
L_10 = Color_op_Implicit_mA8CF4745D766F4F610E1BE0A1ED2F4E5FE5D734C_inline(L_9, NULL);
NullCheck(L_6);
VirtualActionInvoker3< int32_t, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::SetTexel(System.Int32,System.Int32,UnityEngine.Color) */, L_6, L_7, L_8, L_10);
goto IL_005c;
}
IL_0049:
{
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8* L_11 = (NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8*)(&__this->___m_ClipRects_9);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_12 = ___0_alloc;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_13;
L_13 = UIRVEShaderInfoAllocator_AllocToConstantBufferIndex_m47E2F3F871EBF779BD75A6C9E895FF0407E276D0(L_12, NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_14 = ___1_clipRect;
IL2CPP_NATIVEARRAY_SET_ITEM(Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3, (L_11)->___m_Buffer_0, L_13, (L_14));
}
IL_005c:
{
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_SetClipRectValue_mB054EC9E7EB8B523E0022AADD215218542B6B7D3_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___1_clipRect, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_SetClipRectValue_mB054EC9E7EB8B523E0022AADD215218542B6B7D3(_thisAdjusted, ___0_alloc, ___1_clipRect, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetOpacityValue(UnityEngine.UIElements.UIR.BMPAlloc,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetOpacityValue_m8A9A4001B79EDBCEA1355176EE039380E5511559 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, float ___1_opacity, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_0;
memset((&V_0), 0, sizeof(V_0));
{
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
bool L_0;
L_0 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___0_alloc), NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D(L_0, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_1 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_OpacityAllocator_3);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_2 = ___0_alloc;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_3;
L_3 = UIRVEShaderInfoAllocator_AllocToTexelCoord_m25279EB3888A28B392297749442FF63DE25FE5CD(L_1, L_2, NULL);
V_0 = L_3;
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_4 = __this->___m_Storage_0;
int32_t L_5;
L_5 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_0), NULL);
int32_t L_6;
L_6 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_0), NULL);
float L_7 = ___1_opacity;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8;
memset((&L_8), 0, sizeof(L_8));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_8), (1.0f), (1.0f), (1.0f), L_7, /*hidden argument*/NULL);
NullCheck(L_4);
VirtualActionInvoker3< int32_t, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::SetTexel(System.Int32,System.Int32,UnityEngine.Color) */, L_4, L_5, L_6, L_8);
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_SetOpacityValue_m8A9A4001B79EDBCEA1355176EE039380E5511559_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, float ___1_opacity, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_SetOpacityValue_m8A9A4001B79EDBCEA1355176EE039380E5511559(_thisAdjusted, ___0_alloc, ___1_opacity, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetColorValue(UnityEngine.UIElements.UIR.BMPAlloc,UnityEngine.Color,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetColorValue_m122B7E5E630D84A3D5EF024BD510C537B16CEA61 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_color, bool ___2_isEditorContext, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
int32_t G_B3_0 = 0;
{
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
bool L_0;
L_0 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___0_alloc), NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D(L_0, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_1 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_ColorAllocator_4);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_2 = ___0_alloc;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_3;
L_3 = UIRVEShaderInfoAllocator_AllocToTexelCoord_m25279EB3888A28B392297749442FF63DE25FE5CD(L_1, L_2, NULL);
V_0 = L_3;
int32_t L_4;
L_4 = QualitySettings_get_activeColorSpace_m4F47784E7B0FE0A5497C8BAB9CA86BD576FB92F9(NULL);
if ((!(((uint32_t)L_4) == ((uint32_t)1))))
{
goto IL_0029;
}
}
{
bool L_5 = ___2_isEditorContext;
G_B3_0 = ((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
goto IL_002a;
}
IL_0029:
{
G_B3_0 = 0;
}
IL_002a:
{
V_1 = (bool)G_B3_0;
bool L_6 = V_1;
if (!L_6)
{
goto IL_0051;
}
}
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_7 = __this->___m_Storage_0;
int32_t L_8;
L_8 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_0), NULL);
int32_t L_9;
L_9 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_0), NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_10;
L_10 = Color_get_linear_m76EB88E15DA4E00D615DF33D1CEE51092683117C_inline((&___1_color), NULL);
NullCheck(L_7);
VirtualActionInvoker3< int32_t, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::SetTexel(System.Int32,System.Int32,UnityEngine.Color) */, L_7, L_8, L_9, L_10);
goto IL_006c;
}
IL_0051:
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_11 = __this->___m_Storage_0;
int32_t L_12;
L_12 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_0), NULL);
int32_t L_13;
L_13 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_0), NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_14 = ___1_color;
NullCheck(L_11);
VirtualActionInvoker3< int32_t, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::SetTexel(System.Int32,System.Int32,UnityEngine.Color) */, L_11, L_12, L_13, L_14);
}
IL_006c:
{
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_SetColorValue_m122B7E5E630D84A3D5EF024BD510C537B16CEA61_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F ___1_color, bool ___2_isEditorContext, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_SetColorValue_m122B7E5E630D84A3D5EF024BD510C537B16CEA61(_thisAdjusted, ___0_alloc, ___1_color, ___2_isEditorContext, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::SetTextCoreSettingValue(UnityEngine.UIElements.UIR.BMPAlloc,UnityEngine.UIElements.UIR.TextCoreSettings,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_SetTextCoreSettingValue_mDD8FC8D76A78F3C066497DD40172C72535AC7E84 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 ___1_settings, bool ___2_isEditorContext, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_0;
memset((&V_0), 0, sizeof(V_0));
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_1;
memset((&V_1), 0, sizeof(V_1));
bool V_2 = false;
int32_t G_B3_0 = 0;
{
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
bool L_0;
L_0 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___0_alloc), NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D(L_0, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_1 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_TextSettingsAllocator_5);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_2 = ___0_alloc;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_3;
L_3 = UIRVEShaderInfoAllocator_AllocToTexelCoord_m25279EB3888A28B392297749442FF63DE25FE5CD(L_1, L_2, NULL);
V_0 = L_3;
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_4 = ___1_settings;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_5 = L_4.___underlayOffset_4;
float L_6 = L_5.___x_0;
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_7 = ___1_settings;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_8 = L_7.___underlayOffset_4;
float L_9 = L_8.___y_1;
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_10 = ___1_settings;
float L_11 = L_10.___underlaySoftness_5;
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_12 = ___1_settings;
float L_13 = L_12.___outlineWidth_2;
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&V_1), ((-L_6)), L_9, L_11, L_13, NULL);
int32_t L_14;
L_14 = QualitySettings_get_activeColorSpace_m4F47784E7B0FE0A5497C8BAB9CA86BD576FB92F9(NULL);
if ((!(((uint32_t)L_14) == ((uint32_t)1))))
{
goto IL_0053;
}
}
{
bool L_15 = ___2_isEditorContext;
G_B3_0 = ((((int32_t)L_15) == ((int32_t)0))? 1 : 0);
goto IL_0054;
}
IL_0053:
{
G_B3_0 = 0;
}
IL_0054:
{
V_2 = (bool)G_B3_0;
bool L_16 = V_2;
if (!L_16)
{
goto IL_00d2;
}
}
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_17 = __this->___m_Storage_0;
int32_t L_18;
L_18 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_0), NULL);
int32_t L_19;
L_19 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_0), NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_20 = (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)(&(&___1_settings)->___faceColor_0);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_21;
L_21 = Color_get_linear_m76EB88E15DA4E00D615DF33D1CEE51092683117C_inline(L_20, NULL);
NullCheck(L_17);
VirtualActionInvoker3< int32_t, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::SetTexel(System.Int32,System.Int32,UnityEngine.Color) */, L_17, L_18, L_19, L_21);
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_22 = __this->___m_Storage_0;
int32_t L_23;
L_23 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_0), NULL);
int32_t L_24;
L_24 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_0), NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_25 = (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)(&(&___1_settings)->___outlineColor_1);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_26;
L_26 = Color_get_linear_m76EB88E15DA4E00D615DF33D1CEE51092683117C_inline(L_25, NULL);
NullCheck(L_22);
VirtualActionInvoker3< int32_t, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::SetTexel(System.Int32,System.Int32,UnityEngine.Color) */, L_22, L_23, ((int32_t)il2cpp_codegen_add(L_24, 1)), L_26);
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_27 = __this->___m_Storage_0;
int32_t L_28;
L_28 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_0), NULL);
int32_t L_29;
L_29 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_0), NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* L_30 = (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F*)(&(&___1_settings)->___underlayColor_3);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_31;
L_31 = Color_get_linear_m76EB88E15DA4E00D615DF33D1CEE51092683117C_inline(L_30, NULL);
NullCheck(L_27);
VirtualActionInvoker3< int32_t, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::SetTexel(System.Int32,System.Int32,UnityEngine.Color) */, L_27, L_28, ((int32_t)il2cpp_codegen_add(L_29, 2)), L_31);
goto IL_0138;
}
IL_00d2:
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_32 = __this->___m_Storage_0;
int32_t L_33;
L_33 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_0), NULL);
int32_t L_34;
L_34 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_0), NULL);
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_35 = ___1_settings;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_36 = L_35.___faceColor_0;
NullCheck(L_32);
VirtualActionInvoker3< int32_t, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::SetTexel(System.Int32,System.Int32,UnityEngine.Color) */, L_32, L_33, L_34, L_36);
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_37 = __this->___m_Storage_0;
int32_t L_38;
L_38 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_0), NULL);
int32_t L_39;
L_39 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_0), NULL);
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_40 = ___1_settings;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_41 = L_40.___outlineColor_1;
NullCheck(L_37);
VirtualActionInvoker3< int32_t, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::SetTexel(System.Int32,System.Int32,UnityEngine.Color) */, L_37, L_38, ((int32_t)il2cpp_codegen_add(L_39, 1)), L_41);
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_42 = __this->___m_Storage_0;
int32_t L_43;
L_43 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_0), NULL);
int32_t L_44;
L_44 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_0), NULL);
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_45 = ___1_settings;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_46 = L_45.___underlayColor_3;
NullCheck(L_42);
VirtualActionInvoker3< int32_t, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::SetTexel(System.Int32,System.Int32,UnityEngine.Color) */, L_42, L_43, ((int32_t)il2cpp_codegen_add(L_44, 2)), L_46);
}
IL_0138:
{
BaseShaderInfoStorage_tA4E5F167749C2492F7933E0B660BF9CF8F6716A2* L_47 = __this->___m_Storage_0;
int32_t L_48;
L_48 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_0), NULL);
int32_t L_49;
L_49 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_0), NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_50 = V_1;
NullCheck(L_47);
VirtualActionInvoker3< int32_t, int32_t, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F >::Invoke(7 /* System.Void UnityEngine.UIElements.UIR.BaseShaderInfoStorage::SetTexel(System.Int32,System.Int32,UnityEngine.Color) */, L_47, L_48, ((int32_t)il2cpp_codegen_add(L_49, 3)), L_50);
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_SetTextCoreSettingValue_mDD8FC8D76A78F3C066497DD40172C72535AC7E84_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 ___1_settings, bool ___2_isEditorContext, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_SetTextCoreSettingValue_mDD8FC8D76A78F3C066497DD40172C72535AC7E84(_thisAdjusted, ___0_alloc, ___1_settings, ___2_isEditorContext, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeTransform(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeTransform_m9DF0C6DFD4D440A9552C10C0A15CC2064740DB15 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
bool L_0;
L_0 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___0_alloc), NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D(L_0, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_1 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_TransformAllocator_1);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_2 = ___0_alloc;
BitmapAllocator32_Free_mC065F31D6CDFDEE50E815CB148A75BEF12499CE5(L_1, L_2, NULL);
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_FreeTransform_m9DF0C6DFD4D440A9552C10C0A15CC2064740DB15_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_FreeTransform_m9DF0C6DFD4D440A9552C10C0A15CC2064740DB15(_thisAdjusted, ___0_alloc, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeClipRect(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeClipRect_m00341A1A072A2E0C94D259F6CE84147DF054438D (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
bool L_0;
L_0 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___0_alloc), NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D(L_0, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_1 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_ClipRectAllocator_2);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_2 = ___0_alloc;
BitmapAllocator32_Free_mC065F31D6CDFDEE50E815CB148A75BEF12499CE5(L_1, L_2, NULL);
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_FreeClipRect_m00341A1A072A2E0C94D259F6CE84147DF054438D_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_FreeClipRect_m00341A1A072A2E0C94D259F6CE84147DF054438D(_thisAdjusted, ___0_alloc, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeOpacity(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeOpacity_mD97725200B13B4729D41750CDA53C5B5EC909FC4 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
bool L_0;
L_0 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___0_alloc), NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D(L_0, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_1 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_OpacityAllocator_3);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_2 = ___0_alloc;
BitmapAllocator32_Free_mC065F31D6CDFDEE50E815CB148A75BEF12499CE5(L_1, L_2, NULL);
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_FreeOpacity_mD97725200B13B4729D41750CDA53C5B5EC909FC4_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_FreeOpacity_mD97725200B13B4729D41750CDA53C5B5EC909FC4(_thisAdjusted, ___0_alloc, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeColor(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeColor_m28FCF7D9AA8B76869FE32877EB63675C7C5A7B8F (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
bool L_0;
L_0 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___0_alloc), NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D(L_0, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_1 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_ColorAllocator_4);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_2 = ___0_alloc;
BitmapAllocator32_Free_mC065F31D6CDFDEE50E815CB148A75BEF12499CE5(L_1, L_2, NULL);
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_FreeColor_m28FCF7D9AA8B76869FE32877EB63675C7C5A7B8F_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_FreeColor_m28FCF7D9AA8B76869FE32877EB63675C7C5A7B8F(_thisAdjusted, ___0_alloc, method);
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::FreeTextCoreSettings(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator_FreeTextCoreSettings_m2D0220AFDD2A9D4B79CD87F1430CDA0096077DF2 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
bool L_0;
L_0 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___0_alloc), NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D(L_0, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_1 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_TextSettingsAllocator_5);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_2 = ___0_alloc;
BitmapAllocator32_Free_mC065F31D6CDFDEE50E815CB148A75BEF12499CE5(L_1, L_2, NULL);
return;
}
}
IL2CPP_EXTERN_C void UIRVEShaderInfoAllocator_FreeTextCoreSettings_m2D0220AFDD2A9D4B79CD87F1430CDA0096077DF2_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
UIRVEShaderInfoAllocator_FreeTextCoreSettings_m2D0220AFDD2A9D4B79CD87F1430CDA0096077DF2(_thisAdjusted, ___0_alloc, method);
}
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::TransformAllocToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_TransformAllocToVertexData_mA501441EEC35219275B901619A2E9D87E27EE7F1 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint16_t V_0 = 0;
uint16_t V_1 = 0;
bool V_2 = false;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_3;
memset((&V_3), 0, sizeof(V_3));
int32_t G_B3_0 = 0;
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_0;
L_0 = UIRVEShaderInfoAllocator_get_pageWidth_mE407B21B559E3E50E6C2FCBFBF443696FC165517(NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)32)))))
{
goto IL_0014;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = UIRVEShaderInfoAllocator_get_pageHeight_m1533EC6FBAE2ED42A88F24CF03143FB343A3D351(NULL);
G_B3_0 = ((((int32_t)L_1) == ((int32_t)8))? 1 : 0);
goto IL_0015;
}
IL_0014:
{
G_B3_0 = 0;
}
IL_0015:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)G_B3_0, NULL);
V_0 = (uint16_t)0;
V_1 = (uint16_t)0;
bool L_2 = __this->___m_VertexTexturingEnabled_7;
V_2 = L_2;
bool L_3 = V_2;
if (!L_3)
{
goto IL_003f;
}
}
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_4 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_TransformAllocator_1);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_5 = ___0_alloc;
int32_t L_6 = L_5.___page_1;
BitmapAllocator32_GetAllocPageAtlasLocation_m7B4B32B24FF50303D8E8E210405E6314ADDA8DF3(L_4, L_6, (&V_0), (&V_1), NULL);
}
IL_003f:
{
uint16_t L_7 = V_0;
uint16_t L_8 = V_1;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_9 = ___0_alloc;
uint16_t L_10 = L_9.___pageLine_2;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_11;
L_11 = UIRVEShaderInfoAllocator_get_pageWidth_mE407B21B559E3E50E6C2FCBFBF443696FC165517(NULL);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_12 = ___0_alloc;
uint8_t L_13 = L_12.___bitIndex_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_14;
memset((&L_14), 0, sizeof(L_14));
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_14), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_7>>5))), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_8>>3))), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply((int32_t)L_10, L_11)), (int32_t)L_13))), (uint8_t)0, /*hidden argument*/NULL);
V_3 = L_14;
goto IL_0064;
}
IL_0064:
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_15 = V_3;
return L_15;
}
}
IL2CPP_EXTERN_C Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_TransformAllocToVertexData_mA501441EEC35219275B901619A2E9D87E27EE7F1_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B _returnValue;
_returnValue = UIRVEShaderInfoAllocator_TransformAllocToVertexData_mA501441EEC35219275B901619A2E9D87E27EE7F1(_thisAdjusted, ___0_alloc, method);
return _returnValue;
}
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::ClipRectAllocToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_ClipRectAllocToVertexData_mB42291850FD7AE690F956FA91D7CE96D1E4786DA (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint16_t V_0 = 0;
uint16_t V_1 = 0;
bool V_2 = false;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_3;
memset((&V_3), 0, sizeof(V_3));
int32_t G_B3_0 = 0;
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_0;
L_0 = UIRVEShaderInfoAllocator_get_pageWidth_mE407B21B559E3E50E6C2FCBFBF443696FC165517(NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)32)))))
{
goto IL_0014;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = UIRVEShaderInfoAllocator_get_pageHeight_m1533EC6FBAE2ED42A88F24CF03143FB343A3D351(NULL);
G_B3_0 = ((((int32_t)L_1) == ((int32_t)8))? 1 : 0);
goto IL_0015;
}
IL_0014:
{
G_B3_0 = 0;
}
IL_0015:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)G_B3_0, NULL);
V_0 = (uint16_t)0;
V_1 = (uint16_t)0;
bool L_2 = __this->___m_VertexTexturingEnabled_7;
V_2 = L_2;
bool L_3 = V_2;
if (!L_3)
{
goto IL_003f;
}
}
{
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_4 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_ClipRectAllocator_2);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_5 = ___0_alloc;
int32_t L_6 = L_5.___page_1;
BitmapAllocator32_GetAllocPageAtlasLocation_m7B4B32B24FF50303D8E8E210405E6314ADDA8DF3(L_4, L_6, (&V_0), (&V_1), NULL);
}
IL_003f:
{
uint16_t L_7 = V_0;
uint16_t L_8 = V_1;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_9 = ___0_alloc;
uint16_t L_10 = L_9.___pageLine_2;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_11;
L_11 = UIRVEShaderInfoAllocator_get_pageWidth_mE407B21B559E3E50E6C2FCBFBF443696FC165517(NULL);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_12 = ___0_alloc;
uint8_t L_13 = L_12.___bitIndex_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_14;
memset((&L_14), 0, sizeof(L_14));
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_14), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_7>>5))), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_8>>3))), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply((int32_t)L_10, L_11)), (int32_t)L_13))), (uint8_t)0, /*hidden argument*/NULL);
V_3 = L_14;
goto IL_0064;
}
IL_0064:
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_15 = V_3;
return L_15;
}
}
IL2CPP_EXTERN_C Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_ClipRectAllocToVertexData_mB42291850FD7AE690F956FA91D7CE96D1E4786DA_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B _returnValue;
_returnValue = UIRVEShaderInfoAllocator_ClipRectAllocToVertexData_mB42291850FD7AE690F956FA91D7CE96D1E4786DA(_thisAdjusted, ___0_alloc, method);
return _returnValue;
}
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::OpacityAllocToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_OpacityAllocToVertexData_m14FCA91E0E796F39CDF302BAC3581D08CB96890B (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint16_t V_0 = 0;
uint16_t V_1 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t G_B3_0 = 0;
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_0;
L_0 = UIRVEShaderInfoAllocator_get_pageWidth_mE407B21B559E3E50E6C2FCBFBF443696FC165517(NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)32)))))
{
goto IL_0014;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = UIRVEShaderInfoAllocator_get_pageHeight_m1533EC6FBAE2ED42A88F24CF03143FB343A3D351(NULL);
G_B3_0 = ((((int32_t)L_1) == ((int32_t)8))? 1 : 0);
goto IL_0015;
}
IL_0014:
{
G_B3_0 = 0;
}
IL_0015:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)G_B3_0, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_2 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_OpacityAllocator_3);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_3 = ___0_alloc;
int32_t L_4 = L_3.___page_1;
BitmapAllocator32_GetAllocPageAtlasLocation_m7B4B32B24FF50303D8E8E210405E6314ADDA8DF3(L_2, L_4, (&V_0), (&V_1), NULL);
uint16_t L_5 = V_0;
uint16_t L_6 = V_1;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_7 = ___0_alloc;
uint16_t L_8 = L_7.___pageLine_2;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_9;
L_9 = UIRVEShaderInfoAllocator_get_pageWidth_mE407B21B559E3E50E6C2FCBFBF443696FC165517(NULL);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_10 = ___0_alloc;
uint8_t L_11 = L_10.___bitIndex_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_12;
memset((&L_12), 0, sizeof(L_12));
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_12), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_5>>5))), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_6>>3))), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply((int32_t)L_8, L_9)), (int32_t)L_11))), (uint8_t)0, /*hidden argument*/NULL);
V_2 = L_12;
goto IL_0056;
}
IL_0056:
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_13 = V_2;
return L_13;
}
}
IL2CPP_EXTERN_C Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_OpacityAllocToVertexData_m14FCA91E0E796F39CDF302BAC3581D08CB96890B_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B _returnValue;
_returnValue = UIRVEShaderInfoAllocator_OpacityAllocToVertexData_m14FCA91E0E796F39CDF302BAC3581D08CB96890B(_thisAdjusted, ___0_alloc, method);
return _returnValue;
}
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::ColorAllocToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_ColorAllocToVertexData_m5C511DC295117655EC217FD4827983AD4ADD2183 (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint16_t V_0 = 0;
uint16_t V_1 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t G_B3_0 = 0;
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_0;
L_0 = UIRVEShaderInfoAllocator_get_pageWidth_mE407B21B559E3E50E6C2FCBFBF443696FC165517(NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)32)))))
{
goto IL_0014;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = UIRVEShaderInfoAllocator_get_pageHeight_m1533EC6FBAE2ED42A88F24CF03143FB343A3D351(NULL);
G_B3_0 = ((((int32_t)L_1) == ((int32_t)8))? 1 : 0);
goto IL_0015;
}
IL_0014:
{
G_B3_0 = 0;
}
IL_0015:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)G_B3_0, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_2 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_ColorAllocator_4);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_3 = ___0_alloc;
int32_t L_4 = L_3.___page_1;
BitmapAllocator32_GetAllocPageAtlasLocation_m7B4B32B24FF50303D8E8E210405E6314ADDA8DF3(L_2, L_4, (&V_0), (&V_1), NULL);
uint16_t L_5 = V_0;
uint16_t L_6 = V_1;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_7 = ___0_alloc;
uint16_t L_8 = L_7.___pageLine_2;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_9;
L_9 = UIRVEShaderInfoAllocator_get_pageWidth_mE407B21B559E3E50E6C2FCBFBF443696FC165517(NULL);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_10 = ___0_alloc;
uint8_t L_11 = L_10.___bitIndex_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_12;
memset((&L_12), 0, sizeof(L_12));
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_12), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_5>>5))), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_6>>3))), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply((int32_t)L_8, L_9)), (int32_t)L_11))), (uint8_t)0, /*hidden argument*/NULL);
V_2 = L_12;
goto IL_0056;
}
IL_0056:
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_13 = V_2;
return L_13;
}
}
IL2CPP_EXTERN_C Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_ColorAllocToVertexData_m5C511DC295117655EC217FD4827983AD4ADD2183_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B _returnValue;
_returnValue = UIRVEShaderInfoAllocator_ColorAllocToVertexData_m5C511DC295117655EC217FD4827983AD4ADD2183(_thisAdjusted, ___0_alloc, method);
return _returnValue;
}
// UnityEngine.Color32 UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::TextCoreSettingsToVertexData(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_TextCoreSettingsToVertexData_mEEEBCF0C0D4021E4D18AF919FFC1B7C7D0D3973A (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
uint16_t V_0 = 0;
uint16_t V_1 = 0;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t G_B3_0 = 0;
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_0;
L_0 = UIRVEShaderInfoAllocator_get_pageWidth_mE407B21B559E3E50E6C2FCBFBF443696FC165517(NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)32)))))
{
goto IL_0014;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_1;
L_1 = UIRVEShaderInfoAllocator_get_pageHeight_m1533EC6FBAE2ED42A88F24CF03143FB343A3D351(NULL);
G_B3_0 = ((((int32_t)L_1) == ((int32_t)8))? 1 : 0);
goto IL_0015;
}
IL_0014:
{
G_B3_0 = 0;
}
IL_0015:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)G_B3_0, NULL);
BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73* L_2 = (BitmapAllocator32_t87110600670688D0E149D61E1BDA8F45ADC59C73*)(&__this->___m_TextSettingsAllocator_5);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_3 = ___0_alloc;
int32_t L_4 = L_3.___page_1;
BitmapAllocator32_GetAllocPageAtlasLocation_m7B4B32B24FF50303D8E8E210405E6314ADDA8DF3(L_2, L_4, (&V_0), (&V_1), NULL);
uint16_t L_5 = V_0;
uint16_t L_6 = V_1;
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_7 = ___0_alloc;
uint16_t L_8 = L_7.___pageLine_2;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
int32_t L_9;
L_9 = UIRVEShaderInfoAllocator_get_pageWidth_mE407B21B559E3E50E6C2FCBFBF443696FC165517(NULL);
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_10 = ___0_alloc;
uint8_t L_11 = L_10.___bitIndex_3;
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_12;
memset((&L_12), 0, sizeof(L_12));
Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline((&L_12), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_5>>5))), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_6>>3))), (uint8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply((int32_t)L_8, L_9)), (int32_t)L_11))), (uint8_t)0, /*hidden argument*/NULL);
V_2 = L_12;
goto IL_0056;
}
IL_0056:
{
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B L_13 = V_2;
return L_13;
}
}
IL2CPP_EXTERN_C Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B UIRVEShaderInfoAllocator_TextCoreSettingsToVertexData_mEEEBCF0C0D4021E4D18AF919FFC1B7C7D0D3973A_AdjustorThunk (RuntimeObject* __this, BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*>(__this + _offset);
Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B _returnValue;
_returnValue = UIRVEShaderInfoAllocator_TextCoreSettingsToVertexData_mEEEBCF0C0D4021E4D18AF919FFC1B7C7D0D3973A(_thisAdjusted, ___0_alloc, method);
return _returnValue;
}
// System.Void UnityEngine.UIElements.UIR.UIRVEShaderInfoAllocator::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRVEShaderInfoAllocator__cctor_mF688EDF0DCD8801E3508D753C46CD2816D3320DD (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_0;
memset((&L_0), 0, sizeof(L_0));
Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_0), 0, 0, /*hidden argument*/NULL);
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformTexel_10 = L_0;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_1;
memset((&L_1), 0, sizeof(L_1));
Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_1), 0, ((int32_t)32), /*hidden argument*/NULL);
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRectTexel_11 = L_1;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_2;
memset((&L_2), 0, sizeof(L_2));
Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_2), ((int32_t)32), ((int32_t)32), /*hidden argument*/NULL);
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___fullOpacityTexel_12 = L_2;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_3;
memset((&L_3), 0, sizeof(L_3));
Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_3), 0, ((int32_t)40), /*hidden argument*/NULL);
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___clearColorTexel_13 = L_3;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_4;
memset((&L_4), 0, sizeof(L_4));
Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline((&L_4), ((int32_t)32), 0, /*hidden argument*/NULL);
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsTexel_14 = L_4;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_5;
L_5 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformValue_15 = L_5;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6;
L_6 = Matrix4x4_GetRow_m59C6981300C6F6927BEA17C5D095B2AD29629E9F((&((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformValue_15), 0, NULL);
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformRow0Value_16 = L_6;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_7;
L_7 = Matrix4x4_GetRow_m59C6981300C6F6927BEA17C5D095B2AD29629E9F((&((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformValue_15), 1, NULL);
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformRow1Value_17 = L_7;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8;
L_8 = Matrix4x4_GetRow_m59C6981300C6F6927BEA17C5D095B2AD29629E9F((&((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformValue_15), 2, NULL);
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformRow2Value_18 = L_8;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9;
memset((&L_9), 0, sizeof(L_9));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_9), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL);
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRectValue_19 = L_9;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_10;
memset((&L_10), 0, sizeof(L_10));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_10), (1.0f), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___fullOpacityValue_20 = L_10;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_11;
memset((&L_11), 0, sizeof(L_11));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_11), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL);
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___clearColorValue_21 = L_11;
il2cpp_codegen_initobj((&V_0), sizeof(TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115));
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_12;
L_12 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
(&V_0)->___faceColor_0 = L_12;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_13;
L_13 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
(&V_0)->___outlineColor_1 = L_13;
(&V_0)->___outlineWidth_2 = (0.0f);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_14;
L_14 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
(&V_0)->___underlayColor_3 = L_14;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_15;
L_15 = Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline(NULL);
(&V_0)->___underlayOffset_4 = L_15;
(&V_0)->___underlaySoftness_5 = (0.0f);
TextCoreSettings_t3D724CD0811298B5AB1EA2041CE799CC25CDD115 L_16 = V_0;
((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsValue_22 = L_16;
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.VectorImageRenderInfoPool::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageRenderInfoPool__ctor_mD76EBB49C8F106BEDADAFBC5BB742D32B65D9477 (VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1__ctor_m03C57813E771BD0D9FEC106EDC03BC6B37DC4BAA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__0_0_mEE3A744C57104E7EB40DCD5DCE12539E145E1365_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__0_1_m0CA1D6924AD1B7491D0E954122AE17258988CAFD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B* G_B2_0 = NULL;
VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A* G_B2_1 = NULL;
Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B* G_B1_0 = NULL;
VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A* G_B1_1 = NULL;
Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F* G_B4_0 = NULL;
Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B* G_B4_1 = NULL;
VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A* G_B4_2 = NULL;
Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F* G_B3_0 = NULL;
Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B* G_B3_1 = NULL;
VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A* G_B3_2 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var);
Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B* L_0 = ((U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var))->___U3CU3E9__0_0_1;
Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B* L_1 = L_0;
G_B1_0 = L_1;
G_B1_1 = __this;
if (L_1)
{
G_B2_0 = L_1;
G_B2_1 = __this;
goto IL_0020;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var);
U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C* L_2 = ((U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B* L_3 = (Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B*)il2cpp_codegen_object_new(Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B_il2cpp_TypeInfo_var);
NullCheck(L_3);
Func_1__ctor_mCC48CB6D9634530961BBADC7BB8BA2C5457794CB(L_3, L_2, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__0_0_mEE3A744C57104E7EB40DCD5DCE12539E145E1365_RuntimeMethod_var), NULL);
Func_1_tBCD1755FB5907BF70164C4DDA6F820006B15935B* L_4 = L_3;
((U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var))->___U3CU3E9__0_0_1 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var))->___U3CU3E9__0_0_1), (void*)L_4);
G_B2_0 = L_4;
G_B2_1 = G_B1_1;
}
IL_0020:
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var);
Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F* L_5 = ((U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var))->___U3CU3E9__0_1_2;
Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F* L_6 = L_5;
G_B3_0 = L_6;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
if (L_6)
{
G_B4_0 = L_6;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_003f;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var);
U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C* L_7 = ((U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F* L_8 = (Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F*)il2cpp_codegen_object_new(Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F_il2cpp_TypeInfo_var);
NullCheck(L_8);
Action_1__ctor_m5B4A91CEA749E078E9FC5ED60BB45D891FE4B356(L_8, L_7, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__0_1_m0CA1D6924AD1B7491D0E954122AE17258988CAFD_RuntimeMethod_var), NULL);
Action_1_t82769AFF59A080B0982E2E3CD2F304AFBDFA977F* L_9 = L_8;
((U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var))->___U3CU3E9__0_1_2 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var))->___U3CU3E9__0_1_2), (void*)L_9);
G_B4_0 = L_9;
G_B4_1 = G_B3_1;
G_B4_2 = G_B3_2;
}
IL_003f:
{
LinkedPool_1__ctor_m03C57813E771BD0D9FEC106EDC03BC6B37DC4BAA(G_B4_2, G_B4_1, G_B4_0, ((int32_t)10000), LinkedPool_1__ctor_m03C57813E771BD0D9FEC106EDC03BC6B37DC4BAA_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.VectorImageRenderInfoPool/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m5DF3C3FBE9521D0F87DD17E30D4269F88DBAC435 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C* L_0 = (U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C*)il2cpp_codegen_object_new(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_mEADD1F78308D864ACC1430EBCE4F68E36BE5ECCF(L_0, NULL);
((U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.VectorImageRenderInfoPool/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mEADD1F78308D864ACC1430EBCE4F68E36BE5ECCF (U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// UnityEngine.UIElements.UIR.VectorImageRenderInfo UnityEngine.UIElements.UIR.VectorImageRenderInfoPool/<>c::<.ctor>b__0_0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* U3CU3Ec_U3C_ctorU3Eb__0_0_mEE3A744C57104E7EB40DCD5DCE12539E145E1365 (U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_0 = (VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458*)il2cpp_codegen_object_new(VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458_il2cpp_TypeInfo_var);
NullCheck(L_0);
VectorImageRenderInfo__ctor_mFA021640C734CABA0E412646150B6F97DB80EA96(L_0, NULL);
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.VectorImageRenderInfoPool/<>c::<.ctor>b__0_1(UnityEngine.UIElements.UIR.VectorImageRenderInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_ctorU3Eb__0_1_m0CA1D6924AD1B7491D0E954122AE17258988CAFD (U3CU3Ec_t519A3A1D6D22835DFB9374147CE9E4E2682C2D7C* __this, VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* ___0_vectorImageInfo, const RuntimeMethod* method)
{
{
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_0 = ___0_vectorImageInfo;
NullCheck(L_0);
VectorImageRenderInfo_Reset_m81D42F4FE8D592935960D3D03E08F02E31B89D58(L_0, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.VectorImageRenderInfo::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageRenderInfo_Reset_m81D42F4FE8D592935960D3D03E08F02E31B89D58 (VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* __this, const RuntimeMethod* method)
{
{
__this->___useCount_1 = 0;
__this->___firstGradientRemap_2 = (GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___firstGradientRemap_2), (void*)(GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307*)NULL);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_0 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&__this->___gradientSettingsAlloc_3);
il2cpp_codegen_initobj(L_0, sizeof(Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE));
return;
}
}
// System.Void UnityEngine.UIElements.UIR.VectorImageRenderInfo::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageRenderInfo__ctor_mFA021640C734CABA0E412646150B6F97DB80EA96 (VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPoolItem_1__ctor_mB71E6B2A41B465EA0507A37903EF48C88336A5B2_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
LinkedPoolItem_1__ctor_mB71E6B2A41B465EA0507A37903EF48C88336A5B2(__this, LinkedPoolItem_1__ctor_mB71E6B2A41B465EA0507A37903EF48C88336A5B2_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.GradientRemapPool::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientRemapPool__ctor_m15F94F0B3B17E02566C0A72D083D31B67356994A (GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1__ctor_m8EA8B263E8391AD01F4FBE6ED713A479CFAD3ED0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__0_0_m51A9DDA7D0DB07C724F819DB3B2B1D1AC982B9FA_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__0_1_m4C6B270F91D8F357579E26D783E7BFED47034F00_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18* G_B2_0 = NULL;
GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B* G_B2_1 = NULL;
Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18* G_B1_0 = NULL;
GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B* G_B1_1 = NULL;
Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6* G_B4_0 = NULL;
Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18* G_B4_1 = NULL;
GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B* G_B4_2 = NULL;
Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6* G_B3_0 = NULL;
Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18* G_B3_1 = NULL;
GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B* G_B3_2 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var);
Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18* L_0 = ((U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var))->___U3CU3E9__0_0_1;
Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18* L_1 = L_0;
G_B1_0 = L_1;
G_B1_1 = __this;
if (L_1)
{
G_B2_0 = L_1;
G_B2_1 = __this;
goto IL_0020;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var);
U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300* L_2 = ((U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18* L_3 = (Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18*)il2cpp_codegen_object_new(Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18_il2cpp_TypeInfo_var);
NullCheck(L_3);
Func_1__ctor_m2C79825F77CF2C2CF16B33EA507E397008AB7CB1(L_3, L_2, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__0_0_m51A9DDA7D0DB07C724F819DB3B2B1D1AC982B9FA_RuntimeMethod_var), NULL);
Func_1_t92317F196CFBAA63F3ABEA2ECDB1EDB59A423F18* L_4 = L_3;
((U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var))->___U3CU3E9__0_0_1 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var))->___U3CU3E9__0_0_1), (void*)L_4);
G_B2_0 = L_4;
G_B2_1 = G_B1_1;
}
IL_0020:
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var);
Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6* L_5 = ((U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var))->___U3CU3E9__0_1_2;
Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6* L_6 = L_5;
G_B3_0 = L_6;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
if (L_6)
{
G_B4_0 = L_6;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_003f;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var);
U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300* L_7 = ((U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6* L_8 = (Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6*)il2cpp_codegen_object_new(Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6_il2cpp_TypeInfo_var);
NullCheck(L_8);
Action_1__ctor_mE4F2A9C6A957D1E4F3C5629498F8DE904E06B550(L_8, L_7, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__0_1_m4C6B270F91D8F357579E26D783E7BFED47034F00_RuntimeMethod_var), NULL);
Action_1_tA80D7F2A933CCB808262BB928B2C26230CE6BEE6* L_9 = L_8;
((U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var))->___U3CU3E9__0_1_2 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var))->___U3CU3E9__0_1_2), (void*)L_9);
G_B4_0 = L_9;
G_B4_1 = G_B3_1;
G_B4_2 = G_B3_2;
}
IL_003f:
{
LinkedPool_1__ctor_m8EA8B263E8391AD01F4FBE6ED713A479CFAD3ED0(G_B4_2, G_B4_1, G_B4_0, ((int32_t)10000), LinkedPool_1__ctor_m8EA8B263E8391AD01F4FBE6ED713A479CFAD3ED0_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.GradientRemapPool/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mDB7935C1C88DCD369C73E84D3053E81AC0800EA2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300* L_0 = (U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300*)il2cpp_codegen_object_new(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_mEEC29CFF833F1CA531FD0C7F672BEBEE47EFFB2A(L_0, NULL);
((U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.GradientRemapPool/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_mEEC29CFF833F1CA531FD0C7F672BEBEE47EFFB2A (U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// UnityEngine.UIElements.UIR.GradientRemap UnityEngine.UIElements.UIR.GradientRemapPool/<>c::<.ctor>b__0_0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* U3CU3Ec_U3C_ctorU3Eb__0_0_m51A9DDA7D0DB07C724F819DB3B2B1D1AC982B9FA (U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_0 = (GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307*)il2cpp_codegen_object_new(GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307_il2cpp_TypeInfo_var);
NullCheck(L_0);
GradientRemap__ctor_m4DE4368D101429D92FBB0384812961647A7808B8(L_0, NULL);
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.GradientRemapPool/<>c::<.ctor>b__0_1(UnityEngine.UIElements.UIR.GradientRemap)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_ctorU3Eb__0_1_m4C6B270F91D8F357579E26D783E7BFED47034F00 (U3CU3Ec_t86A3A3977709C00E51D4C3412E288BD0FB520300* __this, GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* ___0_gradientRemap, const RuntimeMethod* method)
{
{
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_0 = ___0_gradientRemap;
NullCheck(L_0);
GradientRemap_Reset_mD01A646DA4156CA02B4BDA8767B6E0098F58F7AF(L_0, NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.GradientRemap::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientRemap_Reset_mD01A646DA4156CA02B4BDA8767B6E0098F58F7AF (GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
__this->___origIndex_1 = 0;
__this->___destIndex_2 = 0;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_0 = (RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8*)(&__this->___location_3);
il2cpp_codegen_initobj(L_0, sizeof(RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8));
il2cpp_codegen_runtime_class_init_inline(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_1 = ((TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_StaticFields*)il2cpp_codegen_static_fields_for(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var))->___invalid_1;
__this->___atlas_5 = L_1;
return;
}
}
// System.Void UnityEngine.UIElements.UIR.GradientRemap::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GradientRemap__ctor_m4DE4368D101429D92FBB0384812961647A7808B8 (GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPoolItem_1__ctor_m5243A07A20FBDC74BC7073FDF006B7315EFC7F27_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
LinkedPoolItem_1__ctor_m5243A07A20FBDC74BC7073FDF006B7315EFC7F27(__this, LinkedPoolItem_1__ctor_m5243A07A20FBDC74BC7073FDF006B7315EFC7F27_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.VectorImageManager::get_atlas()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* VectorImageManager_get_atlas_mD507CE14D8083BFE52DC1F44F27CF622AB0A06B6 (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, const RuntimeMethod* method)
{
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* V_0 = NULL;
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* G_B2_0 = NULL;
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* G_B1_0 = NULL;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* G_B3_0 = NULL;
{
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* L_0 = __this->___m_GradientSettingsAtlas_7;
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000e;
}
}
{
G_B3_0 = ((Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)(NULL));
goto IL_0013;
}
IL_000e:
{
NullCheck(G_B2_0);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_2;
L_2 = GradientSettingsAtlas_get_atlas_m0D754EE8FA774E5D016C3F922907E7C0C3F4C457(G_B2_0, NULL);
G_B3_0 = L_2;
}
IL_0013:
{
V_0 = G_B3_0;
goto IL_0016;
}
IL_0016:
{
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_3 = V_0;
return L_3;
}
}
// System.Void UnityEngine.UIElements.UIR.VectorImageManager::.ctor(UnityEngine.UIElements.AtlasBase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageManager__ctor_mE2CD0FB71F0F2B9AE8658276F195686194A20525 (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___0_atlas, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mE2475BD7895825D343DFF5F3C6A8CD057B8A8AF4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m1A51AA71F51CB450DBF9D650605966830695CD5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var);
List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00* L_0 = ((VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_StaticFields*)il2cpp_codegen_static_fields_for(VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var))->___instances_0;
NullCheck(L_0);
List_1_Add_m1A51AA71F51CB450DBF9D650605966830695CD5C_inline(L_0, __this, List_1_Add_m1A51AA71F51CB450DBF9D650605966830695CD5C_RuntimeMethod_var);
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_1 = ___0_atlas;
__this->___m_Atlas_3 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Atlas_3), (void*)L_1);
Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E* L_2 = (Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E*)il2cpp_codegen_object_new(Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E_il2cpp_TypeInfo_var);
NullCheck(L_2);
Dictionary_2__ctor_mE2475BD7895825D343DFF5F3C6A8CD057B8A8AF4(L_2, ((int32_t)32), Dictionary_2__ctor_mE2475BD7895825D343DFF5F3C6A8CD057B8A8AF4_RuntimeMethod_var);
__this->___m_Registered_4 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Registered_4), (void*)L_2);
VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A* L_3 = (VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A*)il2cpp_codegen_object_new(VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A_il2cpp_TypeInfo_var);
NullCheck(L_3);
VectorImageRenderInfoPool__ctor_mD76EBB49C8F106BEDADAFBC5BB742D32B65D9477(L_3, NULL);
__this->___m_RenderInfoPool_5 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RenderInfoPool_5), (void*)L_3);
GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B* L_4 = (GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B*)il2cpp_codegen_object_new(GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B_il2cpp_TypeInfo_var);
NullCheck(L_4);
GradientRemapPool__ctor_m15F94F0B3B17E02566C0A72D083D31B67356994A(L_4, NULL);
__this->___m_GradientRemapPool_6 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GradientRemapPool_6), (void*)L_4);
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* L_5 = (GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A*)il2cpp_codegen_object_new(GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A_il2cpp_TypeInfo_var);
NullCheck(L_5);
GradientSettingsAtlas__ctor_mCBA2EBBB6F83CBD06087C124728B980D0D5ACF52(L_5, ((int32_t)4096), NULL);
__this->___m_GradientSettingsAtlas_7 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GradientSettingsAtlas_7), (void*)L_5);
return;
}
}
// System.Boolean UnityEngine.UIElements.UIR.VectorImageManager::get_disposed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool VectorImageManager_get_disposed_m7C126E130A4018C000E1F6F292E9CB43E0FC6D65 (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CdisposedU3Ek__BackingField_9;
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.VectorImageManager::set_disposed(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageManager_set_disposed_m5FBCCE974810E81BDEEE5B80B315279A6F38A415 (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, bool ___0_value, const RuntimeMethod* method)
{
{
bool L_0 = ___0_value;
__this->___U3CdisposedU3Ek__BackingField_9 = L_0;
return;
}
}
// System.Void UnityEngine.UIElements.UIR.VectorImageManager::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageManager_Dispose_mC3CFC26EB46727B6CF0A91174702C320BFCC2D22 (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
VirtualActionInvoker1< bool >::Invoke(5 /* System.Void UnityEngine.UIElements.UIR.VectorImageManager::Dispose(System.Boolean) */, __this, (bool)1);
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.VectorImageManager::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageManager_Dispose_m344FA66D31A57D2070B855E7CF4E522CC9652E1A (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, bool ___0_disposing, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_mA99F02E6EF69B970279CA5BFF5F15B86343E6F39_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1_Clear_m880CCF66CA33577E149946F3B9A454F8A397BB58_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1_Clear_mBA95E60CE08C330DB3963ACD9A53A3A18F2CC028_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Remove_m54E01405E504B7C9641412876843BC359400894A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
bool L_0;
L_0 = VectorImageManager_get_disposed_m7C126E130A4018C000E1F6F292E9CB43E0FC6D65_inline(__this, NULL);
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
goto IL_005a;
}
IL_000d:
{
bool L_2 = ___0_disposing;
V_1 = L_2;
bool L_3 = V_1;
if (!L_3)
{
goto IL_0052;
}
}
{
Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E* L_4 = __this->___m_Registered_4;
NullCheck(L_4);
Dictionary_2_Clear_mA99F02E6EF69B970279CA5BFF5F15B86343E6F39(L_4, Dictionary_2_Clear_mA99F02E6EF69B970279CA5BFF5F15B86343E6F39_RuntimeMethod_var);
VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A* L_5 = __this->___m_RenderInfoPool_5;
NullCheck(L_5);
LinkedPool_1_Clear_m880CCF66CA33577E149946F3B9A454F8A397BB58(L_5, LinkedPool_1_Clear_m880CCF66CA33577E149946F3B9A454F8A397BB58_RuntimeMethod_var);
GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B* L_6 = __this->___m_GradientRemapPool_6;
NullCheck(L_6);
LinkedPool_1_Clear_mBA95E60CE08C330DB3963ACD9A53A3A18F2CC028(L_6, LinkedPool_1_Clear_mBA95E60CE08C330DB3963ACD9A53A3A18F2CC028_RuntimeMethod_var);
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* L_7 = __this->___m_GradientSettingsAtlas_7;
NullCheck(L_7);
GradientSettingsAtlas_Dispose_m4C157AEF461F729E64B8D703F1935C7CC9AD6269(L_7, NULL);
il2cpp_codegen_runtime_class_init_inline(VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var);
List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00* L_8 = ((VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_StaticFields*)il2cpp_codegen_static_fields_for(VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var))->___instances_0;
NullCheck(L_8);
bool L_9;
L_9 = List_1_Remove_m54E01405E504B7C9641412876843BC359400894A(L_8, __this, List_1_Remove_m54E01405E504B7C9641412876843BC359400894A_RuntimeMethod_var);
goto IL_0052;
}
IL_0052:
{
VectorImageManager_set_disposed_m5FBCCE974810E81BDEEE5B80B315279A6F38A415_inline(__this, (bool)1, NULL);
}
IL_005a:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.VectorImageManager::Commit()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageManager_Commit_mD0E417D6D0BF44C9CC1AA28BB79E1A615B26C5CD (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
bool L_0;
L_0 = VectorImageManager_get_disposed_m7C126E130A4018C000E1F6F292E9CB43E0FC6D65_inline(__this, NULL);
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0015;
}
}
{
DisposeHelper_NotifyDisposedUsed_m7A9C988A4B96B0920E470EEA604BA42C5ABB437F(__this, NULL);
goto IL_0021;
}
IL_0015:
{
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* L_2 = __this->___m_GradientSettingsAtlas_7;
NullCheck(L_2);
GradientSettingsAtlas_Commit_m35676ADF2285F3B08217018F5D9597095EE6A5F6(L_2, NULL);
}
IL_0021:
{
return;
}
}
// UnityEngine.UIElements.UIR.GradientRemap UnityEngine.UIElements.UIR.VectorImageManager::AddUser(UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* VectorImageManager_AddUser_m3F4161820F0F85C7A51782F28D7BDD6DEF6281F3 (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___0_vi, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mB1A5909DB90F0C01C2083550F4E8E7672BF3C33D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* V_0 = NULL;
bool V_1 = false;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* V_2 = NULL;
bool V_3 = false;
bool V_4 = false;
{
bool L_0;
L_0 = VectorImageManager_get_disposed_m7C126E130A4018C000E1F6F292E9CB43E0FC6D65_inline(__this, NULL);
V_1 = L_0;
bool L_1 = V_1;
if (!L_1)
{
goto IL_0017;
}
}
{
DisposeHelper_NotifyDisposedUsed_m7A9C988A4B96B0920E470EEA604BA42C5ABB437F(__this, NULL);
V_2 = (GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307*)NULL;
goto IL_005c;
}
IL_0017:
{
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_2 = ___0_vi;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_3 = L_3;
bool L_4 = V_3;
if (!L_4)
{
goto IL_0026;
}
}
{
V_2 = (GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307*)NULL;
goto IL_005c;
}
IL_0026:
{
Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E* L_5 = __this->___m_Registered_4;
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_6 = ___0_vi;
NullCheck(L_5);
bool L_7;
L_7 = Dictionary_2_TryGetValue_mB1A5909DB90F0C01C2083550F4E8E7672BF3C33D(L_5, L_6, (&V_0), Dictionary_2_TryGetValue_mB1A5909DB90F0C01C2083550F4E8E7672BF3C33D_RuntimeMethod_var);
V_4 = L_7;
bool L_8 = V_4;
if (!L_8)
{
goto IL_004a;
}
}
{
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_9 = V_0;
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_10 = L_9;
NullCheck(L_10);
int32_t L_11 = L_10->___useCount_1;
NullCheck(L_10);
L_10->___useCount_1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
goto IL_0053;
}
IL_004a:
{
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_12 = ___0_vi;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_13 = ___1_context;
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_14;
L_14 = VectorImageManager_Register_m58586125DE952881660564F084D48C1B0587E912(__this, L_12, L_13, NULL);
V_0 = L_14;
}
IL_0053:
{
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_15 = V_0;
NullCheck(L_15);
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_16 = L_15->___firstGradientRemap_2;
V_2 = L_16;
goto IL_005c;
}
IL_005c:
{
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_17 = V_2;
return L_17;
}
}
// UnityEngine.UIElements.UIR.VectorImageRenderInfo UnityEngine.UIElements.UIR.VectorImageManager::Register(UnityEngine.UIElements.VectorImage,UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* VectorImageManager_Register_m58586125DE952881660564F084D48C1B0587E912 (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* ___0_vi, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___1_context, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m1D7B697A94460BD6930BE16FF0A78DF877824C04_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1_Get_mBF59B56726F4C447EE89FACA5736614CB061D096_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1_Get_mCE24AA4312D844EE376DA34A0FD90DFD654F67C5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67F126B22005F3C52B6D780651EB3BF4C400BCD0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAAC5F93439E8A16F9E4415C2CBAD68025707D79E);
s_Il2CppMethodInitialized = true;
}
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 V_5;
memset((&V_5), 0, sizeof(V_5));
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_6;
memset((&V_6), 0, sizeof(V_6));
bool V_7 = false;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* V_8 = NULL;
int32_t V_9 = 0;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* V_10 = NULL;
GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 V_11;
memset((&V_11), 0, sizeof(V_11));
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_12;
memset((&V_12), 0, sizeof(V_12));
bool V_13 = false;
bool V_14 = false;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* V_15 = NULL;
int32_t V_16 = 0;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* V_17 = NULL;
bool V_18 = false;
bool V_19 = false;
bool V_20 = false;
int32_t V_21 = 0;
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* V_22 = NULL;
GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* G_B2_0 = NULL;
GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* G_B1_0 = NULL;
int32_t G_B3_0 = 0;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* G_B24_0 = NULL;
String_t* G_B24_1 = NULL;
String_t* G_B24_2 = NULL;
String_t* G_B24_3 = NULL;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* G_B23_0 = NULL;
String_t* G_B23_1 = NULL;
String_t* G_B23_2 = NULL;
String_t* G_B23_3 = NULL;
String_t* G_B25_0 = NULL;
String_t* G_B25_1 = NULL;
String_t* G_B25_2 = NULL;
String_t* G_B25_3 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var);
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_StaticFields*)il2cpp_codegen_static_fields_for(VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var))->___s_MarkerRegister_1), NULL);
VectorImageRenderInfoPool_t2FB54163D571EC47A0E805A77E41AF4677ACF16A* L_0 = __this->___m_RenderInfoPool_5;
NullCheck(L_0);
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_1;
L_1 = LinkedPool_1_Get_mCE24AA4312D844EE376DA34A0FD90DFD654F67C5(L_0, LinkedPool_1_Get_mCE24AA4312D844EE376DA34A0FD90DFD654F67C5_RuntimeMethod_var);
V_0 = L_1;
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_2 = V_0;
NullCheck(L_2);
L_2->___useCount_1 = 1;
Dictionary_2_t5F59261402C2F52C86880104EFB7C84C2AE89B1E* L_3 = __this->___m_Registered_4;
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_4 = ___0_vi;
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_5 = V_0;
NullCheck(L_3);
Dictionary_2_set_Item_m1D7B697A94460BD6930BE16FF0A78DF877824C04(L_3, L_4, L_5, Dictionary_2_set_Item_m1D7B697A94460BD6930BE16FF0A78DF877824C04_RuntimeMethod_var);
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_6 = ___0_vi;
NullCheck(L_6);
GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* L_7 = L_6->___settings_7;
GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* L_8 = L_7;
G_B1_0 = L_8;
if (L_8)
{
G_B2_0 = L_8;
goto IL_003a;
}
}
{
G_B3_0 = 0;
goto IL_003e;
}
IL_003a:
{
NullCheck(G_B2_0);
G_B3_0 = ((!(((uint32_t)(((RuntimeArray*)G_B2_0)->max_length)) <= ((uint32_t)0)))? 1 : 0);
}
IL_003e:
{
V_1 = (bool)G_B3_0;
bool L_9 = V_1;
if (!L_9)
{
goto IL_0250;
}
}
{
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_10 = ___0_vi;
NullCheck(L_10);
GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* L_11 = L_10->___settings_7;
NullCheck(L_11);
V_2 = ((int32_t)(((RuntimeArray*)L_11)->max_length));
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* L_12 = __this->___m_GradientSettingsAtlas_7;
int32_t L_13 = V_2;
NullCheck(L_12);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_14;
L_14 = GradientSettingsAtlas_Add_mFB2E6AE2091A7658DDB0F22A0096D6ECB9E77BBE(L_12, L_13, NULL);
V_3 = L_14;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_15 = V_3;
uint32_t L_16 = L_15.___size_1;
V_4 = (bool)((!(((uint32_t)L_16) <= ((uint32_t)0)))? 1 : 0);
bool L_17 = V_4;
if (!L_17)
{
goto IL_01f5;
}
}
{
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_18 = __this->___m_Atlas_3;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_19 = ___1_context;
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_20 = ___0_vi;
NullCheck(L_20);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_21 = L_20->___atlas_4;
NullCheck(L_18);
bool L_22;
L_22 = VirtualFuncInvoker4< bool, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58*, RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* >::Invoke(4 /* System.Boolean UnityEngine.UIElements.AtlasBase::TryGetAtlas(UnityEngine.UIElements.VisualElement,UnityEngine.Texture2D,UnityEngine.UIElements.TextureId&,UnityEngine.RectInt&) */, L_18, L_19, L_21, (&V_5), (&V_6));
V_7 = L_22;
bool L_23 = V_7;
if (!L_23)
{
goto IL_016d;
}
}
{
V_8 = (GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307*)NULL;
V_9 = 0;
goto IL_0140;
}
IL_009a:
{
GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B* L_24 = __this->___m_GradientRemapPool_6;
NullCheck(L_24);
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_25;
L_25 = LinkedPool_1_Get_mBF59B56726F4C447EE89FACA5736614CB061D096(L_24, LinkedPool_1_Get_mBF59B56726F4C447EE89FACA5736614CB061D096_RuntimeMethod_var);
V_10 = L_25;
int32_t L_26 = V_9;
V_13 = (bool)((((int32_t)L_26) > ((int32_t)0))? 1 : 0);
bool L_27 = V_13;
if (!L_27)
{
goto IL_00be;
}
}
{
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_28 = V_8;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_29 = V_10;
NullCheck(L_28);
L_28->___next_4 = L_29;
Il2CppCodeGenWriteBarrier((void**)(&L_28->___next_4), (void*)L_29);
goto IL_00c6;
}
IL_00be:
{
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_30 = V_0;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_31 = V_10;
NullCheck(L_30);
L_30->___firstGradientRemap_2 = L_31;
Il2CppCodeGenWriteBarrier((void**)(&L_30->___firstGradientRemap_2), (void*)L_31);
}
IL_00c6:
{
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_32 = V_10;
V_8 = L_32;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_33 = V_10;
int32_t L_34 = V_9;
NullCheck(L_33);
L_33->___origIndex_1 = L_34;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_35 = V_10;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_36 = V_3;
uint32_t L_37 = L_36.___start_0;
int32_t L_38 = V_9;
NullCheck(L_35);
L_35->___destIndex_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, L_38));
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_39 = ___0_vi;
NullCheck(L_39);
GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* L_40 = L_39->___settings_7;
int32_t L_41 = V_9;
NullCheck(L_40);
int32_t L_42 = L_41;
GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 L_43 = (L_40)->GetAt(static_cast<il2cpp_array_size_t>(L_42));
V_11 = L_43;
GradientSettings_tADA3CAA17319C58811DE187298039CC950FBAAF3 L_44 = V_11;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_45 = L_44.___location_3;
V_12 = L_45;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_46 = (&V_12);
int32_t L_47;
L_47 = RectInt_get_x_mA1E7EF6DEAD2E900D7D56B7A3957C05081EBA9CA(L_46, NULL);
int32_t L_48;
L_48 = RectInt_get_x_mA1E7EF6DEAD2E900D7D56B7A3957C05081EBA9CA((&V_6), NULL);
RectInt_set_x_m2D2F3A87E9899A29444DBDD0BB11CB19F13AA075(L_46, ((int32_t)il2cpp_codegen_add(L_47, L_48)), NULL);
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8* L_49 = (&V_12);
int32_t L_50;
L_50 = RectInt_get_y_m440422264E6FCAA91E01F81486A78037AC29D878(L_49, NULL);
int32_t L_51;
L_51 = RectInt_get_y_m440422264E6FCAA91E01F81486A78037AC29D878((&V_6), NULL);
RectInt_set_y_m45D5C1D817698266BED66D41A705956A1571858D(L_49, ((int32_t)il2cpp_codegen_add(L_50, L_51)), NULL);
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_52 = V_10;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_53 = V_12;
NullCheck(L_52);
L_52->___location_3 = L_53;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_54 = V_10;
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_55 = V_5;
NullCheck(L_54);
L_54->___atlas_5 = L_55;
int32_t L_56 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add(L_56, 1));
}
IL_0140:
{
int32_t L_57 = V_9;
int32_t L_58 = V_2;
V_14 = (bool)((((int32_t)L_57) < ((int32_t)L_58))? 1 : 0);
bool L_59 = V_14;
if (L_59)
{
goto IL_009a;
}
}
{
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* L_60 = __this->___m_GradientSettingsAtlas_7;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_61 = V_3;
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_62 = ___0_vi;
NullCheck(L_62);
GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* L_63 = L_62->___settings_7;
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_64 = V_0;
NullCheck(L_64);
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_65 = L_64->___firstGradientRemap_2;
NullCheck(L_60);
GradientSettingsAtlas_Write_mC7603726B6BBB05C4B9D353224C56A89954FA9B6(L_60, L_61, L_63, L_65, NULL);
goto IL_01f2;
}
IL_016d:
{
V_15 = (GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307*)NULL;
V_16 = 0;
goto IL_01d2;
}
IL_0176:
{
GradientRemapPool_t92123B2D5FEB0D9D60A2DF4BB39A4254B68BCF5B* L_66 = __this->___m_GradientRemapPool_6;
NullCheck(L_66);
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_67;
L_67 = LinkedPool_1_Get_mBF59B56726F4C447EE89FACA5736614CB061D096(L_66, LinkedPool_1_Get_mBF59B56726F4C447EE89FACA5736614CB061D096_RuntimeMethod_var);
V_17 = L_67;
int32_t L_68 = V_16;
V_18 = (bool)((((int32_t)L_68) > ((int32_t)0))? 1 : 0);
bool L_69 = V_18;
if (!L_69)
{
goto IL_019a;
}
}
{
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_70 = V_15;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_71 = V_17;
NullCheck(L_70);
L_70->___next_4 = L_71;
Il2CppCodeGenWriteBarrier((void**)(&L_70->___next_4), (void*)L_71);
goto IL_01a2;
}
IL_019a:
{
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_72 = V_0;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_73 = V_17;
NullCheck(L_72);
L_72->___firstGradientRemap_2 = L_73;
Il2CppCodeGenWriteBarrier((void**)(&L_72->___firstGradientRemap_2), (void*)L_73);
}
IL_01a2:
{
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_74 = V_17;
V_15 = L_74;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_75 = V_17;
int32_t L_76 = V_16;
NullCheck(L_75);
L_75->___origIndex_1 = L_76;
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_77 = V_17;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_78 = V_3;
uint32_t L_79 = L_78.___start_0;
int32_t L_80 = V_16;
NullCheck(L_77);
L_77->___destIndex_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_79, L_80));
GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307* L_81 = V_17;
il2cpp_codegen_runtime_class_init_inline(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_82 = ((TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_StaticFields*)il2cpp_codegen_static_fields_for(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var))->___invalid_1;
NullCheck(L_81);
L_81->___atlas_5 = L_82;
int32_t L_83 = V_16;
V_16 = ((int32_t)il2cpp_codegen_add(L_83, 1));
}
IL_01d2:
{
int32_t L_84 = V_16;
int32_t L_85 = V_2;
V_19 = (bool)((((int32_t)L_84) < ((int32_t)L_85))? 1 : 0);
bool L_86 = V_19;
if (L_86)
{
goto IL_0176;
}
}
{
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* L_87 = __this->___m_GradientSettingsAtlas_7;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_88 = V_3;
VectorImage_t7BD8CE948377FFE95FCA0C48014ACDFC13B8F8FC* L_89 = ___0_vi;
NullCheck(L_89);
GradientSettingsU5BU5D_t5A316EDE81269563C087800A519341276F98AF9C* L_90 = L_89->___settings_7;
NullCheck(L_87);
GradientSettingsAtlas_Write_mC7603726B6BBB05C4B9D353224C56A89954FA9B6(L_87, L_88, L_90, (GradientRemap_t74470C9887918BD4AFA8BB25818F21AFB414F307*)NULL, NULL);
}
IL_01f2:
{
goto IL_024f;
}
IL_01f5:
{
bool L_91 = __this->___m_LoggedExhaustedSettingsAtlas_8;
V_20 = (bool)((((int32_t)L_91) == ((int32_t)0))? 1 : 0);
bool L_92 = V_20;
if (!L_92)
{
goto IL_024e;
}
}
{
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* L_93 = __this->___m_GradientSettingsAtlas_7;
NullCheck(L_93);
int32_t L_94;
L_94 = GradientSettingsAtlas_get_length_m1B3592189141C1B29FBE8A22603E772230E9E5EA(L_93, NULL);
V_21 = L_94;
String_t* L_95;
L_95 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_21), NULL);
GradientSettingsAtlas_t086C45D0F3B8F47571912544D8B6DEC6E8EC8C1A* L_96 = __this->___m_GradientSettingsAtlas_7;
NullCheck(L_96);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_97;
L_97 = GradientSettingsAtlas_get_atlas_m0D754EE8FA774E5D016C3F922907E7C0C3F4C457(L_96, NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_98 = L_97;
G_B23_0 = L_98;
G_B23_1 = _stringLiteralAAC5F93439E8A16F9E4415C2CBAD68025707D79E;
G_B23_2 = L_95;
G_B23_3 = _stringLiteral67F126B22005F3C52B6D780651EB3BF4C400BCD0;
if (L_98)
{
G_B24_0 = L_98;
G_B24_1 = _stringLiteralAAC5F93439E8A16F9E4415C2CBAD68025707D79E;
G_B24_2 = L_95;
G_B24_3 = _stringLiteral67F126B22005F3C52B6D780651EB3BF4C400BCD0;
goto IL_0236;
}
}
{
G_B25_0 = ((String_t*)(NULL));
G_B25_1 = G_B23_1;
G_B25_2 = G_B23_2;
G_B25_3 = G_B23_3;
goto IL_023b;
}
IL_0236:
{
NullCheck(G_B24_0);
String_t* L_99;
L_99 = Object_get_name_mAC2F6B897CF1303BA4249B4CB55271AFACBB6392(G_B24_0, NULL);
G_B25_0 = L_99;
G_B25_1 = G_B24_1;
G_B25_2 = G_B24_2;
G_B25_3 = G_B24_3;
}
IL_023b:
{
String_t* L_100;
L_100 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(G_B25_3, G_B25_2, G_B25_1, G_B25_0, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_100, NULL);
__this->___m_LoggedExhaustedSettingsAtlas_8 = (bool)1;
}
IL_024e:
{
}
IL_024f:
{
}
IL_0250:
{
il2cpp_codegen_runtime_class_init_inline(VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_StaticFields*)il2cpp_codegen_static_fields_for(VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var))->___s_MarkerRegister_1), NULL);
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_101 = V_0;
V_22 = L_101;
goto IL_0260;
}
IL_0260:
{
VectorImageRenderInfo_t56FB4C17F872583CE73588023E653D8E233D1458* L_102 = V_22;
return L_102;
}
}
// System.Void UnityEngine.UIElements.UIR.VectorImageManager::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void VectorImageManager__cctor_mB797D1E2F657FF11E0A0DC24535A147D0B4BF68E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mB914BA12D02BD96B9376364BFE9DCDDF54B00ECC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB1AF195B08342163FC13F7F466782A6C6D6ECF2);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDDE3EF859A5D9C724E68CF2D3A667034D0F29E2F);
s_Il2CppMethodInitialized = true;
}
{
List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00* L_0 = (List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00*)il2cpp_codegen_object_new(List_1_tB5E8DAAC3EDD333B2244E9303B7A6B8A0B0A6E00_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_mB914BA12D02BD96B9376364BFE9DCDDF54B00ECC(L_0, ((int32_t)16), List_1__ctor_mB914BA12D02BD96B9376364BFE9DCDDF54B00ECC_RuntimeMethod_var);
((VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_StaticFields*)il2cpp_codegen_static_fields_for(VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var))->___instances_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_StaticFields*)il2cpp_codegen_static_fields_for(VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var))->___instances_0), (void*)L_0);
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_1;
memset((&L_1), 0, sizeof(L_1));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_1), _stringLiteralDDE3EF859A5D9C724E68CF2D3A667034D0F29E2F, /*hidden argument*/NULL);
((VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_StaticFields*)il2cpp_codegen_static_fields_for(VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var))->___s_MarkerRegister_1 = L_1;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_2;
memset((&L_2), 0, sizeof(L_2));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_2), _stringLiteralCB1AF195B08342163FC13F7F466782A6C6D6ECF2, /*hidden argument*/NULL);
((VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_StaticFields*)il2cpp_codegen_static_fields_for(VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var))->___s_MarkerUnregister_2 = L_2;
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.RenderChain::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain__cctor_m139252F6ED04F51C3B6FA323C25B02FCA5303523 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t268986DA4CF361AC17B40338506A83AFB35832EA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChain_OnRegisterIntermediateRenderers_m88FFD8EEA58F25FB7C95F08551892252269E48CF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChain_OnRenderNodeExecute_mB00DA83C83AFB037DDF19AD8024B88EC65611964_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BA0BD74E17DFFD1B7C0A756E63741F180C1F4B8);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9322445699D4597EF496D43ECA8A00975F39E3DB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DB65DADBF3D82E5145BC1CA89C1D20B307E9FC1);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE83A726043FB73EF3EAC1410DF02CCC7209EA5B6);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF25AF560495328102AC89291C521C675D4DDEE15);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF358028882005F06DD73E986E5D4F5A125FB579C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF51B8A5F99AAE8E6EA3035B423F6EB50008FD3D0);
s_Il2CppMethodInitialized = true;
}
{
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_0;
memset((&L_0), 0, sizeof(L_0));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_0), _stringLiteral9322445699D4597EF496D43ECA8A00975F39E3DB, /*hidden argument*/NULL);
((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerProcess_24 = L_0;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_1;
memset((&L_1), 0, sizeof(L_1));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_1), _stringLiteral9DB65DADBF3D82E5145BC1CA89C1D20B307E9FC1, /*hidden argument*/NULL);
((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerClipProcessing_25 = L_1;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_2;
memset((&L_2), 0, sizeof(L_2));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_2), _stringLiteral5BA0BD74E17DFFD1B7C0A756E63741F180C1F4B8, /*hidden argument*/NULL);
((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerOpacityProcessing_26 = L_2;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_3;
memset((&L_3), 0, sizeof(L_3));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_3), _stringLiteralF25AF560495328102AC89291C521C675D4DDEE15, /*hidden argument*/NULL);
((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerColorsProcessing_27 = L_3;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_4;
memset((&L_4), 0, sizeof(L_4));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_4), _stringLiteralF51B8A5F99AAE8E6EA3035B423F6EB50008FD3D0, /*hidden argument*/NULL);
((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerTransformProcessing_28 = L_4;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_5;
memset((&L_5), 0, sizeof(L_5));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_5), _stringLiteralE83A726043FB73EF3EAC1410DF02CCC7209EA5B6, /*hidden argument*/NULL);
((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerVisualsProcessing_29 = L_5;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_6;
memset((&L_6), 0, sizeof(L_6));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_6), _stringLiteralF358028882005F06DD73E986E5D4F5A125FB579C, /*hidden argument*/NULL);
((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerTextRegen_30 = L_6;
((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___OnPreRender_32 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___OnPreRender_32), (void*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)NULL);
Action_1_t268986DA4CF361AC17B40338506A83AFB35832EA* L_7 = (Action_1_t268986DA4CF361AC17B40338506A83AFB35832EA*)il2cpp_codegen_object_new(Action_1_t268986DA4CF361AC17B40338506A83AFB35832EA_il2cpp_TypeInfo_var);
NullCheck(L_7);
Action_1__ctor_mDBF05D2D453DAB2D955BFEFAF9D4CBF62810E62B(L_7, NULL, (intptr_t)((void*)RenderChain_OnRegisterIntermediateRenderers_m88FFD8EEA58F25FB7C95F08551892252269E48CF_RuntimeMethod_var), NULL);
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_add_RegisterIntermediateRenderers_m7E13A9C3E01341D429E0999F89F580232FFC6429(L_7, NULL);
Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2* L_8 = (Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2*)il2cpp_codegen_object_new(Action_1_t2DF1ED40E3084E997390FF52F462390882271FE2_il2cpp_TypeInfo_var);
NullCheck(L_8);
Action_1__ctor_m3657419BEA982F0D4CD1F16862138852C86D0953(L_8, NULL, (intptr_t)((void*)RenderChain_OnRenderNodeExecute_mB00DA83C83AFB037DDF19AD8024B88EC65611964_RuntimeMethod_var), NULL);
Utility_add_RenderNodeExecute_mA892466BF824D857F435453B8EA832382DC3314A(L_8, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::.ctor(UnityEngine.UIElements.BaseVisualElementPanel)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain__ctor_mAB2E2A8899FF4674D23CEA4260756964ED8D8B45 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___0_panel, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BasicNodePool_1__ctor_mBC840B3FB7F16450B3E0EA3646A8CCF6D383BCCD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mF0085EE189F2C72F3B4AEC81AD44143566FD57FC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1__ctor_mC98CBDAD7482585F5D2179D3FD028FA8EB1386A8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m255703238033B967D14582C45A7BE4E83FF82D04_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__37_0_m28CD5A0FEAC6F10F00FDB21510D8008FF143EB66_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__37_1_m65507AEC75FF5AD250FA84F253E6756253FA85D8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1* G_B2_0 = NULL;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* G_B2_1 = NULL;
Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1* G_B1_0 = NULL;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* G_B1_1 = NULL;
Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC* G_B4_0 = NULL;
Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1* G_B4_1 = NULL;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* G_B4_2 = NULL;
Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC* G_B3_0 = NULL;
Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1* G_B3_1 = NULL;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* G_B3_2 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var);
Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1* L_0 = ((U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var))->___U3CU3E9__37_0_1;
Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1* L_1 = L_0;
G_B1_0 = L_1;
G_B1_1 = __this;
if (L_1)
{
G_B2_0 = L_1;
G_B2_1 = __this;
goto IL_0020;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var);
U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F* L_2 = ((U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1* L_3 = (Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1*)il2cpp_codegen_object_new(Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1_il2cpp_TypeInfo_var);
NullCheck(L_3);
Func_1__ctor_m518B348449518727673ED4E320267D2BA9210CF8(L_3, L_2, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__37_0_m28CD5A0FEAC6F10F00FDB21510D8008FF143EB66_RuntimeMethod_var), NULL);
Func_1_t6C71C14DB1034DB5664878D0DB8C07DE9B04EBC1* L_4 = L_3;
((U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var))->___U3CU3E9__37_0_1 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var))->___U3CU3E9__37_0_1), (void*)L_4);
G_B2_0 = L_4;
G_B2_1 = G_B1_1;
}
IL_0020:
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var);
Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC* L_5 = ((U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var))->___U3CU3E9__37_1_2;
Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC* L_6 = L_5;
G_B3_0 = L_6;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
if (L_6)
{
G_B4_0 = L_6;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_003f;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var);
U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F* L_7 = ((U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC* L_8 = (Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC*)il2cpp_codegen_object_new(Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC_il2cpp_TypeInfo_var);
NullCheck(L_8);
Action_1__ctor_m9B24D610EC1CE6D58776EB67642C092D47206270(L_8, L_7, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__37_1_m65507AEC75FF5AD250FA84F253E6756253FA85D8_RuntimeMethod_var), NULL);
Action_1_t6CEFBD00BC7F3417CE2B5085F1C6192707A1F6DC* L_9 = L_8;
((U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var))->___U3CU3E9__37_1_2 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var))->___U3CU3E9__37_1_2), (void*)L_9);
G_B4_0 = L_9;
G_B4_1 = G_B3_1;
G_B4_2 = G_B3_2;
}
IL_003f:
{
LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F* L_10 = (LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F*)il2cpp_codegen_object_new(LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F_il2cpp_TypeInfo_var);
NullCheck(L_10);
LinkedPool_1__ctor_mC98CBDAD7482585F5D2179D3FD028FA8EB1386A8(L_10, G_B4_1, G_B4_0, ((int32_t)10000), LinkedPool_1__ctor_mC98CBDAD7482585F5D2179D3FD028FA8EB1386A8_RuntimeMethod_var);
NullCheck(G_B4_2);
G_B4_2->___m_CommandPool_2 = L_10;
Il2CppCodeGenWriteBarrier((void**)(&G_B4_2->___m_CommandPool_2), (void*)L_10);
BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828* L_11 = (BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828*)il2cpp_codegen_object_new(BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828_il2cpp_TypeInfo_var);
NullCheck(L_11);
BasicNodePool_1__ctor_mBC840B3FB7F16450B3E0EA3646A8CCF6D383BCCD(L_11, BasicNodePool_1__ctor_mBC840B3FB7F16450B3E0EA3646A8CCF6D383BCCD_RuntimeMethod_var);
__this->___m_TexturePool_3 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TexturePool_3), (void*)L_11);
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* L_12 = (List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB*)il2cpp_codegen_object_new(List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB_il2cpp_TypeInfo_var);
NullCheck(L_12);
List_1__ctor_m255703238033B967D14582C45A7BE4E83FF82D04(L_12, List_1__ctor_m255703238033B967D14582C45A7BE4E83FF82D04_RuntimeMethod_var);
__this->___m_RenderNodesData_4 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_RenderNodesData_4), (void*)L_12);
__this->___m_StaticIndex_10 = (-1);
__this->___m_ActiveRenderNodes_11 = 0;
__this->___m_CustomMaterialCommands_12 = 0;
Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E* L_13 = (Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E*)il2cpp_codegen_object_new(Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E_il2cpp_TypeInfo_var);
NullCheck(L_13);
Dictionary_2__ctor_mF0085EE189F2C72F3B4AEC81AD44143566FD57FC(L_13, Dictionary_2__ctor_mF0085EE189F2C72F3B4AEC81AD44143566FD57FC_RuntimeMethod_var);
__this->___m_LastGroupTransformElementScale_22 = L_13;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_LastGroupTransformElementScale_22), (void*)L_13);
il2cpp_codegen_runtime_class_init_inline(TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* L_14;
L_14 = TextureRegistry_get_instance_m4E974FC5F20C8DD77920F121ECD4F26FAC01385F_inline(NULL);
__this->___m_TextureRegistry_23 = L_14;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TextureRegistry_23), (void*)L_14);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_15 = ___0_panel;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_16 = (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302*)il2cpp_codegen_object_new(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
NullCheck(L_16);
UIRenderDevice__ctor_m70ADDB23037F79FCC70EFCCAAC58A8032A15494E(L_16, 0, 0, NULL);
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_17 = ___0_panel;
NullCheck(L_17);
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_18;
L_18 = VirtualFuncInvoker0< AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* >::Invoke(48 /* UnityEngine.UIElements.AtlasBase UnityEngine.UIElements.BaseVisualElementPanel::get_atlas() */, L_17);
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_19 = ___0_panel;
NullCheck(L_19);
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_20;
L_20 = VirtualFuncInvoker0< AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* >::Invoke(48 /* UnityEngine.UIElements.AtlasBase UnityEngine.UIElements.BaseVisualElementPanel::get_atlas() */, L_19);
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_21 = (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED*)il2cpp_codegen_object_new(VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED_il2cpp_TypeInfo_var);
NullCheck(L_21);
VectorImageManager__ctor_mE2CD0FB71F0F2B9AE8658276F195686194A20525(L_21, L_20, NULL);
RenderChain_Constructor_mBB3678F6315A26494602096A4FE0F997C8E976DB(__this, L_15, L_16, L_18, L_21, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::Constructor(UnityEngine.UIElements.BaseVisualElementPanel,UnityEngine.UIElements.UIR.UIRenderDevice,UnityEngine.UIElements.AtlasBase,UnityEngine.UIElements.UIR.VectorImageManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_Constructor_mBB3678F6315A26494602096A4FE0F997C8E976DB (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___0_panelObj, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___1_deviceObj, AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___2_atlas, VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* ___3_vectorImageMan, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD3E9E49A0FA7E3FB0E9EAAEB94864A1E9161612D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m4B50EBA8EF0848A08901DC4BB6C4371C9B7939B1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mAAEDC1FC4B64FF31F3BCA12217394EF6F745A0CB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChain_OnFontReset_m5CB6E1E9ABBE57DD247F833A3775DF555217E57D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
int32_t G_B7_0 = 0;
{
bool L_0;
L_0 = RenderChain_get_disposed_mCF178CF5FB11C10ADD928FA42137C798F88438A9_inline(__this, NULL);
V_1 = L_0;
bool L_1 = V_1;
if (!L_1)
{
goto IL_0012;
}
}
{
DisposeHelper_NotifyDisposedUsed_m7A9C988A4B96B0920E470EEA604BA42C5ABB437F(__this, NULL);
}
IL_0012:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_2 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_3 = (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*)il2cpp_codegen_object_new(List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95_il2cpp_TypeInfo_var);
NullCheck(L_3);
List_1__ctor_m4B50EBA8EF0848A08901DC4BB6C4371C9B7939B1(L_3, 8, List_1__ctor_m4B50EBA8EF0848A08901DC4BB6C4371C9B7939B1_RuntimeMethod_var);
L_2->___heads_0 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&L_2->___heads_0), (void*)L_3);
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_4 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_5 = (List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95*)il2cpp_codegen_object_new(List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95_il2cpp_TypeInfo_var);
NullCheck(L_5);
List_1__ctor_m4B50EBA8EF0848A08901DC4BB6C4371C9B7939B1(L_5, 8, List_1__ctor_m4B50EBA8EF0848A08901DC4BB6C4371C9B7939B1_RuntimeMethod_var);
L_4->___tails_1 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&L_4->___tails_1), (void*)L_5);
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_6 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_7 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)5);
L_6->___minDepths_2 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&L_6->___minDepths_2), (void*)L_7);
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_8 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_9 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)5);
L_8->___maxDepths_3 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&L_8->___maxDepths_3), (void*)L_9);
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_10 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
DepthOrderedDirtyTracking_Reset_mBE958F05647E78766DD9422442D41B1DE0B4823C(L_10, NULL);
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* L_11 = __this->___m_RenderNodesData_4;
NullCheck(L_11);
int32_t L_12;
L_12 = List_1_get_Count_mAAEDC1FC4B64FF31F3BCA12217394EF6F745A0CB_inline(L_11, List_1_get_Count_mAAEDC1FC4B64FF31F3BCA12217394EF6F745A0CB_RuntimeMethod_var);
V_2 = (bool)((((int32_t)L_12) < ((int32_t)1))? 1 : 0);
bool L_13 = V_2;
if (!L_13)
{
goto IL_0095;
}
}
{
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* L_14 = __this->___m_RenderNodesData_4;
il2cpp_codegen_initobj((&V_3), sizeof(RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE));
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_15 = (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D*)il2cpp_codegen_object_new(MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D_il2cpp_TypeInfo_var);
NullCheck(L_15);
MaterialPropertyBlock__ctor_m14C3432585F7BB65028BCD64A0FD6607A1B490FB(L_15, NULL);
(&V_3)->___matPropBlock_2 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&(&V_3)->___matPropBlock_2), (void*)L_15);
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_16 = V_3;
NullCheck(L_14);
List_1_Add_mD3E9E49A0FA7E3FB0E9EAAEB94864A1E9161612D_inline(L_14, L_16, List_1_Add_mD3E9E49A0FA7E3FB0E9EAAEB94864A1E9161612D_RuntimeMethod_var);
}
IL_0095:
{
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_17 = ___0_panelObj;
RenderChain_set_panel_mC56DDC8114BEE3E8475A4CFEF5DBABAC0D5A0AA2_inline(__this, L_17, NULL);
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_18 = ___1_deviceObj;
RenderChain_set_device_mFEE7AC4E3783E6B60C1BDBAB0DE9E7881B5627BB_inline(__this, L_18, NULL);
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_19 = ___2_atlas;
RenderChain_set_atlas_m10A0F655692A7400496D0CD39354F04C049D1F93_inline(__this, L_19, NULL);
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_20 = ___3_vectorImageMan;
RenderChain_set_vectorImageManager_m3E8AA85ED4EBF2B7E2560CDBA280B5CC87A53E95_inline(__this, L_20, NULL);
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_21 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&__this->___shaderInfoAllocator_37);
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
UIRVEShaderInfoAllocator_Construct_m98DBDC275E9D883F2333B65AE998DF99A1A8E9E3(L_21, NULL);
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_22 = (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8*)il2cpp_codegen_object_new(UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8_il2cpp_TypeInfo_var);
NullCheck(L_22);
UIRStylePainter__ctor_m7B7D655AAE041B4540B24C60524F5BB981022C4B(L_22, __this, NULL);
RenderChain_set_painter_mDF474F0B9A2AF245D887D9A85CC5CAB6CD72D65D_inline(__this, L_22, NULL);
Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC* L_23 = (Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC*)il2cpp_codegen_object_new(Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC_il2cpp_TypeInfo_var);
NullCheck(L_23);
Action_1__ctor_m970A8DFC8A17354AB74107AC11E2ACE2A3D5200F(L_23, __this, (intptr_t)((void*)RenderChain_OnFontReset_m5CB6E1E9ABBE57DD247F833A3775DF555217E57D_RuntimeMethod_var), NULL);
Font_add_textureRebuilt_m0BBB44846C17A580B078599DA5AE231DA9D6DAD7(L_23, NULL);
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_24;
L_24 = RenderChain_get_panel_mC62704C111A0F5EAA68B12B7A0A371C53466E47B_inline(__this, NULL);
V_0 = ((BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4*)IsInstClass((RuntimeObject*)L_24, BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4_il2cpp_TypeInfo_var));
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_25 = V_0;
if (!L_25)
{
goto IL_00f8;
}
}
{
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_26 = V_0;
NullCheck(L_26);
bool L_27;
L_27 = BaseRuntimePanel_get_drawToCameras_m825E7B32045024BD0EF1EBB3FEB0EE4AAB184FFE(L_26, NULL);
G_B7_0 = ((int32_t)(L_27));
goto IL_00f9;
}
IL_00f8:
{
G_B7_0 = 0;
}
IL_00f9:
{
V_4 = (bool)G_B7_0;
bool L_28 = V_4;
if (!L_28)
{
goto IL_0115;
}
}
{
RenderChain_set_drawInCameras_mCD35CA437A0B092B6F1B5AD0E068E3BF8A697800_inline(__this, (bool)1, NULL);
il2cpp_codegen_runtime_class_init_inline(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
int32_t L_29;
L_29 = RenderChainStaticIndexAllocator_AllocateIndex_mBF976AD6DA6D147117B24802C8EDE76AC7D59368(__this, NULL);
__this->___m_StaticIndex_10 = L_29;
}
IL_0115:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::Destructor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_Destructor_mBD1A7CB9EA879099CA112A34CAC4AA48F7A7A529 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m7924686238D7A45D6E89936E021F91219B4E441B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChain_OnFontReset_m5CB6E1E9ABBE57DD247F833A3775DF555217E57D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_3 = NULL;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B4_0 = NULL;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B3_0 = NULL;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B5_0 = NULL;
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* G_B10_0 = NULL;
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* G_B9_0 = NULL;
UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* G_B13_0 = NULL;
UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* G_B12_0 = NULL;
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* G_B16_0 = NULL;
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* G_B15_0 = NULL;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* G_B19_0 = NULL;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* G_B18_0 = NULL;
{
int32_t L_0 = __this->___m_StaticIndex_10;
V_1 = (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_1 = V_1;
if (!L_1)
{
goto IL_001d;
}
}
{
int32_t L_2 = __this->___m_StaticIndex_10;
il2cpp_codegen_runtime_class_init_inline(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
RenderChainStaticIndexAllocator_FreeIndex_m57AA0D2E3D14295C47E050129470C56A8EBA4870(L_2, NULL);
}
IL_001d:
{
__this->___m_StaticIndex_10 = (-1);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_3 = __this->___m_FirstCommand_0;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_4 = L_3;
G_B3_0 = L_4;
if (L_4)
{
G_B4_0 = L_4;
goto IL_0031;
}
}
{
G_B5_0 = ((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)(NULL));
goto IL_0036;
}
IL_0031:
{
NullCheck(G_B4_0);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = G_B4_0->___owner_1;
G_B5_0 = L_5;
}
IL_0036:
{
il2cpp_codegen_runtime_class_init_inline(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6;
L_6 = RenderChain_GetFirstElementInPanel_m73038A317C688CD46DF13DBD4FC30F49A875CB74(G_B5_0, NULL);
V_0 = L_6;
goto IL_0054;
}
IL_003e:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = V_0;
RenderChain_ResetTextures_mE683EEDE0CB5ACB56EC4D42345BDE1DD80A5961C(__this, L_7, NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = V_0;
NullCheck(L_8);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_9 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_8->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = L_9->___next_1;
V_0 = L_10;
}
IL_0054:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = V_0;
V_2 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_11) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_12 = V_2;
if (L_12)
{
goto IL_003e;
}
}
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_13 = __this->___m_DefaultMat_7;
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
UIRUtility_Destroy_m9E925E79E7B4A4853B47C1EFACEF2ED0A7844A23(L_13, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_14 = __this->___m_DefaultWorldSpaceMat_8;
UIRUtility_Destroy_m9E925E79E7B4A4853B47C1EFACEF2ED0A7844A23(L_14, NULL);
V_3 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL;
__this->___m_DefaultWorldSpaceMat_8 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DefaultWorldSpaceMat_8), (void*)(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_15 = V_3;
__this->___m_DefaultMat_7 = L_15;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DefaultMat_7), (void*)L_15);
Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC* L_16 = (Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC*)il2cpp_codegen_object_new(Action_1_tD91E4D0ED3C2E385D3BDD4B3EA48B5F99D39F1DC_il2cpp_TypeInfo_var);
NullCheck(L_16);
Action_1__ctor_m970A8DFC8A17354AB74107AC11E2ACE2A3D5200F(L_16, __this, (intptr_t)((void*)RenderChain_OnFontReset_m5CB6E1E9ABBE57DD247F833A3775DF555217E57D_RuntimeMethod_var), NULL);
Font_remove_textureRebuilt_mB7EF9EEE803E9C70AF4217190B49C83FE287904A(L_16, NULL);
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_17;
L_17 = RenderChain_get_painter_mE8CEE0F220EBE55FC4DA0A85CC08C94ABEA2195B_inline(__this, NULL);
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_18 = L_17;
G_B9_0 = L_18;
if (L_18)
{
G_B10_0 = L_18;
goto IL_00a2;
}
}
{
goto IL_00a8;
}
IL_00a2:
{
NullCheck(G_B10_0);
UIRStylePainter_Dispose_m10F336357861E65749317AF0C3DEE94FD8675D59(G_B10_0, NULL);
}
IL_00a8:
{
UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* L_19 = __this->___m_TextUpdatePainter_17;
UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* L_20 = L_19;
G_B12_0 = L_20;
if (L_20)
{
G_B13_0 = L_20;
goto IL_00b4;
}
}
{
goto IL_00ba;
}
IL_00b4:
{
NullCheck(G_B13_0);
UIRTextUpdatePainter_Dispose_m667CC1165D75283935A96131620CDBA66117BA18(G_B13_0, NULL);
}
IL_00ba:
{
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_21;
L_21 = RenderChain_get_vectorImageManager_m6A5F57E470BD67EDA8722E366BD4F41D9FC61C18_inline(__this, NULL);
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_22 = L_21;
G_B15_0 = L_22;
if (L_22)
{
G_B16_0 = L_22;
goto IL_00c6;
}
}
{
goto IL_00cc;
}
IL_00c6:
{
NullCheck(G_B16_0);
VectorImageManager_Dispose_mC3CFC26EB46727B6CF0A91174702C320BFCC2D22(G_B16_0, NULL);
}
IL_00cc:
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_23 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&__this->___shaderInfoAllocator_37);
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
UIRVEShaderInfoAllocator_Dispose_m693C33DD7810BB517B2DB6FF5316334587776984(L_23, NULL);
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_24;
L_24 = RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline(__this, NULL);
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_25 = L_24;
G_B18_0 = L_25;
if (L_25)
{
G_B19_0 = L_25;
goto IL_00e4;
}
}
{
goto IL_00ea;
}
IL_00e4:
{
NullCheck(G_B19_0);
UIRenderDevice_Dispose_m701B69F9DF325FBF85B2206D5C9FB812FF5D8125(G_B19_0, NULL);
}
IL_00ea:
{
RenderChain_set_painter_mDF474F0B9A2AF245D887D9A85CC5CAB6CD72D65D_inline(__this, (UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8*)NULL, NULL);
__this->___m_TextUpdatePainter_17 = (UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TextUpdatePainter_17), (void*)(UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F*)NULL);
RenderChain_set_atlas_m10A0F655692A7400496D0CD39354F04C049D1F93_inline(__this, (AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC*)NULL, NULL);
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_26 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&__this->___shaderInfoAllocator_37);
il2cpp_codegen_initobj(L_26, sizeof(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF));
RenderChain_set_device_mFEE7AC4E3783E6B60C1BDBAB0DE9E7881B5627BB_inline(__this, (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302*)NULL, NULL);
__this->___m_ActiveRenderNodes_11 = 0;
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* L_27 = __this->___m_RenderNodesData_4;
NullCheck(L_27);
List_1_Clear_m7924686238D7A45D6E89936E021F91219B4E441B_inline(L_27, List_1_Clear_m7924686238D7A45D6E89936E021F91219B4E441B_RuntimeMethod_var);
return;
}
}
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::get_disposed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderChain_get_disposed_mCF178CF5FB11C10ADD928FA42137C798F88438A9 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CdisposedU3Ek__BackingField_31;
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_disposed(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_set_disposed_m8B93E480F7CC6F8A76F93321B31DC4E9CF7E2B6B (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, bool ___0_value, const RuntimeMethod* method)
{
{
bool L_0 = ___0_value;
__this->___U3CdisposedU3Ek__BackingField_31 = L_0;
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_Dispose_mBAF8084B843D14E1A5E3CE8B1B3E69EE2ED7B7BA (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RenderChain_Dispose_m888DECB7D11831E0C33DA128E1E74FFB17A0C010(__this, (bool)1, NULL);
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_Dispose_m888DECB7D11831E0C33DA128E1E74FFB17A0C010 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, bool ___0_disposing, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
{
bool L_0;
L_0 = RenderChain_get_disposed_mCF178CF5FB11C10ADD928FA42137C798F88438A9_inline(__this, NULL);
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
goto IL_0023;
}
IL_000d:
{
bool L_2 = ___0_disposing;
V_1 = L_2;
bool L_3 = V_1;
if (!L_3)
{
goto IL_001b;
}
}
{
RenderChain_Destructor_mBD1A7CB9EA879099CA112A34CAC4AA48F7A7A529(__this, NULL);
goto IL_001b;
}
IL_001b:
{
RenderChain_set_disposed_m8B93E480F7CC6F8A76F93321B31DC4E9CF7E2B6B_inline(__this, (bool)1, NULL);
}
IL_0023:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::ProcessChanges()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_ProcessChanges_m3A66729977C07DFD11210D917DB8AECE8D4A57A5 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
uint32_t V_3 = 0;
int32_t V_4 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_5 = NULL;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_6 = NULL;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
int32_t V_11 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_12 = NULL;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_13 = NULL;
bool V_14 = false;
bool V_15 = false;
bool V_16 = false;
bool V_17 = false;
int32_t V_18 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_19 = NULL;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_20 = NULL;
bool V_21 = false;
bool V_22 = false;
bool V_23 = false;
bool V_24 = false;
int32_t V_25 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_26 = NULL;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_27 = NULL;
bool V_28 = false;
bool V_29 = false;
bool V_30 = false;
bool V_31 = false;
int32_t V_32 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_33 = NULL;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_34 = NULL;
bool V_35 = false;
bool V_36 = false;
bool V_37 = false;
bool V_38 = false;
bool V_39 = false;
int32_t V_40 = 0;
bool V_41 = false;
bool V_42 = false;
int32_t G_B6_0 = 0;
int32_t G_B19_0 = 0;
int32_t G_B32_0 = 0;
int32_t G_B45_0 = 0;
int32_t G_B58_0 = 0;
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* G_B74_0 = NULL;
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* G_B73_0 = NULL;
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* G_B77_0 = NULL;
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* G_B76_0 = NULL;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* G_B80_0 = NULL;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* G_B79_0 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerProcess_24), NULL);
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_0 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
il2cpp_codegen_initobj(L_0, sizeof(ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C));
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_1 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_2 = (uint32_t*)(&L_1->___elementsAdded_0);
uint32_t* L_3 = L_2;
int32_t L_4 = *((uint32_t*)L_3);
uint32_t L_5 = __this->___m_StatsElementsAdded_14;
*((int32_t*)L_3) = (int32_t)((int32_t)il2cpp_codegen_add(L_4, (int32_t)L_5));
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_6 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_7 = (uint32_t*)(&L_6->___elementsRemoved_1);
uint32_t* L_8 = L_7;
int32_t L_9 = *((uint32_t*)L_8);
uint32_t L_10 = __this->___m_StatsElementsRemoved_15;
*((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add(L_9, (int32_t)L_10));
int32_t L_11 = 0;
V_3 = L_11;
__this->___m_StatsElementsRemoved_15 = L_11;
uint32_t L_12 = V_3;
__this->___m_StatsElementsAdded_14 = L_12;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_13 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
uint32_t* L_14 = (uint32_t*)(&L_13->___dirtyID_4);
uint32_t* L_15 = L_14;
int32_t L_16 = *((uint32_t*)L_15);
*((int32_t*)L_15) = (int32_t)((int32_t)il2cpp_codegen_add(L_16, 1));
V_0 = 0;
V_1 = ((int32_t)12);
int32_t L_17 = V_1;
V_2 = ((~L_17));
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerClipProcessing_25), NULL);
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_18 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_19 = L_18->___minDepths_2;
int32_t L_20 = V_0;
NullCheck(L_19);
int32_t L_21 = L_20;
int32_t L_22 = (L_19)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
V_4 = L_22;
goto IL_0151;
}
IL_0089:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_23 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_24 = L_23->___heads_0;
int32_t L_25 = V_4;
NullCheck(L_24);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_26;
L_26 = List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092(L_24, L_25, List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
V_5 = L_26;
goto IL_013c;
}
IL_00a3:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_27 = V_5;
NullCheck(L_27);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_28 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_27->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_29 = L_28->___nextDirty_5;
V_6 = L_29;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_30 = V_5;
NullCheck(L_30);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_31 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_30->___renderChainData_26);
int32_t L_32 = L_31->___dirtiedValues_7;
int32_t L_33 = V_1;
V_7 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_32&(int32_t)L_33))) <= ((uint32_t)0)))? 1 : 0);
bool L_34 = V_7;
if (!L_34)
{
goto IL_0127;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_35 = V_5;
NullCheck(L_35);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_36 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_35->___renderChainData_26);
bool L_37 = L_36->___isInChain_13;
if (!L_37)
{
goto IL_00f6;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_38 = V_5;
NullCheck(L_38);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_39 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_38->___renderChainData_26);
uint32_t L_40 = L_39->___dirtyID_8;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_41 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
uint32_t L_42 = L_41->___dirtyID_4;
G_B6_0 = ((((int32_t)((((int32_t)L_40) == ((int32_t)L_42))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_00f7;
}
IL_00f6:
{
G_B6_0 = 0;
}
IL_00f7:
{
V_8 = (bool)G_B6_0;
bool L_43 = V_8;
if (!L_43)
{
goto IL_0117;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_44 = V_5;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_45 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
uint32_t L_46 = L_45->___dirtyID_4;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_47 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
RenderEvents_ProcessOnClippingChanged_m8C859C039D6F9A264F08F7B814CEC759F091CDFB(__this, L_44, L_46, L_47, NULL);
}
IL_0117:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_48 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_49 = V_5;
int32_t L_50 = V_2;
DepthOrderedDirtyTracking_ClearDirty_m66CB5F7F44F12DAC7A0047327EF41C147A72A879(L_48, L_49, L_50, NULL);
}
IL_0127:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_51 = V_6;
V_5 = L_51;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_52 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_53 = (uint32_t*)(&L_52->___dirtyProcessed_14);
uint32_t* L_54 = L_53;
int32_t L_55 = *((uint32_t*)L_54);
*((int32_t*)L_54) = (int32_t)((int32_t)il2cpp_codegen_add(L_55, 1));
}
IL_013c:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_56 = V_5;
V_9 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_56) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_57 = V_9;
if (L_57)
{
goto IL_00a3;
}
}
{
int32_t L_58 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_58, 1));
}
IL_0151:
{
int32_t L_59 = V_4;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_60 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_61 = L_60->___maxDepths_3;
int32_t L_62 = V_0;
NullCheck(L_61);
int32_t L_63 = L_62;
int32_t L_64 = (L_61)->GetAt(static_cast<il2cpp_array_size_t>(L_63));
V_10 = (bool)((((int32_t)((((int32_t)L_59) > ((int32_t)L_64))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_65 = V_10;
if (L_65)
{
goto IL_0089;
}
}
{
il2cpp_codegen_runtime_class_init_inline(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerClipProcessing_25), NULL);
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_66 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
uint32_t* L_67 = (uint32_t*)(&L_66->___dirtyID_4);
uint32_t* L_68 = L_67;
int32_t L_69 = *((uint32_t*)L_68);
*((int32_t*)L_68) = (int32_t)((int32_t)il2cpp_codegen_add(L_69, 1));
V_0 = 1;
V_1 = ((int32_t)192);
int32_t L_70 = V_1;
V_2 = ((~L_70));
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerOpacityProcessing_26), NULL);
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_71 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_72 = L_71->___minDepths_2;
int32_t L_73 = V_0;
NullCheck(L_72);
int32_t L_74 = L_73;
int32_t L_75 = (L_72)->GetAt(static_cast<il2cpp_array_size_t>(L_74));
V_11 = L_75;
goto IL_027b;
}
IL_01b3:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_76 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_77 = L_76->___heads_0;
int32_t L_78 = V_11;
NullCheck(L_77);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_79;
L_79 = List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092(L_77, L_78, List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
V_12 = L_79;
goto IL_0266;
}
IL_01cd:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_80 = V_12;
NullCheck(L_80);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_81 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_80->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_82 = L_81->___nextDirty_5;
V_13 = L_82;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_83 = V_12;
NullCheck(L_83);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_84 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_83->___renderChainData_26);
int32_t L_85 = L_84->___dirtiedValues_7;
int32_t L_86 = V_1;
V_14 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_85&(int32_t)L_86))) <= ((uint32_t)0)))? 1 : 0);
bool L_87 = V_14;
if (!L_87)
{
goto IL_0251;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_88 = V_12;
NullCheck(L_88);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_89 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_88->___renderChainData_26);
bool L_90 = L_89->___isInChain_13;
if (!L_90)
{
goto IL_0220;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_91 = V_12;
NullCheck(L_91);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_92 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_91->___renderChainData_26);
uint32_t L_93 = L_92->___dirtyID_8;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_94 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
uint32_t L_95 = L_94->___dirtyID_4;
G_B19_0 = ((((int32_t)((((int32_t)L_93) == ((int32_t)L_95))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0221;
}
IL_0220:
{
G_B19_0 = 0;
}
IL_0221:
{
V_15 = (bool)G_B19_0;
bool L_96 = V_15;
if (!L_96)
{
goto IL_0241;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_97 = V_12;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_98 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
uint32_t L_99 = L_98->___dirtyID_4;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_100 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
RenderEvents_ProcessOnOpacityChanged_m7500646F4DAD8A9AAE15D8E224F949835016D7E8(__this, L_97, L_99, L_100, NULL);
}
IL_0241:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_101 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_102 = V_12;
int32_t L_103 = V_2;
DepthOrderedDirtyTracking_ClearDirty_m66CB5F7F44F12DAC7A0047327EF41C147A72A879(L_101, L_102, L_103, NULL);
}
IL_0251:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_104 = V_13;
V_12 = L_104;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_105 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_106 = (uint32_t*)(&L_105->___dirtyProcessed_14);
uint32_t* L_107 = L_106;
int32_t L_108 = *((uint32_t*)L_107);
*((int32_t*)L_107) = (int32_t)((int32_t)il2cpp_codegen_add(L_108, 1));
}
IL_0266:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_109 = V_12;
V_16 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_109) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_110 = V_16;
if (L_110)
{
goto IL_01cd;
}
}
{
int32_t L_111 = V_11;
V_11 = ((int32_t)il2cpp_codegen_add(L_111, 1));
}
IL_027b:
{
int32_t L_112 = V_11;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_113 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_114 = L_113->___maxDepths_3;
int32_t L_115 = V_0;
NullCheck(L_114);
int32_t L_116 = L_115;
int32_t L_117 = (L_114)->GetAt(static_cast<il2cpp_array_size_t>(L_116));
V_17 = (bool)((((int32_t)((((int32_t)L_112) > ((int32_t)L_117))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_118 = V_17;
if (L_118)
{
goto IL_01b3;
}
}
{
il2cpp_codegen_runtime_class_init_inline(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerOpacityProcessing_26), NULL);
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_119 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
uint32_t* L_120 = (uint32_t*)(&L_119->___dirtyID_4);
uint32_t* L_121 = L_120;
int32_t L_122 = *((uint32_t*)L_121);
*((int32_t*)L_121) = (int32_t)((int32_t)il2cpp_codegen_add(L_122, 1));
V_0 = 2;
V_1 = ((int32_t)256);
int32_t L_123 = V_1;
V_2 = ((~L_123));
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerColorsProcessing_27), NULL);
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_124 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_125 = L_124->___minDepths_2;
int32_t L_126 = V_0;
NullCheck(L_125);
int32_t L_127 = L_126;
int32_t L_128 = (L_125)->GetAt(static_cast<il2cpp_array_size_t>(L_127));
V_18 = L_128;
goto IL_03a5;
}
IL_02dd:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_129 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_130 = L_129->___heads_0;
int32_t L_131 = V_18;
NullCheck(L_130);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_132;
L_132 = List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092(L_130, L_131, List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
V_19 = L_132;
goto IL_0390;
}
IL_02f7:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_133 = V_19;
NullCheck(L_133);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_134 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_133->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_135 = L_134->___nextDirty_5;
V_20 = L_135;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_136 = V_19;
NullCheck(L_136);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_137 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_136->___renderChainData_26);
int32_t L_138 = L_137->___dirtiedValues_7;
int32_t L_139 = V_1;
V_21 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_138&(int32_t)L_139))) <= ((uint32_t)0)))? 1 : 0);
bool L_140 = V_21;
if (!L_140)
{
goto IL_037b;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_141 = V_19;
NullCheck(L_141);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_142 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_141->___renderChainData_26);
bool L_143 = L_142->___isInChain_13;
if (!L_143)
{
goto IL_034a;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_144 = V_19;
NullCheck(L_144);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_145 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_144->___renderChainData_26);
uint32_t L_146 = L_145->___dirtyID_8;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_147 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
uint32_t L_148 = L_147->___dirtyID_4;
G_B32_0 = ((((int32_t)((((int32_t)L_146) == ((int32_t)L_148))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_034b;
}
IL_034a:
{
G_B32_0 = 0;
}
IL_034b:
{
V_22 = (bool)G_B32_0;
bool L_149 = V_22;
if (!L_149)
{
goto IL_036b;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_150 = V_19;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_151 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
uint32_t L_152 = L_151->___dirtyID_4;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_153 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
RenderEvents_ProcessOnColorChanged_m33E2F731105EEBA134912ED1C2E77C20168CE8A4(__this, L_150, L_152, L_153, NULL);
}
IL_036b:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_154 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_155 = V_19;
int32_t L_156 = V_2;
DepthOrderedDirtyTracking_ClearDirty_m66CB5F7F44F12DAC7A0047327EF41C147A72A879(L_154, L_155, L_156, NULL);
}
IL_037b:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_157 = V_20;
V_19 = L_157;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_158 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_159 = (uint32_t*)(&L_158->___dirtyProcessed_14);
uint32_t* L_160 = L_159;
int32_t L_161 = *((uint32_t*)L_160);
*((int32_t*)L_160) = (int32_t)((int32_t)il2cpp_codegen_add(L_161, 1));
}
IL_0390:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_162 = V_19;
V_23 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_162) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_163 = V_23;
if (L_163)
{
goto IL_02f7;
}
}
{
int32_t L_164 = V_18;
V_18 = ((int32_t)il2cpp_codegen_add(L_164, 1));
}
IL_03a5:
{
int32_t L_165 = V_18;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_166 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_167 = L_166->___maxDepths_3;
int32_t L_168 = V_0;
NullCheck(L_167);
int32_t L_169 = L_168;
int32_t L_170 = (L_167)->GetAt(static_cast<il2cpp_array_size_t>(L_169));
V_24 = (bool)((((int32_t)((((int32_t)L_165) > ((int32_t)L_170))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_171 = V_24;
if (L_171)
{
goto IL_02dd;
}
}
{
il2cpp_codegen_runtime_class_init_inline(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerColorsProcessing_27), NULL);
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_172 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
uint32_t* L_173 = (uint32_t*)(&L_172->___dirtyID_4);
uint32_t* L_174 = L_173;
int32_t L_175 = *((uint32_t*)L_174);
*((int32_t*)L_174) = (int32_t)((int32_t)il2cpp_codegen_add(L_175, 1));
V_0 = 3;
V_1 = 3;
int32_t L_176 = V_1;
V_2 = ((~L_176));
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerTransformProcessing_28), NULL);
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_177 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_178 = L_177->___minDepths_2;
int32_t L_179 = V_0;
NullCheck(L_178);
int32_t L_180 = L_179;
int32_t L_181 = (L_178)->GetAt(static_cast<il2cpp_array_size_t>(L_180));
V_25 = L_181;
goto IL_04cb;
}
IL_0403:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_182 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_183 = L_182->___heads_0;
int32_t L_184 = V_25;
NullCheck(L_183);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_185;
L_185 = List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092(L_183, L_184, List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
V_26 = L_185;
goto IL_04b6;
}
IL_041d:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_186 = V_26;
NullCheck(L_186);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_187 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_186->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_188 = L_187->___nextDirty_5;
V_27 = L_188;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_189 = V_26;
NullCheck(L_189);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_190 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_189->___renderChainData_26);
int32_t L_191 = L_190->___dirtiedValues_7;
int32_t L_192 = V_1;
V_28 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_191&(int32_t)L_192))) <= ((uint32_t)0)))? 1 : 0);
bool L_193 = V_28;
if (!L_193)
{
goto IL_04a1;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_194 = V_26;
NullCheck(L_194);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_195 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_194->___renderChainData_26);
bool L_196 = L_195->___isInChain_13;
if (!L_196)
{
goto IL_0470;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_197 = V_26;
NullCheck(L_197);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_198 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_197->___renderChainData_26);
uint32_t L_199 = L_198->___dirtyID_8;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_200 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
uint32_t L_201 = L_200->___dirtyID_4;
G_B45_0 = ((((int32_t)((((int32_t)L_199) == ((int32_t)L_201))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_0471;
}
IL_0470:
{
G_B45_0 = 0;
}
IL_0471:
{
V_29 = (bool)G_B45_0;
bool L_202 = V_29;
if (!L_202)
{
goto IL_0491;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_203 = V_26;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_204 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
uint32_t L_205 = L_204->___dirtyID_4;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_206 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
RenderEvents_ProcessOnTransformOrSizeChanged_m6FC54824C99919CE35EBD9D7E1D70685D6245853(__this, L_203, L_205, L_206, NULL);
}
IL_0491:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_207 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_208 = V_26;
int32_t L_209 = V_2;
DepthOrderedDirtyTracking_ClearDirty_m66CB5F7F44F12DAC7A0047327EF41C147A72A879(L_207, L_208, L_209, NULL);
}
IL_04a1:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_210 = V_27;
V_26 = L_210;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_211 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_212 = (uint32_t*)(&L_211->___dirtyProcessed_14);
uint32_t* L_213 = L_212;
int32_t L_214 = *((uint32_t*)L_213);
*((int32_t*)L_213) = (int32_t)((int32_t)il2cpp_codegen_add(L_214, 1));
}
IL_04b6:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_215 = V_26;
V_30 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_215) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_216 = V_30;
if (L_216)
{
goto IL_041d;
}
}
{
int32_t L_217 = V_25;
V_25 = ((int32_t)il2cpp_codegen_add(L_217, 1));
}
IL_04cb:
{
int32_t L_218 = V_25;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_219 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_220 = L_219->___maxDepths_3;
int32_t L_221 = V_0;
NullCheck(L_220);
int32_t L_222 = L_221;
int32_t L_223 = (L_220)->GetAt(static_cast<il2cpp_array_size_t>(L_222));
V_31 = (bool)((((int32_t)((((int32_t)L_218) > ((int32_t)L_223))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_224 = V_31;
if (L_224)
{
goto IL_0403;
}
}
{
il2cpp_codegen_runtime_class_init_inline(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerTransformProcessing_28), NULL);
__this->___m_BlockDirtyRegistration_9 = (bool)1;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_225 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
uint32_t* L_226 = (uint32_t*)(&L_225->___dirtyID_4);
uint32_t* L_227 = L_226;
int32_t L_228 = *((uint32_t*)L_227);
*((int32_t*)L_227) = (int32_t)((int32_t)il2cpp_codegen_add(L_228, 1));
V_0 = 4;
V_1 = ((int32_t)48);
int32_t L_229 = V_1;
V_2 = ((~L_229));
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerVisualsProcessing_29), NULL);
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_230 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_231 = L_230->___minDepths_2;
int32_t L_232 = V_0;
NullCheck(L_231);
int32_t L_233 = L_232;
int32_t L_234 = (L_231)->GetAt(static_cast<il2cpp_array_size_t>(L_233));
V_32 = L_234;
goto IL_05f9;
}
IL_0531:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_235 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_236 = L_235->___heads_0;
int32_t L_237 = V_32;
NullCheck(L_236);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_238;
L_238 = List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092(L_236, L_237, List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
V_33 = L_238;
goto IL_05e4;
}
IL_054b:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_239 = V_33;
NullCheck(L_239);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_240 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_239->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_241 = L_240->___nextDirty_5;
V_34 = L_241;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_242 = V_33;
NullCheck(L_242);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_243 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_242->___renderChainData_26);
int32_t L_244 = L_243->___dirtiedValues_7;
int32_t L_245 = V_1;
V_35 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_244&(int32_t)L_245))) <= ((uint32_t)0)))? 1 : 0);
bool L_246 = V_35;
if (!L_246)
{
goto IL_05cf;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_247 = V_33;
NullCheck(L_247);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_248 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_247->___renderChainData_26);
bool L_249 = L_248->___isInChain_13;
if (!L_249)
{
goto IL_059e;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_250 = V_33;
NullCheck(L_250);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_251 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_250->___renderChainData_26);
uint32_t L_252 = L_251->___dirtyID_8;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_253 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
uint32_t L_254 = L_253->___dirtyID_4;
G_B58_0 = ((((int32_t)((((int32_t)L_252) == ((int32_t)L_254))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_059f;
}
IL_059e:
{
G_B58_0 = 0;
}
IL_059f:
{
V_36 = (bool)G_B58_0;
bool L_255 = V_36;
if (!L_255)
{
goto IL_05bf;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_256 = V_33;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_257 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
uint32_t L_258 = L_257->___dirtyID_4;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_259 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
RenderEvents_ProcessOnVisualsChanged_mFB4C272C0513E0DF688DD03907B165D1FFF22329(__this, L_256, L_258, L_259, NULL);
}
IL_05bf:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_260 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_261 = V_33;
int32_t L_262 = V_2;
DepthOrderedDirtyTracking_ClearDirty_m66CB5F7F44F12DAC7A0047327EF41C147A72A879(L_260, L_261, L_262, NULL);
}
IL_05cf:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_263 = V_34;
V_33 = L_263;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_264 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_265 = (uint32_t*)(&L_264->___dirtyProcessed_14);
uint32_t* L_266 = L_265;
int32_t L_267 = *((uint32_t*)L_266);
*((int32_t*)L_266) = (int32_t)((int32_t)il2cpp_codegen_add(L_267, 1));
}
IL_05e4:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_268 = V_33;
V_37 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_268) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_269 = V_37;
if (L_269)
{
goto IL_054b;
}
}
{
int32_t L_270 = V_32;
V_32 = ((int32_t)il2cpp_codegen_add(L_270, 1));
}
IL_05f9:
{
int32_t L_271 = V_32;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_272 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_273 = L_272->___maxDepths_3;
int32_t L_274 = V_0;
NullCheck(L_273);
int32_t L_275 = L_274;
int32_t L_276 = (L_273)->GetAt(static_cast<il2cpp_array_size_t>(L_275));
V_38 = (bool)((((int32_t)((((int32_t)L_271) > ((int32_t)L_276))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_277 = V_38;
if (L_277)
{
goto IL_0531;
}
}
{
il2cpp_codegen_runtime_class_init_inline(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerVisualsProcessing_29), NULL);
__this->___m_BlockDirtyRegistration_9 = (bool)0;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_278 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
DepthOrderedDirtyTracking_Reset_mBE958F05647E78766DD9422442D41B1DE0B4823C(L_278, NULL);
RenderChain_ProcessTextRegen_mD8AF66B12E406FA6C0976A8F373F5852217B0727(__this, (bool)1, NULL);
bool L_279 = __this->___m_FontWasReset_21;
V_39 = L_279;
bool L_280 = V_39;
if (!L_280)
{
goto IL_0682;
}
}
{
V_40 = 0;
goto IL_0676;
}
IL_064e:
{
bool L_281 = __this->___m_FontWasReset_21;
V_41 = (bool)((((int32_t)L_281) == ((int32_t)0))? 1 : 0);
bool L_282 = V_41;
if (!L_282)
{
goto IL_0660;
}
}
{
goto IL_0681;
}
IL_0660:
{
__this->___m_FontWasReset_21 = (bool)0;
RenderChain_ProcessTextRegen_mD8AF66B12E406FA6C0976A8F373F5852217B0727(__this, (bool)0, NULL);
int32_t L_283 = V_40;
V_40 = ((int32_t)il2cpp_codegen_add(L_283, 1));
}
IL_0676:
{
int32_t L_284 = V_40;
V_42 = (bool)((((int32_t)L_284) < ((int32_t)2))? 1 : 0);
bool L_285 = V_42;
if (L_285)
{
goto IL_064e;
}
}
IL_0681:
{
}
IL_0682:
{
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_286;
L_286 = RenderChain_get_atlas_mF0CDA8A25FE35CAABBFE4AC9294400693D205E6A_inline(__this, NULL);
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_287 = L_286;
G_B73_0 = L_287;
if (L_287)
{
G_B74_0 = L_287;
goto IL_068e;
}
}
{
goto IL_069a;
}
IL_068e:
{
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_288;
L_288 = RenderChain_get_panel_mC62704C111A0F5EAA68B12B7A0A371C53466E47B_inline(__this, NULL);
NullCheck(G_B74_0);
AtlasBase_InvokeUpdateDynamicTextures_m11473A042A56E4D5456ECE22AB69D9254CBE765E(G_B74_0, L_288, NULL);
}
IL_069a:
{
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_289;
L_289 = RenderChain_get_vectorImageManager_m6A5F57E470BD67EDA8722E366BD4F41D9FC61C18_inline(__this, NULL);
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_290 = L_289;
G_B76_0 = L_290;
if (L_290)
{
G_B77_0 = L_290;
goto IL_06a6;
}
}
{
goto IL_06ac;
}
IL_06a6:
{
NullCheck(G_B77_0);
VectorImageManager_Commit_mD0E417D6D0BF44C9CC1AA28BB79E1A615B26C5CD(G_B77_0, NULL);
}
IL_06ac:
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_291 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&__this->___shaderInfoAllocator_37);
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
UIRVEShaderInfoAllocator_IssuePendingStorageChanges_mF994684323C7C8BF66B5ED0F5F34A8B67509EE9B(L_291, NULL);
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_292;
L_292 = RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline(__this, NULL);
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_293 = L_292;
G_B79_0 = L_293;
if (L_293)
{
G_B80_0 = L_293;
goto IL_06c4;
}
}
{
goto IL_06ca;
}
IL_06c4:
{
NullCheck(G_B80_0);
UIRenderDevice_OnFrameRenderingBegin_mED35CD0220B6DC106B63532E9D9850F5A7E55B0D(G_B80_0, NULL);
}
IL_06ca:
{
il2cpp_codegen_runtime_class_init_inline(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerProcess_24), NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::Render()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_Render_mE9AB2A96A96C76FE403F893C26326063D21EF54E (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m6F50163981F18AD78856766254735B84087CEB3A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_0 = NULL;
Exception_t* V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_4;
memset((&V_4), 0, sizeof(V_4));
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_5;
memset((&V_5), 0, sizeof(V_5));
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* G_B7_0 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B7_1 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B7_2 = NULL;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B7_3 = NULL;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* G_B7_4 = NULL;
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* G_B6_0 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B6_1 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B6_2 = NULL;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B6_3 = NULL;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* G_B6_4 = NULL;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* G_B8_0 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B8_1 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B8_2 = NULL;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B8_3 = NULL;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* G_B8_4 = NULL;
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0;
L_0 = RenderChain_GetStandardMaterial_m831708EDEE8100F30AACC60F86884AFBCBF68DF1(__this, NULL);
V_0 = L_0;
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_1;
L_1 = RenderChain_get_panel_mC62704C111A0F5EAA68B12B7A0A371C53466E47B_inline(__this, NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2 = V_0;
NullCheck(L_1);
BaseVisualElementPanel_InvokeUpdateMaterial_m7250F485CE00843BF4143BB6E4141FDEDE62AEF1(L_1, L_2, NULL);
V_1 = (Exception_t*)NULL;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_3 = __this->___m_FirstCommand_0;
V_2 = (bool)((!(((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_3) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_4 = V_2;
if (!L_4)
{
goto IL_0100;
}
}
{
bool L_5;
L_5 = RenderChain_get_drawInCameras_m8D80C9B3E4675B9DC4FC81A895C00BFCF7F3482D_inline(__this, NULL);
V_3 = (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
bool L_6 = V_3;
if (!L_6)
{
goto IL_00ff;
}
}
{
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_7;
L_7 = RenderChain_get_panel_mC62704C111A0F5EAA68B12B7A0A371C53466E47B_inline(__this, NULL);
NullCheck(L_7);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8;
L_8 = VirtualFuncInvoker0< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* >::Invoke(35 /* UnityEngine.UIElements.VisualElement UnityEngine.UIElements.BaseVisualElementPanel::get_visualTree() */, L_7);
NullCheck(L_8);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_9;
L_9 = VisualElement_get_layout_m71851CB694EE1348CDCA83353FFF3C1FB2F69C1A(L_8, NULL);
V_4 = L_9;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_10 = V_0;
if (L_10)
{
goto IL_0050;
}
}
{
goto IL_0058;
}
IL_0050:
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_11 = V_0;
NullCheck(L_11);
bool L_12;
L_12 = Material_SetPass_mBB03542DFF4FAEADFCED332009F9D61B6DED75FE(L_11, 0, NULL);
}
IL_0058:
{
float L_13;
L_13 = Rect_get_xMin_mE89C40702926D016A633399E20DB9501E251630D((&V_4), NULL);
float L_14;
L_14 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F((&V_4), NULL);
float L_15;
L_15 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E((&V_4), NULL);
float L_16;
L_16 = Rect_get_yMin_mB19848FB25DE61EDF958F7A22CFDD86DE103062F((&V_4), NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_17;
L_17 = ProjectionUtils_Ortho_mC5B392C6F2D3723951B26FDAC3CA527BD5955EC6(L_13, L_14, L_15, L_16, (-0.00100000005f), (1.00100005f), NULL);
V_5 = L_17;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_18 = V_5;
GL_LoadProjectionMatrix_m4310EBD83BF1858124306A227C18FF52152718BD(L_18, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_19;
L_19 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
GL_set_modelview_mCAE007CC5BE38316397954370950EB43991FBBD4(L_19, NULL);
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_20;
L_20 = RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline(__this, NULL);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_21 = __this->___m_FirstCommand_0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_22 = V_0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_23 = V_0;
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_24;
L_24 = RenderChain_get_vectorImageManager_m6A5F57E470BD67EDA8722E366BD4F41D9FC61C18_inline(__this, NULL);
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_25 = L_24;
G_B6_0 = L_25;
G_B6_1 = L_23;
G_B6_2 = L_22;
G_B6_3 = L_21;
G_B6_4 = L_20;
if (L_25)
{
G_B7_0 = L_25;
G_B7_1 = L_23;
G_B7_2 = L_22;
G_B7_3 = L_21;
G_B7_4 = L_20;
goto IL_00b3;
}
}
{
G_B8_0 = ((Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)(NULL));
G_B8_1 = G_B6_1;
G_B8_2 = G_B6_2;
G_B8_3 = G_B6_3;
G_B8_4 = G_B6_4;
goto IL_00b8;
}
IL_00b3:
{
NullCheck(G_B7_0);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_26;
L_26 = VectorImageManager_get_atlas_mD507CE14D8083BFE52DC1F44F27CF622AB0A06B6(G_B7_0, NULL);
G_B8_0 = L_26;
G_B8_1 = G_B7_1;
G_B8_2 = G_B7_2;
G_B8_3 = G_B7_3;
G_B8_4 = G_B7_4;
}
IL_00b8:
{
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_27 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&__this->___shaderInfoAllocator_37);
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_28;
L_28 = UIRVEShaderInfoAllocator_get_atlas_mBE42DF6248C2B49245373E7C2201F72D1565953E(L_27, NULL);
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_29;
L_29 = RenderChain_get_panel_mC62704C111A0F5EAA68B12B7A0A371C53466E47B_inline(__this, NULL);
NullCheck(L_29);
float L_30;
L_30 = BaseVisualElementPanel_get_scaledPixelsPerPoint_m61FB80FA842E806955AFFBB566E7CCB76FA6DDB3(L_29, NULL);
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_31 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&__this->___shaderInfoAllocator_37);
NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 L_32;
L_32 = UIRVEShaderInfoAllocator_get_transformConstants_mDBEBD1B076C75991D4C2FB0B1B7E9F5F4960CF4B(L_31, NULL);
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_33 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&__this->___shaderInfoAllocator_37);
NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F L_34;
L_34 = UIRVEShaderInfoAllocator_get_clipRectConstants_m1F589F4F88AF5032526C02244DDF072F499FE9F0(L_33, NULL);
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* L_35 = __this->___m_RenderNodesData_4;
NullCheck(L_35);
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_36;
L_36 = List_1_get_Item_m6F50163981F18AD78856766254735B84087CEB3A(L_35, 0, List_1_get_Item_m6F50163981F18AD78856766254735B84087CEB3A_RuntimeMethod_var);
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_37 = L_36.___matPropBlock_2;
NullCheck(G_B8_4);
UIRenderDevice_EvaluateChain_mAF7788E8FFD68141C3DFB6EDBA7237910ADED018(G_B8_4, G_B8_3, G_B8_2, G_B8_1, G_B8_0, L_28, L_30, L_32, L_34, L_37, (bool)1, (&V_1), NULL);
}
IL_00ff:
{
}
IL_0100:
{
Exception_t* L_38 = V_1;
V_6 = (bool)((!(((RuntimeObject*)(Exception_t*)L_38) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_39 = V_6;
if (!L_39)
{
goto IL_0120;
}
}
{
Exception_t* L_40 = V_1;
bool L_41;
L_41 = GUIUtility_IsExitGUIException_mB887DAF961E8C1124916777B812FBF2324F5265F(L_40, NULL);
V_7 = L_41;
bool L_42 = V_7;
if (!L_42)
{
goto IL_0119;
}
}
{
Exception_t* L_43 = V_1;
IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RenderChain_Render_mE9AB2A96A96C76FE403F893C26326063D21EF54E_RuntimeMethod_var)));
}
IL_0119:
{
Exception_t* L_44 = V_1;
ImmediateModeException_t7A6F44A9035C26E64FF8BCD4964F7189506F063D* L_45 = (ImmediateModeException_t7A6F44A9035C26E64FF8BCD4964F7189506F063D*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ImmediateModeException_t7A6F44A9035C26E64FF8BCD4964F7189506F063D_il2cpp_TypeInfo_var)));
NullCheck(L_45);
ImmediateModeException__ctor_mB1863A2577598143D489C8FC956A89EB7BE45D74(L_45, L_44, NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RenderChain_Render_mE9AB2A96A96C76FE403F893C26326063D21EF54E_RuntimeMethod_var)));
}
IL_0120:
{
bool L_46;
L_46 = RenderChain_get_drawStats_m5977A02A356E4DEDC68BC9723AB6D6D367ADDB97_inline(__this, NULL);
V_8 = L_46;
bool L_47 = V_8;
if (!L_47)
{
goto IL_0133;
}
}
{
RenderChain_DrawStats_m71CC1AE6E6BAB3DCDBAA5CF85559C1152CBCB7C2(__this, NULL);
}
IL_0133:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::ProcessTextRegen(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_ProcessTextRegen_mD8AF66B12E406FA6C0976A8F373F5852217B0727 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, bool ___0_timeSliced, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
int32_t V_4 = 0;
bool V_5 = false;
bool V_6 = false;
int32_t V_7 = 0;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
int32_t G_B4_0 = 0;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* G_B10_0 = NULL;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* G_B9_0 = NULL;
int32_t G_B11_0 = 0;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* G_B11_1 = NULL;
int32_t G_B19_0 = 0;
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* G_B27_0 = NULL;
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* G_B26_0 = NULL;
{
bool L_0 = ___0_timeSliced;
if (!L_0)
{
goto IL_000c;
}
}
{
int32_t L_1 = __this->___m_DirtyTextRemaining_20;
if (!L_1)
{
goto IL_0017;
}
}
IL_000c:
{
int32_t L_2 = __this->___m_TextElementCount_18;
G_B4_0 = ((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
goto IL_0018;
}
IL_0017:
{
G_B4_0 = 1;
}
IL_0018:
{
V_2 = (bool)G_B4_0;
bool L_3 = V_2;
if (!L_3)
{
goto IL_0021;
}
}
{
goto IL_0166;
}
IL_0021:
{
il2cpp_codegen_runtime_class_init_inline(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerTextRegen_30), NULL);
UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* L_4 = __this->___m_TextUpdatePainter_17;
V_3 = (bool)((((RuntimeObject*)(UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F*)L_4) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_5 = V_3;
if (!L_5)
{
goto IL_0044;
}
}
{
UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* L_6 = (UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F*)il2cpp_codegen_object_new(UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F_il2cpp_TypeInfo_var);
NullCheck(L_6);
UIRTextUpdatePainter__ctor_m25E3B869CCE054E9D8DB0D8D2753461A1FF6619B(L_6, NULL);
__this->___m_TextUpdatePainter_17 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TextUpdatePainter_17), (void*)L_6);
}
IL_0044:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = __this->___m_FirstTextElement_16;
V_0 = L_7;
bool L_8 = ___0_timeSliced;
G_B9_0 = __this;
if (L_8)
{
G_B10_0 = __this;
goto IL_0052;
}
}
{
G_B11_0 = 0;
G_B11_1 = G_B9_0;
goto IL_005f;
}
IL_0052:
{
int32_t L_9 = __this->___m_DirtyTextStartIndex_19;
int32_t L_10 = __this->___m_TextElementCount_18;
G_B11_0 = ((int32_t)(L_9%L_10));
G_B11_1 = G_B10_0;
}
IL_005f:
{
NullCheck(G_B11_1);
G_B11_1->___m_DirtyTextStartIndex_19 = G_B11_0;
V_4 = 0;
goto IL_007b;
}
IL_0069:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = V_0;
NullCheck(L_11);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_12 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_11->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_13 = L_12->___nextText_41;
V_0 = L_13;
int32_t L_14 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add(L_14, 1));
}
IL_007b:
{
int32_t L_15 = V_4;
int32_t L_16 = __this->___m_DirtyTextStartIndex_19;
V_5 = (bool)((((int32_t)L_15) < ((int32_t)L_16))? 1 : 0);
bool L_17 = V_5;
if (L_17)
{
goto IL_0069;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_18 = V_0;
V_6 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_18) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_19 = V_6;
if (!L_19)
{
goto IL_009c;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_20 = __this->___m_FirstTextElement_16;
V_0 = L_20;
}
IL_009c:
{
bool L_21 = ___0_timeSliced;
if (L_21)
{
goto IL_00a7;
}
}
{
int32_t L_22 = __this->___m_TextElementCount_18;
G_B19_0 = L_22;
goto IL_00b4;
}
IL_00a7:
{
int32_t L_23 = __this->___m_DirtyTextRemaining_20;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
int32_t L_24;
L_24 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(((int32_t)50), L_23, NULL);
G_B19_0 = L_24;
}
IL_00b4:
{
V_1 = G_B19_0;
V_7 = 0;
goto IL_0110;
}
IL_00ba:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_25 = V_0;
UIRTextUpdatePainter_t4C6DD44519F677FBCFCB2B6D38C129BB8E21460F* L_26 = __this->___m_TextUpdatePainter_17;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_27;
L_27 = RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline(__this, NULL);
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_28 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
RenderEvents_ProcessRegenText_m2F18F2241EC4A6ED2363BB7228BBCE66827CA57B(__this, L_25, L_26, L_27, L_28, NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_29 = V_0;
NullCheck(L_29);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_30 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_29->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_31 = L_30->___nextText_41;
V_0 = L_31;
int32_t L_32 = __this->___m_DirtyTextStartIndex_19;
__this->___m_DirtyTextStartIndex_19 = ((int32_t)il2cpp_codegen_add(L_32, 1));
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_33 = V_0;
V_8 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_33) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_34 = V_8;
if (!L_34)
{
goto IL_0109;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_35 = __this->___m_FirstTextElement_16;
V_0 = L_35;
__this->___m_DirtyTextStartIndex_19 = 0;
}
IL_0109:
{
int32_t L_36 = V_7;
V_7 = ((int32_t)il2cpp_codegen_add(L_36, 1));
}
IL_0110:
{
int32_t L_37 = V_7;
int32_t L_38 = V_1;
V_9 = (bool)((((int32_t)L_37) < ((int32_t)L_38))? 1 : 0);
bool L_39 = V_9;
if (L_39)
{
goto IL_00ba;
}
}
{
int32_t L_40 = __this->___m_DirtyTextRemaining_20;
int32_t L_41 = V_1;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
int32_t L_42;
L_42 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(0, ((int32_t)il2cpp_codegen_subtract(L_40, L_41)), NULL);
__this->___m_DirtyTextRemaining_20 = L_42;
int32_t L_43 = __this->___m_DirtyTextRemaining_20;
V_10 = (bool)((((int32_t)L_43) > ((int32_t)0))? 1 : 0);
bool L_44 = V_10;
if (!L_44)
{
goto IL_015b;
}
}
{
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_45;
L_45 = RenderChain_get_panel_mC62704C111A0F5EAA68B12B7A0A371C53466E47B_inline(__this, NULL);
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_46 = L_45;
G_B26_0 = L_46;
if (L_46)
{
G_B27_0 = L_46;
goto IL_014a;
}
}
{
goto IL_015b;
}
IL_014a:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_47 = __this->___m_FirstTextElement_16;
NullCheck(G_B27_0);
VirtualActionInvoker2< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, int32_t >::Invoke(29 /* System.Void UnityEngine.UIElements.BaseVisualElementPanel::OnVersionChanged(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.VersionChangeType) */, G_B27_0, L_47, ((int32_t)512));
}
IL_015b:
{
il2cpp_codegen_runtime_class_init_inline(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_StaticFields*)il2cpp_codegen_static_fields_for(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var))->___s_MarkerTextRegen_30), NULL);
}
IL_0166:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnChildAdded(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnChildAdded_m5590298774E688169B4EAD9F7BE2F67FD4D43C32 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
int32_t V_1 = 0;
uint32_t V_2 = 0;
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
bool V_5 = false;
int32_t G_B3_0 = 0;
int32_t G_B8_0 = 0;
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
NullCheck(L_0);
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_1;
L_1 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_0, NULL);
V_3 = L_1;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2;
L_2 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_3), NULL);
V_0 = L_2;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = V_0;
if (L_3)
{
goto IL_0016;
}
}
{
G_B3_0 = 0;
goto IL_0025;
}
IL_0016:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = V_0;
NullCheck(L_4);
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_5;
L_5 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_4, NULL);
V_3 = L_5;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = ___0_ve;
int32_t L_7;
L_7 = Hierarchy_IndexOf_mA16EE33503FFFDB425237D7E2DBB44D6750241F6((&V_3), L_6, NULL);
G_B3_0 = L_7;
}
IL_0025:
{
V_1 = G_B3_0;
bool L_8 = __this->___m_BlockDirtyRegistration_9;
V_4 = L_8;
bool L_9 = V_4;
if (!L_9)
{
goto IL_003d;
}
}
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_10 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_10);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE39A3F637291FE17EE1C8AE2FD63A324C2E04C1E)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RenderChain_UIEOnChildAdded_m5590298774E688169B4EAD9F7BE2F67FD4D43C32_RuntimeMethod_var)));
}
IL_003d:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = V_0;
if (!L_11)
{
goto IL_0050;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = V_0;
NullCheck(L_12);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_13 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_12->___renderChainData_26);
bool L_14 = L_13->___isInChain_13;
G_B8_0 = ((((int32_t)L_14) == ((int32_t)0))? 1 : 0);
goto IL_0051;
}
IL_0050:
{
G_B8_0 = 0;
}
IL_0051:
{
V_5 = (bool)G_B8_0;
bool L_15 = V_5;
if (!L_15)
{
goto IL_0059;
}
}
{
goto IL_00b9;
}
IL_0059:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16 = V_0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17 = ___0_ve;
int32_t L_18 = V_1;
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
uint32_t L_19;
L_19 = RenderEvents_DepthFirstOnChildAdded_m98799048C7F73861738CC9930E657668B469A0C9(__this, L_16, L_17, L_18, (bool)1, NULL);
V_2 = L_19;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_20 = ___0_ve;
NullCheck(L_20);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_21 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_20->___renderChainData_26);
bool L_22 = L_21->___isInChain_13;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D(L_22, NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_23 = ___0_ve;
NullCheck(L_23);
RuntimeObject* L_24;
L_24 = VisualElement_get_panel_m44AEFA3041785E57641AA3F895D11215C841BED1(L_23, NULL);
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_25;
L_25 = RenderChain_get_panel_mC62704C111A0F5EAA68B12B7A0A371C53466E47B_inline(__this, NULL);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((RuntimeObject*)(RuntimeObject*)L_24) == ((RuntimeObject*)(BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303*)L_25))? 1 : 0), NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_26 = ___0_ve;
RenderChain_UIEOnClippingChanged_m21F2F4A6592C4CBEB8B51479797E7B6E7F818A74(__this, L_26, (bool)1, NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_27 = ___0_ve;
RenderChain_UIEOnOpacityChanged_m89DFC4B502065583006586603B38AE3DEDF4E680(__this, L_27, (bool)0, NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_28 = ___0_ve;
RenderChain_UIEOnVisualsChanged_mB8B0E7AF7739388D1948D2949C47AA57453EF7FB(__this, L_28, (bool)1, NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_29 = ___0_ve;
NullCheck(L_29);
VisualElement_MarkRenderHintsClean_m5CCA21A9F3E0B011811F233F7B278C0F5BC686BE(L_29, NULL);
uint32_t L_30 = __this->___m_StatsElementsAdded_14;
uint32_t L_31 = V_2;
__this->___m_StatsElementsAdded_14 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)L_31));
}
IL_00b9:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnChildrenReordered(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnChildrenReordered_m6D9CDF87E2CA092DA690C60F6565788E136DB553 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_2;
memset((&V_2), 0, sizeof(V_2));
int32_t V_3 = 0;
bool V_4 = false;
int32_t V_5 = 0;
bool V_6 = false;
{
bool L_0 = __this->___m_BlockDirtyRegistration_9;
V_1 = L_0;
bool L_1 = V_1;
if (!L_1)
{
goto IL_0016;
}
}
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3D164B69F7C4C61A56FFEBCDC9C525ECFBA538C2)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RenderChain_UIEOnChildrenReordered_m6D9CDF87E2CA092DA690C60F6565788E136DB553_RuntimeMethod_var)));
}
IL_0016:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___0_ve;
NullCheck(L_3);
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_4;
L_4 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_3, NULL);
V_2 = L_4;
int32_t L_5;
L_5 = Hierarchy_get_childCount_mAD31B42C0FF9B64AAF6A8CF23F22024B3F9542D5((&V_2), NULL);
V_0 = L_5;
V_3 = 0;
goto IL_0043;
}
IL_0029:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = ___0_ve;
NullCheck(L_6);
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_7;
L_7 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_6, NULL);
V_2 = L_7;
int32_t L_8 = V_3;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_9;
L_9 = Hierarchy_get_Item_mBA5811C28D9E7FA48D0F10603A95F8CF248C3467((&V_2), L_8, NULL);
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
uint32_t L_10;
L_10 = RenderEvents_DepthFirstOnChildRemoving_m86F2944D40D4E921D440ABF03DADD7AB9ECAA7E9(__this, L_9, NULL);
int32_t L_11 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add(L_11, 1));
}
IL_0043:
{
int32_t L_12 = V_3;
int32_t L_13 = V_0;
V_4 = (bool)((((int32_t)L_12) < ((int32_t)L_13))? 1 : 0);
bool L_14 = V_4;
if (L_14)
{
goto IL_0029;
}
}
{
V_5 = 0;
goto IL_0073;
}
IL_0052:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15 = ___0_ve;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16 = ___0_ve;
NullCheck(L_16);
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_17;
L_17 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_16, NULL);
V_2 = L_17;
int32_t L_18 = V_5;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_19;
L_19 = Hierarchy_get_Item_mBA5811C28D9E7FA48D0F10603A95F8CF248C3467((&V_2), L_18, NULL);
int32_t L_20 = V_5;
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
uint32_t L_21;
L_21 = RenderEvents_DepthFirstOnChildAdded_m98799048C7F73861738CC9930E657668B469A0C9(__this, L_15, L_19, L_20, (bool)0, NULL);
int32_t L_22 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add(L_22, 1));
}
IL_0073:
{
int32_t L_23 = V_5;
int32_t L_24 = V_0;
V_6 = (bool)((((int32_t)L_23) < ((int32_t)L_24))? 1 : 0);
bool L_25 = V_6;
if (L_25)
{
goto IL_0052;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_26 = ___0_ve;
RenderChain_UIEOnClippingChanged_m21F2F4A6592C4CBEB8B51479797E7B6E7F818A74(__this, L_26, (bool)1, NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_27 = ___0_ve;
RenderChain_UIEOnOpacityChanged_m89DFC4B502065583006586603B38AE3DEDF4E680(__this, L_27, (bool)1, NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_28 = ___0_ve;
RenderChain_UIEOnVisualsChanged_mB8B0E7AF7739388D1948D2949C47AA57453EF7FB(__this, L_28, (bool)1, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnChildRemoving(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnChildRemoving_m43BA04CA7FBC51812AE49FB428B7D8507E63D5B3 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
bool L_0 = __this->___m_BlockDirtyRegistration_9;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_2);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral924CD98BF6EE1EC53552112E56B36E6E9BC646B6)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RenderChain_UIEOnChildRemoving_m43BA04CA7FBC51812AE49FB428B7D8507E63D5B3_RuntimeMethod_var)));
}
IL_0016:
{
uint32_t L_3 = __this->___m_StatsElementsRemoved_15;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = ___0_ve;
il2cpp_codegen_runtime_class_init_inline(RenderEvents_t6101D5BE36B25F757307468FF57441E632B2DAE0_il2cpp_TypeInfo_var);
uint32_t L_5;
L_5 = RenderEvents_DepthFirstOnChildRemoving_m86F2944D40D4E921D440ABF03DADD7AB9ECAA7E9(__this, L_4, NULL);
__this->___m_StatsElementsRemoved_15 = ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)L_5));
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = ___0_ve;
NullCheck(L_6);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_7 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_6->___renderChainData_26);
bool L_8 = L_7->___isInChain_13;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0), NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::StopTrackingGroupTransformElement(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_StopTrackingGroupTransformElement_mC1CC74CC99860D0B48FC3A705BC4EE4997F97638 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mF551BE94F0F16B737E271AC5ACF06E37740DCD66_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E* L_0 = __this->___m_LastGroupTransformElementScale_22;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = ___0_ve;
NullCheck(L_0);
bool L_2;
L_2 = Dictionary_2_Remove_mF551BE94F0F16B737E271AC5ACF06E37740DCD66(L_0, L_1, Dictionary_2_Remove_mF551BE94F0F16B737E271AC5ACF06E37740DCD66_RuntimeMethod_var);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnRenderHintsChanged(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnRenderHintsChanged_m61A76C31621AFFD5F428EE6224742AD7641E238C (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
NullCheck(L_0);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_0->___renderChainData_26);
bool L_2 = L_1->___isInChain_13;
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0037;
}
}
{
bool L_4 = __this->___m_BlockDirtyRegistration_9;
V_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_0026;
}
}
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_6);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEAF54B026590DA44B73CBA20F80D03DAA23A1257)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RenderChain_UIEOnRenderHintsChanged_m61A76C31621AFFD5F428EE6224742AD7641E238C_RuntimeMethod_var)));
}
IL_0026:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = ___0_ve;
RenderChain_UIEOnChildRemoving_m43BA04CA7FBC51812AE49FB428B7D8507E63D5B3(__this, L_7, NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___0_ve;
RenderChain_UIEOnChildAdded_m5590298774E688169B4EAD9F7BE2F67FD4D43C32(__this, L_8, NULL);
}
IL_0037:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnClippingChanged(UnityEngine.UIElements.VisualElement,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnClippingChanged_m21F2F4A6592C4CBEB8B51479797E7B6E7F818A74 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, bool ___1_hierarchical, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B5_1 = NULL;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* G_B5_2 = NULL;
int32_t G_B4_0 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B4_1 = NULL;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* G_B4_2 = NULL;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B6_2 = NULL;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* G_B6_3 = NULL;
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
NullCheck(L_0);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_0->___renderChainData_26);
bool L_2 = L_1->___isInChain_13;
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_003e;
}
}
{
bool L_4 = __this->___m_BlockDirtyRegistration_9;
V_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_0026;
}
}
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_6);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCBDB6DDEB7C4326BDFB82107D4AFA0DB7318ADD8)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RenderChain_UIEOnClippingChanged_m21F2F4A6592C4CBEB8B51479797E7B6E7F818A74_RuntimeMethod_var)));
}
IL_0026:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_7 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___0_ve;
bool L_9 = ___1_hierarchical;
G_B4_0 = 4;
G_B4_1 = L_8;
G_B4_2 = L_7;
if (L_9)
{
G_B5_0 = 4;
G_B5_1 = L_8;
G_B5_2 = L_7;
goto IL_0034;
}
}
{
G_B6_0 = 0;
G_B6_1 = G_B4_0;
G_B6_2 = G_B4_1;
G_B6_3 = G_B4_2;
goto IL_0035;
}
IL_0034:
{
G_B6_0 = 8;
G_B6_1 = G_B5_0;
G_B6_2 = G_B5_1;
G_B6_3 = G_B5_2;
}
IL_0035:
{
DepthOrderedDirtyTracking_RegisterDirty_mA05BD098B12E91FCD1E35BE02443AC0FB1B923B3(G_B6_3, G_B6_2, ((int32_t)(G_B6_1|G_B6_0)), 0, NULL);
}
IL_003e:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnOpacityChanged(UnityEngine.UIElements.VisualElement,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnOpacityChanged_m89DFC4B502065583006586603B38AE3DEDF4E680 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, bool ___1_hierarchical, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B5_1 = NULL;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* G_B5_2 = NULL;
int32_t G_B4_0 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B4_1 = NULL;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* G_B4_2 = NULL;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B6_2 = NULL;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* G_B6_3 = NULL;
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
NullCheck(L_0);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_0->___renderChainData_26);
bool L_2 = L_1->___isInChain_13;
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0043;
}
}
{
bool L_4 = __this->___m_BlockDirtyRegistration_9;
V_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_0026;
}
}
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_6);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3F5EC034A575EF443B45804503BFA961841C6662)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RenderChain_UIEOnOpacityChanged_m89DFC4B502065583006586603B38AE3DEDF4E680_RuntimeMethod_var)));
}
IL_0026:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_7 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___0_ve;
bool L_9 = ___1_hierarchical;
G_B4_0 = ((int32_t)64);
G_B4_1 = L_8;
G_B4_2 = L_7;
if (L_9)
{
G_B5_0 = ((int32_t)64);
G_B5_1 = L_8;
G_B5_2 = L_7;
goto IL_0035;
}
}
{
G_B6_0 = 0;
G_B6_1 = G_B4_0;
G_B6_2 = G_B4_1;
G_B6_3 = G_B4_2;
goto IL_003a;
}
IL_0035:
{
G_B6_0 = ((int32_t)128);
G_B6_1 = G_B5_0;
G_B6_2 = G_B5_1;
G_B6_3 = G_B5_2;
}
IL_003a:
{
DepthOrderedDirtyTracking_RegisterDirty_mA05BD098B12E91FCD1E35BE02443AC0FB1B923B3(G_B6_3, G_B6_2, ((int32_t)(G_B6_1|G_B6_0)), 1, NULL);
}
IL_0043:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnColorChanged(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnColorChanged_m5D44A21F97D5E8DAC27E86665FCF95C0CED7A8C5 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
NullCheck(L_0);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_0->___renderChainData_26);
bool L_2 = L_1->___isInChain_13;
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_003a;
}
}
{
bool L_4 = __this->___m_BlockDirtyRegistration_9;
V_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_0026;
}
}
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_6);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAFEB40145E3D98C6A581D85A0994F1B0B9FA32EE)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RenderChain_UIEOnColorChanged_m5D44A21F97D5E8DAC27E86665FCF95C0CED7A8C5_RuntimeMethod_var)));
}
IL_0026:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_7 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___0_ve;
DepthOrderedDirtyTracking_RegisterDirty_mA05BD098B12E91FCD1E35BE02443AC0FB1B923B3(L_7, L_8, ((int32_t)256), 2, NULL);
}
IL_003a:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnTransformOrSizeChanged(UnityEngine.UIElements.VisualElement,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnTransformOrSizeChanged_mBC5994CA10EC50475D2101057EA0399E4B2F25EF (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, bool ___1_transformChanged, bool ___2_clipRectSizeChanged, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
bool V_2 = false;
int32_t G_B6_0 = 0;
int32_t G_B8_0 = 0;
int32_t G_B7_0 = 0;
int32_t G_B9_0 = 0;
int32_t G_B9_1 = 0;
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
NullCheck(L_0);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_0->___renderChainData_26);
bool L_2 = L_1->___isInChain_13;
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0046;
}
}
{
bool L_4 = __this->___m_BlockDirtyRegistration_9;
V_2 = L_4;
bool L_5 = V_2;
if (!L_5)
{
goto IL_0026;
}
}
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_6);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA70D03409FDE67B84BCDBFA1439933DA55C8E146)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RenderChain_UIEOnTransformOrSizeChanged_mBC5994CA10EC50475D2101057EA0399E4B2F25EF_RuntimeMethod_var)));
}
IL_0026:
{
bool L_7 = ___1_transformChanged;
if (L_7)
{
goto IL_002c;
}
}
{
G_B6_0 = 0;
goto IL_002d;
}
IL_002c:
{
G_B6_0 = 1;
}
IL_002d:
{
bool L_8 = ___2_clipRectSizeChanged;
G_B7_0 = G_B6_0;
if (L_8)
{
G_B8_0 = G_B6_0;
goto IL_0033;
}
}
{
G_B9_0 = 0;
G_B9_1 = G_B7_0;
goto IL_0034;
}
IL_0033:
{
G_B9_0 = 2;
G_B9_1 = G_B8_0;
}
IL_0034:
{
V_1 = ((int32_t)(G_B9_1|G_B9_0));
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_9 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = ___0_ve;
int32_t L_11 = V_1;
DepthOrderedDirtyTracking_RegisterDirty_mA05BD098B12E91FCD1E35BE02443AC0FB1B923B3(L_9, L_10, L_11, 3, NULL);
}
IL_0046:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::UIEOnVisualsChanged(UnityEngine.UIElements.VisualElement,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_UIEOnVisualsChanged_mB8B0E7AF7739388D1948D2949C47AA57453EF7FB (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, bool ___1_hierarchical, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
int32_t G_B5_0 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B5_1 = NULL;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* G_B5_2 = NULL;
int32_t G_B4_0 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B4_1 = NULL;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* G_B4_2 = NULL;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B6_2 = NULL;
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* G_B6_3 = NULL;
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
NullCheck(L_0);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_0->___renderChainData_26);
bool L_2 = L_1->___isInChain_13;
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0040;
}
}
{
bool L_4 = __this->___m_BlockDirtyRegistration_9;
V_1 = L_4;
bool L_5 = V_1;
if (!L_5)
{
goto IL_0026;
}
}
{
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
NullCheck(L_6);
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDFD8F1B0BE8D85122946D441DF032CB48ED25B84)), NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RenderChain_UIEOnVisualsChanged_mB8B0E7AF7739388D1948D2949C47AA57453EF7FB_RuntimeMethod_var)));
}
IL_0026:
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_7 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___0_ve;
bool L_9 = ___1_hierarchical;
G_B4_0 = ((int32_t)16);
G_B4_1 = L_8;
G_B4_2 = L_7;
if (L_9)
{
G_B5_0 = ((int32_t)16);
G_B5_1 = L_8;
G_B5_2 = L_7;
goto IL_0035;
}
}
{
G_B6_0 = 0;
G_B6_1 = G_B4_0;
G_B6_2 = G_B4_1;
G_B6_3 = G_B4_2;
goto IL_0037;
}
IL_0035:
{
G_B6_0 = ((int32_t)32);
G_B6_1 = G_B5_0;
G_B6_2 = G_B5_1;
G_B6_3 = G_B5_2;
}
IL_0037:
{
DepthOrderedDirtyTracking_RegisterDirty_mA05BD098B12E91FCD1E35BE02443AC0FB1B923B3(G_B6_3, G_B6_2, ((int32_t)(G_B6_1|G_B6_0)), 4, NULL);
}
IL_0040:
{
return;
}
}
// UnityEngine.UIElements.BaseVisualElementPanel UnityEngine.UIElements.UIR.RenderChain::get_panel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* RenderChain_get_panel_mC62704C111A0F5EAA68B12B7A0A371C53466E47B (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_0 = __this->___U3CpanelU3Ek__BackingField_33;
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_panel(UnityEngine.UIElements.BaseVisualElementPanel)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_set_panel_mC56DDC8114BEE3E8475A4CFEF5DBABAC0D5A0AA2 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___0_value, const RuntimeMethod* method)
{
{
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_0 = ___0_value;
__this->___U3CpanelU3Ek__BackingField_33 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CpanelU3Ek__BackingField_33), (void*)L_0);
return;
}
}
// UnityEngine.UIElements.UIR.UIRenderDevice UnityEngine.UIElements.UIR.RenderChain::get_device()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_0 = __this->___U3CdeviceU3Ek__BackingField_34;
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_device(UnityEngine.UIElements.UIR.UIRenderDevice)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_set_device_mFEE7AC4E3783E6B60C1BDBAB0DE9E7881B5627BB (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___0_value, const RuntimeMethod* method)
{
{
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_0 = ___0_value;
__this->___U3CdeviceU3Ek__BackingField_34 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceU3Ek__BackingField_34), (void*)L_0);
return;
}
}
// UnityEngine.UIElements.AtlasBase UnityEngine.UIElements.UIR.RenderChain::get_atlas()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* RenderChain_get_atlas_mF0CDA8A25FE35CAABBFE4AC9294400693D205E6A (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_0 = __this->___U3CatlasU3Ek__BackingField_35;
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_atlas(UnityEngine.UIElements.AtlasBase)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_set_atlas_m10A0F655692A7400496D0CD39354F04C049D1F93 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___0_value, const RuntimeMethod* method)
{
{
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_0 = ___0_value;
__this->___U3CatlasU3Ek__BackingField_35 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CatlasU3Ek__BackingField_35), (void*)L_0);
return;
}
}
// UnityEngine.UIElements.UIR.VectorImageManager UnityEngine.UIElements.UIR.RenderChain::get_vectorImageManager()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* RenderChain_get_vectorImageManager_m6A5F57E470BD67EDA8722E366BD4F41D9FC61C18 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_0 = __this->___U3CvectorImageManagerU3Ek__BackingField_36;
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_vectorImageManager(UnityEngine.UIElements.UIR.VectorImageManager)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_set_vectorImageManager_m3E8AA85ED4EBF2B7E2560CDBA280B5CC87A53E95 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* ___0_value, const RuntimeMethod* method)
{
{
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_0 = ___0_value;
__this->___U3CvectorImageManagerU3Ek__BackingField_36 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CvectorImageManagerU3Ek__BackingField_36), (void*)L_0);
return;
}
}
// UnityEngine.UIElements.UIR.Implementation.UIRStylePainter UnityEngine.UIElements.UIR.RenderChain::get_painter()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* RenderChain_get_painter_mE8CEE0F220EBE55FC4DA0A85CC08C94ABEA2195B (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_0 = __this->___U3CpainterU3Ek__BackingField_38;
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_painter(UnityEngine.UIElements.UIR.Implementation.UIRStylePainter)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_set_painter_mDF474F0B9A2AF245D887D9A85CC5CAB6CD72D65D (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* ___0_value, const RuntimeMethod* method)
{
{
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_0 = ___0_value;
__this->___U3CpainterU3Ek__BackingField_38 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CpainterU3Ek__BackingField_38), (void*)L_0);
return;
}
}
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::get_drawStats()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderChain_get_drawStats_m5977A02A356E4DEDC68BC9723AB6D6D367ADDB97 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CdrawStatsU3Ek__BackingField_39;
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_drawStats(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_set_drawStats_m1FA483EACE6A19A312E528B31E366560D85DDDB1 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, bool ___0_value, const RuntimeMethod* method)
{
{
bool L_0 = ___0_value;
__this->___U3CdrawStatsU3Ek__BackingField_39 = L_0;
return;
}
}
// System.Boolean UnityEngine.UIElements.UIR.RenderChain::get_drawInCameras()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderChain_get_drawInCameras_m8D80C9B3E4675B9DC4FC81A895C00BFCF7F3482D (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CdrawInCamerasU3Ek__BackingField_40;
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_drawInCameras(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_set_drawInCameras_mCD35CA437A0B092B6F1B5AD0E068E3BF8A697800 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, bool ___0_value, const RuntimeMethod* method)
{
{
bool L_0 = ___0_value;
__this->___U3CdrawInCamerasU3Ek__BackingField_40 = L_0;
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_defaultShader(UnityEngine.Shader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_set_defaultShader_mDCF118253FB3E7104BA95740F94A6728B56333D6 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___m_DefaultShader_5;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_1 = ___0_value;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, L_1, NULL);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0013;
}
}
{
goto IL_002d;
}
IL_0013:
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_4 = ___0_value;
__this->___m_DefaultShader_5 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DefaultShader_5), (void*)L_4);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_5 = __this->___m_DefaultMat_7;
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
UIRUtility_Destroy_m9E925E79E7B4A4853B47C1EFACEF2ED0A7844A23(L_5, NULL);
__this->___m_DefaultMat_7 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DefaultMat_7), (void*)(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL);
}
IL_002d:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::set_defaultWorldSpaceShader(UnityEngine.Shader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_set_defaultWorldSpaceShader_m50EEFD4B2ED5067AE0E371ED1C7B797571E55E4F (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___0_value, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___m_DefaultWorldSpaceShader_6;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_1 = ___0_value;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, L_1, NULL);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0013;
}
}
{
goto IL_002d;
}
IL_0013:
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_4 = ___0_value;
__this->___m_DefaultWorldSpaceShader_6 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DefaultWorldSpaceShader_6), (void*)L_4);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_5 = __this->___m_DefaultWorldSpaceMat_8;
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
UIRUtility_Destroy_m9E925E79E7B4A4853B47C1EFACEF2ED0A7844A23(L_5, NULL);
__this->___m_DefaultWorldSpaceMat_8 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DefaultWorldSpaceMat_8), (void*)(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL);
}
IL_002d:
{
return;
}
}
// UnityEngine.Material UnityEngine.UIElements.UIR.RenderChain::GetStandardMaterial()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* RenderChain_GetStandardMaterial_m831708EDEE8100F30AACC60F86884AFBCBF68DF1 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_1 = NULL;
int32_t G_B3_0 = 0;
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = __this->___m_DefaultMat_7;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_1)
{
goto IL_001d;
}
}
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_2 = __this->___m_DefaultShader_5;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
G_B3_0 = ((int32_t)(L_3));
goto IL_001e;
}
IL_001d:
{
G_B3_0 = 0;
}
IL_001e:
{
V_0 = (bool)G_B3_0;
bool L_4 = V_0;
if (!L_4)
{
goto IL_0049;
}
}
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_5 = __this->___m_DefaultShader_5;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
NullCheck(L_6);
Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_6, L_5, NULL);
__this->___m_DefaultMat_7 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DefaultMat_7), (void*)L_6);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = __this->___m_DefaultMat_7;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_8 = L_7;
NullCheck(L_8);
int32_t L_9;
L_9 = Object_get_hideFlags_mA08F5E41671B8C6B5073C6B9E2799BCE6E0DF7F3(L_8, NULL);
NullCheck(L_8);
Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_8, ((int32_t)((int32_t)L_9|4)), NULL);
}
IL_0049:
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_10 = __this->___m_DefaultMat_7;
V_1 = L_10;
goto IL_0052;
}
IL_0052:
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_11 = V_1;
return L_11;
}
}
// UnityEngine.Material UnityEngine.UIElements.UIR.RenderChain::GetStandardWorldSpaceMaterial()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* RenderChain_GetStandardWorldSpaceMaterial_m81585BD37835FA04F0FD607895FB3A6EBA42A450 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_1 = NULL;
int32_t G_B3_0 = 0;
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_0 = __this->___m_DefaultWorldSpaceMat_8;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_1)
{
goto IL_001d;
}
}
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_2 = __this->___m_DefaultWorldSpaceShader_6;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
G_B3_0 = ((int32_t)(L_3));
goto IL_001e;
}
IL_001d:
{
G_B3_0 = 0;
}
IL_001e:
{
V_0 = (bool)G_B3_0;
bool L_4 = V_0;
if (!L_4)
{
goto IL_0049;
}
}
{
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_5 = __this->___m_DefaultWorldSpaceShader_6;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
NullCheck(L_6);
Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_6, L_5, NULL);
__this->___m_DefaultWorldSpaceMat_8 = L_6;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DefaultWorldSpaceMat_8), (void*)L_6);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = __this->___m_DefaultWorldSpaceMat_8;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_8 = L_7;
NullCheck(L_8);
int32_t L_9;
L_9 = Object_get_hideFlags_mA08F5E41671B8C6B5073C6B9E2799BCE6E0DF7F3(L_8, NULL);
NullCheck(L_8);
Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_8, ((int32_t)((int32_t)L_9|4)), NULL);
}
IL_0049:
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_10 = __this->___m_DefaultWorldSpaceMat_8;
V_1 = L_10;
goto IL_0052;
}
IL_0052:
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_11 = V_1;
return L_11;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::EnsureFitsDepth(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_EnsureFitsDepth_m6D531C0DDB7B2C9AC91BE3E63EE852E9630EC81B (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, int32_t ___0_depth, const RuntimeMethod* method)
{
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_0 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
int32_t L_1 = ___0_depth;
DepthOrderedDirtyTracking_EnsureFits_mA40B328BCCF3E635059F1107E2996046913C0C0D(L_0, L_1, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::ChildWillBeRemoved(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_ChildWillBeRemoved_m06C2B71733F0773FE428F92C9B58DA1134CE0AD9 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
NullCheck(L_0);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_0->___renderChainData_26);
int32_t L_2 = L_1->___dirtiedValues_7;
V_0 = (bool)((!(((uint32_t)L_2) <= ((uint32_t)0)))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_002c;
}
}
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* L_4 = (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*)(&__this->___m_DirtyTracker_1);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = ___0_ve;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = ___0_ve;
NullCheck(L_6);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_7 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_6->___renderChainData_26);
int32_t L_8 = L_7->___dirtiedValues_7;
DepthOrderedDirtyTracking_ClearDirty_m66CB5F7F44F12DAC7A0047327EF41C147A72A879(L_4, L_5, ((~L_8)), NULL);
}
IL_002c:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_9 = ___0_ve;
NullCheck(L_9);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_10 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_9->___renderChainData_26);
int32_t L_11 = L_10->___dirtiedValues_7;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0), NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = ___0_ve;
NullCheck(L_12);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_13 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_12->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_14 = L_13->___prevDirty_4;
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_14) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0), NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15 = ___0_ve;
NullCheck(L_15);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_16 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_15->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17 = L_16->___nextDirty_5;
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_17) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0), NULL);
return;
}
}
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChain::AllocCommand()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* RenderChain_AllocCommand_m8BD8EF8B829A28F9C35286AE568A43AC91662130 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1_Get_m7EBDDC204EF47EFCFFC67EDA511D513180ECF4CD_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_0 = NULL;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_1 = NULL;
{
LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F* L_0 = __this->___m_CommandPool_2;
NullCheck(L_0);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_1;
L_1 = LinkedPool_1_Get_m7EBDDC204EF47EFCFFC67EDA511D513180ECF4CD(L_0, LinkedPool_1_Get_m7EBDDC204EF47EFCFFC67EDA511D513180ECF4CD_RuntimeMethod_var);
V_0 = L_1;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_2 = V_0;
NullCheck(L_2);
RenderChainCommand_Reset_mD99E7F5D4C20AA2FD2DB328F5F86D46270D31C19(L_2, NULL);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_3 = V_0;
V_1 = L_3;
goto IL_0018;
}
IL_0018:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_4 = V_1;
return L_4;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::FreeCommand(UnityEngine.UIElements.UIR.RenderChainCommand)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_FreeCommand_mDE2695BE4CE6D7FC10353CFA7118910FB9549223 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_cmd, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1_Return_m23D335AD6DDF1A962C8096FBCE75B199CEE92F37_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = ___0_cmd;
NullCheck(L_0);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_1 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_0->___state_6);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2 = L_1->___material_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_3;
L_3 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_2, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_0 = L_3;
bool L_4 = V_0;
if (!L_4)
{
goto IL_0024;
}
}
{
int32_t L_5 = __this->___m_CustomMaterialCommands_12;
__this->___m_CustomMaterialCommands_12 = ((int32_t)il2cpp_codegen_subtract(L_5, 1));
}
IL_0024:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_6 = ___0_cmd;
NullCheck(L_6);
RenderChainCommand_Reset_mD99E7F5D4C20AA2FD2DB328F5F86D46270D31C19(L_6, NULL);
LinkedPool_1_t2089E962DBA7DCED47F5B21A93012A52E885E94F* L_7 = __this->___m_CommandPool_2;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_8 = ___0_cmd;
NullCheck(L_7);
LinkedPool_1_Return_m23D335AD6DDF1A962C8096FBCE75B199CEE92F37(L_7, L_8, LinkedPool_1_Return_m23D335AD6DDF1A962C8096FBCE75B199CEE92F37_RuntimeMethod_var);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::OnRenderCommandAdded(UnityEngine.UIElements.UIR.RenderChainCommand)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_OnRenderCommandAdded_mCEF0C91EF19B09578221ED24C48C6B9041CD1909 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_command, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = ___0_command;
NullCheck(L_0);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_1 = L_0->___prev_2;
V_0 = (bool)((((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_0015;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_3 = ___0_command;
__this->___m_FirstCommand_0 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstCommand_0), (void*)L_3);
}
IL_0015:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_4 = ___0_command;
NullCheck(L_4);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_5 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_4->___state_6);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = L_5->___material_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_7;
L_7 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_6, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_1 = L_7;
bool L_8 = V_1;
if (!L_8)
{
goto IL_0038;
}
}
{
int32_t L_9 = __this->___m_CustomMaterialCommands_12;
__this->___m_CustomMaterialCommands_12 = ((int32_t)il2cpp_codegen_add(L_9, 1));
}
IL_0038:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::OnRenderCommandsRemoved(UnityEngine.UIElements.UIR.RenderChainCommand,UnityEngine.UIElements.UIR.RenderChainCommand)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_OnRenderCommandsRemoved_mFFE97C8FDF9E5EF1163DA13E9B2C4431012BDB9B (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_firstCommand, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___1_lastCommand, const RuntimeMethod* method)
{
bool V_0 = false;
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = ___0_firstCommand;
NullCheck(L_0);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_1 = L_0->___prev_2;
V_0 = (bool)((((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_1) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_001a;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_3 = ___1_lastCommand;
NullCheck(L_3);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_4 = L_3->___next_3;
__this->___m_FirstCommand_0 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstCommand_0), (void*)L_4);
}
IL_001a:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::AddTextElement(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_AddTextElement_m34197401F8303848A999C87BC8912DD8BA7C6246 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method)
{
bool V_0 = false;
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = __this->___m_FirstTextElement_16;
V_0 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0032;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = __this->___m_FirstTextElement_16;
NullCheck(L_2);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_3 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_2->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = ___0_ve;
L_3->___prevText_40 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&L_3->___prevText_40), (void*)L_4);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_5 = ___0_ve;
NullCheck(L_5);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_6 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_5->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = __this->___m_FirstTextElement_16;
L_6->___nextText_41 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&L_6->___nextText_41), (void*)L_7);
}
IL_0032:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___0_ve;
__this->___m_FirstTextElement_16 = L_8;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstTextElement_16), (void*)L_8);
int32_t L_9 = __this->___m_TextElementCount_18;
__this->___m_TextElementCount_18 = ((int32_t)il2cpp_codegen_add(L_9, 1));
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::RemoveTextElement(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_RemoveTextElement_m90ED221B0002C2D144293F391FB297BE17323B15 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_3 = NULL;
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
NullCheck(L_0);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_0->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = L_1->___prevText_40;
V_0 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_2) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_3 = V_0;
if (!L_3)
{
goto IL_0033;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = ___0_ve;
NullCheck(L_4);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_5 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_4->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = L_5->___prevText_40;
NullCheck(L_6);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_7 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_6->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___0_ve;
NullCheck(L_8);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_9 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_8->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_10 = L_9->___nextText_41;
L_7->___nextText_41 = L_10;
Il2CppCodeGenWriteBarrier((void**)(&L_7->___nextText_41), (void*)L_10);
}
IL_0033:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = ___0_ve;
NullCheck(L_11);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_12 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_11->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_13 = L_12->___nextText_41;
V_1 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_13) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_14 = V_1;
if (!L_14)
{
goto IL_0065;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15 = ___0_ve;
NullCheck(L_15);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_16 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_15->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17 = L_16->___nextText_41;
NullCheck(L_17);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_18 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_17->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_19 = ___0_ve;
NullCheck(L_19);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_20 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_19->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_21 = L_20->___prevText_40;
L_18->___prevText_40 = L_21;
Il2CppCodeGenWriteBarrier((void**)(&L_18->___prevText_40), (void*)L_21);
}
IL_0065:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_22 = __this->___m_FirstTextElement_16;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_23 = ___0_ve;
V_2 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_22) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_23))? 1 : 0);
bool L_24 = V_2;
if (!L_24)
{
goto IL_0083;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_25 = ___0_ve;
NullCheck(L_25);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_26 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_25->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_27 = L_26->___nextText_41;
__this->___m_FirstTextElement_16 = L_27;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstTextElement_16), (void*)L_27);
}
IL_0083:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_28 = ___0_ve;
NullCheck(L_28);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_29 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_28->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_30 = ___0_ve;
NullCheck(L_30);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_31 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_30->___renderChainData_26);
V_3 = (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL;
L_31->___nextText_41 = (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_31->___nextText_41), (void*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_32 = V_3;
L_29->___prevText_40 = L_32;
Il2CppCodeGenWriteBarrier((void**)(&L_29->___prevText_40), (void*)L_32);
int32_t L_33 = __this->___m_TextElementCount_18;
__this->___m_TextElementCount_18 = ((int32_t)il2cpp_codegen_subtract(L_33, 1));
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::OnGroupTransformElementChangedTransform(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_OnGroupTransformElementChangedTransform_mC3DFEC282D266AFBBE029D8F1542C8E83CBD1816 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m9F7A4C500E377F62DAA6DCB96FEE829659971A28_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m274649A08735BC779B562311BE12A060106752C5_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
int32_t G_B4_0 = 0;
{
Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E* L_0 = __this->___m_LastGroupTransformElementScale_22;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = ___0_ve;
NullCheck(L_0);
bool L_2;
L_2 = Dictionary_2_TryGetValue_m9F7A4C500E377F62DAA6DCB96FEE829659971A28(L_0, L_1, (&V_0), Dictionary_2_TryGetValue_m9F7A4C500E377F62DAA6DCB96FEE829659971A28_RuntimeMethod_var);
if (!L_2)
{
goto IL_003c;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___0_ve;
NullCheck(L_3);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_4;
L_4 = VisualElement_get_worldTransform_m706C9ADA6ADFBA381EDCAD418040C9F30D42E96A(L_3, NULL);
float L_5 = L_4.___m00_0;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = V_0;
float L_7 = L_6.___x_0;
if ((!(((float)L_5) == ((float)L_7))))
{
goto IL_003c;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = ___0_ve;
NullCheck(L_8);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_9;
L_9 = VisualElement_get_worldTransform_m706C9ADA6ADFBA381EDCAD418040C9F30D42E96A(L_8, NULL);
float L_10 = L_9.___m11_5;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_11 = V_0;
float L_12 = L_11.___y_1;
G_B4_0 = ((((int32_t)((((float)L_10) == ((float)L_12))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_003d;
}
IL_003c:
{
G_B4_0 = 1;
}
IL_003d:
{
V_1 = (bool)G_B4_0;
bool L_13 = V_1;
if (!L_13)
{
goto IL_0077;
}
}
{
int32_t L_14 = __this->___m_TextElementCount_18;
__this->___m_DirtyTextRemaining_20 = L_14;
Dictionary_2_t2E2FD115F34FFA7AE5B80FD5398843049FCBF05E* L_15 = __this->___m_LastGroupTransformElementScale_22;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_16 = ___0_ve;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17 = ___0_ve;
NullCheck(L_17);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_18;
L_18 = VisualElement_get_worldTransform_m706C9ADA6ADFBA381EDCAD418040C9F30D42E96A(L_17, NULL);
float L_19 = L_18.___m00_0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_20 = ___0_ve;
NullCheck(L_20);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_21;
L_21 = VisualElement_get_worldTransform_m706C9ADA6ADFBA381EDCAD418040C9F30D42E96A(L_20, NULL);
float L_22 = L_21.___m11_5;
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_23;
memset((&L_23), 0, sizeof(L_23));
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_23), L_19, L_22, /*hidden argument*/NULL);
NullCheck(L_15);
Dictionary_2_set_Item_m274649A08735BC779B562311BE12A060106752C5(L_15, L_16, L_23, Dictionary_2_set_Item_m274649A08735BC779B562311BE12A060106752C5_RuntimeMethod_var);
}
IL_0077:
{
return;
}
}
// UnityEngine.UIElements.UIR.RenderChain/RenderNodeData UnityEngine.UIElements.UIR.RenderChain::AccessRenderNodeData(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE RenderChain_AccessRenderNodeData_m1ECED108F2C58D382F4F9E43693A662D9E265C08 (intptr_t ___0_obj, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m6F50163981F18AD78856766254735B84087CEB3A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t* V_0 = NULL;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* V_1 = NULL;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE V_2;
memset((&V_2), 0, sizeof(V_2));
{
void* L_0;
L_0 = IntPtr_ToPointer_m1A0612EED3A1C8B8850BE2943CFC42523064B4F6_inline((&___0_obj), NULL);
V_0 = (int32_t*)L_0;
int32_t* L_1 = V_0;
int32_t L_2 = (*(L_1));
il2cpp_codegen_runtime_class_init_inline(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_3;
L_3 = RenderChainStaticIndexAllocator_AccessIndex_m2AF4DD0118F29626720B97385A935265E2A964F6(L_2, NULL);
V_1 = L_3;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_4 = V_1;
NullCheck(L_4);
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* L_5 = L_4->___m_RenderNodesData_4;
int32_t* L_6 = V_0;
int32_t L_7 = (*(((int32_t*)il2cpp_codegen_add((intptr_t)L_6, 4))));
NullCheck(L_5);
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_8;
L_8 = List_1_get_Item_m6F50163981F18AD78856766254735B84087CEB3A(L_5, L_7, List_1_get_Item_m6F50163981F18AD78856766254735B84087CEB3A_RuntimeMethod_var);
V_2 = L_8;
goto IL_0023;
}
IL_0023:
{
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_9 = V_2;
return L_9;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::OnRenderNodeExecute(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_OnRenderNodeExecute_mB00DA83C83AFB037DDF19AD8024B88EC65611964 (intptr_t ___0_obj, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE V_0;
memset((&V_0), 0, sizeof(V_0));
Exception_t* V_1 = NULL;
{
intptr_t L_0 = ___0_obj;
il2cpp_codegen_runtime_class_init_inline(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_1;
L_1 = RenderChain_AccessRenderNodeData_m1ECED108F2C58D382F4F9E43693A662D9E265C08(L_0, NULL);
V_0 = L_1;
V_1 = (Exception_t*)NULL;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_2 = V_0;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_3 = L_2.___device_4;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_4 = V_0;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_5 = L_4.___firstCommand_3;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_6 = V_0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = L_6.___initialMaterial_1;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_8 = V_0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_9 = L_8.___standardMaterial_0;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_10 = V_0;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_11 = L_10.___vectorAtlas_5;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_12 = V_0;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_13 = L_12.___shaderInfoAtlas_6;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_14 = V_0;
float L_15 = L_14.___dpiScale_7;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_16 = V_0;
NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 L_17 = L_16.___transformConstants_8;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_18 = V_0;
NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F L_19 = L_18.___clipRectConstants_9;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_20 = V_0;
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_21 = L_20.___matPropBlock_2;
NullCheck(L_3);
UIRenderDevice_EvaluateChain_mAF7788E8FFD68141C3DFB6EDBA7237910ADED018(L_3, L_5, L_7, L_9, L_11, L_13, L_15, L_17, L_19, L_21, (bool)0, (&V_1), NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::OnRegisterIntermediateRenderers(UnityEngine.Camera)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_OnRegisterIntermediateRenderers_m88FFD8EEA58F25FB7C95F08551892252269E48CF (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m8C27BC6AB851ED5A524D338773D899AD31A32CE9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m0C5344E9357270CF625B196536F14CCD92E68600_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mB91C90106409829A405E3230F68A209CCC1AF3E4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Enumerator_tDF072DA54B02F88EA2752139159B5A4048CF1F44 V_1;
memset((&V_1), 0, sizeof(V_1));
Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9* V_2 = NULL;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* V_3 = NULL;
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* V_4 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_5 = NULL;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE V_6;
memset((&V_6), 0, sizeof(V_6));
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_7 = NULL;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_8 = NULL;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_9 = NULL;
KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93 V_10;
memset((&V_10), 0, sizeof(V_10));
bool V_11 = false;
bool V_12 = false;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_13 = NULL;
bool V_14 = false;
bool V_15 = false;
bool V_16 = false;
bool V_17 = false;
bool V_18 = false;
bool V_19 = false;
UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* G_B3_0 = NULL;
UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* G_B2_0 = NULL;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* G_B4_0 = NULL;
int32_t G_B8_0 = 0;
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* G_B12_0 = NULL;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE* G_B12_1 = NULL;
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* G_B11_0 = NULL;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE* G_B11_1 = NULL;
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* G_B13_0 = NULL;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE* G_B13_1 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B21_0 = NULL;
{
V_0 = 0;
il2cpp_codegen_runtime_class_init_inline(UIElementsUtility_t03323144D50362C6BF96652D3355728749769293_il2cpp_TypeInfo_var);
Enumerator_tDF072DA54B02F88EA2752139159B5A4048CF1F44 L_0;
L_0 = UIElementsUtility_GetPanelsIterator_m18E3FBAAC0BE14B31DCCD18B60760F0D0E9DE758(NULL);
V_1 = L_0;
goto IL_020f;
}
IL_000e:
{
KeyValuePair_2_t505A343A26517F6679CE90A143FD6590F5400A93 L_1;
L_1 = Enumerator_get_Current_m0C5344E9357270CF625B196536F14CCD92E68600_inline((&V_1), Enumerator_get_Current_m0C5344E9357270CF625B196536F14CCD92E68600_RuntimeMethod_var);
V_10 = L_1;
Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9* L_2;
L_2 = KeyValuePair_2_get_Value_mB91C90106409829A405E3230F68A209CCC1AF3E4_inline((&V_10), KeyValuePair_2_get_Value_mB91C90106409829A405E3230F68A209CCC1AF3E4_RuntimeMethod_var);
V_2 = L_2;
Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9* L_3 = V_2;
NullCheck(L_3);
RuntimeObject* L_4;
L_4 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(45 /* UnityEngine.UIElements.IVisualTreeUpdater UnityEngine.UIElements.BaseVisualElementPanel::GetUpdater(UnityEngine.UIElements.VisualTreeUpdatePhase) */, L_3, 6);
UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E* L_5 = ((UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E*)IsInstClass((RuntimeObject*)L_4, UIRRepaintUpdater_tA4093F3857EA96D9E5E9EFD7C18785C787E1408E_il2cpp_TypeInfo_var));
G_B2_0 = L_5;
if (L_5)
{
G_B3_0 = L_5;
goto IL_0033;
}
}
{
G_B4_0 = ((RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363*)(NULL));
goto IL_0038;
}
IL_0033:
{
NullCheck(G_B3_0);
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_6 = G_B3_0->___renderChain_3;
G_B4_0 = L_6;
}
IL_0038:
{
V_3 = G_B4_0;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_7 = V_3;
if (!L_7)
{
goto IL_0050;
}
}
{
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_8 = V_3;
NullCheck(L_8);
int32_t L_9 = L_8->___m_StaticIndex_10;
if ((((int32_t)L_9) < ((int32_t)0)))
{
goto IL_0050;
}
}
{
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_10 = V_3;
NullCheck(L_10);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_11 = L_10->___m_FirstCommand_0;
G_B8_0 = ((((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_11) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
goto IL_0051;
}
IL_0050:
{
G_B8_0 = 1;
}
IL_0051:
{
V_11 = (bool)G_B8_0;
bool L_12 = V_11;
if (!L_12)
{
goto IL_005c;
}
}
{
goto IL_020f;
}
IL_005c:
{
Panel_t2B0DCF68A7A5EBC347FAE66F046EA98B53AF1AB9* L_13 = V_2;
V_4 = ((BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4*)CastclassClass((RuntimeObject*)L_13, BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4_il2cpp_TypeInfo_var));
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_14 = V_3;
NullCheck(L_14);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_15;
L_15 = RenderChain_GetStandardWorldSpaceMaterial_m81585BD37835FA04F0FD607895FB3A6EBA42A450(L_14, NULL);
V_5 = L_15;
il2cpp_codegen_initobj((&V_6), sizeof(RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE));
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_16 = V_3;
NullCheck(L_16);
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_17;
L_17 = RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline(L_16, NULL);
(&V_6)->___device_4 = L_17;
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___device_4), (void*)L_17);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_18 = V_5;
(&V_6)->___standardMaterial_0 = L_18;
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___standardMaterial_0), (void*)L_18);
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_19 = V_3;
NullCheck(L_19);
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_20;
L_20 = RenderChain_get_vectorImageManager_m6A5F57E470BD67EDA8722E366BD4F41D9FC61C18_inline(L_19, NULL);
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_21 = L_20;
G_B11_0 = L_21;
G_B11_1 = (&V_6);
if (L_21)
{
G_B12_0 = L_21;
G_B12_1 = (&V_6);
goto IL_0099;
}
}
{
G_B13_0 = ((Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)(NULL));
G_B13_1 = G_B11_1;
goto IL_009e;
}
IL_0099:
{
NullCheck(G_B12_0);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_22;
L_22 = VectorImageManager_get_atlas_mD507CE14D8083BFE52DC1F44F27CF622AB0A06B6(G_B12_0, NULL);
G_B13_0 = L_22;
G_B13_1 = G_B12_1;
}
IL_009e:
{
G_B13_1->___vectorAtlas_5 = G_B13_0;
Il2CppCodeGenWriteBarrier((void**)(&G_B13_1->___vectorAtlas_5), (void*)G_B13_0);
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_23 = V_3;
NullCheck(L_23);
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_24 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_23->___shaderInfoAllocator_37);
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_25;
L_25 = UIRVEShaderInfoAllocator_get_atlas_mBE42DF6248C2B49245373E7C2201F72D1565953E(L_24, NULL);
(&V_6)->___shaderInfoAtlas_6 = L_25;
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___shaderInfoAtlas_6), (void*)L_25);
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_26 = V_4;
NullCheck(L_26);
float L_27;
L_27 = BaseVisualElementPanel_get_scaledPixelsPerPoint_m61FB80FA842E806955AFFBB566E7CCB76FA6DDB3(L_26, NULL);
(&V_6)->___dpiScale_7 = L_27;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_28 = V_3;
NullCheck(L_28);
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_29 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_28->___shaderInfoAllocator_37);
NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 L_30;
L_30 = UIRVEShaderInfoAllocator_get_transformConstants_mDBEBD1B076C75991D4C2FB0B1B7E9F5F4960CF4B(L_29, NULL);
(&V_6)->___transformConstants_8 = L_30;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_31 = V_3;
NullCheck(L_31);
UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF* L_32 = (UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF*)(&L_31->___shaderInfoAllocator_37);
NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F L_33;
L_33 = UIRVEShaderInfoAllocator_get_clipRectConstants_m1F589F4F88AF5032526C02244DDF072F499FE9F0(L_32, NULL);
(&V_6)->___clipRectConstants_9 = L_33;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_34 = V_3;
NullCheck(L_34);
int32_t L_35 = L_34->___m_CustomMaterialCommands_12;
V_12 = (bool)((((int32_t)L_35) == ((int32_t)0))? 1 : 0);
bool L_36 = V_12;
if (!L_36)
{
goto IL_0123;
}
}
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_37 = V_5;
(&V_6)->___initialMaterial_1 = L_37;
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___initialMaterial_1), (void*)L_37);
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_38 = V_3;
NullCheck(L_38);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_39 = L_38->___m_FirstCommand_0;
(&V_6)->___firstCommand_3 = L_39;
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___firstCommand_3), (void*)L_39);
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_40 = V_4;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_41 = V_3;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_42 = ___0_camera;
int32_t L_43 = V_0;
int32_t L_44 = L_43;
V_0 = ((int32_t)il2cpp_codegen_add(L_44, 1));
il2cpp_codegen_runtime_class_init_inline(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
RenderChain_OnRegisterIntermediateRendererMat_mA07071626E2BCFB624393FADB5F78094C8E6A603(L_40, L_41, (&V_6), L_42, L_44, NULL);
goto IL_020f;
}
IL_0123:
{
V_7 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_45 = V_3;
NullCheck(L_45);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_46 = L_45->___m_FirstCommand_0;
V_8 = L_46;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_47 = V_8;
V_9 = L_47;
goto IL_01d0;
}
IL_0137:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_48 = V_8;
NullCheck(L_48);
int32_t L_49 = L_48->___type_5;
V_14 = (bool)((!(((uint32_t)L_49) <= ((uint32_t)0)))? 1 : 0);
bool L_50 = V_14;
if (!L_50)
{
goto IL_0154;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_51 = V_8;
NullCheck(L_51);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_52 = L_51->___next_3;
V_8 = L_52;
goto IL_01d0;
}
IL_0154:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_53 = V_8;
NullCheck(L_53);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_54 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_53->___state_6);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_55 = L_54->___material_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_56;
L_56 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_55, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_56)
{
goto IL_0176;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_57 = V_8;
NullCheck(L_57);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_58 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_57->___state_6);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_59 = L_58->___material_0;
G_B21_0 = L_59;
goto IL_0178;
}
IL_0176:
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_60 = V_5;
G_B21_0 = L_60;
}
IL_0178:
{
V_13 = G_B21_0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_61 = V_13;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_62 = V_7;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_63;
L_63 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_61, L_62, NULL);
V_15 = L_63;
bool L_64 = V_15;
if (!L_64)
{
goto IL_01c6;
}
}
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_65 = V_7;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_66;
L_66 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_65, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_16 = L_66;
bool L_67 = V_16;
if (!L_67)
{
goto IL_01c1;
}
}
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_68 = V_7;
(&V_6)->___initialMaterial_1 = L_68;
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___initialMaterial_1), (void*)L_68);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_69 = V_9;
(&V_6)->___firstCommand_3 = L_69;
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___firstCommand_3), (void*)L_69);
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_70 = V_4;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_71 = V_3;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_72 = ___0_camera;
int32_t L_73 = V_0;
int32_t L_74 = L_73;
V_0 = ((int32_t)il2cpp_codegen_add(L_74, 1));
il2cpp_codegen_runtime_class_init_inline(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
RenderChain_OnRegisterIntermediateRendererMat_mA07071626E2BCFB624393FADB5F78094C8E6A603(L_70, L_71, (&V_6), L_72, L_74, NULL);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_75 = V_8;
V_9 = L_75;
}
IL_01c1:
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_76 = V_13;
V_7 = L_76;
}
IL_01c6:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_77 = V_8;
NullCheck(L_77);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_78 = L_77->___next_3;
V_8 = L_78;
}
IL_01d0:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_79 = V_8;
V_17 = (bool)((!(((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_79) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_80 = V_17;
if (L_80)
{
goto IL_0137;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_81 = V_9;
V_18 = (bool)((!(((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_81) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_82 = V_18;
if (!L_82)
{
goto IL_020e;
}
}
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_83 = V_7;
(&V_6)->___initialMaterial_1 = L_83;
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___initialMaterial_1), (void*)L_83);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_84 = V_9;
(&V_6)->___firstCommand_3 = L_84;
Il2CppCodeGenWriteBarrier((void**)(&(&V_6)->___firstCommand_3), (void*)L_84);
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_85 = V_4;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_86 = V_3;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_87 = ___0_camera;
int32_t L_88 = V_0;
int32_t L_89 = L_88;
V_0 = ((int32_t)il2cpp_codegen_add(L_89, 1));
il2cpp_codegen_runtime_class_init_inline(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
RenderChain_OnRegisterIntermediateRendererMat_mA07071626E2BCFB624393FADB5F78094C8E6A603(L_85, L_86, (&V_6), L_87, L_89, NULL);
}
IL_020e:
{
}
IL_020f:
{
bool L_90;
L_90 = Enumerator_MoveNext_m8C27BC6AB851ED5A524D338773D899AD31A32CE9((&V_1), Enumerator_MoveNext_m8C27BC6AB851ED5A524D338773D899AD31A32CE9_RuntimeMethod_var);
V_19 = L_90;
bool L_91 = V_19;
if (L_91)
{
goto IL_000e;
}
}
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::OnRegisterIntermediateRendererMat(UnityEngine.UIElements.BaseRuntimePanel,UnityEngine.UIElements.UIR.RenderChain,UnityEngine.UIElements.UIR.RenderChain/RenderNodeData&,UnityEngine.Camera,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_OnRegisterIntermediateRendererMat_mA07071626E2BCFB624393FADB5F78094C8E6A603 (BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* ___0_rtp, RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___1_renderChain, RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE* ___2_rnd, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___3_camera, int32_t ___4_sameDistanceSortPriority, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mD3E9E49A0FA7E3FB0E9EAAEB94864A1E9161612D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mAAEDC1FC4B64FF31F3BCA12217394EF6F745A0CB_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m6F50163981F18AD78856766254735B84087CEB3A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m1E6C8D90BA9A30407DAEF89982AD3CDF11CF6B32_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t* V_1 = NULL;
int32_t V_2 = 0;
bool V_3 = false;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE V_4;
memset((&V_4), 0, sizeof(V_4));
{
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_0 = ___1_renderChain;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_1 = L_0;
NullCheck(L_1);
int32_t L_2 = L_1->___m_ActiveRenderNodes_11;
V_2 = L_2;
int32_t L_3 = V_2;
NullCheck(L_1);
L_1->___m_ActiveRenderNodes_11 = ((int32_t)il2cpp_codegen_add(L_3, 1));
int32_t L_4 = V_2;
V_0 = L_4;
int32_t L_5 = V_0;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_6 = ___1_renderChain;
NullCheck(L_6);
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* L_7 = L_6->___m_RenderNodesData_4;
NullCheck(L_7);
int32_t L_8;
L_8 = List_1_get_Count_mAAEDC1FC4B64FF31F3BCA12217394EF6F745A0CB_inline(L_7, List_1_get_Count_mAAEDC1FC4B64FF31F3BCA12217394EF6F745A0CB_RuntimeMethod_var);
V_3 = (bool)((((int32_t)L_5) < ((int32_t)L_8))? 1 : 0);
bool L_9 = V_3;
if (!L_9)
{
goto IL_0057;
}
}
{
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_10 = ___1_renderChain;
NullCheck(L_10);
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* L_11 = L_10->___m_RenderNodesData_4;
int32_t L_12 = V_0;
NullCheck(L_11);
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_13;
L_13 = List_1_get_Item_m6F50163981F18AD78856766254735B84087CEB3A(L_11, L_12, List_1_get_Item_m6F50163981F18AD78856766254735B84087CEB3A_RuntimeMethod_var);
V_4 = L_13;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE* L_14 = ___2_rnd;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_15 = V_4;
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_16 = L_15.___matPropBlock_2;
L_14->___matPropBlock_2 = L_16;
Il2CppCodeGenWriteBarrier((void**)(&L_14->___matPropBlock_2), (void*)L_16);
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_17 = ___1_renderChain;
NullCheck(L_17);
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* L_18 = L_17->___m_RenderNodesData_4;
int32_t L_19 = V_0;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE* L_20 = ___2_rnd;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_21 = (*(RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE*)L_20);
NullCheck(L_18);
List_1_set_Item_m1E6C8D90BA9A30407DAEF89982AD3CDF11CF6B32(L_18, L_19, L_21, List_1_set_Item_m1E6C8D90BA9A30407DAEF89982AD3CDF11CF6B32_RuntimeMethod_var);
goto IL_0082;
}
IL_0057:
{
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE* L_22 = ___2_rnd;
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_23 = (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D*)il2cpp_codegen_object_new(MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D_il2cpp_TypeInfo_var);
NullCheck(L_23);
MaterialPropertyBlock__ctor_m14C3432585F7BB65028BCD64A0FD6607A1B490FB(L_23, NULL);
L_22->___matPropBlock_2 = L_23;
Il2CppCodeGenWriteBarrier((void**)(&L_22->___matPropBlock_2), (void*)L_23);
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_24 = ___1_renderChain;
NullCheck(L_24);
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* L_25 = L_24->___m_RenderNodesData_4;
NullCheck(L_25);
int32_t L_26;
L_26 = List_1_get_Count_mAAEDC1FC4B64FF31F3BCA12217394EF6F745A0CB_inline(L_25, List_1_get_Count_mAAEDC1FC4B64FF31F3BCA12217394EF6F745A0CB_RuntimeMethod_var);
V_0 = L_26;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_27 = ___1_renderChain;
NullCheck(L_27);
List_1_tAF3B3F03351330B5C2EA012DB4C7E417DC6551AB* L_28 = L_27->___m_RenderNodesData_4;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE* L_29 = ___2_rnd;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE L_30 = (*(RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE*)L_29);
NullCheck(L_28);
List_1_Add_mD3E9E49A0FA7E3FB0E9EAAEB94864A1E9161612D_inline(L_28, L_30, List_1_Add_mD3E9E49A0FA7E3FB0E9EAAEB94864A1E9161612D_RuntimeMethod_var);
}
IL_0082:
{
uintptr_t L_31 = ((uintptr_t)8);
int8_t* L_32 = (int8_t*) (L_31 ? alloca(L_31) : NULL);
memset(L_32, 0, L_31);
V_1 = (int32_t*)(L_32);
int32_t* L_33 = V_1;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_34 = ___1_renderChain;
NullCheck(L_34);
int32_t L_35 = L_34->___m_StaticIndex_10;
*((int32_t*)L_33) = (int32_t)L_35;
int32_t* L_36 = V_1;
int32_t L_37 = V_0;
*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_36, 4))) = (int32_t)L_37;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_38 = ___3_camera;
RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE* L_39 = ___2_rnd;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_40 = L_39->___initialMaterial_1;
BaseRuntimePanel_tEDFA512CC6692082EBBB87E5DC446A88D2E75DC4* L_41 = ___0_rtp;
NullCheck(L_41);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_42 = L_41->___panelToWorld_54;
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_43;
L_43 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_44;
memset((&L_44), 0, sizeof(L_44));
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_44), ((std::numeric_limits<float>::max)()), ((std::numeric_limits<float>::max)()), ((std::numeric_limits<float>::max)()), /*hidden argument*/NULL);
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_45;
memset((&L_45), 0, sizeof(L_45));
Bounds__ctor_mAF7B238B9FBF90C495E5D7951760085A93119C5A((&L_45), L_43, L_44, /*hidden argument*/NULL);
int32_t L_46 = ___4_sameDistanceSortPriority;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_47 = ___3_camera;
NullCheck(L_47);
int32_t L_48;
L_48 = Camera_get_cullingMask_m6F5AFF8FB522F876D99E839BF77D8F27F26A1EF8(L_47, NULL);
int32_t* L_49 = V_1;
intptr_t L_50;
memset((&L_50), 0, sizeof(L_50));
IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline((&L_50), (void*)L_49, /*hidden argument*/NULL);
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_RegisterIntermediateRenderer_m19E56570934E5AE455A1FE959EAB203D284DA4FA(L_38, L_40, L_42, L_45, 3, 0, (bool)0, L_46, ((int64_t)L_48), 2, L_50, 8, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::RepaintTexturedElements()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_RepaintTexturedElements_m4AF4A077AC4B9DA530A1DA93F8C071E976879624 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B2_0 = NULL;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B1_0 = NULL;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B3_0 = NULL;
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = __this->___m_FirstCommand_0;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_000e;
}
}
{
G_B3_0 = ((VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)(NULL));
goto IL_0013;
}
IL_000e:
{
NullCheck(G_B2_0);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = G_B2_0->___owner_1;
G_B3_0 = L_2;
}
IL_0013:
{
il2cpp_codegen_runtime_class_init_inline(RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363_il2cpp_TypeInfo_var);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3;
L_3 = RenderChain_GetFirstElementInPanel_m73038A317C688CD46DF13DBD4FC30F49A875CB74(G_B3_0, NULL);
V_0 = L_3;
goto IL_0044;
}
IL_001b:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = V_0;
NullCheck(L_4);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_5 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_4->___renderChainData_26);
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_6 = L_5->___textures_43;
V_1 = (bool)((!(((RuntimeObject*)(BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_7 = V_1;
if (!L_7)
{
goto IL_0037;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_8 = V_0;
RenderChain_UIEOnVisualsChanged_mB8B0E7AF7739388D1948D2949C47AA57453EF7FB(__this, L_8, (bool)0, NULL);
}
IL_0037:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_9 = V_0;
NullCheck(L_9);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_10 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_9->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = L_10->___next_1;
V_0 = L_11;
}
IL_0044:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = V_0;
V_2 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_12) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_13 = V_2;
if (L_13)
{
goto IL_001b;
}
}
{
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_14;
L_14 = RenderChain_get_panel_mC62704C111A0F5EAA68B12B7A0A371C53466E47B_inline(__this, NULL);
NullCheck(L_14);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15;
L_15 = VirtualFuncInvoker0< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* >::Invoke(35 /* UnityEngine.UIElements.VisualElement UnityEngine.UIElements.BaseVisualElementPanel::get_visualTree() */, L_14);
RenderChain_UIEOnOpacityChanged_m89DFC4B502065583006586603B38AE3DEDF4E680(__this, L_15, (bool)0, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::OnFontReset(UnityEngine.Font)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_OnFontReset_m5CB6E1E9ABBE57DD247F833A3775DF555217E57D (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, Font_tC95270EA3198038970422D78B74A7F2E218A96B6* ___0_font, const RuntimeMethod* method)
{
{
__this->___m_FontWasReset_21 = (bool)1;
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::AppendTexture(UnityEngine.UIElements.VisualElement,UnityEngine.Texture,UnityEngine.UIElements.TextureId,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_AppendTexture_m3B5FBA045435395B054B50ABE6D30F7E2F817624 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___1_src, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___2_id, bool ___3_isAtlas, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BasicNode_1_AppendTo_m5F9C3C5441AA18380BA6ADEC2546CF5407159BD4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1_Get_m76E95A12CB1708A48A171564524C54730A50D098_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* V_0 = NULL;
{
BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828* L_0 = __this->___m_TexturePool_3;
NullCheck(L_0);
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_1;
L_1 = LinkedPool_1_Get_m76E95A12CB1708A48A171564524C54730A50D098(L_0, LinkedPool_1_Get_m76E95A12CB1708A48A171564524C54730A50D098_RuntimeMethod_var);
V_0 = L_1;
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_2 = V_0;
NullCheck(L_2);
TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128* L_3 = (TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128*)(&L_2->___data_2);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_4 = ___1_src;
L_3->___source_0 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&L_3->___source_0), (void*)L_4);
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_5 = V_0;
NullCheck(L_5);
TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128* L_6 = (TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128*)(&L_5->___data_2);
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_7 = ___2_id;
L_6->___actual_1 = L_7;
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_8 = V_0;
NullCheck(L_8);
TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128* L_9 = (TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128*)(&L_8->___data_2);
bool L_10 = ___3_isAtlas;
L_9->___replaced_2 = L_10;
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_11 = V_0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = ___0_ve;
NullCheck(L_12);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_13 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_12->___renderChainData_26);
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB** L_14 = (BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB**)(&L_13->___textures_43);
NullCheck(L_11);
BasicNode_1_AppendTo_m5F9C3C5441AA18380BA6ADEC2546CF5407159BD4(L_11, L_14, BasicNode_1_AppendTo_m5F9C3C5441AA18380BA6ADEC2546CF5407159BD4_RuntimeMethod_var);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::ResetTextures(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_ResetTextures_mE683EEDE0CB5ACB56EC4D42345BDE1DD80A5961C (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1_Return_m5599F8B04371688710A8FAA56FB8590567999C9B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* V_0 = NULL;
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* V_1 = NULL;
BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828* V_2 = NULL;
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* V_3 = NULL;
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* V_4 = NULL;
bool V_5 = false;
bool V_6 = false;
{
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_0;
L_0 = RenderChain_get_atlas_mF0CDA8A25FE35CAABBFE4AC9294400693D205E6A_inline(__this, NULL);
V_0 = L_0;
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* L_1 = __this->___m_TextureRegistry_23;
V_1 = L_1;
BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828* L_2 = __this->___m_TexturePool_3;
V_2 = L_2;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___0_ve;
NullCheck(L_3);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_4 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_3->___renderChainData_26);
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_5 = L_4->___textures_43;
V_3 = L_5;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = ___0_ve;
NullCheck(L_6);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_7 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_6->___renderChainData_26);
L_7->___textures_43 = (BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_7->___textures_43), (void*)(BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB*)NULL);
goto IL_008d;
}
IL_0030:
{
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_8 = V_3;
NullCheck(L_8);
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_9 = L_8->___next_1;
V_4 = L_9;
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_10 = V_3;
NullCheck(L_10);
TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128* L_11 = (TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128*)(&L_10->___data_2);
bool L_12 = L_11->___replaced_2;
V_5 = L_12;
bool L_13 = V_5;
if (!L_13)
{
goto IL_006f;
}
}
{
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_14 = V_0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15 = ___0_ve;
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_16 = V_3;
NullCheck(L_16);
TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128* L_17 = (TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128*)(&L_16->___data_2);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_18 = L_17->___source_0;
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_19 = V_3;
NullCheck(L_19);
TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128* L_20 = (TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128*)(&L_19->___data_2);
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_21 = L_20->___actual_1;
NullCheck(L_14);
VirtualActionInvoker3< VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 >::Invoke(5 /* System.Void UnityEngine.UIElements.AtlasBase::ReturnAtlas(UnityEngine.UIElements.VisualElement,UnityEngine.Texture2D,UnityEngine.UIElements.TextureId) */, L_14, L_15, ((Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)IsInstSealed((RuntimeObject*)L_18, Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var)), L_21);
goto IL_0081;
}
IL_006f:
{
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* L_22 = V_1;
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_23 = V_3;
NullCheck(L_23);
TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128* L_24 = (TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128*)(&L_23->___data_2);
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_25 = L_24->___actual_1;
NullCheck(L_22);
TextureRegistry_Release_m3828A8B4906FC30BDCB3603A20924365108E810B(L_22, L_25, NULL);
}
IL_0081:
{
BasicNodePool_1_tEF610BEFE1094E5737DC6F71292C727C8FFD0828* L_26 = V_2;
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_27 = V_3;
NullCheck(L_26);
LinkedPool_1_Return_m5599F8B04371688710A8FAA56FB8590567999C9B(L_26, L_27, LinkedPool_1_Return_m5599F8B04371688710A8FAA56FB8590567999C9B_RuntimeMethod_var);
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_28 = V_4;
V_3 = L_28;
}
IL_008d:
{
BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB* L_29 = V_3;
V_6 = (bool)((!(((RuntimeObject*)(BasicNode_1_t7B4D545DCD6949B2E1C85D63DF038E44602F7DDB*)L_29) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_30 = V_6;
if (L_30)
{
goto IL_0030;
}
}
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain::DrawStats()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChain_DrawStats_m71CC1AE6E6BAB3DCDBAA5CF85559C1152CBCB7C2 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GUI_tA9CDB3D69DB13D51AD83ABDB587EF95947EC2D2A_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral074A05192D59E41C38A0DCFDDEAAFB6139A6F28C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral184F775DD8D8BA319C0D2E6510039E42E432570B);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral198B41D49E1792D6D98B9139466CBEB9FDA70356);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral221C6B48D14F32EF9187556555DBDA2738DC3CE5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral25365ABB4DE0E658AD0D90B40BF5AD48C1E20B7F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral294F408A5CD52AC46F0541918FA4B883DBF30866);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral29DFA9B5B165BB844A258EB4FFC585F25153D22D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2D8CD487C993B406900B6792B6D90F964DEC2933);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral304092BBFF4D03A1176360CDD8064DF1A05C8607);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral34EF6CC945D6C0FA4F73C73D9F4A354794282185);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E6D849A8A6B139EDD8D486BF50F566DF977FE78);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3F1EB8412B84FAED4C051DAAE322EA2D89A23C2E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral515F56B9C725B840827BBAF0075A784D6749FC4F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52D30BAFA5D977C47D23D2C1490FC3B528967762);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56BC4D9AE26473EA5061C78FF7787A9FF065D2C4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63D81DC84F6CE47CA01E41904B4358D2BD8DB065);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68B354EA7802948527148B3029F3DAB4BDCA34FC);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A42030667C73D0070EE93B50D0A30ED507FB6B9);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8127BAE3273BECB80E2DA93DEE4426FD2098B838);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86F6E483EF18111BAC28350607C2EE4A90CAF110);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD80755CECB79B285ECB8BBFDF3501CB903AF4F5);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBAB5ED142571F72435ACAB40A62AC73EEF2F296);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC8A69F8C91CB1D39BACCFF7CEE5B421FCF7893A4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB2CEDC2840D3C2F18750F4C142366F0F6F85A45);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCEA0197A94CA21A546257FAE88FB8401E361D1AB);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5A54CC36A70E64575E64620D521A709AF44BF8D);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD8C35AF7B6E2C2C1E2BE17C8181EC94F488DB28F);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD578D7531D1E920A36ED63A632ED0CE4BA76B26);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE5804C514853E7FD9049416180A508BCD99D34EA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C10EF984D4DE3665FC411FEBC1963DBF64BF80);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
float V_1 = 0.0f;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_2;
memset((&V_2), 0, sizeof(V_2));
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
uint32_t V_5 = 0;
float G_B2_0 = 0.0f;
float G_B2_1 = 0.0f;
float G_B2_2 = 0.0f;
float G_B1_0 = 0.0f;
float G_B1_1 = 0.0f;
float G_B1_2 = 0.0f;
int32_t G_B3_0 = 0;
float G_B3_1 = 0.0f;
float G_B3_2 = 0.0f;
float G_B3_3 = 0.0f;
{
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_0;
L_0 = RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline(__this, NULL);
V_0 = (bool)((!(((RuntimeObject*)(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
V_1 = (12.0f);
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&V_2), (30.0f), (60.0f), (1000.0f), (100.0f), NULL);
bool L_1 = V_0;
G_B1_0 = (200.0f);
G_B1_1 = (40.0f);
G_B1_2 = (20.0f);
if (L_1)
{
G_B2_0 = (200.0f);
G_B2_1 = (40.0f);
G_B2_2 = (20.0f);
goto IL_0045;
}
}
{
G_B3_0 = ((int32_t)256);
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
G_B3_3 = G_B1_2;
goto IL_004a;
}
IL_0045:
{
G_B3_0 = ((int32_t)380);
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
G_B3_3 = G_B2_2;
}
IL_004a:
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_2;
memset((&L_2), 0, sizeof(L_2));
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&L_2), G_B3_3, G_B3_2, G_B3_1, ((float)G_B3_0), /*hidden argument*/NULL);
il2cpp_codegen_runtime_class_init_inline(GUI_tA9CDB3D69DB13D51AD83ABDB587EF95947EC2D2A_il2cpp_TypeInfo_var);
GUI_Box_mB47BC44807774B77DB8B2BB548D339036544ACC4(L_2, _stringLiteralAD80755CECB79B285ECB8BBFDF3501CB903AF4F5, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_3 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_4 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_5 = (uint32_t*)(&L_4->___elementsAdded_0);
String_t* L_6;
L_6 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_5, NULL);
String_t* L_7;
L_7 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral29DFA9B5B165BB844A258EB4FFC585F25153D22D, L_6, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_3, L_7, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_8 = (&V_2);
float L_9;
L_9 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_8, NULL);
float L_10 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_8, ((float)il2cpp_codegen_add(L_9, L_10)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_11 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_12 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_13 = (uint32_t*)(&L_12->___elementsRemoved_1);
String_t* L_14;
L_14 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_13, NULL);
String_t* L_15;
L_15 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralE5804C514853E7FD9049416180A508BCD99D34EA, L_14, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_11, L_15, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_16 = (&V_2);
float L_17;
L_17 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_16, NULL);
float L_18 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_16, ((float)il2cpp_codegen_add(L_17, L_18)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_19 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_20 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_21 = (uint32_t*)(&L_20->___newMeshAllocations_20);
String_t* L_22;
L_22 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_21, NULL);
String_t* L_23;
L_23 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralDD578D7531D1E920A36ED63A632ED0CE4BA76B26, L_22, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_19, L_23, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_24 = (&V_2);
float L_25;
L_25 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_24, NULL);
float L_26 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_24, ((float)il2cpp_codegen_add(L_25, L_26)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_27 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_28 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_29 = (uint32_t*)(&L_28->___updatedMeshAllocations_19);
String_t* L_30;
L_30 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_29, NULL);
String_t* L_31;
L_31 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral86F6E483EF18111BAC28350607C2EE4A90CAF110, L_30, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_27, L_31, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_32 = (&V_2);
float L_33;
L_33 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_32, NULL);
float L_34 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_32, ((float)il2cpp_codegen_add(L_33, L_34)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_35 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_36 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_37 = (uint32_t*)(&L_36->___recursiveClipUpdates_2);
String_t* L_38;
L_38 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_37, NULL);
String_t* L_39;
L_39 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralCB2CEDC2840D3C2F18750F4C142366F0F6F85A45, L_38, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_35, L_39, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_40 = (&V_2);
float L_41;
L_41 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_40, NULL);
float L_42 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_40, ((float)il2cpp_codegen_add(L_41, L_42)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_43 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_44 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_45 = (uint32_t*)(&L_44->___recursiveClipUpdatesExpanded_3);
String_t* L_46;
L_46 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_45, NULL);
String_t* L_47;
L_47 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralC8A69F8C91CB1D39BACCFF7CEE5B421FCF7893A4, L_46, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_43, L_47, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_48 = (&V_2);
float L_49;
L_49 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_48, NULL);
float L_50 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_48, ((float)il2cpp_codegen_add(L_49, L_50)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_51 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_52 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_53 = (uint32_t*)(&L_52->___recursiveOpacityUpdates_7);
String_t* L_54;
L_54 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_53, NULL);
String_t* L_55;
L_55 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralF3C10EF984D4DE3665FC411FEBC1963DBF64BF80, L_54, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_51, L_55, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_56 = (&V_2);
float L_57;
L_57 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_56, NULL);
float L_58 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_56, ((float)il2cpp_codegen_add(L_57, L_58)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_59 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_60 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_61 = (uint32_t*)(&L_60->___recursiveOpacityUpdatesExpanded_8);
String_t* L_62;
L_62 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_61, NULL);
String_t* L_63;
L_63 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral294F408A5CD52AC46F0541918FA4B883DBF30866, L_62, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_59, L_63, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_64 = (&V_2);
float L_65;
L_65 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_64, NULL);
float L_66 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_64, ((float)il2cpp_codegen_add(L_65, L_66)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_67 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_68 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_69 = (uint32_t*)(&L_68->___recursiveTransformUpdates_5);
String_t* L_70;
L_70 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_69, NULL);
String_t* L_71;
L_71 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralCEA0197A94CA21A546257FAE88FB8401E361D1AB, L_70, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_67, L_71, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_72 = (&V_2);
float L_73;
L_73 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_72, NULL);
float L_74 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_72, ((float)il2cpp_codegen_add(L_73, L_74)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_75 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_76 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_77 = (uint32_t*)(&L_76->___recursiveTransformUpdatesExpanded_6);
String_t* L_78;
L_78 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_77, NULL);
String_t* L_79;
L_79 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralD8C35AF7B6E2C2C1E2BE17C8181EC94F488DB28F, L_78, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_75, L_79, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_80 = (&V_2);
float L_81;
L_81 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_80, NULL);
float L_82 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_80, ((float)il2cpp_codegen_add(L_81, L_82)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_83 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_84 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_85 = (uint32_t*)(&L_84->___boneTransformed_16);
String_t* L_86;
L_86 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_85, NULL);
String_t* L_87;
L_87 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral8127BAE3273BECB80E2DA93DEE4426FD2098B838, L_86, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_83, L_87, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_88 = (&V_2);
float L_89;
L_89 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_88, NULL);
float L_90 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_88, ((float)il2cpp_codegen_add(L_89, L_90)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_91 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_92 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_93 = (uint32_t*)(&L_92->___skipTransformed_17);
String_t* L_94;
L_94 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_93, NULL);
String_t* L_95;
L_95 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral2D8CD487C993B406900B6792B6D90F964DEC2933, L_94, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_91, L_95, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_96 = (&V_2);
float L_97;
L_97 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_96, NULL);
float L_98 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_96, ((float)il2cpp_codegen_add(L_97, L_98)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_99 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_100 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_101 = (uint32_t*)(&L_100->___nudgeTransformed_15);
String_t* L_102;
L_102 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_101, NULL);
String_t* L_103;
L_103 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral56BC4D9AE26473EA5061C78FF7787A9FF065D2C4, L_102, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_99, L_103, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_104 = (&V_2);
float L_105;
L_105 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_104, NULL);
float L_106 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_104, ((float)il2cpp_codegen_add(L_105, L_106)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_107 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_108 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_109 = (uint32_t*)(&L_108->___visualUpdateTransformed_18);
String_t* L_110;
L_110 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_109, NULL);
String_t* L_111;
L_111 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral198B41D49E1792D6D98B9139466CBEB9FDA70356, L_110, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_107, L_111, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_112 = (&V_2);
float L_113;
L_113 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_112, NULL);
float L_114 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_112, ((float)il2cpp_codegen_add(L_113, L_114)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_115 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_116 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_117 = (uint32_t*)(&L_116->___recursiveVisualUpdates_11);
String_t* L_118;
L_118 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_117, NULL);
String_t* L_119;
L_119 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral304092BBFF4D03A1176360CDD8064DF1A05C8607, L_118, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_115, L_119, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_120 = (&V_2);
float L_121;
L_121 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_120, NULL);
float L_122 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_120, ((float)il2cpp_codegen_add(L_121, L_122)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_123 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_124 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_125 = (uint32_t*)(&L_124->___recursiveVisualUpdatesExpanded_12);
String_t* L_126;
L_126 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_125, NULL);
String_t* L_127;
L_127 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral3E6D849A8A6B139EDD8D486BF50F566DF977FE78, L_126, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_123, L_127, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_128 = (&V_2);
float L_129;
L_129 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_128, NULL);
float L_130 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_128, ((float)il2cpp_codegen_add(L_129, L_130)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_131 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_132 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_133 = (uint32_t*)(&L_132->___nonRecursiveVisualUpdates_13);
String_t* L_134;
L_134 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_133, NULL);
String_t* L_135;
L_135 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral52D30BAFA5D977C47D23D2C1490FC3B528967762, L_134, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_131, L_135, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_136 = (&V_2);
float L_137;
L_137 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_136, NULL);
float L_138 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_136, ((float)il2cpp_codegen_add(L_137, L_138)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_139 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_140 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_141 = (uint32_t*)(&L_140->___dirtyProcessed_14);
String_t* L_142;
L_142 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_141, NULL);
String_t* L_143;
L_143 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral221C6B48D14F32EF9187556555DBDA2738DC3CE5, L_142, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_139, L_143, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_144 = (&V_2);
float L_145;
L_145 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_144, NULL);
float L_146 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_144, ((float)il2cpp_codegen_add(L_145, L_146)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_147 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_148 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_149 = (uint32_t*)(&L_148->___groupTransformElementsChanged_21);
String_t* L_150;
L_150 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_149, NULL);
String_t* L_151;
L_151 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral184F775DD8D8BA319C0D2E6510039E42E432570B, L_150, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_147, L_151, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_152 = (&V_2);
float L_153;
L_153 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_152, NULL);
float L_154 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_152, ((float)il2cpp_codegen_add(L_153, L_154)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_155 = V_2;
ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C* L_156 = (ChainBuilderStats_t6E755490CE0B312AE16FEBC6734C7F2836A8067C*)(&__this->___m_Stats_13);
uint32_t* L_157 = (uint32_t*)(&L_156->___textUpdates_23);
String_t* L_158;
L_158 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_157, NULL);
String_t* L_159;
L_159 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral3F1EB8412B84FAED4C051DAAE322EA2D89A23C2E, L_158, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_155, L_159, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_160 = (&V_2);
float L_161;
L_161 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_160, NULL);
float L_162 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_160, ((float)il2cpp_codegen_add(L_161, L_162)), NULL);
bool L_163 = V_0;
V_4 = (bool)((((int32_t)L_163) == ((int32_t)0))? 1 : 0);
bool L_164 = V_4;
if (!L_164)
{
goto IL_043e;
}
}
{
goto IL_05f4;
}
IL_043e:
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_165 = (&V_2);
float L_166;
L_166 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_165, NULL);
float L_167 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_165, ((float)il2cpp_codegen_add(L_166, L_167)), NULL);
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_168;
L_168 = RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline(__this, NULL);
NullCheck(L_168);
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F L_169;
L_169 = UIRenderDevice_GatherDrawStatistics_mB2E2E4EEC9AF2E24442E8B18C9FC36AF547A5B48(L_168, NULL);
V_3 = L_169;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_170 = V_2;
int32_t* L_171 = (int32_t*)(&(&V_3)->___currentFrameIndex_0);
String_t* L_172;
L_172 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5(L_171, NULL);
String_t* L_173;
L_173 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralBBAB5ED142571F72435ACAB40A62AC73EEF2F296, L_172, NULL);
il2cpp_codegen_runtime_class_init_inline(GUI_tA9CDB3D69DB13D51AD83ABDB587EF95947EC2D2A_il2cpp_TypeInfo_var);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_170, L_173, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_174 = (&V_2);
float L_175;
L_175 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_174, NULL);
float L_176 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_174, ((float)il2cpp_codegen_add(L_175, L_176)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_177 = V_2;
uint32_t* L_178 = (uint32_t*)(&(&V_3)->___commandCount_2);
String_t* L_179;
L_179 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_178, NULL);
String_t* L_180;
L_180 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral7A42030667C73D0070EE93B50D0A30ED507FB6B9, L_179, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_177, L_180, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_181 = (&V_2);
float L_182;
L_182 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_181, NULL);
float L_183 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_181, ((float)il2cpp_codegen_add(L_182, L_183)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_184 = V_2;
uint32_t* L_185 = (uint32_t*)(&(&V_3)->___drawCommandCount_3);
String_t* L_186;
L_186 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_185, NULL);
String_t* L_187;
L_187 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralD5A54CC36A70E64575E64620D521A709AF44BF8D, L_186, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_184, L_187, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_188 = (&V_2);
float L_189;
L_189 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_188, NULL);
float L_190 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_188, ((float)il2cpp_codegen_add(L_189, L_190)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_191 = V_2;
uint32_t* L_192 = (uint32_t*)(&(&V_3)->___drawRangeCount_5);
String_t* L_193;
L_193 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_192, NULL);
String_t* L_194;
L_194 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral074A05192D59E41C38A0DCFDDEAAFB6139A6F28C, L_193, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_191, L_194, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_195 = (&V_2);
float L_196;
L_196 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_195, NULL);
float L_197 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_195, ((float)il2cpp_codegen_add(L_196, L_197)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_198 = V_2;
uint32_t* L_199 = (uint32_t*)(&(&V_3)->___drawRangeCallCount_6);
String_t* L_200;
L_200 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_199, NULL);
String_t* L_201;
L_201 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral63D81DC84F6CE47CA01E41904B4358D2BD8DB065, L_200, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_198, L_201, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_202 = (&V_2);
float L_203;
L_203 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_202, NULL);
float L_204 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_202, ((float)il2cpp_codegen_add(L_203, L_204)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_205 = V_2;
uint32_t* L_206 = (uint32_t*)(&(&V_3)->___materialSetCount_4);
String_t* L_207;
L_207 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_206, NULL);
String_t* L_208;
L_208 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral25365ABB4DE0E658AD0D90B40BF5AD48C1E20B7F, L_207, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_205, L_208, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_209 = (&V_2);
float L_210;
L_210 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_209, NULL);
float L_211 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_209, ((float)il2cpp_codegen_add(L_210, L_211)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_212 = V_2;
uint32_t* L_213 = (uint32_t*)(&(&V_3)->___stencilRefChanges_8);
String_t* L_214;
L_214 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_213, NULL);
String_t* L_215;
L_215 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral515F56B9C725B840827BBAF0075A784D6749FC4F, L_214, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_212, L_215, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_216 = (&V_2);
float L_217;
L_217 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_216, NULL);
float L_218 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_216, ((float)il2cpp_codegen_add(L_217, L_218)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_219 = V_2;
uint32_t* L_220 = (uint32_t*)(&(&V_3)->___immediateDraws_7);
String_t* L_221;
L_221 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154(L_220, NULL);
String_t* L_222;
L_222 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral68B354EA7802948527148B3029F3DAB4BDCA34FC, L_221, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_219, L_222, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_223 = (&V_2);
float L_224;
L_224 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_223, NULL);
float L_225 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_223, ((float)il2cpp_codegen_add(L_224, L_225)), NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_226 = V_2;
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F L_227 = V_3;
uint32_t L_228 = L_227.___totalIndices_1;
V_5 = ((int32_t)((uint32_t)(int32_t)L_228/(uint32_t)(int32_t)3));
String_t* L_229;
L_229 = UInt32_ToString_mB6FA6D2459C82ADCF285C55363491D9669A80154((&V_5), NULL);
String_t* L_230;
L_230 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral34EF6CC945D6C0FA4F73C73D9F4A354794282185, L_229, NULL);
GUI_Label_m4A951E57C7DCCF95A0306240144CA2713F546526(L_226, L_230, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D* L_231 = (&V_2);
float L_232;
L_232 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49(L_231, NULL);
float L_233 = V_1;
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629(L_231, ((float)il2cpp_codegen_add(L_232, L_233)), NULL);
}
IL_05f4:
{
return;
}
}
// UnityEngine.UIElements.VisualElement UnityEngine.UIElements.UIR.RenderChain::GetFirstElementInPanel(UnityEngine.UIElements.VisualElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* RenderChain_GetFirstElementInPanel_m73038A317C688CD46DF13DBD4FC30F49A875CB74 (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, const RuntimeMethod* method)
{
bool V_0 = false;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_1 = NULL;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B5_0 = NULL;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* G_B4_0 = NULL;
int32_t G_B6_0 = 0;
int32_t G_B8_0 = 0;
{
goto IL_0010;
}
IL_0003:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
NullCheck(L_0);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_0->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_2 = L_1->___prev_0;
___0_ve = L_2;
}
IL_0010:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___0_ve;
if (!L_3)
{
goto IL_0031;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_4 = ___0_ve;
NullCheck(L_4);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_5 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_4->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_6 = L_5->___prev_0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_7 = L_6;
G_B4_0 = L_7;
if (L_7)
{
G_B5_0 = L_7;
goto IL_0025;
}
}
{
G_B6_0 = 0;
goto IL_002f;
}
IL_0025:
{
NullCheck(G_B5_0);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_8 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&G_B5_0->___renderChainData_26);
bool L_9 = L_8->___isInChain_13;
G_B6_0 = ((int32_t)(L_9));
}
IL_002f:
{
G_B8_0 = G_B6_0;
goto IL_0032;
}
IL_0031:
{
G_B8_0 = 0;
}
IL_0032:
{
V_0 = (bool)G_B8_0;
bool L_10 = V_0;
if (L_10)
{
goto IL_0003;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_11 = ___0_ve;
V_1 = L_11;
goto IL_003a;
}
IL_003a:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_12 = V_1;
return L_12;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking
IL2CPP_EXTERN_C void DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshal_pinvoke(const DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4& unmarshaled, DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshaled_pinvoke& marshaled)
{
Exception_t* ___heads_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'heads' of type 'DepthOrderedDirtyTracking'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___heads_0Exception, NULL);
}
IL2CPP_EXTERN_C void DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshal_pinvoke_back(const DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshaled_pinvoke& marshaled, DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4& unmarshaled)
{
Exception_t* ___heads_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'heads' of type 'DepthOrderedDirtyTracking'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___heads_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking
IL2CPP_EXTERN_C void DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshal_pinvoke_cleanup(DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking
IL2CPP_EXTERN_C void DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshal_com(const DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4& unmarshaled, DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshaled_com& marshaled)
{
Exception_t* ___heads_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'heads' of type 'DepthOrderedDirtyTracking'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___heads_0Exception, NULL);
}
IL2CPP_EXTERN_C void DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshal_com_back(const DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshaled_com& marshaled, DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4& unmarshaled)
{
Exception_t* ___heads_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'heads' of type 'DepthOrderedDirtyTracking'.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___heads_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking
IL2CPP_EXTERN_C void DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshal_com_cleanup(DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4_marshaled_com& marshaled)
{
}
// System.Void UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::EnsureFits(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOrderedDirtyTracking_EnsureFits_mA40B328BCCF3E635059F1107E2996046913C0C0D (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* __this, int32_t ___0_maxDepth, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m76A83B76330D385CC22ECE544729CDD0FCEAFECC_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
goto IL_001f;
}
IL_0003:
{
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_0 = __this->___heads_0;
NullCheck(L_0);
List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_inline(L_0, (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL, List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_RuntimeMethod_var);
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_1 = __this->___tails_1;
NullCheck(L_1);
List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_inline(L_1, (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL, List_1_Add_m4E186A9A5675BFA7E92BF5C08FDD6BC6F034A11B_RuntimeMethod_var);
}
IL_001f:
{
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_2 = __this->___heads_0;
NullCheck(L_2);
int32_t L_3;
L_3 = List_1_get_Count_m76A83B76330D385CC22ECE544729CDD0FCEAFECC_inline(L_2, List_1_get_Count_m76A83B76330D385CC22ECE544729CDD0FCEAFECC_RuntimeMethod_var);
int32_t L_4 = ___0_maxDepth;
V_0 = (bool)((((int32_t)((((int32_t)L_3) > ((int32_t)L_4))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_5 = V_0;
if (L_5)
{
goto IL_0003;
}
}
{
return;
}
}
IL2CPP_EXTERN_C void DepthOrderedDirtyTracking_EnsureFits_mA40B328BCCF3E635059F1107E2996046913C0C0D_AdjustorThunk (RuntimeObject* __this, int32_t ___0_maxDepth, const RuntimeMethod* method)
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*>(__this + _offset);
DepthOrderedDirtyTracking_EnsureFits_mA40B328BCCF3E635059F1107E2996046913C0C0D(_thisAdjusted, ___0_maxDepth, method);
}
// System.Void UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::RegisterDirty(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.RenderDataDirtyTypes,UnityEngine.UIElements.UIR.RenderDataDirtyTypeClasses)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOrderedDirtyTracking_RegisterDirty_mA05BD098B12E91FCD1E35BE02443AC0FB1B923B3 (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, int32_t ___1_dirtyTypes, int32_t ___2_dirtyTypeClass, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
bool V_3 = false;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_4 = NULL;
int32_t G_B2_0 = 0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* G_B2_1 = NULL;
int32_t G_B1_0 = 0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* G_B1_1 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* G_B3_2 = NULL;
int32_t G_B5_0 = 0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* G_B5_1 = NULL;
int32_t G_B4_0 = 0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* G_B4_1 = NULL;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* G_B6_2 = NULL;
{
int32_t L_0 = ___1_dirtyTypes;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0), NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_1 = ___0_ve;
NullCheck(L_1);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_2 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_1->___renderChainData_26);
int32_t L_3 = L_2->___hierarchyDepth_6;
V_0 = L_3;
int32_t L_4 = ___2_dirtyTypeClass;
V_1 = L_4;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_5 = __this->___minDepths_2;
int32_t L_6 = V_1;
int32_t L_7 = V_0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_8 = __this->___minDepths_2;
int32_t L_9 = V_1;
NullCheck(L_8);
int32_t L_10 = L_9;
int32_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
G_B1_0 = L_6;
G_B1_1 = L_5;
if ((((int32_t)L_7) < ((int32_t)L_11)))
{
G_B2_0 = L_6;
G_B2_1 = L_5;
goto IL_0035;
}
}
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_12 = __this->___minDepths_2;
int32_t L_13 = V_1;
NullCheck(L_12);
int32_t L_14 = L_13;
int32_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
G_B3_0 = L_15;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
goto IL_0036;
}
IL_0035:
{
int32_t L_16 = V_0;
G_B3_0 = L_16;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
}
IL_0036:
{
NullCheck(G_B3_2);
(G_B3_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B3_1), (int32_t)G_B3_0);
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_17 = __this->___maxDepths_3;
int32_t L_18 = V_1;
int32_t L_19 = V_0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_20 = __this->___maxDepths_3;
int32_t L_21 = V_1;
NullCheck(L_20);
int32_t L_22 = L_21;
int32_t L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
G_B4_0 = L_18;
G_B4_1 = L_17;
if ((((int32_t)L_19) > ((int32_t)L_23)))
{
G_B5_0 = L_18;
G_B5_1 = L_17;
goto IL_0053;
}
}
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_24 = __this->___maxDepths_3;
int32_t L_25 = V_1;
NullCheck(L_24);
int32_t L_26 = L_25;
int32_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
G_B6_0 = L_27;
G_B6_1 = G_B4_0;
G_B6_2 = G_B4_1;
goto IL_0054;
}
IL_0053:
{
int32_t L_28 = V_0;
G_B6_0 = L_28;
G_B6_1 = G_B5_0;
G_B6_2 = G_B5_1;
}
IL_0054:
{
NullCheck(G_B6_2);
(G_B6_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B6_1), (int32_t)G_B6_0);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_29 = ___0_ve;
NullCheck(L_29);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_30 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_29->___renderChainData_26);
int32_t L_31 = L_30->___dirtiedValues_7;
V_2 = (bool)((!(((uint32_t)L_31) <= ((uint32_t)0)))? 1 : 0);
bool L_32 = V_2;
if (!L_32)
{
goto IL_007a;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_33 = ___0_ve;
NullCheck(L_33);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_34 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_33->___renderChainData_26);
int32_t* L_35 = (int32_t*)(&L_34->___dirtiedValues_7);
int32_t* L_36 = L_35;
int32_t L_37 = *((int32_t*)L_36);
int32_t L_38 = ___1_dirtyTypes;
*((int32_t*)L_36) = (int32_t)((int32_t)(L_37|(int32_t)L_38));
goto IL_00f9;
}
IL_007a:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_39 = ___0_ve;
NullCheck(L_39);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_40 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_39->___renderChainData_26);
int32_t L_41 = ___1_dirtyTypes;
L_40->___dirtiedValues_7 = L_41;
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_42 = __this->___tails_1;
int32_t L_43 = V_0;
NullCheck(L_42);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_44;
L_44 = List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092(L_42, L_43, List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
V_3 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_44) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_45 = V_3;
if (!L_45)
{
goto IL_00d9;
}
}
{
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_46 = __this->___tails_1;
int32_t L_47 = V_0;
NullCheck(L_46);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_48;
L_48 = List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092(L_46, L_47, List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
NullCheck(L_48);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_49 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_48->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_50 = ___0_ve;
L_49->___nextDirty_5 = L_50;
Il2CppCodeGenWriteBarrier((void**)(&L_49->___nextDirty_5), (void*)L_50);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_51 = ___0_ve;
NullCheck(L_51);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_52 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_51->___renderChainData_26);
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_53 = __this->___tails_1;
int32_t L_54 = V_0;
NullCheck(L_53);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_55;
L_55 = List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092(L_53, L_54, List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
L_52->___prevDirty_4 = L_55;
Il2CppCodeGenWriteBarrier((void**)(&L_52->___prevDirty_4), (void*)L_55);
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_56 = __this->___tails_1;
int32_t L_57 = V_0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_58 = ___0_ve;
NullCheck(L_56);
List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71(L_56, L_57, L_58, List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71_RuntimeMethod_var);
goto IL_00f9;
}
IL_00d9:
{
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_59 = __this->___heads_0;
int32_t L_60 = V_0;
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_61 = __this->___tails_1;
int32_t L_62 = V_0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_63 = ___0_ve;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_64 = L_63;
V_4 = L_64;
NullCheck(L_61);
List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71(L_61, L_62, L_64, List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71_RuntimeMethod_var);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_65 = V_4;
NullCheck(L_59);
List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71(L_59, L_60, L_65, List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71_RuntimeMethod_var);
}
IL_00f9:
{
return;
}
}
IL2CPP_EXTERN_C void DepthOrderedDirtyTracking_RegisterDirty_mA05BD098B12E91FCD1E35BE02443AC0FB1B923B3_AdjustorThunk (RuntimeObject* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, int32_t ___1_dirtyTypes, int32_t ___2_dirtyTypeClass, const RuntimeMethod* method)
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*>(__this + _offset);
DepthOrderedDirtyTracking_RegisterDirty_mA05BD098B12E91FCD1E35BE02443AC0FB1B923B3(_thisAdjusted, ___0_ve, ___1_dirtyTypes, ___2_dirtyTypeClass, method);
}
// System.Void UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::ClearDirty(UnityEngine.UIElements.VisualElement,UnityEngine.UIElements.UIR.RenderDataDirtyTypes)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOrderedDirtyTracking_ClearDirty_m66CB5F7F44F12DAC7A0047327EF41C147A72A879 (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, int32_t ___1_dirtyTypesInverse, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_5 = NULL;
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_0 = ___0_ve;
NullCheck(L_0);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_1 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_0->___renderChainData_26);
int32_t L_2 = L_1->___dirtiedValues_7;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((!(((uint32_t)L_2) <= ((uint32_t)0)))? 1 : 0), NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = ___0_ve;
NullCheck(L_3);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_4 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_3->___renderChainData_26);
int32_t* L_5 = (int32_t*)(&L_4->___dirtiedValues_7);
int32_t* L_6 = L_5;
int32_t L_7 = *((int32_t*)L_6);
int32_t L_8 = ___1_dirtyTypesInverse;
*((int32_t*)L_6) = (int32_t)((int32_t)(L_7&(int32_t)L_8));
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_9 = ___0_ve;
NullCheck(L_9);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_10 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_9->___renderChainData_26);
int32_t L_11 = L_10->___dirtiedValues_7;
V_0 = (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0);
bool L_12 = V_0;
if (!L_12)
{
goto IL_0168;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_13 = ___0_ve;
NullCheck(L_13);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_14 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_13->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_15 = L_14->___prevDirty_4;
V_1 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_15) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_16 = V_1;
if (!L_16)
{
goto IL_006d;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_17 = ___0_ve;
NullCheck(L_17);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_18 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_17->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_19 = L_18->___prevDirty_4;
NullCheck(L_19);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_20 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_19->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_21 = ___0_ve;
NullCheck(L_21);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_22 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_21->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_23 = L_22->___nextDirty_5;
L_20->___nextDirty_5 = L_23;
Il2CppCodeGenWriteBarrier((void**)(&L_20->___nextDirty_5), (void*)L_23);
}
IL_006d:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_24 = ___0_ve;
NullCheck(L_24);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_25 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_24->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_26 = L_25->___nextDirty_5;
V_2 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_26) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_27 = V_2;
if (!L_27)
{
goto IL_009f;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_28 = ___0_ve;
NullCheck(L_28);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_29 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_28->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_30 = L_29->___nextDirty_5;
NullCheck(L_30);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_31 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_30->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_32 = ___0_ve;
NullCheck(L_32);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_33 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_32->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_34 = L_33->___prevDirty_4;
L_31->___prevDirty_4 = L_34;
Il2CppCodeGenWriteBarrier((void**)(&L_31->___prevDirty_4), (void*)L_34);
}
IL_009f:
{
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_35 = __this->___tails_1;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_36 = ___0_ve;
NullCheck(L_36);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_37 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_36->___renderChainData_26);
int32_t L_38 = L_37->___hierarchyDepth_6;
NullCheck(L_35);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_39;
L_39 = List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092(L_35, L_38, List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_40 = ___0_ve;
V_3 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_39) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_40))? 1 : 0);
bool L_41 = V_3;
if (!L_41)
{
goto IL_00f4;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_42 = ___0_ve;
NullCheck(L_42);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_43 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_42->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_44 = L_43->___nextDirty_5;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_44) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0), NULL);
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_45 = __this->___tails_1;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_46 = ___0_ve;
NullCheck(L_46);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_47 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_46->___renderChainData_26);
int32_t L_48 = L_47->___hierarchyDepth_6;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_49 = ___0_ve;
NullCheck(L_49);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_50 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_49->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_51 = L_50->___prevDirty_4;
NullCheck(L_45);
List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71(L_45, L_48, L_51, List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71_RuntimeMethod_var);
}
IL_00f4:
{
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_52 = __this->___heads_0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_53 = ___0_ve;
NullCheck(L_53);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_54 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_53->___renderChainData_26);
int32_t L_55 = L_54->___hierarchyDepth_6;
NullCheck(L_52);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_56;
L_56 = List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092(L_52, L_55, List_1_get_Item_mF58794633948FE8284FCDACC4456686548388092_RuntimeMethod_var);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_57 = ___0_ve;
V_4 = (bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_56) == ((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_57))? 1 : 0);
bool L_58 = V_4;
if (!L_58)
{
goto IL_014b;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_59 = ___0_ve;
NullCheck(L_59);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_60 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_59->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_61 = L_60->___prevDirty_4;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_61) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0), NULL);
List_1_t6115BBE78FE9310B180A2027321DF46F2A06AC95* L_62 = __this->___heads_0;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_63 = ___0_ve;
NullCheck(L_63);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_64 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_63->___renderChainData_26);
int32_t L_65 = L_64->___hierarchyDepth_6;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_66 = ___0_ve;
NullCheck(L_66);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_67 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_66->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_68 = L_67->___nextDirty_5;
NullCheck(L_62);
List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71(L_62, L_65, L_68, List_1_set_Item_mCA792DD275D3805B46BC088A4D746C15921A8F71_RuntimeMethod_var);
}
IL_014b:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_69 = ___0_ve;
NullCheck(L_69);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_70 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_69->___renderChainData_26);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_71 = ___0_ve;
NullCheck(L_71);
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* L_72 = (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*)(&L_71->___renderChainData_26);
V_5 = (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL;
L_72->___nextDirty_5 = (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_72->___nextDirty_5), (void*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_73 = V_5;
L_70->___prevDirty_4 = L_73;
Il2CppCodeGenWriteBarrier((void**)(&L_70->___prevDirty_4), (void*)L_73);
}
IL_0168:
{
return;
}
}
IL2CPP_EXTERN_C void DepthOrderedDirtyTracking_ClearDirty_m66CB5F7F44F12DAC7A0047327EF41C147A72A879_AdjustorThunk (RuntimeObject* __this, VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* ___0_ve, int32_t ___1_dirtyTypesInverse, const RuntimeMethod* method)
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*>(__this + _offset);
DepthOrderedDirtyTracking_ClearDirty_m66CB5F7F44F12DAC7A0047327EF41C147A72A879(_thisAdjusted, ___0_ve, ___1_dirtyTypesInverse, method);
}
// System.Void UnityEngine.UIElements.UIR.RenderChain/DepthOrderedDirtyTracking::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DepthOrderedDirtyTracking_Reset_mBE958F05647E78766DD9422442D41B1DE0B4823C (DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
{
V_0 = 0;
goto IL_0025;
}
IL_0005:
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = __this->___minDepths_2;
int32_t L_1 = V_0;
NullCheck(L_0);
(L_0)->SetAt(static_cast<il2cpp_array_size_t>(L_1), (int32_t)((int32_t)2147483647LL));
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_2 = __this->___maxDepths_3;
int32_t L_3 = V_0;
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (int32_t)((int32_t)-2147483648LL));
int32_t L_4 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1));
}
IL_0025:
{
int32_t L_5 = V_0;
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_6 = __this->___minDepths_2;
NullCheck(L_6);
V_1 = (bool)((((int32_t)L_5) < ((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length))))? 1 : 0);
bool L_7 = V_1;
if (L_7)
{
goto IL_0005;
}
}
{
return;
}
}
IL2CPP_EXTERN_C void DepthOrderedDirtyTracking_Reset_mBE958F05647E78766DD9422442D41B1DE0B4823C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DepthOrderedDirtyTracking_t7972148BB4524E0E788C8D94A005C3BAF8C189A4*>(__this + _offset);
DepthOrderedDirtyTracking_Reset_mBE958F05647E78766DD9422442D41B1DE0B4823C(_thisAdjusted, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 UnityEngine.UIElements.UIR.RenderChain/RenderChainStaticIndexAllocator::AllocateIndex(UnityEngine.UIElements.UIR.RenderChain)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderChainStaticIndexAllocator_AllocateIndex_mBF976AD6DA6D147117B24802C8EDE76AC7D59368 (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* ___0_renderChain, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m4F13B6BBBCEB7A4650B35737854BA4584BC931CF_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_IndexOf_mBD0E046855051C95C6F60B84C31E0F276730D92A_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mC51695DFAFC29F4B5685D76B45BC442D452542F5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m26DF065D5048D6A31DEFF667B2BC3EFBF166B785_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
{
il2cpp_codegen_runtime_class_init_inline(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
List_1_t7524385702B2ADF442BBE71121A26B337005726D* L_0 = ((RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var))->___renderChains_0;
NullCheck(L_0);
int32_t L_1;
L_1 = List_1_IndexOf_mBD0E046855051C95C6F60B84C31E0F276730D92A(L_0, (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363*)NULL, List_1_IndexOf_mBD0E046855051C95C6F60B84C31E0F276730D92A_RuntimeMethod_var);
V_0 = L_1;
int32_t L_2 = V_0;
V_1 = (bool)((((int32_t)((((int32_t)L_2) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_3 = V_1;
if (!L_3)
{
goto IL_0027;
}
}
{
il2cpp_codegen_runtime_class_init_inline(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
List_1_t7524385702B2ADF442BBE71121A26B337005726D* L_4 = ((RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var))->___renderChains_0;
int32_t L_5 = V_0;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_6 = ___0_renderChain;
NullCheck(L_4);
List_1_set_Item_m26DF065D5048D6A31DEFF667B2BC3EFBF166B785(L_4, L_5, L_6, List_1_set_Item_m26DF065D5048D6A31DEFF667B2BC3EFBF166B785_RuntimeMethod_var);
goto IL_0040;
}
IL_0027:
{
il2cpp_codegen_runtime_class_init_inline(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
List_1_t7524385702B2ADF442BBE71121A26B337005726D* L_7 = ((RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var))->___renderChains_0;
NullCheck(L_7);
int32_t L_8;
L_8 = List_1_get_Count_mC51695DFAFC29F4B5685D76B45BC442D452542F5_inline(L_7, List_1_get_Count_mC51695DFAFC29F4B5685D76B45BC442D452542F5_RuntimeMethod_var);
V_0 = L_8;
List_1_t7524385702B2ADF442BBE71121A26B337005726D* L_9 = ((RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var))->___renderChains_0;
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_10 = ___0_renderChain;
NullCheck(L_9);
List_1_Add_m4F13B6BBBCEB7A4650B35737854BA4584BC931CF_inline(L_9, L_10, List_1_Add_m4F13B6BBBCEB7A4650B35737854BA4584BC931CF_RuntimeMethod_var);
}
IL_0040:
{
int32_t L_11 = V_0;
V_2 = L_11;
goto IL_0044;
}
IL_0044:
{
int32_t L_12 = V_2;
return L_12;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain/RenderChainStaticIndexAllocator::FreeIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainStaticIndexAllocator_FreeIndex_m57AA0D2E3D14295C47E050129470C56A8EBA4870 (int32_t ___0_index, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_m26DF065D5048D6A31DEFF667B2BC3EFBF166B785_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
List_1_t7524385702B2ADF442BBE71121A26B337005726D* L_0 = ((RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var))->___renderChains_0;
int32_t L_1 = ___0_index;
NullCheck(L_0);
List_1_set_Item_m26DF065D5048D6A31DEFF667B2BC3EFBF166B785(L_0, L_1, (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363*)NULL, List_1_set_Item_m26DF065D5048D6A31DEFF667B2BC3EFBF166B785_RuntimeMethod_var);
return;
}
}
// UnityEngine.UIElements.UIR.RenderChain UnityEngine.UIElements.UIR.RenderChain/RenderChainStaticIndexAllocator::AccessIndex(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* RenderChainStaticIndexAllocator_AccessIndex_m2AF4DD0118F29626720B97385A935265E2A964F6 (int32_t ___0_index, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m9D430824B0739628DB4BBEA6168580B462031C28_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* V_0 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
List_1_t7524385702B2ADF442BBE71121A26B337005726D* L_0 = ((RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var))->___renderChains_0;
int32_t L_1 = ___0_index;
NullCheck(L_0);
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_2;
L_2 = List_1_get_Item_m9D430824B0739628DB4BBEA6168580B462031C28(L_0, L_1, List_1_get_Item_m9D430824B0739628DB4BBEA6168580B462031C28_RuntimeMethod_var);
V_0 = L_2;
goto IL_000f;
}
IL_000f:
{
RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* L_3 = V_0;
return L_3;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain/RenderChainStaticIndexAllocator::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainStaticIndexAllocator__cctor_mB19112E72CE7D200DFFD2B6F06C869F9577CE63B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m487D573029A34C484E237A844D3AAD9B0BFB5978_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t7524385702B2ADF442BBE71121A26B337005726D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
List_1_t7524385702B2ADF442BBE71121A26B337005726D* L_0 = (List_1_t7524385702B2ADF442BBE71121A26B337005726D*)il2cpp_codegen_object_new(List_1_t7524385702B2ADF442BBE71121A26B337005726D_il2cpp_TypeInfo_var);
NullCheck(L_0);
List_1__ctor_m487D573029A34C484E237A844D3AAD9B0BFB5978(L_0, 4, List_1__ctor_m487D573029A34C484E237A844D3AAD9B0BFB5978_RuntimeMethod_var);
((RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var))->___renderChains_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainStaticIndexAllocator_tC0548F16A13EF0B0BF4612F39E619B1A950FD26F_il2cpp_TypeInfo_var))->___renderChains_0), (void*)L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.RenderChain/RenderNodeData
IL2CPP_EXTERN_C void RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshal_pinvoke(const RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE& unmarshaled, RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshaled_pinvoke& marshaled)
{
Exception_t* ___standardMaterial_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'standardMaterial' of type 'RenderNodeData': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___standardMaterial_0Exception, NULL);
}
IL2CPP_EXTERN_C void RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshal_pinvoke_back(const RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshaled_pinvoke& marshaled, RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE& unmarshaled)
{
Exception_t* ___standardMaterial_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'standardMaterial' of type 'RenderNodeData': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___standardMaterial_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.RenderChain/RenderNodeData
IL2CPP_EXTERN_C void RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshal_pinvoke_cleanup(RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.RenderChain/RenderNodeData
IL2CPP_EXTERN_C void RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshal_com(const RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE& unmarshaled, RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshaled_com& marshaled)
{
Exception_t* ___standardMaterial_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'standardMaterial' of type 'RenderNodeData': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___standardMaterial_0Exception, NULL);
}
IL2CPP_EXTERN_C void RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshal_com_back(const RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshaled_com& marshaled, RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE& unmarshaled)
{
Exception_t* ___standardMaterial_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'standardMaterial' of type 'RenderNodeData': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___standardMaterial_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.RenderChain/RenderNodeData
IL2CPP_EXTERN_C void RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshal_com_cleanup(RenderNodeData_t7527D1643CC280CE2B2E40AB9F5154615B7A99AE_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.RenderChain/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m0AFFFE887DD265CB5E9700B34900DE1631165718 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F* L_0 = (U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F*)il2cpp_codegen_object_new(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_m4C2ADA9EDB62AAE44752E97EBEB51FD541B0420B(L_0, NULL);
((U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m4C2ADA9EDB62AAE44752E97EBEB51FD541B0420B (U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChain/<>c::<.ctor>b__37_0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* U3CU3Ec_U3C_ctorU3Eb__37_0_m28CD5A0FEAC6F10F00FDB21510D8008FF143EB66 (U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)il2cpp_codegen_object_new(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
NullCheck(L_0);
RenderChainCommand__ctor_m305982AFE24A773C052036C022B909ABC9FC6A1E(L_0, NULL);
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChain/<>c::<.ctor>b__37_1(UnityEngine.UIElements.UIR.RenderChainCommand)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_ctorU3Eb__37_1_m65507AEC75FF5AD250FA84F253E6756253FA85D8 (U3CU3Ec_t4CDEEB9731E45F48B958EE6F7C3F31FA54D3093F* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_cmd, const RuntimeMethod* method)
{
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.RenderChainVEData
IL2CPP_EXTERN_C void RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshal_pinvoke(const RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847& unmarshaled, RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshaled_pinvoke& marshaled)
{
Exception_t* ___prev_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'prev' of type 'RenderChainVEData': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___prev_0Exception, NULL);
}
IL2CPP_EXTERN_C void RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshal_pinvoke_back(const RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshaled_pinvoke& marshaled, RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847& unmarshaled)
{
Exception_t* ___prev_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'prev' of type 'RenderChainVEData': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___prev_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.RenderChainVEData
IL2CPP_EXTERN_C void RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshal_pinvoke_cleanup(RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.RenderChainVEData
IL2CPP_EXTERN_C void RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshal_com(const RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847& unmarshaled, RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshaled_com& marshaled)
{
Exception_t* ___prev_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'prev' of type 'RenderChainVEData': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___prev_0Exception, NULL);
}
IL2CPP_EXTERN_C void RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshal_com_back(const RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshaled_com& marshaled, RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847& unmarshaled)
{
Exception_t* ___prev_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'prev' of type 'RenderChainVEData': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___prev_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.RenderChainVEData
IL2CPP_EXTERN_C void RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshal_com_cleanup(RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847_marshaled_com& marshaled)
{
}
// UnityEngine.UIElements.UIR.RenderChainCommand UnityEngine.UIElements.UIR.RenderChainVEData::get_lastClosingOrLastCommand()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* RenderChainVEData_get_lastClosingOrLastCommand_mAF0E6BC5EDFE45CBF164F09688F4BFFF5E87EB8B (RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* __this, const RuntimeMethod* method)
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_0 = NULL;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B2_0 = NULL;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* G_B1_0 = NULL;
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = __this->___lastClosingCommand_12;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_1 = L_0;
G_B1_0 = L_1;
if (L_1)
{
G_B2_0 = L_1;
goto IL_0011;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_2 = __this->___lastCommand_10;
G_B2_0 = L_2;
}
IL_0011:
{
V_0 = G_B2_0;
goto IL_0014;
}
IL_0014:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_3 = V_0;
return L_3;
}
}
IL2CPP_EXTERN_C RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* RenderChainVEData_get_lastClosingOrLastCommand_mAF0E6BC5EDFE45CBF164F09688F4BFFF5E87EB8B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<RenderChainVEData_t582DE9DA38C6B608A9A38286FCF6FA70398B5847*>(__this + _offset);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* _returnValue;
_returnValue = RenderChainVEData_get_lastClosingOrLastCommand_mAF0E6BC5EDFE45CBF164F09688F4BFFF5E87EB8B(_thisAdjusted, method);
return _returnValue;
}
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::AllocatesID(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderChainVEData_AllocatesID_m68C7BDB36734B4F1633D1501DD71165DF6EB4FAA (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t G_B3_0 = 0;
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_0 = ___0_alloc;
uint8_t L_1 = L_0.___ownedState_4;
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
{
goto IL_0013;
}
}
{
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
bool L_2;
L_2 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___0_alloc), NULL);
G_B3_0 = ((int32_t)(L_2));
goto IL_0014;
}
IL_0013:
{
G_B3_0 = 0;
}
IL_0014:
{
V_0 = (bool)G_B3_0;
goto IL_0017;
}
IL_0017:
{
bool L_3 = V_0;
return L_3;
}
}
// System.Boolean UnityEngine.UIElements.UIR.RenderChainVEData::InheritsID(UnityEngine.UIElements.UIR.BMPAlloc)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderChainVEData_InheritsID_mBDD22C0EE688F7A369C8B6E83BEFCA9FD29CCD46 (BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 ___0_alloc, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t G_B3_0 = 0;
{
BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30 L_0 = ___0_alloc;
uint8_t L_1 = L_0.___ownedState_4;
if (L_1)
{
goto IL_0012;
}
}
{
il2cpp_codegen_runtime_class_init_inline(BMPAlloc_t29DA9D09157B8BAD2D5643711A53A5F11D216D30_il2cpp_TypeInfo_var);
bool L_2;
L_2 = BMPAlloc_IsValid_m648020D59EAA7E536876AD2E5774E91417A65BB2((&___0_alloc), NULL);
G_B3_0 = ((int32_t)(L_2));
goto IL_0013;
}
IL_0012:
{
G_B3_0 = 0;
}
IL_0013:
{
V_0 = (bool)G_B3_0;
goto IL_0016;
}
IL_0016:
{
bool L_3 = V_0;
return L_3;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.RenderChainTextEntry
IL2CPP_EXTERN_C void RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshal_pinvoke(const RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11& unmarshaled, RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshaled_pinvoke& marshaled)
{
Exception_t* ___command_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'command' of type 'RenderChainTextEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___command_0Exception, NULL);
}
IL2CPP_EXTERN_C void RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshal_pinvoke_back(const RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshaled_pinvoke& marshaled, RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11& unmarshaled)
{
Exception_t* ___command_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'command' of type 'RenderChainTextEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___command_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.RenderChainTextEntry
IL2CPP_EXTERN_C void RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshal_pinvoke_cleanup(RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.RenderChainTextEntry
IL2CPP_EXTERN_C void RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshal_com(const RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11& unmarshaled, RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshaled_com& marshaled)
{
Exception_t* ___command_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'command' of type 'RenderChainTextEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___command_0Exception, NULL);
}
IL2CPP_EXTERN_C void RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshal_com_back(const RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshaled_com& marshaled, RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11& unmarshaled)
{
Exception_t* ___command_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'command' of type 'RenderChainTextEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___command_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.RenderChainTextEntry
IL2CPP_EXTERN_C void RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshal_com_cleanup(RenderChainTextEntry_t3B07A86ED897E1859552D13B1CF046F585CF9D11_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.TextureEntry
IL2CPP_EXTERN_C void TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshal_pinvoke(const TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128& unmarshaled, TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshaled_pinvoke& marshaled)
{
Exception_t* ___source_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'source' of type 'TextureEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___source_0Exception, NULL);
}
IL2CPP_EXTERN_C void TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshal_pinvoke_back(const TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshaled_pinvoke& marshaled, TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128& unmarshaled)
{
Exception_t* ___source_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'source' of type 'TextureEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___source_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.TextureEntry
IL2CPP_EXTERN_C void TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshal_pinvoke_cleanup(TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.TextureEntry
IL2CPP_EXTERN_C void TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshal_com(const TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128& unmarshaled, TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshaled_com& marshaled)
{
Exception_t* ___source_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'source' of type 'TextureEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___source_0Exception, NULL);
}
IL2CPP_EXTERN_C void TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshal_com_back(const TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshaled_com& marshaled, TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128& unmarshaled)
{
Exception_t* ___source_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'source' of type 'TextureEntry': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___source_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.TextureEntry
IL2CPP_EXTERN_C void TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshal_com_cleanup(TextureEntry_tDA3A5BB083FA16C7123AF227C5D7F78860665128_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.MeshHandle::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MeshHandle__ctor_m000E1D4AFFFF44FB73C577EBACEAFE307D563BDE (MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPoolItem_1__ctor_m439AE5EBEA5134583C2F5AE554E61767646769BF_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
LinkedPoolItem_1__ctor_m439AE5EBEA5134583C2F5AE554E61767646769BF(__this, LinkedPoolItem_1__ctor_m439AE5EBEA5134583C2F5AE554E61767646769BF_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UInt32 UnityEngine.UIElements.UIR.UIRenderDevice::get_maxVerticesPerPage()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UIRenderDevice_get_maxVerticesPerPage_mFFA8429A499398EFF83CFBD5A786D3BFFF430C49 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method)
{
{
uint32_t L_0 = __this->___U3CmaxVerticesPerPageU3Ek__BackingField_35;
return L_0;
}
}
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::get_breakBatches()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRenderDevice_get_breakBatches_mE0089CEE906C7B9747D0EAFD0BF0594749EFBE20 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CbreakBatchesU3Ek__BackingField_36;
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::set_breakBatches(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_set_breakBatches_m301332D143892B4498E39DED35FE0DC3256880D4 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, bool ___0_value, const RuntimeMethod* method)
{
{
bool L_0 = ___0_value;
__this->___U3CbreakBatchesU3Ek__BackingField_36 = L_0;
return;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice__cctor_mAD850EF6FD7D14FE8F890FC680895471E526E60D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1__ctor_m177248C72A7DFD82F212ED690BB296BCFC8BC75B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_OnEngineUpdateGlobal_m2A6A033AD59809CD1A9FC44EF3ACFCB81A1760B9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_OnFlushPendingResources_mDD4D89EFCE82EBCFFB1CE69E6CBA291B2A63316B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17C22194C41E33E9EEEDE6933DF7F3D75FF9D8C0);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3607A918FDA5FA408A19CAC416052F29FF217CAA);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D7C239AFC6736A02BC719DBF9762D7EBE147B4C);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50BCE4DC590E32A1C5BFD4CA6DC307CF8D2DE312);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B678C509A1F3E532B32ECB90122668F07396F5E);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral60DC1357DE86AEC09CE29A262C20B6A54C35F21A);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral650D8AED90738575378C56F0AC507E554DC06AF4);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral89971683196E19DDC1E9D0FFA8D31AD5BF642787);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral97D5793AB9661FCB851F82975645D91BB8E384DD);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC43CBB6B83B708F26AD6195D3B92838D8EFA2F87);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE81D54CE15DA5FD320A4C088169F5E00A92C4F97);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF9A26983B7BECB7448FB960EFC8654B8D00129F0);
s_Il2CppMethodInitialized = true;
}
{
LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7* L_0 = (LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7*)il2cpp_codegen_object_new(LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7_il2cpp_TypeInfo_var);
NullCheck(L_0);
LinkedList_1__ctor_m177248C72A7DFD82F212ED690BB296BCFC8BC75B(L_0, LinkedList_1__ctor_m177248C72A7DFD82F212ED690BB296BCFC8BC75B_RuntimeMethod_var);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_DeviceFreeQueue_17 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_DeviceFreeQueue_17), (void*)L_0);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_ActiveDeviceCount_18 = 0;
int32_t L_1;
L_1 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralF9A26983B7BECB7448FB960EFC8654B8D00129F0, NULL);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_FontTexPropID_21 = L_1;
int32_t L_2;
L_2 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral5B678C509A1F3E532B32ECB90122668F07396F5E, NULL);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_FontTexSDFScaleID_22 = L_2;
int32_t L_3;
L_3 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral89971683196E19DDC1E9D0FFA8D31AD5BF642787, NULL);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_GradientSettingsTexID_23 = L_3;
int32_t L_4;
L_4 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralE81D54CE15DA5FD320A4C088169F5E00A92C4F97, NULL);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_ShaderInfoTexID_24 = L_4;
int32_t L_5;
L_5 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral97D5793AB9661FCB851F82975645D91BB8E384DD, NULL);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_TransformsPropID_25 = L_5;
int32_t L_6;
L_6 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteralC43CBB6B83B708F26AD6195D3B92838D8EFA2F87, NULL);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_ClipRectsPropID_26 = L_6;
int32_t L_7;
L_7 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral3607A918FDA5FA408A19CAC416052F29FF217CAA, NULL);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_ClipSpaceParamsID_27 = L_7;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_8;
memset((&L_8), 0, sizeof(L_8));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_8), _stringLiteral650D8AED90738575378C56F0AC507E554DC06AF4, /*hidden argument*/NULL);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_MarkerAllocate_28 = L_8;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_9;
memset((&L_9), 0, sizeof(L_9));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_9), _stringLiteral60DC1357DE86AEC09CE29A262C20B6A54C35F21A, /*hidden argument*/NULL);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_MarkerFree_29 = L_9;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_10;
memset((&L_10), 0, sizeof(L_10));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_10), _stringLiteral3D7C239AFC6736A02BC719DBF9762D7EBE147B4C, /*hidden argument*/NULL);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_MarkerAdvanceFrame_30 = L_10;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_11;
memset((&L_11), 0, sizeof(L_11));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_11), _stringLiteral17C22194C41E33E9EEEDE6933DF7F3D75FF9D8C0, /*hidden argument*/NULL);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_MarkerFence_31 = L_11;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_12;
memset((&L_12), 0, sizeof(L_12));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_12), _stringLiteral50BCE4DC590E32A1C5BFD4CA6DC307CF8D2DE312, /*hidden argument*/NULL);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_MarkerBeforeDraw_32 = L_12;
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_13 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
NullCheck(L_13);
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_13, NULL, (intptr_t)((void*)UIRenderDevice_OnEngineUpdateGlobal_m2A6A033AD59809CD1A9FC44EF3ACFCB81A1760B9_RuntimeMethod_var), NULL);
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_add_EngineUpdate_m06DF99E8301C5BD159A6AAE914BDCF808BA92B32(L_13, NULL);
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_14 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var);
NullCheck(L_14);
Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_14, NULL, (intptr_t)((void*)UIRenderDevice_OnFlushPendingResources_mDD4D89EFCE82EBCFFB1CE69E6CBA291B2A63316B_RuntimeMethod_var), NULL);
Utility_add_FlushPendingResources_m9A930FD6215580544B7AFAB6CA57D9581833FBEA(L_14, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::.ctor(System.UInt32,System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice__ctor_m70ADDB23037F79FCC70EFCCAAC58A8032A15494E (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, uint32_t ___0_initialVertexCapacity, uint32_t ___1_initialIndexCapacity, const RuntimeMethod* method)
{
{
uint32_t L_0 = ___0_initialVertexCapacity;
uint32_t L_1 = ___1_initialIndexCapacity;
UIRenderDevice__ctor_m204CF7EEC404569F48CE17D6727F4D89CD915060(__this, L_0, L_1, (bool)0, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::.ctor(System.UInt32,System.UInt32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice__ctor_m204CF7EEC404569F48CE17D6727F4D89CD915060 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, uint32_t ___0_initialVertexCapacity, uint32_t ___1_initialIndexCapacity, bool ___2_mockDevice, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t390738D95A0B620166DAF476F4067FBE1A124820_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t8D65D629C8C51A932FBFED703C764E27182018B8_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1__ctor_m99D133DC203D7E5E64695A75BEEEE23C1AFE3BE6_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1_tD8A175EE023C8220138E51E722F4A20ACE9CA851_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m4978BAA84C83BB382DCC59A2CB3B5545A19E5F07_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mE647CAC1D5A363EE207D5BBCAFD28C6B3C96C004_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m0AD2E7BA265F543E575880C0C94460CB920853A8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m51AFBAFD8A59157600C5A5A8395684FF86FEF331_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m6142B682C51D80D6945D3AF4D85F402B124A1967_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mB4846F12D974AD97542F789DA2AB3CC555567663_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tA79C35FB5E50135962B53960CB758B9262700632_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__53_0_mC2389465CFCE5C41315A4AA2704C899557663346_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__53_1_mF3B926FA90689F29BABABE543D5AD255AC12DCB4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
Func_1_t8D65D629C8C51A932FBFED703C764E27182018B8* G_B2_0 = NULL;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* G_B2_1 = NULL;
Func_1_t8D65D629C8C51A932FBFED703C764E27182018B8* G_B1_0 = NULL;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* G_B1_1 = NULL;
Action_1_t390738D95A0B620166DAF476F4067FBE1A124820* G_B4_0 = NULL;
Func_1_t8D65D629C8C51A932FBFED703C764E27182018B8* G_B4_1 = NULL;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* G_B4_2 = NULL;
Action_1_t390738D95A0B620166DAF476F4067FBE1A124820* G_B3_0 = NULL;
Func_1_t8D65D629C8C51A932FBFED703C764E27182018B8* G_B3_1 = NULL;
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* G_B3_2 = NULL;
int32_t G_B8_0 = 0;
{
__this->___m_NextUpdateID_12 = 1;
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_il2cpp_TypeInfo_var);
Func_1_t8D65D629C8C51A932FBFED703C764E27182018B8* L_0 = ((U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_il2cpp_TypeInfo_var))->___U3CU3E9__53_0_1;
Func_1_t8D65D629C8C51A932FBFED703C764E27182018B8* L_1 = L_0;
G_B1_0 = L_1;
G_B1_1 = __this;
if (L_1)
{
G_B2_0 = L_1;
G_B2_1 = __this;
goto IL_0027;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_il2cpp_TypeInfo_var);
U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA* L_2 = ((U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Func_1_t8D65D629C8C51A932FBFED703C764E27182018B8* L_3 = (Func_1_t8D65D629C8C51A932FBFED703C764E27182018B8*)il2cpp_codegen_object_new(Func_1_t8D65D629C8C51A932FBFED703C764E27182018B8_il2cpp_TypeInfo_var);
NullCheck(L_3);
Func_1__ctor_m73A316C951A2EC0870E0739A2B468C38CE402F76(L_3, L_2, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__53_0_mC2389465CFCE5C41315A4AA2704C899557663346_RuntimeMethod_var), NULL);
Func_1_t8D65D629C8C51A932FBFED703C764E27182018B8* L_4 = L_3;
((U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_il2cpp_TypeInfo_var))->___U3CU3E9__53_0_1 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_il2cpp_TypeInfo_var))->___U3CU3E9__53_0_1), (void*)L_4);
G_B2_0 = L_4;
G_B2_1 = G_B1_1;
}
IL_0027:
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_il2cpp_TypeInfo_var);
Action_1_t390738D95A0B620166DAF476F4067FBE1A124820* L_5 = ((U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_il2cpp_TypeInfo_var))->___U3CU3E9__53_1_2;
Action_1_t390738D95A0B620166DAF476F4067FBE1A124820* L_6 = L_5;
G_B3_0 = L_6;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
if (L_6)
{
G_B4_0 = L_6;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
goto IL_0046;
}
}
{
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_il2cpp_TypeInfo_var);
U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA* L_7 = ((U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_il2cpp_TypeInfo_var))->___U3CU3E9_0;
Action_1_t390738D95A0B620166DAF476F4067FBE1A124820* L_8 = (Action_1_t390738D95A0B620166DAF476F4067FBE1A124820*)il2cpp_codegen_object_new(Action_1_t390738D95A0B620166DAF476F4067FBE1A124820_il2cpp_TypeInfo_var);
NullCheck(L_8);
Action_1__ctor_mBA1EDA77F20FB6C43957CA95899F2D01B71B11FC(L_8, L_7, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__53_1_mF3B926FA90689F29BABABE543D5AD255AC12DCB4_RuntimeMethod_var), NULL);
Action_1_t390738D95A0B620166DAF476F4067FBE1A124820* L_9 = L_8;
((U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_il2cpp_TypeInfo_var))->___U3CU3E9__53_1_2 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_il2cpp_TypeInfo_var))->___U3CU3E9__53_1_2), (void*)L_9);
G_B4_0 = L_9;
G_B4_1 = G_B3_1;
G_B4_2 = G_B3_2;
}
IL_0046:
{
LinkedPool_1_tD8A175EE023C8220138E51E722F4A20ACE9CA851* L_10 = (LinkedPool_1_tD8A175EE023C8220138E51E722F4A20ACE9CA851*)il2cpp_codegen_object_new(LinkedPool_1_tD8A175EE023C8220138E51E722F4A20ACE9CA851_il2cpp_TypeInfo_var);
NullCheck(L_10);
LinkedPool_1__ctor_m99D133DC203D7E5E64695A75BEEEE23C1AFE3BE6(L_10, G_B4_1, G_B4_0, ((int32_t)10000), LinkedPool_1__ctor_m99D133DC203D7E5E64695A75BEEEE23C1AFE3BE6_RuntimeMethod_var);
NullCheck(G_B4_2);
G_B4_2->___m_MeshHandles_14 = L_10;
Il2CppCodeGenWriteBarrier((void**)(&G_B4_2->___m_MeshHandles_14), (void*)L_10);
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_11 = (DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443*)il2cpp_codegen_object_new(DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var);
NullCheck(L_11);
DrawParams__ctor_mB32E5A17EE38E8D728A265460BC709DDE4BE95B0(L_11, NULL);
__this->___m_DrawParams_15 = L_11;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DrawParams_15), (void*)L_11);
TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* L_12 = (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D*)il2cpp_codegen_object_new(TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D_il2cpp_TypeInfo_var);
NullCheck(L_12);
TextureSlotManager__ctor_mEBC84CCC93A32AAAF79D89198EE985B002C5C794(L_12, NULL);
__this->___m_TextureSlotManager_16 = L_12;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_TextureSlotManager_16), (void*)L_12);
__this->___U3CmaxVerticesPerPageU3Ek__BackingField_35 = ((int32_t)65535);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
bool L_13 = ___2_mockDevice;
__this->___m_MockDevice_0 = L_13;
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
bool L_14 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_SynchronousFree_20;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_14) == ((int32_t)0))? 1 : 0), NULL);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)1, NULL);
int32_t L_15 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_ActiveDeviceCount_18;
int32_t L_16 = L_15;
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_ActiveDeviceCount_18 = ((int32_t)il2cpp_codegen_add(L_16, 1));
V_0 = (bool)((((int32_t)L_16) == ((int32_t)0))? 1 : 0);
bool L_17 = V_0;
if (!L_17)
{
goto IL_00d6;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
bool L_18 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_SubscribedToNotifications_19;
if (L_18)
{
goto IL_00c1;
}
}
{
bool L_19 = __this->___m_MockDevice_0;
G_B8_0 = ((((int32_t)L_19) == ((int32_t)0))? 1 : 0);
goto IL_00c2;
}
IL_00c1:
{
G_B8_0 = 0;
}
IL_00c2:
{
V_1 = (bool)G_B8_0;
bool L_20 = V_1;
if (!L_20)
{
goto IL_00d5;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_NotifyOfUIREvents_m84DA51777B615A0FA57AE784519A530F23434B47((bool)1, NULL);
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_SubscribedToNotifications_19 = (bool)1;
}
IL_00d5:
{
}
IL_00d6:
{
uint32_t L_21 = ___0_initialVertexCapacity;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
uint32_t L_22;
L_22 = Math_Max_m6612C5AE2D40056418765878E8787E4828D2ADD7(L_21, ((int32_t)2048), NULL);
__this->___m_NextPageVertexCount_4 = L_22;
uint32_t L_23 = __this->___m_NextPageVertexCount_4;
__this->___m_LargeMeshVertexCount_5 = L_23;
uint32_t L_24 = ___1_initialIndexCapacity;
uint32_t L_25 = ___0_initialVertexCapacity;
__this->___m_IndexToVertexCountRatio_6 = ((float)(((float)((double)(uint32_t)L_24))/((float)((double)(uint32_t)L_25))));
float L_26 = __this->___m_IndexToVertexCountRatio_6;
float L_27;
L_27 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline(L_26, (2.0f), NULL);
__this->___m_IndexToVertexCountRatio_6 = L_27;
List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210* L_28 = (List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210*)il2cpp_codegen_object_new(List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210_il2cpp_TypeInfo_var);
NullCheck(L_28);
List_1__ctor_m51AFBAFD8A59157600C5A5A8395684FF86FEF331(L_28, 4, List_1__ctor_m51AFBAFD8A59157600C5A5A8395684FF86FEF331_RuntimeMethod_var);
__this->___m_DeferredFrees_7 = L_28;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DeferredFrees_7), (void*)L_28);
List_1_tA79C35FB5E50135962B53960CB758B9262700632* L_29 = (List_1_tA79C35FB5E50135962B53960CB758B9262700632*)il2cpp_codegen_object_new(List_1_tA79C35FB5E50135962B53960CB758B9262700632_il2cpp_TypeInfo_var);
NullCheck(L_29);
List_1__ctor_m6142B682C51D80D6945D3AF4D85F402B124A1967(L_29, 4, List_1__ctor_m6142B682C51D80D6945D3AF4D85F402B124A1967_RuntimeMethod_var);
__this->___m_Updates_8 = L_29;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Updates_8), (void*)L_29);
V_2 = 0;
goto IL_015a;
}
IL_0132:
{
List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210* L_30 = __this->___m_DeferredFrees_7;
List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* L_31 = (List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15*)il2cpp_codegen_object_new(List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15_il2cpp_TypeInfo_var);
NullCheck(L_31);
List_1__ctor_m0AD2E7BA265F543E575880C0C94460CB920853A8(L_31, List_1__ctor_m0AD2E7BA265F543E575880C0C94460CB920853A8_RuntimeMethod_var);
NullCheck(L_30);
List_1_Add_m4978BAA84C83BB382DCC59A2CB3B5545A19E5F07_inline(L_30, L_31, List_1_Add_m4978BAA84C83BB382DCC59A2CB3B5545A19E5F07_RuntimeMethod_var);
List_1_tA79C35FB5E50135962B53960CB758B9262700632* L_32 = __this->___m_Updates_8;
List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* L_33 = (List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2*)il2cpp_codegen_object_new(List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2_il2cpp_TypeInfo_var);
NullCheck(L_33);
List_1__ctor_mB4846F12D974AD97542F789DA2AB3CC555567663(L_33, List_1__ctor_mB4846F12D974AD97542F789DA2AB3CC555567663_RuntimeMethod_var);
NullCheck(L_32);
List_1_Add_mE647CAC1D5A363EE207D5BBCAFD28C6B3C96C004_inline(L_32, L_33, List_1_Add_mE647CAC1D5A363EE207D5BBCAFD28C6B3C96C004_RuntimeMethod_var);
int32_t L_34 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add(L_34, 1));
}
IL_015a:
{
int32_t L_35 = V_2;
V_3 = (bool)((((int64_t)((int64_t)L_35)) < ((int64_t)((int64_t)4)))? 1 : 0);
bool L_36 = V_3;
if (L_36)
{
goto IL_0132;
}
}
{
return;
}
}
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.UIRenderDevice::get_defaultShaderInfoTexFloat()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* UIRenderDevice_get_defaultShaderInfoTexFloat_m5FE52F28B39A9B022DE99A99A442C5828A354622 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral80B2BDA8F510E1A84188E0FC7E0C7D78992548CF);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_1;
memset((&V_1), 0, sizeof(V_1));
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* V_2 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_0 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_01f9;
}
}
{
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_3 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
NullCheck(L_3);
Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917(L_3, ((int32_t)64), ((int32_t)64), ((int32_t)20), (bool)0, NULL);
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37), (void*)L_3);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_4 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37;
NullCheck(L_4);
Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_4, _stringLiteral80B2BDA8F510E1A84188E0FC7E0C7D78992548CF, NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_5 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37;
NullCheck(L_5);
Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_5, ((int32_t)61), NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_6 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37;
NullCheck(L_6);
Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_6, 0, NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_7 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_8 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformTexel_10;
V_1 = L_8;
int32_t L_9;
L_9 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_10 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformTexel_10;
V_1 = L_10;
int32_t L_11;
L_11 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformRow0Value_16;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_13;
L_13 = Color_op_Implicit_mA8CF4745D766F4F610E1BE0A1ED2F4E5FE5D734C_inline(L_12, NULL);
NullCheck(L_7);
Texture2D_SetPixel_m2CCFC5F729135D59DC4A697C2605A3FC5C8574DB(L_7, L_9, L_11, L_13, NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_14 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_15 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformTexel_10;
V_1 = L_15;
int32_t L_16;
L_16 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_17 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformTexel_10;
V_1 = L_17;
int32_t L_18;
L_18 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_19 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformRow1Value_17;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_20;
L_20 = Color_op_Implicit_mA8CF4745D766F4F610E1BE0A1ED2F4E5FE5D734C_inline(L_19, NULL);
NullCheck(L_14);
Texture2D_SetPixel_m2CCFC5F729135D59DC4A697C2605A3FC5C8574DB(L_14, L_16, ((int32_t)il2cpp_codegen_add(L_18, 1)), L_20, NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_21 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_22 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformTexel_10;
V_1 = L_22;
int32_t L_23;
L_23 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_24 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformTexel_10;
V_1 = L_24;
int32_t L_25;
L_25 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_26 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___identityTransformRow2Value_18;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_27;
L_27 = Color_op_Implicit_mA8CF4745D766F4F610E1BE0A1ED2F4E5FE5D734C_inline(L_26, NULL);
NullCheck(L_21);
Texture2D_SetPixel_m2CCFC5F729135D59DC4A697C2605A3FC5C8574DB(L_21, L_23, ((int32_t)il2cpp_codegen_add(L_25, 2)), L_27, NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_28 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_29 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRectTexel_11;
V_1 = L_29;
int32_t L_30;
L_30 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_31 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRectTexel_11;
V_1 = L_31;
int32_t L_32;
L_32 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_33 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___infiniteClipRectValue_19;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_34;
L_34 = Color_op_Implicit_mA8CF4745D766F4F610E1BE0A1ED2F4E5FE5D734C_inline(L_33, NULL);
NullCheck(L_28);
Texture2D_SetPixel_m2CCFC5F729135D59DC4A697C2605A3FC5C8574DB(L_28, L_30, L_32, L_34, NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_35 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_36 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___fullOpacityTexel_12;
V_1 = L_36;
int32_t L_37;
L_37 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_38 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___fullOpacityTexel_12;
V_1 = L_38;
int32_t L_39;
L_39 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_40 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___fullOpacityValue_20;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_41;
L_41 = Color_op_Implicit_mA8CF4745D766F4F610E1BE0A1ED2F4E5FE5D734C_inline(L_40, NULL);
NullCheck(L_35);
Texture2D_SetPixel_m2CCFC5F729135D59DC4A697C2605A3FC5C8574DB(L_35, L_37, L_39, L_41, NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_42 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_43 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsTexel_14;
V_1 = L_43;
int32_t L_44;
L_44 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_45 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsTexel_14;
V_1 = L_45;
int32_t L_46;
L_46 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_47;
L_47 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
NullCheck(L_42);
Texture2D_SetPixel_m2CCFC5F729135D59DC4A697C2605A3FC5C8574DB(L_42, L_44, L_46, L_47, NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_48 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_49 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsTexel_14;
V_1 = L_49;
int32_t L_50;
L_50 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_51 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsTexel_14;
V_1 = L_51;
int32_t L_52;
L_52 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_53;
L_53 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
NullCheck(L_48);
Texture2D_SetPixel_m2CCFC5F729135D59DC4A697C2605A3FC5C8574DB(L_48, L_50, ((int32_t)il2cpp_codegen_add(L_52, 1)), L_53, NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_54 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_55 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsTexel_14;
V_1 = L_55;
int32_t L_56;
L_56 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_57 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsTexel_14;
V_1 = L_57;
int32_t L_58;
L_58 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_59;
L_59 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
NullCheck(L_54);
Texture2D_SetPixel_m2CCFC5F729135D59DC4A697C2605A3FC5C8574DB(L_54, L_56, ((int32_t)il2cpp_codegen_add(L_58, 2)), L_59, NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_60 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_61 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsTexel_14;
V_1 = L_61;
int32_t L_62;
L_62 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_63 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsTexel_14;
V_1 = L_63;
int32_t L_64;
L_64 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_65;
L_65 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
NullCheck(L_60);
Texture2D_SetPixel_m2CCFC5F729135D59DC4A697C2605A3FC5C8574DB(L_60, L_62, ((int32_t)il2cpp_codegen_add(L_64, 3)), L_65, NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_66 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37;
NullCheck(L_66);
Texture2D_Apply_m36EE27E6F1BF7FB8C70A1D749DC4EE249810AA3A(L_66, (bool)0, (bool)1, NULL);
}
IL_01f9:
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_67 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37;
V_2 = L_67;
goto IL_0201;
}
IL_0201:
{
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_68 = V_2;
return L_68;
}
}
// UnityEngine.Texture2D UnityEngine.UIElements.UIR.UIRenderDevice::get_defaultShaderInfoTexARGB8()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* UIRenderDevice_get_defaultShaderInfoTexARGB8_m72435C82B7694629C138D3D182AFCD12DCCAB678 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral96756EF1A793079BCA51748C40A9D476592BF2C8);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_1;
memset((&V_1), 0, sizeof(V_1));
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* V_2 = NULL;
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_0 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexARGB8_38;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_1;
L_1 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_0, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_0 = L_1;
bool L_2 = V_0;
if (!L_2)
{
goto IL_0138;
}
}
{
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_3 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)il2cpp_codegen_object_new(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4_il2cpp_TypeInfo_var);
NullCheck(L_3);
Texture2D__ctor_mECF60A9EC0638EC353C02C8E99B6B465D23BE917(L_3, ((int32_t)64), ((int32_t)64), 4, (bool)0, NULL);
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexARGB8_38 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexARGB8_38), (void*)L_3);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_4 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexARGB8_38;
NullCheck(L_4);
Object_set_name_mC79E6DC8FFD72479C90F0C4CC7F42A0FEAF5AE47(L_4, _stringLiteral96756EF1A793079BCA51748C40A9D476592BF2C8, NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_5 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexARGB8_38;
NullCheck(L_5);
Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_5, ((int32_t)61), NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_6 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexARGB8_38;
NullCheck(L_6);
Texture_set_filterMode_mE423E58C0C16D059EA62BA87AD70F44AEA50CCC9(L_6, 0, NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_7 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexARGB8_38;
il2cpp_codegen_runtime_class_init_inline(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_8 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___fullOpacityTexel_12;
V_1 = L_8;
int32_t L_9;
L_9 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_10 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___fullOpacityTexel_12;
V_1 = L_10;
int32_t L_11;
L_11 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_12 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___fullOpacityValue_20;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_13;
L_13 = Color_op_Implicit_mA8CF4745D766F4F610E1BE0A1ED2F4E5FE5D734C_inline(L_12, NULL);
NullCheck(L_7);
Texture2D_SetPixel_m2CCFC5F729135D59DC4A697C2605A3FC5C8574DB(L_7, L_9, L_11, L_13, NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_14 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexARGB8_38;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_15 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsTexel_14;
V_1 = L_15;
int32_t L_16;
L_16 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_17 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsTexel_14;
V_1 = L_17;
int32_t L_18;
L_18 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_19;
L_19 = Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline(NULL);
NullCheck(L_14);
Texture2D_SetPixel_m2CCFC5F729135D59DC4A697C2605A3FC5C8574DB(L_14, L_16, L_18, L_19, NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_20 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexARGB8_38;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_21 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsTexel_14;
V_1 = L_21;
int32_t L_22;
L_22 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_23 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsTexel_14;
V_1 = L_23;
int32_t L_24;
L_24 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_25;
L_25 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
NullCheck(L_20);
Texture2D_SetPixel_m2CCFC5F729135D59DC4A697C2605A3FC5C8574DB(L_20, L_22, ((int32_t)il2cpp_codegen_add(L_24, 1)), L_25, NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_26 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexARGB8_38;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_27 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsTexel_14;
V_1 = L_27;
int32_t L_28;
L_28 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_29 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsTexel_14;
V_1 = L_29;
int32_t L_30;
L_30 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_31;
L_31 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
NullCheck(L_26);
Texture2D_SetPixel_m2CCFC5F729135D59DC4A697C2605A3FC5C8574DB(L_26, L_28, ((int32_t)il2cpp_codegen_add(L_30, 2)), L_31, NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_32 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexARGB8_38;
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_33 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsTexel_14;
V_1 = L_33;
int32_t L_34;
L_34 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_1), NULL);
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_35 = ((UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_StaticFields*)il2cpp_codegen_static_fields_for(UIRVEShaderInfoAllocator_t7A9BCF1924EA027462B8DBBAC7B15BCBCB5CC3BF_il2cpp_TypeInfo_var))->___defaultTextCoreSettingsTexel_14;
V_1 = L_35;
int32_t L_36;
L_36 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_1), NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_37;
L_37 = Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline(NULL);
NullCheck(L_32);
Texture2D_SetPixel_m2CCFC5F729135D59DC4A697C2605A3FC5C8574DB(L_32, L_34, ((int32_t)il2cpp_codegen_add(L_36, 3)), L_37, NULL);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_38 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexARGB8_38;
NullCheck(L_38);
Texture2D_Apply_m36EE27E6F1BF7FB8C70A1D749DC4EE249810AA3A(L_38, (bool)0, (bool)1, NULL);
}
IL_0138:
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_39 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexARGB8_38;
V_2 = L_39;
goto IL_0140;
}
IL_0140:
{
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_40 = V_2;
return L_40;
}
}
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::get_vertexTexturingIsAvailable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRenderDevice_get_vertexTexturingIsAvailable_m3F319008C351B2A2BA72C56B9649DD6565B54E0B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFCF22617C66F5B365C769C99E5EC477C1C33FF87);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* V_1 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_2 = NULL;
String_t* V_3 = NULL;
bool V_4 = false;
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
bool L_0;
L_0 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline((&((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_VertexTexturingIsAvailable_33), Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_005e;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
String_t* L_2 = ((UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_StaticFields*)il2cpp_codegen_static_fields_for(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var))->___k_DefaultShaderName_0;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_3;
L_3 = Shader_Find_m183AA54F78320212DDEC811592F98456898A41C5(L_2, NULL);
V_1 = L_3;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_4 = V_1;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_5 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
NullCheck(L_5);
Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_5, L_4, NULL);
V_2 = L_5;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = V_2;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = L_6;
NullCheck(L_7);
int32_t L_8;
L_8 = Object_get_hideFlags_mA08F5E41671B8C6B5073C6B9E2799BCE6E0DF7F3(L_7, NULL);
NullCheck(L_7);
Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_7, ((int32_t)((int32_t)L_8|4)), NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_9 = V_2;
NullCheck(L_9);
String_t* L_10;
L_10 = Material_GetTag_m0B37070270E231B88808DB1B3F9EF4C1851627D4(L_9, _stringLiteralFCF22617C66F5B365C769C99E5EC477C1C33FF87, (bool)0, NULL);
V_3 = L_10;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_11 = V_2;
UIRUtility_Destroy_m9E925E79E7B4A4853B47C1EFACEF2ED0A7844A23(L_11, NULL);
String_t* L_12 = V_3;
bool L_13;
L_13 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_12, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, NULL);
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_14;
memset((&L_14), 0, sizeof(L_14));
Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_14), L_13, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_VertexTexturingIsAvailable_33 = L_14;
}
IL_005e:
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
bool L_15;
L_15 = Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28((&((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_VertexTexturingIsAvailable_33), Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
V_4 = L_15;
goto IL_006c;
}
IL_006c:
{
bool L_16 = V_4;
return L_16;
}
}
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::get_shaderModelIs35()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRenderDevice_get_shaderModelIs35_mB1DC4A0F22A69064E426271B7AB568046A1342D6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF66B79918F98031B4DF8000DF3516451CE17192);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* V_1 = NULL;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_2 = NULL;
String_t* V_3 = NULL;
bool V_4 = false;
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
bool L_0;
L_0 = Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_inline((&((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_ShaderModelIs35_34), Nullable_1_get_HasValue_m6B76D139692C43B2AF7C695FAB044B16ACFAF355_RuntimeMethod_var);
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_005e;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
String_t* L_2 = ((UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_StaticFields*)il2cpp_codegen_static_fields_for(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var))->___k_DefaultShaderName_0;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_3;
L_3 = Shader_Find_m183AA54F78320212DDEC811592F98456898A41C5(L_2, NULL);
V_1 = L_3;
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_4 = V_1;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_5 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)il2cpp_codegen_object_new(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_il2cpp_TypeInfo_var);
NullCheck(L_5);
Material__ctor_m7FDF47105D66D19591BE505A0C42B0F90D88C9BF(L_5, L_4, NULL);
V_2 = L_5;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = V_2;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_7 = L_6;
NullCheck(L_7);
int32_t L_8;
L_8 = Object_get_hideFlags_mA08F5E41671B8C6B5073C6B9E2799BCE6E0DF7F3(L_7, NULL);
NullCheck(L_7);
Object_set_hideFlags_mACB8BFC903FB3B01BBD427753E791BF28B5E33D4(L_7, ((int32_t)((int32_t)L_8|4)), NULL);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_9 = V_2;
NullCheck(L_9);
String_t* L_10;
L_10 = Material_GetTag_m0B37070270E231B88808DB1B3F9EF4C1851627D4(L_9, _stringLiteralEF66B79918F98031B4DF8000DF3516451CE17192, (bool)0, NULL);
V_3 = L_10;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_11 = V_2;
UIRUtility_Destroy_m9E925E79E7B4A4853B47C1EFACEF2ED0A7844A23(L_11, NULL);
String_t* L_12 = V_3;
bool L_13;
L_13 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_12, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, NULL);
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 L_14;
memset((&L_14), 0, sizeof(L_14));
Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5((&L_14), L_13, /*hidden argument*/Nullable_1__ctor_m4FAA8281CB4EFFD8B817734351FB3AC20A0CD6F5_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_ShaderModelIs35_34 = L_14;
}
IL_005e:
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
bool L_15;
L_15 = Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28((&((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_ShaderModelIs35_34), Nullable_1_get_Value_mE2C54C6AE9FC9F05BF44CD9D7D61DC6CD56E3E28_RuntimeMethod_var);
V_4 = L_15;
goto IL_006c;
}
IL_006c:
{
bool L_16 = V_4;
return L_16;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::InitVertexDeclaration()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_InitVertexDeclaration_mC1F81AF763D3E9E5497F854C4FBFD98D341CAE31 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&VertexAttributeDescriptorU5BU5D_t5D10E60612F12777F59B7E33939F9075DB0E02B2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
VertexAttributeDescriptorU5BU5D_t5D10E60612F12777F59B7E33939F9075DB0E02B2* V_0 = NULL;
{
VertexAttributeDescriptorU5BU5D_t5D10E60612F12777F59B7E33939F9075DB0E02B2* L_0 = (VertexAttributeDescriptorU5BU5D_t5D10E60612F12777F59B7E33939F9075DB0E02B2*)(VertexAttributeDescriptorU5BU5D_t5D10E60612F12777F59B7E33939F9075DB0E02B2*)SZArrayNew(VertexAttributeDescriptorU5BU5D_t5D10E60612F12777F59B7E33939F9075DB0E02B2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
VertexAttributeDescriptorU5BU5D_t5D10E60612F12777F59B7E33939F9075DB0E02B2* L_1 = L_0;
VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76 L_2;
memset((&L_2), 0, sizeof(L_2));
VertexAttributeDescriptor__ctor_m713B31395FB13FDEB2665F5C4C31572D5875A43A((&L_2), 0, 0, 3, 0, /*hidden argument*/NULL);
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76)L_2);
VertexAttributeDescriptorU5BU5D_t5D10E60612F12777F59B7E33939F9075DB0E02B2* L_3 = L_1;
VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76 L_4;
memset((&L_4), 0, sizeof(L_4));
VertexAttributeDescriptor__ctor_m713B31395FB13FDEB2665F5C4C31572D5875A43A((&L_4), 3, 2, 4, 0, /*hidden argument*/NULL);
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76)L_4);
VertexAttributeDescriptorU5BU5D_t5D10E60612F12777F59B7E33939F9075DB0E02B2* L_5 = L_3;
VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76 L_6;
memset((&L_6), 0, sizeof(L_6));
VertexAttributeDescriptor__ctor_m713B31395FB13FDEB2665F5C4C31572D5875A43A((&L_6), 4, 0, 2, 0, /*hidden argument*/NULL);
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(2), (VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76)L_6);
VertexAttributeDescriptorU5BU5D_t5D10E60612F12777F59B7E33939F9075DB0E02B2* L_7 = L_5;
VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76 L_8;
memset((&L_8), 0, sizeof(L_8));
VertexAttributeDescriptor__ctor_m713B31395FB13FDEB2665F5C4C31572D5875A43A((&L_8), 5, 2, 4, 0, /*hidden argument*/NULL);
NullCheck(L_7);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(3), (VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76)L_8);
VertexAttributeDescriptorU5BU5D_t5D10E60612F12777F59B7E33939F9075DB0E02B2* L_9 = L_7;
VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76 L_10;
memset((&L_10), 0, sizeof(L_10));
VertexAttributeDescriptor__ctor_m713B31395FB13FDEB2665F5C4C31572D5875A43A((&L_10), 6, 2, 4, 0, /*hidden argument*/NULL);
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(4), (VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76)L_10);
VertexAttributeDescriptorU5BU5D_t5D10E60612F12777F59B7E33939F9075DB0E02B2* L_11 = L_9;
VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76 L_12;
memset((&L_12), 0, sizeof(L_12));
VertexAttributeDescriptor__ctor_m713B31395FB13FDEB2665F5C4C31572D5875A43A((&L_12), 7, 2, 4, 0, /*hidden argument*/NULL);
NullCheck(L_11);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(5), (VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76)L_12);
VertexAttributeDescriptorU5BU5D_t5D10E60612F12777F59B7E33939F9075DB0E02B2* L_13 = L_11;
VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76 L_14;
memset((&L_14), 0, sizeof(L_14));
VertexAttributeDescriptor__ctor_m713B31395FB13FDEB2665F5C4C31572D5875A43A((&L_14), 8, 2, 4, 0, /*hidden argument*/NULL);
NullCheck(L_13);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(6), (VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76)L_14);
VertexAttributeDescriptorU5BU5D_t5D10E60612F12777F59B7E33939F9075DB0E02B2* L_15 = L_13;
VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76 L_16;
memset((&L_16), 0, sizeof(L_16));
VertexAttributeDescriptor__ctor_m713B31395FB13FDEB2665F5C4C31572D5875A43A((&L_16), ((int32_t)9), 0, 4, 0, /*hidden argument*/NULL);
NullCheck(L_15);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(7), (VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76)L_16);
VertexAttributeDescriptorU5BU5D_t5D10E60612F12777F59B7E33939F9075DB0E02B2* L_17 = L_15;
VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76 L_18;
memset((&L_18), 0, sizeof(L_18));
VertexAttributeDescriptor__ctor_m713B31395FB13FDEB2665F5C4C31572D5875A43A((&L_18), ((int32_t)10), 0, 1, 0, /*hidden argument*/NULL);
NullCheck(L_17);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(8), (VertexAttributeDescriptor_tD4231FBF57335465D16308D2A18E8E83D36BFA76)L_18);
V_0 = L_17;
VertexAttributeDescriptorU5BU5D_t5D10E60612F12777F59B7E33939F9075DB0E02B2* L_19 = V_0;
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
intptr_t L_20;
L_20 = Utility_GetVertexDeclaration_mB8CDEF6DF2CBA67EE88C0FB666CDC338556F329F(L_19, NULL);
__this->___m_VertexDecl_2 = L_20;
return;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::CompleteCreation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_CompleteCreation_m156E3EFF3A4C809E5EE3B1A9B0AF5789A3E34C1C (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 V_1;
memset((&V_1), 0, sizeof(V_1));
int32_t G_B3_0 = 0;
{
bool L_0 = __this->___m_MockDevice_0;
if (L_0)
{
goto IL_0011;
}
}
{
bool L_1;
L_1 = UIRenderDevice_get_fullyCreated_m1026CE6BDC467904FCCB7BAB9C8C10F53902D3EA(__this, NULL);
G_B3_0 = ((int32_t)(L_1));
goto IL_0012;
}
IL_0011:
{
G_B3_0 = 1;
}
IL_0012:
{
V_0 = (bool)G_B3_0;
bool L_2 = V_0;
if (!L_2)
{
goto IL_001b;
}
}
{
goto IL_00b8;
}
IL_001b:
{
UIRenderDevice_InitVertexDeclaration_mC1F81AF763D3E9E5497F854C4FBFD98D341CAE31(__this, NULL);
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = (UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)SZArrayNew(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA_il2cpp_TypeInfo_var, (uint32_t)4);
__this->___m_Fences_9 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Fences_9), (void*)L_3);
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_4 = (MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D*)il2cpp_codegen_object_new(MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D_il2cpp_TypeInfo_var);
NullCheck(L_4);
MaterialPropertyBlock__ctor_m14C3432585F7BB65028BCD64A0FD6607A1B490FB(L_4, NULL);
__this->___m_StandardMatProps_10 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_StandardMatProps_10), (void*)L_4);
il2cpp_codegen_initobj((&V_1), sizeof(StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9));
StencilState_set_enabled_m6DC861C699D1044E896E833D2DAE69B82F796564((&V_1), (bool)1, NULL);
StencilState_set_readMask_m1BA8F9033413889D4E77DA343DC0029566A9BB9B((&V_1), (uint8_t)((int32_t)255), NULL);
StencilState_set_writeMask_m94471C671E03D42F36DA61436B1068B362375D65((&V_1), (uint8_t)((int32_t)255), NULL);
StencilState_set_compareFunctionFront_m1388C37901DAB6AF9D23C0F01946DCCE19BC9BFC((&V_1), 3, NULL);
StencilState_set_passOperationFront_m1F15CC29366DAEAA6CCE1DB0622C70D6ECC5A3EB((&V_1), 0, NULL);
StencilState_set_failOperationFront_mADCECAE5D2E75ABAE51650F1F314E661D09C2CD6((&V_1), 0, NULL);
StencilState_set_zFailOperationFront_mC7D8F0A08B9AEC4203BD6B352CB795E8011EFBB6((&V_1), 3, NULL);
StencilState_set_compareFunctionBack_m8AF73F4E8FC95A46D33E3192C50702D2AA15D61D((&V_1), 2, NULL);
StencilState_set_passOperationBack_m4B1395FE21F5B5C809DC6F31D5824A90E05ED220((&V_1), 0, NULL);
StencilState_set_failOperationBack_mD279271DD1F99EE5B8BC19F5AE60988E6C6F0E4A((&V_1), 0, NULL);
StencilState_set_zFailOperationBack_mC092ABD8A5EA87245640A10E54C6A1990C4F6864((&V_1), 4, NULL);
StencilState_tBE5F7C1134E50C5E93B45A626D4FB4690F1C91A9 L_5 = V_1;
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
intptr_t L_6;
L_6 = Utility_CreateStencilState_mDC1F4473214745D1BE75D104081E73B52CCD043B(L_5, NULL);
__this->___m_DefaultStencilState_1 = L_6;
}
IL_00b8:
{
return;
}
}
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::get_fullyCreated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRenderDevice_get_fullyCreated_m1026CE6BDC467904FCCB7BAB9C8C10F53902D3EA (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method)
{
bool V_0 = false;
{
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = __this->___m_Fences_9;
V_0 = (bool)((!(((RuntimeObject*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
goto IL_000d;
}
IL_000d:
{
bool L_1 = V_0;
return L_1;
}
}
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::get_disposed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRenderDevice_get_disposed_mDC422B67D86477F49BB442FB27941FC3D5E04A1F (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CdisposedU3Ek__BackingField_39;
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::set_disposed(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_set_disposed_mCA915754987CCF0C5BFB214CEE51BD1345B91151 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, bool ___0_value, const RuntimeMethod* method)
{
{
bool L_0 = ___0_value;
__this->___U3CdisposedU3Ek__BackingField_39 = L_0;
return;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_Dispose_m701B69F9DF325FBF85B2206D5C9FB812FF5D8125 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
VirtualActionInvoker1< bool >::Invoke(5 /* System.Void UnityEngine.UIElements.UIR.UIRenderDevice::Dispose(System.Boolean) */, __this, (bool)1);
il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_Dispose_m140F091182FA0518E8BBE952128D1EC317725C68 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, bool ___0_disposing, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_AddLast_m4A85D1442E7A8610FFD5386F9A2366D243DAC801_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B V_2;
memset((&V_2), 0, sizeof(V_2));
DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
bool V_5 = false;
DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B* G_B5_0 = NULL;
DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B* G_B4_0 = NULL;
uint32_t G_B6_0 = 0;
DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B* G_B6_1 = NULL;
{
bool L_0;
L_0 = UIRenderDevice_get_disposed_mDC422B67D86477F49BB442FB27941FC3D5E04A1F_inline(__this, NULL);
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_0010;
}
}
{
goto IL_0093;
}
IL_0010:
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
int32_t L_2 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_ActiveDeviceCount_18;
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_ActiveDeviceCount_18 = ((int32_t)il2cpp_codegen_subtract(L_2, 1));
bool L_3 = ___0_disposing;
V_1 = L_3;
bool L_4 = V_1;
if (!L_4)
{
goto IL_008b;
}
}
{
il2cpp_codegen_initobj((&V_3), sizeof(DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B));
bool L_5 = __this->___m_MockDevice_0;
G_B4_0 = (&V_3);
if (L_5)
{
G_B5_0 = (&V_3);
goto IL_003b;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
uint32_t L_6;
L_6 = Utility_InsertCPUFence_m8FC65EF05973588366BC403C8807897CEE7CF440(NULL);
G_B6_0 = L_6;
G_B6_1 = G_B4_0;
goto IL_003c;
}
IL_003b:
{
G_B6_0 = ((uint32_t)(0));
G_B6_1 = G_B5_0;
}
IL_003c:
{
G_B6_1->___handle_0 = G_B6_0;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_7 = __this->___m_FirstPage_3;
(&V_3)->___page_1 = L_7;
Il2CppCodeGenWriteBarrier((void**)(&(&V_3)->___page_1), (void*)L_7);
DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B L_8 = V_3;
V_2 = L_8;
DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B L_9 = V_2;
uint32_t L_10 = L_9.___handle_0;
V_4 = (bool)((((int32_t)L_10) == ((int32_t)0))? 1 : 0);
bool L_11 = V_4;
if (!L_11)
{
goto IL_0069;
}
}
{
DeviceToFree_Dispose_m77269878F0DABBDED05EC935FEAC958DD5444DDE((&V_2), NULL);
goto IL_0088;
}
IL_0069:
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7* L_12 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_DeviceFreeQueue_17;
DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B L_13 = V_2;
NullCheck(L_12);
LinkedListNode_1_t67D23132699BD5AA974F03A53E11E94CB77B8EB1* L_14;
L_14 = LinkedList_1_AddLast_m4A85D1442E7A8610FFD5386F9A2366D243DAC801(L_12, L_13, LinkedList_1_AddLast_m4A85D1442E7A8610FFD5386F9A2366D243DAC801_RuntimeMethod_var);
bool L_15 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_SynchronousFree_20;
V_5 = L_15;
bool L_16 = V_5;
if (!L_16)
{
goto IL_0087;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
UIRenderDevice_ProcessDeviceFreeQueue_mAE86D31E256DEB4C438ECCD949C61FD305700A21(NULL);
}
IL_0087:
{
}
IL_0088:
{
goto IL_008b;
}
IL_008b:
{
UIRenderDevice_set_disposed_mCA915754987CCF0C5BFB214CEE51BD1345B91151_inline(__this, (bool)1, NULL);
}
IL_0093:
{
return;
}
}
// UnityEngine.UIElements.UIR.MeshHandle UnityEngine.UIElements.UIR.UIRenderDevice::Allocate(System.UInt32,System.UInt32,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>&,Unity.Collections.NativeSlice`1<System.UInt16>&,System.UInt16&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* UIRenderDevice_Allocate_m0504064141D6EA7F692319462FB0C70C572357FC (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, uint32_t ___0_vertexCount, uint32_t ___1_indexCount, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* ___2_vertexData, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* ___3_indexData, uint16_t* ___4_indexOffset, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1_Get_m8E521D36BEDC49C15F899FC92116357D750EAB23_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* V_0 = NULL;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* V_1 = NULL;
{
LinkedPool_1_tD8A175EE023C8220138E51E722F4A20ACE9CA851* L_0 = __this->___m_MeshHandles_14;
NullCheck(L_0);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_1;
L_1 = LinkedPool_1_Get_m8E521D36BEDC49C15F899FC92116357D750EAB23(L_0, LinkedPool_1_Get_m8E521D36BEDC49C15F899FC92116357D750EAB23_RuntimeMethod_var);
V_0 = L_1;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_2 = V_0;
uint32_t L_3 = ___1_indexCount;
NullCheck(L_2);
L_2->___triangleCount_3 = ((int32_t)((uint32_t)(int32_t)L_3/(uint32_t)(int32_t)3));
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_4 = V_0;
uint32_t L_5 = ___0_vertexCount;
uint32_t L_6 = ___1_indexCount;
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_7 = ___2_vertexData;
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_8 = ___3_indexData;
UIRenderDevice_Allocate_m3519AAAA880D45E70AF037163498B5C3DF8CD566(__this, L_4, L_5, L_6, L_7, L_8, (bool)0, NULL);
uint16_t* L_9 = ___4_indexOffset;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_10 = V_0;
NullCheck(L_10);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_11 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_10->___allocVerts_1);
uint32_t L_12 = L_11->___start_0;
*((int16_t*)L_9) = (int16_t)((int32_t)(uint16_t)L_12);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_13 = V_0;
V_1 = L_13;
goto IL_0037;
}
IL_0037:
{
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_14 = V_1;
return L_14;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::Update(UnityEngine.UIElements.UIR.MeshHandle,System.UInt32,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_Update_m66ACAADBD144EF4A82044B18F27010E36445D983 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___0_mesh, uint32_t ___1_vertexCount, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* ___2_vertexData, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m0D7D6BAB64810308797BD6D6C898432E45D4AC4C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1__ctor_m665194100AB694EC232EEFDAC3C87C7647CEBE28_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_1;
memset((&V_1), 0, sizeof(V_1));
uint16_t V_2 = 0;
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_3;
memset((&V_3), 0, sizeof(V_3));
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 V_4;
memset((&V_4), 0, sizeof(V_4));
int32_t V_5 = 0;
int32_t V_6 = 0;
bool V_7 = false;
int32_t V_8 = 0;
bool V_9 = false;
{
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_0 = ___0_mesh;
NullCheck(L_0);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_1 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_0->___allocVerts_1);
uint32_t L_2 = L_1->___size_1;
uint32_t L_3 = ___1_vertexCount;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)((!(((uint32_t)L_2) >= ((uint32_t)L_3)))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_4 = ___0_mesh;
NullCheck(L_4);
uint32_t L_5 = L_4->___allocTime_5;
uint32_t L_6 = __this->___m_FrameIndex_11;
V_7 = (bool)((((int32_t)L_5) == ((int32_t)L_6))? 1 : 0);
bool L_7 = V_7;
if (!L_7)
{
goto IL_0059;
}
}
{
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_8 = ___2_vertexData;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_9 = ___0_mesh;
NullCheck(L_9);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_10 = L_9->___allocPage_4;
NullCheck(L_10);
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_11 = L_10->___vertices_1;
NullCheck(L_11);
NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 L_12 = L_11->___cpuData_2;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_13 = ___0_mesh;
NullCheck(L_13);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_14 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_13->___allocVerts_1);
uint32_t L_15 = L_14->___start_0;
uint32_t L_16 = ___1_vertexCount;
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_17;
L_17 = NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m0D7D6BAB64810308797BD6D6C898432E45D4AC4C(L_12, L_15, L_16, NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m0D7D6BAB64810308797BD6D6C898432E45D4AC4C_RuntimeMethod_var);
*(NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)L_8 = L_17;
goto IL_00ee;
}
IL_0059:
{
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_18 = ___0_mesh;
NullCheck(L_18);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_19 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_18->___allocVerts_1);
uint32_t L_20 = L_19->___start_0;
V_0 = L_20;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_21 = ___0_mesh;
NullCheck(L_21);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_22 = L_21->___allocPage_4;
NullCheck(L_22);
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* L_23 = L_22->___indices_2;
NullCheck(L_23);
NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 L_24 = L_23->___cpuData_2;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_25 = ___0_mesh;
NullCheck(L_25);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_26 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_25->___allocIndices_2);
uint32_t L_27 = L_26->___start_0;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_28 = ___0_mesh;
NullCheck(L_28);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_29 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_28->___allocIndices_2);
uint32_t L_30 = L_29->___size_1;
NativeSlice_1__ctor_m665194100AB694EC232EEFDAC3C87C7647CEBE28((&V_1), L_24, L_27, L_30, NativeSlice_1__ctor_m665194100AB694EC232EEFDAC3C87C7647CEBE28_RuntimeMethod_var);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_31 = ___0_mesh;
uint32_t L_32 = ___1_vertexCount;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_33 = ___0_mesh;
NullCheck(L_33);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_34 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_33->___allocIndices_2);
uint32_t L_35 = L_34->___size_1;
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_36 = ___2_vertexData;
UIRenderDevice_UpdateAfterGPUUsedData_mEBAB8DA173F999294078A30383BC9DADE29A975B(__this, L_31, L_32, L_35, L_36, (&V_3), (&V_2), (&V_4), (bool)0, NULL);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_37 = ___0_mesh;
NullCheck(L_37);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_38 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_37->___allocIndices_2);
uint32_t L_39 = L_38->___size_1;
V_5 = L_39;
uint16_t L_40 = V_2;
uint32_t L_41 = V_0;
V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)L_41));
V_8 = 0;
goto IL_00e2;
}
IL_00c5:
{
int32_t L_42 = V_8;
int32_t L_43 = V_8;
uint16_t L_44;
L_44 = NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D((&V_1), L_43, NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D_RuntimeMethod_var);
int32_t L_45 = V_6;
NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29((&V_3), L_42, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_44, L_45))), NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var);
int32_t L_46 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add(L_46, 1));
}
IL_00e2:
{
int32_t L_47 = V_8;
int32_t L_48 = V_5;
V_9 = (bool)((((int32_t)L_47) < ((int32_t)L_48))? 1 : 0);
bool L_49 = V_9;
if (L_49)
{
goto IL_00c5;
}
}
IL_00ee:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::Update(UnityEngine.UIElements.UIR.MeshHandle,System.UInt32,System.UInt32,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>&,Unity.Collections.NativeSlice`1<System.UInt16>&,System.UInt16&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_Update_mDB382A6F3934ACA5E30A204F9749B1B29738F7D6 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___0_mesh, uint32_t ___1_vertexCount, uint32_t ___2_indexCount, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* ___3_vertexData, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* ___4_indexData, uint16_t* ___5_indexOffset, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mEE155357C8BB83BD4B7D34471587738A86B0D851_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m0D7D6BAB64810308797BD6D6C898432E45D4AC4C_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 V_0;
memset((&V_0), 0, sizeof(V_0));
bool V_1 = false;
{
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_0 = ___0_mesh;
NullCheck(L_0);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_1 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_0->___allocVerts_1);
uint32_t L_2 = L_1->___size_1;
uint32_t L_3 = ___1_vertexCount;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)((!(((uint32_t)L_2) >= ((uint32_t)L_3)))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_4 = ___0_mesh;
NullCheck(L_4);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_5 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_4->___allocIndices_2);
uint32_t L_6 = L_5->___size_1;
uint32_t L_7 = ___2_indexCount;
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)((!(((uint32_t)L_6) >= ((uint32_t)L_7)))? 1 : 0)) == ((int32_t)0))? 1 : 0), NULL);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_8 = ___0_mesh;
NullCheck(L_8);
uint32_t L_9 = L_8->___allocTime_5;
uint32_t L_10 = __this->___m_FrameIndex_11;
V_1 = (bool)((((int32_t)L_9) == ((int32_t)L_10))? 1 : 0);
bool L_11 = V_1;
if (!L_11)
{
goto IL_00ac;
}
}
{
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_12 = ___3_vertexData;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_13 = ___0_mesh;
NullCheck(L_13);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_14 = L_13->___allocPage_4;
NullCheck(L_14);
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_15 = L_14->___vertices_1;
NullCheck(L_15);
NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 L_16 = L_15->___cpuData_2;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_17 = ___0_mesh;
NullCheck(L_17);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_18 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_17->___allocVerts_1);
uint32_t L_19 = L_18->___start_0;
uint32_t L_20 = ___1_vertexCount;
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_21;
L_21 = NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m0D7D6BAB64810308797BD6D6C898432E45D4AC4C(L_16, L_19, L_20, NativeSliceExtensions_Slice_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m0D7D6BAB64810308797BD6D6C898432E45D4AC4C_RuntimeMethod_var);
*(NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)L_12 = L_21;
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_22 = ___4_indexData;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_23 = ___0_mesh;
NullCheck(L_23);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_24 = L_23->___allocPage_4;
NullCheck(L_24);
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* L_25 = L_24->___indices_2;
NullCheck(L_25);
NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 L_26 = L_25->___cpuData_2;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_27 = ___0_mesh;
NullCheck(L_27);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_28 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_27->___allocIndices_2);
uint32_t L_29 = L_28->___start_0;
uint32_t L_30 = ___2_indexCount;
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_31;
L_31 = NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mEE155357C8BB83BD4B7D34471587738A86B0D851(L_26, L_29, L_30, NativeSliceExtensions_Slice_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_mEE155357C8BB83BD4B7D34471587738A86B0D851_RuntimeMethod_var);
*(NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)L_22 = L_31;
uint16_t* L_32 = ___5_indexOffset;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_33 = ___0_mesh;
NullCheck(L_33);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_34 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_33->___allocVerts_1);
uint32_t L_35 = L_34->___start_0;
*((int16_t*)L_32) = (int16_t)((int32_t)(uint16_t)L_35);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_36 = ___0_mesh;
UIRenderDevice_UpdateCopyBackIndices_m35FC133333DB4F448D31798652412E11296C1F3D(__this, L_36, (bool)1, NULL);
goto IL_00bf;
}
IL_00ac:
{
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_37 = ___0_mesh;
uint32_t L_38 = ___1_vertexCount;
uint32_t L_39 = ___2_indexCount;
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_40 = ___3_vertexData;
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_41 = ___4_indexData;
uint16_t* L_42 = ___5_indexOffset;
UIRenderDevice_UpdateAfterGPUUsedData_mEBAB8DA173F999294078A30383BC9DADE29A975B(__this, L_37, L_38, L_39, L_40, L_41, L_42, (&V_0), (bool)1, NULL);
}
IL_00bf:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::UpdateCopyBackIndices(UnityEngine.UIElements.UIR.MeshHandle,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_UpdateCopyBackIndices_m35FC133333DB4F448D31798652412E11296C1F3D (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___0_mesh, bool ___1_copyBackIndices, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mD160E82FAAE683BED4FB8100E091F090E0970049_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_mD62ADBD1618B96E3FBEDF0DC64C0CE97CE889B6F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* V_1 = NULL;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 V_2;
memset((&V_2), 0, sizeof(V_2));
bool V_3 = false;
{
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_0 = ___0_mesh;
NullCheck(L_0);
uint32_t L_1 = L_0->___updateAllocID_6;
V_3 = (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
bool L_2 = V_3;
if (!L_2)
{
goto IL_0010;
}
}
{
goto IL_003a;
}
IL_0010:
{
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_3 = ___0_mesh;
NullCheck(L_3);
uint32_t L_4 = L_3->___updateAllocID_6;
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, 1));
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_5 = ___0_mesh;
List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* L_6;
L_6 = UIRenderDevice_ActiveUpdatesForMeshHandle_m296019C73AF3F39D0149B0EFCDE5180E41406788(__this, L_5, NULL);
V_1 = L_6;
List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* L_7 = V_1;
int32_t L_8 = V_0;
NullCheck(L_7);
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_9;
L_9 = List_1_get_Item_mD160E82FAAE683BED4FB8100E091F090E0970049(L_7, L_8, List_1_get_Item_mD160E82FAAE683BED4FB8100E091F090E0970049_RuntimeMethod_var);
V_2 = L_9;
(&V_2)->___copyBackIndices_6 = (bool)1;
List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* L_10 = V_1;
int32_t L_11 = V_0;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_12 = V_2;
NullCheck(L_10);
List_1_set_Item_mD62ADBD1618B96E3FBEDF0DC64C0CE97CE889B6F(L_10, L_11, L_12, List_1_set_Item_mD62ADBD1618B96E3FBEDF0DC64C0CE97CE889B6F_RuntimeMethod_var);
}
IL_003a:
{
return;
}
}
// System.Collections.Generic.List`1<UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate> UnityEngine.UIElements.UIR.UIRenderDevice::ActiveUpdatesForMeshHandle(UnityEngine.UIElements.UIR.MeshHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* UIRenderDevice_ActiveUpdatesForMeshHandle_m296019C73AF3F39D0149B0EFCDE5180E41406788 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___0_mesh, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m68EB6812907DC8C45377A3784237676F7AE5A1B1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mCE554C02FDE30698BC0627CE297319055E9DA0E4_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* V_0 = NULL;
{
List_1_tA79C35FB5E50135962B53960CB758B9262700632* L_0 = __this->___m_Updates_8;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_1 = ___0_mesh;
NullCheck(L_1);
uint32_t L_2 = L_1->___allocTime_5;
List_1_tA79C35FB5E50135962B53960CB758B9262700632* L_3 = __this->___m_Updates_8;
NullCheck(L_3);
int32_t L_4;
L_4 = List_1_get_Count_m68EB6812907DC8C45377A3784237676F7AE5A1B1_inline(L_3, List_1_get_Count_m68EB6812907DC8C45377A3784237676F7AE5A1B1_RuntimeMethod_var);
NullCheck(L_0);
List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* L_5;
L_5 = List_1_get_Item_mCE554C02FDE30698BC0627CE297319055E9DA0E4(L_0, ((int32_t)((int32_t)L_2%L_4)), List_1_get_Item_mCE554C02FDE30698BC0627CE297319055E9DA0E4_RuntimeMethod_var);
V_0 = L_5;
goto IL_0021;
}
IL_0021:
{
List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* L_6 = V_0;
return L_6;
}
}
// System.Boolean UnityEngine.UIElements.UIR.UIRenderDevice::TryAllocFromPage(UnityEngine.UIElements.UIR.Page,System.UInt32,System.UInt32,UnityEngine.UIElements.UIR.Alloc&,UnityEngine.UIElements.UIR.Alloc&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UIRenderDevice_TryAllocFromPage_m495431D5B0433ED1DD1E33B7D5333B76CF04AF9A (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___0_page, uint32_t ___1_vertexCount, uint32_t ___2_indexCount, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* ___3_va, Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* ___4_ia, bool ___5_shortLived, const RuntimeMethod* method)
{
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
{
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_0 = ___3_va;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_1 = ___0_page;
NullCheck(L_1);
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_2 = L_1->___vertices_1;
NullCheck(L_2);
GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* L_3 = L_2->___allocator_4;
uint32_t L_4 = ___1_vertexCount;
bool L_5 = ___5_shortLived;
NullCheck(L_3);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_6;
L_6 = GPUBufferAllocator_Allocate_mBA523C4FA94503D884280F3D3E4E34754CD7E13B(L_3, L_4, L_5, NULL);
*(Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)L_0 = L_6;
Il2CppCodeGenWriteBarrier((void**)&(((Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)L_0)->___handle_2), (void*)NULL);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_7 = ___3_va;
uint32_t L_8 = L_7->___size_1;
V_0 = (bool)((!(((uint32_t)L_8) <= ((uint32_t)0)))? 1 : 0);
bool L_9 = V_0;
if (!L_9)
{
goto IL_0077;
}
}
{
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_10 = ___4_ia;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_11 = ___0_page;
NullCheck(L_11);
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* L_12 = L_11->___indices_2;
NullCheck(L_12);
GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* L_13 = L_12->___allocator_4;
uint32_t L_14 = ___2_indexCount;
bool L_15 = ___5_shortLived;
NullCheck(L_13);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_16;
L_16 = GPUBufferAllocator_Allocate_mBA523C4FA94503D884280F3D3E4E34754CD7E13B(L_13, L_14, L_15, NULL);
*(Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)L_10 = L_16;
Il2CppCodeGenWriteBarrier((void**)&(((Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)L_10)->___handle_2), (void*)NULL);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_17 = ___4_ia;
uint32_t L_18 = L_17->___size_1;
V_1 = (bool)((!(((uint32_t)L_18) <= ((uint32_t)0)))? 1 : 0);
bool L_19 = V_1;
if (!L_19)
{
goto IL_0056;
}
}
{
V_2 = (bool)1;
goto IL_007b;
}
IL_0056:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_20 = ___0_page;
NullCheck(L_20);
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_21 = L_20->___vertices_1;
NullCheck(L_21);
GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* L_22 = L_21->___allocator_4;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_23 = ___3_va;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_24 = (*(Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)L_23);
NullCheck(L_22);
GPUBufferAllocator_Free_m6DA2A5389DCC4834A6814B0BA893F7C10AB27215(L_22, L_24, NULL);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_25 = ___3_va;
L_25->___size_1 = 0;
}
IL_0077:
{
V_2 = (bool)0;
goto IL_007b;
}
IL_007b:
{
bool L_26 = V_2;
return L_26;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::Allocate(UnityEngine.UIElements.UIR.MeshHandle,System.UInt32,System.UInt32,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>&,Unity.Collections.NativeSlice`1<System.UInt16>&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_Allocate_m3519AAAA880D45E70AF037163498B5C3DF8CD566 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___0_meshHandle, uint32_t ___1_vertexCount, uint32_t ___2_indexCount, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* ___3_vertexData, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* ___4_indexData, bool ___5_shortLived, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataSet_1_RegisterUpdate_mA4D1CC618747094CDCA3CE176693E52901898085_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataSet_1_RegisterUpdate_mBB1E17474C6B85A5F7E5596EA5C8CF98F9BB1744_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1__ctor_m05A3D6C62D3EF51EBE50158889E9C6B1D214588C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1__ctor_m665194100AB694EC232EEFDAC3C87C7647CEBE28_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2B781469BAF8C2B040EECFA8C60A59727DFA29F7);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA6386A69FF112EE862C5B77C75A70952F697D491);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5E811B7F2EA2B5B4BF2B2CF74E2965A5BF6E8C2);
s_Il2CppMethodInitialized = true;
}
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* V_0 = NULL;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE V_1;
memset((&V_1), 0, sizeof(V_1));
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE V_2;
memset((&V_2), 0, sizeof(V_2));
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
uint32_t V_7 = 0;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* V_8 = NULL;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* V_9 = NULL;
int32_t V_10 = 0;
int32_t V_11 = 0;
int32_t V_12 = 0;
bool V_13 = false;
bool V_14 = false;
bool V_15 = false;
uint32_t V_16 = 0;
bool V_17 = false;
bool V_18 = false;
bool V_19 = false;
bool V_20 = false;
int32_t G_B6_0 = 0;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* G_B16_0 = NULL;
int32_t G_B24_0 = 0;
uint32_t G_B32_0 = 0;
int32_t G_B40_0 = 0;
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_MarkerAllocate_28), NULL);
V_0 = (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)NULL;
il2cpp_codegen_initobj((&V_1), sizeof(Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE));
il2cpp_codegen_initobj((&V_2), sizeof(Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE));
uint32_t L_0 = ___1_vertexCount;
uint32_t L_1 = __this->___m_LargeMeshVertexCount_5;
V_3 = (bool)((((int32_t)((!(((uint32_t)L_0) <= ((uint32_t)L_1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_2 = V_3;
if (!L_2)
{
goto IL_017f;
}
}
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_3 = __this->___m_FirstPage_3;
V_4 = (bool)((!(((RuntimeObject*)(Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)L_3) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_4 = V_4;
if (!L_4)
{
goto IL_007e;
}
}
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_5 = __this->___m_FirstPage_3;
V_0 = L_5;
goto IL_0079;
}
IL_004b:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_6 = V_0;
uint32_t L_7 = ___1_vertexCount;
uint32_t L_8 = ___2_indexCount;
bool L_9 = ___5_shortLived;
bool L_10;
L_10 = UIRenderDevice_TryAllocFromPage_m495431D5B0433ED1DD1E33B7D5333B76CF04AF9A(__this, L_6, L_7, L_8, (&V_1), (&V_2), L_9, NULL);
if (L_10)
{
goto IL_0068;
}
}
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_11 = V_0;
NullCheck(L_11);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_12 = L_11->___next_3;
G_B6_0 = ((((RuntimeObject*)(Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)L_12) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
goto IL_0069;
}
IL_0068:
{
G_B6_0 = 1;
}
IL_0069:
{
V_5 = (bool)G_B6_0;
bool L_13 = V_5;
if (!L_13)
{
goto IL_0071;
}
}
{
goto IL_007b;
}
IL_0071:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_14 = V_0;
NullCheck(L_14);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_15 = L_14->___next_3;
V_0 = L_15;
}
IL_0079:
{
goto IL_004b;
}
IL_007b:
{
goto IL_0085;
}
IL_007e:
{
UIRenderDevice_CompleteCreation_m156E3EFF3A4C809E5EE3B1A9B0AF5789A3E34C1C(__this, NULL);
}
IL_0085:
{
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_16 = V_2;
uint32_t L_17 = L_16.___size_1;
V_6 = (bool)((((int32_t)L_17) == ((int32_t)0))? 1 : 0);
bool L_18 = V_6;
if (!L_18)
{
goto IL_0179;
}
}
{
uint32_t L_19 = __this->___m_NextPageVertexCount_4;
__this->___m_NextPageVertexCount_4 = ((int32_t)((int32_t)L_19<<1));
uint32_t L_20 = __this->___m_NextPageVertexCount_4;
uint32_t L_21 = ___1_vertexCount;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
uint32_t L_22;
L_22 = Math_Max_m6612C5AE2D40056418765878E8787E4828D2ADD7(L_20, ((int32_t)il2cpp_codegen_multiply((int32_t)L_21, 2)), NULL);
__this->___m_NextPageVertexCount_4 = L_22;
uint32_t L_23 = __this->___m_NextPageVertexCount_4;
uint32_t L_24;
L_24 = UIRenderDevice_get_maxVerticesPerPage_mFFA8429A499398EFF83CFBD5A786D3BFFF430C49_inline(__this, NULL);
uint32_t L_25;
L_25 = Math_Min_m66781C8F3800C6682369B449FFDB62FAD5E87121(L_23, L_24, NULL);
__this->___m_NextPageVertexCount_4 = L_25;
uint32_t L_26 = __this->___m_NextPageVertexCount_4;
float L_27 = __this->___m_IndexToVertexCountRatio_6;
V_7 = il2cpp_codegen_cast_floating_point<uint32_t, int32_t, float>(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(((float)((double)(uint32_t)L_26)), L_27)), (0.5f))));
uint32_t L_28 = V_7;
uint32_t L_29 = ___2_indexCount;
uint32_t L_30;
L_30 = Math_Max_m6612C5AE2D40056418765878E8787E4828D2ADD7(L_28, ((int32_t)il2cpp_codegen_multiply((int32_t)L_29, 2)), NULL);
V_7 = L_30;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_31 = V_0;
if (L_31)
{
goto IL_00fb;
}
}
{
G_B16_0 = ((Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)(NULL));
goto IL_0101;
}
IL_00fb:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_32 = V_0;
NullCheck(L_32);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_33 = L_32->___next_3;
G_B16_0 = L_33;
}
IL_0101:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((RuntimeObject*)(Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)G_B16_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0), NULL);
uint32_t L_34 = __this->___m_NextPageVertexCount_4;
uint32_t L_35 = V_7;
bool L_36 = __this->___m_MockDevice_0;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_37 = (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)il2cpp_codegen_object_new(Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9_il2cpp_TypeInfo_var);
NullCheck(L_37);
Page__ctor_m0EE03510D8F3E0B9679AD16D3D687FF7C1CC9597(L_37, L_34, L_35, 4, L_36, NULL);
V_0 = L_37;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_38 = V_0;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_39 = __this->___m_FirstPage_3;
NullCheck(L_38);
L_38->___next_3 = L_39;
Il2CppCodeGenWriteBarrier((void**)(&L_38->___next_3), (void*)L_39);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_40 = V_0;
__this->___m_FirstPage_3 = L_40;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstPage_3), (void*)L_40);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_41 = V_0;
NullCheck(L_41);
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_42 = L_41->___vertices_1;
NullCheck(L_42);
GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* L_43 = L_42->___allocator_4;
uint32_t L_44 = ___1_vertexCount;
bool L_45 = ___5_shortLived;
NullCheck(L_43);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_46;
L_46 = GPUBufferAllocator_Allocate_mBA523C4FA94503D884280F3D3E4E34754CD7E13B(L_43, L_44, L_45, NULL);
V_1 = L_46;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_47 = V_0;
NullCheck(L_47);
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* L_48 = L_47->___indices_2;
NullCheck(L_48);
GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* L_49 = L_48->___allocator_4;
uint32_t L_50 = ___2_indexCount;
bool L_51 = ___5_shortLived;
NullCheck(L_49);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_52;
L_52 = GPUBufferAllocator_Allocate_mBA523C4FA94503D884280F3D3E4E34754CD7E13B(L_49, L_50, L_51, NULL);
V_2 = L_52;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_53 = V_1;
uint32_t L_54 = L_53.___size_1;
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((!(((uint32_t)L_54) <= ((uint32_t)0)))? 1 : 0), NULL);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_55 = V_2;
uint32_t L_56 = L_55.___size_1;
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((!(((uint32_t)L_56) <= ((uint32_t)0)))? 1 : 0), NULL);
}
IL_0179:
{
goto IL_0296;
}
IL_017f:
{
UIRenderDevice_CompleteCreation_m156E3EFF3A4C809E5EE3B1A9B0AF5789A3E34C1C(__this, NULL);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_57 = __this->___m_FirstPage_3;
V_8 = L_57;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_58 = __this->___m_FirstPage_3;
V_9 = L_58;
V_10 = ((int32_t)2147483647LL);
goto IL_0204;
}
IL_01a0:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_59 = V_8;
NullCheck(L_59);
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_60 = L_59->___vertices_1;
NullCheck(L_60);
NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81* L_61 = (NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81*)(&L_60->___cpuData_2);
int32_t L_62;
L_62 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_61)->___m_Length_1);
uint32_t L_63 = ___1_vertexCount;
V_11 = ((int32_t)il2cpp_codegen_subtract(L_62, (int32_t)L_63));
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_64 = V_8;
NullCheck(L_64);
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* L_65 = L_64->___indices_2;
NullCheck(L_65);
NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934* L_66 = (NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934*)(&L_65->___cpuData_2);
int32_t L_67;
L_67 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_66)->___m_Length_1);
uint32_t L_68 = ___2_indexCount;
V_12 = ((int32_t)il2cpp_codegen_subtract(L_67, (int32_t)L_68));
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_69 = V_8;
NullCheck(L_69);
bool L_70;
L_70 = Page_get_isEmpty_m7BD1CAECC7987EC66956E270C4F3C7F8839B975D(L_69, NULL);
if (!L_70)
{
goto IL_01e6;
}
}
{
int32_t L_71 = V_11;
if ((((int32_t)L_71) < ((int32_t)0)))
{
goto IL_01e6;
}
}
{
int32_t L_72 = V_12;
if ((((int32_t)L_72) < ((int32_t)0)))
{
goto IL_01e6;
}
}
{
int32_t L_73 = V_11;
int32_t L_74 = V_10;
G_B24_0 = ((((int32_t)L_73) < ((int32_t)L_74))? 1 : 0);
goto IL_01e7;
}
IL_01e6:
{
G_B24_0 = 0;
}
IL_01e7:
{
V_13 = (bool)G_B24_0;
bool L_75 = V_13;
if (!L_75)
{
goto IL_01f6;
}
}
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_76 = V_8;
V_0 = L_76;
int32_t L_77 = V_11;
V_10 = L_77;
}
IL_01f6:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_78 = V_8;
V_9 = L_78;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_79 = V_8;
NullCheck(L_79);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_80 = L_79->___next_3;
V_8 = L_80;
}
IL_0204:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_81 = V_8;
V_14 = (bool)((!(((RuntimeObject*)(Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)L_81) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_82 = V_14;
if (L_82)
{
goto IL_01a0;
}
}
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_83 = V_0;
V_15 = (bool)((((RuntimeObject*)(Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)L_83) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
bool L_84 = V_15;
if (!L_84)
{
goto IL_026d;
}
}
{
uint32_t L_85 = ___1_vertexCount;
uint32_t L_86;
L_86 = UIRenderDevice_get_maxVerticesPerPage_mFFA8429A499398EFF83CFBD5A786D3BFFF430C49_inline(__this, NULL);
if ((!(((uint32_t)L_85) <= ((uint32_t)L_86))))
{
goto IL_0226;
}
}
{
uint32_t L_87 = ___1_vertexCount;
G_B32_0 = L_87;
goto IL_0227;
}
IL_0226:
{
G_B32_0 = ((uint32_t)(2));
}
IL_0227:
{
V_16 = G_B32_0;
uint32_t L_88 = ___1_vertexCount;
uint32_t L_89;
L_89 = UIRenderDevice_get_maxVerticesPerPage_mFFA8429A499398EFF83CFBD5A786D3BFFF430C49_inline(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mA460392021AC0A8210C9081E3C1C9652DBF32BF6((bool)((((int32_t)((!(((uint32_t)L_88) <= ((uint32_t)L_89)))? 1 : 0)) == ((int32_t)0))? 1 : 0), _stringLiteralB5E811B7F2EA2B5B4BF2B2CF74E2965A5BF6E8C2, NULL);
uint32_t L_90 = V_16;
uint32_t L_91 = ___2_indexCount;
bool L_92 = __this->___m_MockDevice_0;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_93 = (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)il2cpp_codegen_object_new(Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9_il2cpp_TypeInfo_var);
NullCheck(L_93);
Page__ctor_m0EE03510D8F3E0B9679AD16D3D687FF7C1CC9597(L_93, L_90, L_91, 4, L_92, NULL);
V_0 = L_93;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_94 = V_9;
V_17 = (bool)((!(((RuntimeObject*)(Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)L_94) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_95 = V_17;
if (!L_95)
{
goto IL_0265;
}
}
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_96 = V_9;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_97 = V_0;
NullCheck(L_96);
L_96->___next_3 = L_97;
Il2CppCodeGenWriteBarrier((void**)(&L_96->___next_3), (void*)L_97);
goto IL_026c;
}
IL_0265:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_98 = V_0;
__this->___m_FirstPage_3 = L_98;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstPage_3), (void*)L_98);
}
IL_026c:
{
}
IL_026d:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_99 = V_0;
NullCheck(L_99);
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_100 = L_99->___vertices_1;
NullCheck(L_100);
GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* L_101 = L_100->___allocator_4;
uint32_t L_102 = ___1_vertexCount;
bool L_103 = ___5_shortLived;
NullCheck(L_101);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_104;
L_104 = GPUBufferAllocator_Allocate_mBA523C4FA94503D884280F3D3E4E34754CD7E13B(L_101, L_102, L_103, NULL);
V_1 = L_104;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_105 = V_0;
NullCheck(L_105);
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* L_106 = L_105->___indices_2;
NullCheck(L_106);
GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* L_107 = L_106->___allocator_4;
uint32_t L_108 = ___2_indexCount;
bool L_109 = ___5_shortLived;
NullCheck(L_107);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_110;
L_110 = GPUBufferAllocator_Allocate_mBA523C4FA94503D884280F3D3E4E34754CD7E13B(L_107, L_108, L_109, NULL);
V_2 = L_110;
}
IL_0296:
{
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_111 = V_1;
uint32_t L_112 = L_111.___size_1;
uint32_t L_113 = ___1_vertexCount;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mA460392021AC0A8210C9081E3C1C9652DBF32BF6((bool)((((int32_t)L_112) == ((int32_t)L_113))? 1 : 0), _stringLiteral2B781469BAF8C2B040EECFA8C60A59727DFA29F7, NULL);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_114 = V_2;
uint32_t L_115 = L_114.___size_1;
uint32_t L_116 = ___2_indexCount;
Debug_Assert_mA460392021AC0A8210C9081E3C1C9652DBF32BF6((bool)((((int32_t)L_115) == ((int32_t)L_116))? 1 : 0), _stringLiteralA6386A69FF112EE862C5B77C75A70952F697D491, NULL);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_117 = V_1;
uint32_t L_118 = L_117.___size_1;
uint32_t L_119 = ___1_vertexCount;
if ((!(((uint32_t)L_118) == ((uint32_t)L_119))))
{
goto IL_02d5;
}
}
{
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_120 = V_2;
uint32_t L_121 = L_120.___size_1;
uint32_t L_122 = ___2_indexCount;
G_B40_0 = ((((int32_t)((((int32_t)L_121) == ((int32_t)L_122))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_02d6;
}
IL_02d5:
{
G_B40_0 = 1;
}
IL_02d6:
{
V_18 = (bool)G_B40_0;
bool L_123 = V_18;
if (!L_123)
{
goto IL_0330;
}
}
{
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_124 = V_1;
RuntimeObject* L_125 = L_124.___handle_2;
V_19 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_125) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_126 = V_19;
if (!L_126)
{
goto IL_02fe;
}
}
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_127 = V_0;
NullCheck(L_127);
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_128 = L_127->___vertices_1;
NullCheck(L_128);
GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* L_129 = L_128->___allocator_4;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_130 = V_1;
NullCheck(L_129);
GPUBufferAllocator_Free_m6DA2A5389DCC4834A6814B0BA893F7C10AB27215(L_129, L_130, NULL);
}
IL_02fe:
{
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_131 = V_2;
RuntimeObject* L_132 = L_131.___handle_2;
V_20 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_132) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_133 = V_20;
if (!L_133)
{
goto IL_031f;
}
}
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_134 = V_0;
NullCheck(L_134);
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_135 = L_134->___vertices_1;
NullCheck(L_135);
GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* L_136 = L_135->___allocator_4;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_137 = V_2;
NullCheck(L_136);
GPUBufferAllocator_Free_m6DA2A5389DCC4834A6814B0BA893F7C10AB27215(L_136, L_137, NULL);
}
IL_031f:
{
il2cpp_codegen_initobj((&V_2), sizeof(Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE));
il2cpp_codegen_initobj((&V_1), sizeof(Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE));
}
IL_0330:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_138 = V_0;
NullCheck(L_138);
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_139 = L_138->___vertices_1;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_140 = V_1;
uint32_t L_141 = L_140.___start_0;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_142 = V_1;
uint32_t L_143 = L_142.___size_1;
NullCheck(L_139);
DataSet_1_RegisterUpdate_mA4D1CC618747094CDCA3CE176693E52901898085(L_139, L_141, L_143, DataSet_1_RegisterUpdate_mA4D1CC618747094CDCA3CE176693E52901898085_RuntimeMethod_var);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_144 = V_0;
NullCheck(L_144);
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* L_145 = L_144->___indices_2;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_146 = V_2;
uint32_t L_147 = L_146.___start_0;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_148 = V_2;
uint32_t L_149 = L_148.___size_1;
NullCheck(L_145);
DataSet_1_RegisterUpdate_mBB1E17474C6B85A5F7E5596EA5C8CF98F9BB1744(L_145, L_147, L_149, DataSet_1_RegisterUpdate_mBB1E17474C6B85A5F7E5596EA5C8CF98F9BB1744_RuntimeMethod_var);
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_150 = ___3_vertexData;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_151 = V_0;
NullCheck(L_151);
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_152 = L_151->___vertices_1;
NullCheck(L_152);
NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 L_153 = L_152->___cpuData_2;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_154 = V_1;
uint32_t L_155 = L_154.___start_0;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_156 = V_1;
uint32_t L_157 = L_156.___size_1;
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_158;
memset((&L_158), 0, sizeof(L_158));
NativeSlice_1__ctor_m05A3D6C62D3EF51EBE50158889E9C6B1D214588C((&L_158), L_153, L_155, L_157, /*hidden argument*/NativeSlice_1__ctor_m05A3D6C62D3EF51EBE50158889E9C6B1D214588C_RuntimeMethod_var);
*(NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)L_150 = L_158;
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_159 = ___4_indexData;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_160 = V_0;
NullCheck(L_160);
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* L_161 = L_160->___indices_2;
NullCheck(L_161);
NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 L_162 = L_161->___cpuData_2;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_163 = V_2;
uint32_t L_164 = L_163.___start_0;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_165 = V_2;
uint32_t L_166 = L_165.___size_1;
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_167;
memset((&L_167), 0, sizeof(L_167));
NativeSlice_1__ctor_m665194100AB694EC232EEFDAC3C87C7647CEBE28((&L_167), L_162, L_164, L_166, /*hidden argument*/NativeSlice_1__ctor_m665194100AB694EC232EEFDAC3C87C7647CEBE28_RuntimeMethod_var);
*(NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)L_159 = L_167;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_168 = ___0_meshHandle;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_169 = V_0;
NullCheck(L_168);
L_168->___allocPage_4 = L_169;
Il2CppCodeGenWriteBarrier((void**)(&L_168->___allocPage_4), (void*)L_169);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_170 = ___0_meshHandle;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_171 = V_1;
NullCheck(L_170);
L_170->___allocVerts_1 = L_171;
Il2CppCodeGenWriteBarrier((void**)&(((&L_170->___allocVerts_1))->___handle_2), (void*)NULL);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_172 = ___0_meshHandle;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_173 = V_2;
NullCheck(L_172);
L_172->___allocIndices_2 = L_173;
Il2CppCodeGenWriteBarrier((void**)&(((&L_172->___allocIndices_2))->___handle_2), (void*)NULL);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_174 = ___0_meshHandle;
uint32_t L_175 = __this->___m_FrameIndex_11;
NullCheck(L_174);
L_174->___allocTime_5 = L_175;
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_MarkerAllocate_28), NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::UpdateAfterGPUUsedData(UnityEngine.UIElements.UIR.MeshHandle,System.UInt32,System.UInt32,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.Vertex>&,Unity.Collections.NativeSlice`1<System.UInt16>&,System.UInt16&,UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_UpdateAfterGPUUsedData_mEBAB8DA173F999294078A30383BC9DADE29A975B (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___0_mesh, uint32_t ___1_vertexCount, uint32_t ___2_indexCount, NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* ___3_vertexData, NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* ___4_indexData, uint16_t* ___5_indexOffset, AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512* ___6_allocToUpdate, bool ___7_copyBackIndices, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataSet_1_RegisterUpdate_mA4D1CC618747094CDCA3CE176693E52901898085_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataSet_1_RegisterUpdate_mBB1E17474C6B85A5F7E5596EA5C8CF98F9BB1744_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m104238356C938EAB72AC1CF2B72B2929B954A70E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m68EB6812907DC8C45377A3784237676F7AE5A1B1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD1630ED758CCFBB1F2E87A74A9C73C8EAE62C341_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m88260DD29DD6AB178C173727E99D2DD7F90EB81D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mCE554C02FDE30698BC0627CE297319055E9DA0E4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mD160E82FAAE683BED4FB8100E091F090E0970049_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_mD62ADBD1618B96E3FBEDF0DC64C0CE97CE889B6F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1__ctor_m05A3D6C62D3EF51EBE50158889E9C6B1D214588C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1__ctor_m665194100AB694EC232EEFDAC3C87C7647CEBE28_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 V_0;
memset((&V_0), 0, sizeof(V_0));
uint32_t V_1 = 0;
bool V_2 = false;
int32_t V_3 = 0;
List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* V_4 = NULL;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 V_5;
memset((&V_5), 0, sizeof(V_5));
List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* V_6 = NULL;
AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8 V_7;
memset((&V_7), 0, sizeof(V_7));
bool V_8 = false;
{
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512* L_0 = ___6_allocToUpdate;
il2cpp_codegen_initobj((&V_0), sizeof(AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512));
uint32_t L_1 = __this->___m_NextUpdateID_12;
V_1 = L_1;
uint32_t L_2 = V_1;
__this->___m_NextUpdateID_12 = ((int32_t)il2cpp_codegen_add((int32_t)L_2, 1));
uint32_t L_3 = V_1;
(&V_0)->___id_0 = L_3;
uint32_t L_4 = __this->___m_FrameIndex_11;
(&V_0)->___allocTime_1 = L_4;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_5 = ___0_mesh;
(&V_0)->___meshHandle_2 = L_5;
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___meshHandle_2), (void*)L_5);
bool L_6 = ___7_copyBackIndices;
(&V_0)->___copyBackIndices_6 = L_6;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_7 = V_0;
*(AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512*)L_0 = L_7;
Il2CppCodeGenWriteBarrier((void**)&(((AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512*)L_0)->___meshHandle_2), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512*)L_0)->___permAllocVerts_3))->___handle_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512*)L_0)->___permAllocIndices_4))->___handle_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512*)L_0)->___permPage_5), (void*)NULL);
#endif
uint32_t L_8 = __this->___m_NextUpdateID_12;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((!(((uint32_t)L_8) <= ((uint32_t)0)))? 1 : 0), NULL);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_9 = ___0_mesh;
NullCheck(L_9);
uint32_t L_10 = L_9->___updateAllocID_6;
V_2 = (bool)((((int32_t)L_10) == ((int32_t)0))? 1 : 0);
bool L_11 = V_2;
if (!L_11)
{
goto IL_0091;
}
}
{
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512* L_12 = ___6_allocToUpdate;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_13 = ___0_mesh;
NullCheck(L_13);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_14 = L_13->___allocVerts_1;
L_12->___permAllocVerts_3 = L_14;
Il2CppCodeGenWriteBarrier((void**)&(((&L_12->___permAllocVerts_3))->___handle_2), (void*)NULL);
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512* L_15 = ___6_allocToUpdate;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_16 = ___0_mesh;
NullCheck(L_16);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_17 = L_16->___allocIndices_2;
L_15->___permAllocIndices_4 = L_17;
Il2CppCodeGenWriteBarrier((void**)&(((&L_15->___permAllocIndices_4))->___handle_2), (void*)NULL);
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512* L_18 = ___6_allocToUpdate;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_19 = ___0_mesh;
NullCheck(L_19);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_20 = L_19->___allocPage_4;
L_18->___permPage_5 = L_20;
Il2CppCodeGenWriteBarrier((void**)(&L_18->___permPage_5), (void*)L_20);
goto IL_01b0;
}
IL_0091:
{
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_21 = ___0_mesh;
NullCheck(L_21);
uint32_t L_22 = L_21->___updateAllocID_6;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, 1));
List_1_tA79C35FB5E50135962B53960CB758B9262700632* L_23 = __this->___m_Updates_8;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_24 = ___0_mesh;
NullCheck(L_24);
uint32_t L_25 = L_24->___allocTime_5;
List_1_tA79C35FB5E50135962B53960CB758B9262700632* L_26 = __this->___m_Updates_8;
NullCheck(L_26);
int32_t L_27;
L_27 = List_1_get_Count_m68EB6812907DC8C45377A3784237676F7AE5A1B1_inline(L_26, List_1_get_Count_m68EB6812907DC8C45377A3784237676F7AE5A1B1_RuntimeMethod_var);
NullCheck(L_23);
List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* L_28;
L_28 = List_1_get_Item_mCE554C02FDE30698BC0627CE297319055E9DA0E4(L_23, ((int32_t)((int32_t)L_25%L_27)), List_1_get_Item_mCE554C02FDE30698BC0627CE297319055E9DA0E4_RuntimeMethod_var);
V_4 = L_28;
List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* L_29 = V_4;
int32_t L_30 = V_3;
NullCheck(L_29);
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_31;
L_31 = List_1_get_Item_mD160E82FAAE683BED4FB8100E091F090E0970049(L_29, L_30, List_1_get_Item_mD160E82FAAE683BED4FB8100E091F090E0970049_RuntimeMethod_var);
V_5 = L_31;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_32 = V_5;
uint32_t L_33 = L_32.___id_0;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_34 = ___0_mesh;
NullCheck(L_34);
uint32_t L_35 = L_34->___updateAllocID_6;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_33) == ((int32_t)L_35))? 1 : 0), NULL);
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512* L_36 = ___6_allocToUpdate;
bool* L_37 = (bool*)(&L_36->___copyBackIndices_6);
bool* L_38 = L_37;
int32_t L_39 = *((uint8_t*)L_38);
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_40 = V_5;
bool L_41 = L_40.___copyBackIndices_6;
*((int8_t*)L_38) = (int8_t)((int32_t)(L_39|(int32_t)L_41));
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512* L_42 = ___6_allocToUpdate;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_43 = V_5;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_44 = L_43.___permAllocVerts_3;
L_42->___permAllocVerts_3 = L_44;
Il2CppCodeGenWriteBarrier((void**)&(((&L_42->___permAllocVerts_3))->___handle_2), (void*)NULL);
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512* L_45 = ___6_allocToUpdate;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_46 = V_5;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_47 = L_46.___permAllocIndices_4;
L_45->___permAllocIndices_4 = L_47;
Il2CppCodeGenWriteBarrier((void**)&(((&L_45->___permAllocIndices_4))->___handle_2), (void*)NULL);
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512* L_48 = ___6_allocToUpdate;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_49 = V_5;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_50 = L_49.___permPage_5;
L_48->___permPage_5 = L_50;
Il2CppCodeGenWriteBarrier((void**)(&L_48->___permPage_5), (void*)L_50);
(&V_5)->___allocTime_1 = (-1);
List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* L_51 = V_4;
int32_t L_52 = V_3;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_53 = V_5;
NullCheck(L_51);
List_1_set_Item_mD62ADBD1618B96E3FBEDF0DC64C0CE97CE889B6F(L_51, L_52, L_53, List_1_set_Item_mD62ADBD1618B96E3FBEDF0DC64C0CE97CE889B6F_RuntimeMethod_var);
List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210* L_54 = __this->___m_DeferredFrees_7;
uint32_t L_55 = __this->___m_FrameIndex_11;
List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210* L_56 = __this->___m_DeferredFrees_7;
NullCheck(L_56);
int32_t L_57;
L_57 = List_1_get_Count_mD1630ED758CCFBB1F2E87A74A9C73C8EAE62C341_inline(L_56, List_1_get_Count_mD1630ED758CCFBB1F2E87A74A9C73C8EAE62C341_RuntimeMethod_var);
NullCheck(L_54);
List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* L_58;
L_58 = List_1_get_Item_m88260DD29DD6AB178C173727E99D2DD7F90EB81D(L_54, ((int32_t)((uint32_t)(int32_t)L_55%(uint32_t)(int32_t)L_57)), List_1_get_Item_m88260DD29DD6AB178C173727E99D2DD7F90EB81D_RuntimeMethod_var);
V_6 = L_58;
List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* L_59 = V_6;
il2cpp_codegen_initobj((&V_7), sizeof(AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8));
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_60 = ___0_mesh;
NullCheck(L_60);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_61 = L_60->___allocVerts_1;
(&V_7)->___alloc_0 = L_61;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_7)->___alloc_0))->___handle_2), (void*)NULL);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_62 = ___0_mesh;
NullCheck(L_62);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_63 = L_62->___allocPage_4;
(&V_7)->___page_1 = L_63;
Il2CppCodeGenWriteBarrier((void**)(&(&V_7)->___page_1), (void*)L_63);
(&V_7)->___vertices_2 = (bool)1;
AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8 L_64 = V_7;
NullCheck(L_59);
List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_inline(L_59, L_64, List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_RuntimeMethod_var);
List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* L_65 = V_6;
il2cpp_codegen_initobj((&V_7), sizeof(AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8));
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_66 = ___0_mesh;
NullCheck(L_66);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_67 = L_66->___allocIndices_2;
(&V_7)->___alloc_0 = L_67;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_7)->___alloc_0))->___handle_2), (void*)NULL);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_68 = ___0_mesh;
NullCheck(L_68);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_69 = L_68->___allocPage_4;
(&V_7)->___page_1 = L_69;
Il2CppCodeGenWriteBarrier((void**)(&(&V_7)->___page_1), (void*)L_69);
(&V_7)->___vertices_2 = (bool)0;
AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8 L_70 = V_7;
NullCheck(L_65);
List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_inline(L_65, L_70, List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_RuntimeMethod_var);
}
IL_01b0:
{
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_71 = ___0_mesh;
NullCheck(L_71);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_72 = L_71->___allocPage_4;
uint32_t L_73 = ___1_vertexCount;
uint32_t L_74 = ___2_indexCount;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_75 = ___0_mesh;
NullCheck(L_75);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_76 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_75->___allocVerts_1);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_77 = ___0_mesh;
NullCheck(L_77);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_78 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_77->___allocIndices_2);
bool L_79;
L_79 = UIRenderDevice_TryAllocFromPage_m495431D5B0433ED1DD1E33B7D5333B76CF04AF9A(__this, L_72, L_73, L_74, L_76, L_78, (bool)1, NULL);
V_8 = L_79;
bool L_80 = V_8;
if (!L_80)
{
goto IL_0223;
}
}
{
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_81 = ___0_mesh;
NullCheck(L_81);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_82 = L_81->___allocPage_4;
NullCheck(L_82);
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_83 = L_82->___vertices_1;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_84 = ___0_mesh;
NullCheck(L_84);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_85 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_84->___allocVerts_1);
uint32_t L_86 = L_85->___start_0;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_87 = ___0_mesh;
NullCheck(L_87);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_88 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_87->___allocVerts_1);
uint32_t L_89 = L_88->___size_1;
NullCheck(L_83);
DataSet_1_RegisterUpdate_mA4D1CC618747094CDCA3CE176693E52901898085(L_83, L_86, L_89, DataSet_1_RegisterUpdate_mA4D1CC618747094CDCA3CE176693E52901898085_RuntimeMethod_var);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_90 = ___0_mesh;
NullCheck(L_90);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_91 = L_90->___allocPage_4;
NullCheck(L_91);
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* L_92 = L_91->___indices_2;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_93 = ___0_mesh;
NullCheck(L_93);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_94 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_93->___allocIndices_2);
uint32_t L_95 = L_94->___start_0;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_96 = ___0_mesh;
NullCheck(L_96);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_97 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_96->___allocIndices_2);
uint32_t L_98 = L_97->___size_1;
NullCheck(L_92);
DataSet_1_RegisterUpdate_mBB1E17474C6B85A5F7E5596EA5C8CF98F9BB1744(L_92, L_95, L_98, DataSet_1_RegisterUpdate_mBB1E17474C6B85A5F7E5596EA5C8CF98F9BB1744_RuntimeMethod_var);
goto IL_0232;
}
IL_0223:
{
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_99 = ___0_mesh;
uint32_t L_100 = ___1_vertexCount;
uint32_t L_101 = ___2_indexCount;
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_102 = ___3_vertexData;
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_103 = ___4_indexData;
UIRenderDevice_Allocate_m3519AAAA880D45E70AF037163498B5C3DF8CD566(__this, L_99, L_100, L_101, L_102, L_103, (bool)1, NULL);
}
IL_0232:
{
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_104 = ___0_mesh;
uint32_t L_105 = ___2_indexCount;
NullCheck(L_104);
L_104->___triangleCount_3 = ((int32_t)((uint32_t)(int32_t)L_105/(uint32_t)(int32_t)3));
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_106 = ___0_mesh;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512* L_107 = ___6_allocToUpdate;
uint32_t L_108 = L_107->___id_0;
NullCheck(L_106);
L_106->___updateAllocID_6 = L_108;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_109 = ___0_mesh;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512* L_110 = ___6_allocToUpdate;
uint32_t L_111 = L_110->___allocTime_1;
NullCheck(L_109);
L_109->___allocTime_5 = L_111;
List_1_tA79C35FB5E50135962B53960CB758B9262700632* L_112 = __this->___m_Updates_8;
uint32_t L_113 = __this->___m_FrameIndex_11;
List_1_tA79C35FB5E50135962B53960CB758B9262700632* L_114 = __this->___m_Updates_8;
NullCheck(L_114);
int32_t L_115;
L_115 = List_1_get_Count_m68EB6812907DC8C45377A3784237676F7AE5A1B1_inline(L_114, List_1_get_Count_m68EB6812907DC8C45377A3784237676F7AE5A1B1_RuntimeMethod_var);
NullCheck(L_112);
List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* L_116;
L_116 = List_1_get_Item_mCE554C02FDE30698BC0627CE297319055E9DA0E4(L_112, ((int32_t)((int64_t)(((int64_t)(uint64_t)L_113)%((int64_t)L_115)))), List_1_get_Item_mCE554C02FDE30698BC0627CE297319055E9DA0E4_RuntimeMethod_var);
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512* L_117 = ___6_allocToUpdate;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_118 = (*(AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512*)L_117);
NullCheck(L_116);
List_1_Add_m104238356C938EAB72AC1CF2B72B2929B954A70E_inline(L_116, L_118, List_1_Add_m104238356C938EAB72AC1CF2B72B2929B954A70E_RuntimeMethod_var);
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2* L_119 = ___3_vertexData;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_120 = ___0_mesh;
NullCheck(L_120);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_121 = L_120->___allocPage_4;
NullCheck(L_121);
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_122 = L_121->___vertices_1;
NullCheck(L_122);
NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 L_123 = L_122->___cpuData_2;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_124 = ___0_mesh;
NullCheck(L_124);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_125 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_124->___allocVerts_1);
uint32_t L_126 = L_125->___start_0;
uint32_t L_127 = ___1_vertexCount;
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_128;
memset((&L_128), 0, sizeof(L_128));
NativeSlice_1__ctor_m05A3D6C62D3EF51EBE50158889E9C6B1D214588C((&L_128), L_123, L_126, L_127, /*hidden argument*/NativeSlice_1__ctor_m05A3D6C62D3EF51EBE50158889E9C6B1D214588C_RuntimeMethod_var);
*(NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2*)L_119 = L_128;
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A* L_129 = ___4_indexData;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_130 = ___0_mesh;
NullCheck(L_130);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_131 = L_130->___allocPage_4;
NullCheck(L_131);
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* L_132 = L_131->___indices_2;
NullCheck(L_132);
NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 L_133 = L_132->___cpuData_2;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_134 = ___0_mesh;
NullCheck(L_134);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_135 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_134->___allocIndices_2);
uint32_t L_136 = L_135->___start_0;
uint32_t L_137 = ___2_indexCount;
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A L_138;
memset((&L_138), 0, sizeof(L_138));
NativeSlice_1__ctor_m665194100AB694EC232EEFDAC3C87C7647CEBE28((&L_138), L_133, L_136, L_137, /*hidden argument*/NativeSlice_1__ctor_m665194100AB694EC232EEFDAC3C87C7647CEBE28_RuntimeMethod_var);
*(NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A*)L_129 = L_138;
uint16_t* L_139 = ___5_indexOffset;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_140 = ___0_mesh;
NullCheck(L_140);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_141 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_140->___allocVerts_1);
uint32_t L_142 = L_141->___start_0;
*((int16_t*)L_139) = (int16_t)((int32_t)(uint16_t)L_142);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::Free(UnityEngine.UIElements.UIR.MeshHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_Free_mA976972C22FC00FA5CABBDEAD053A1390F4BDB92 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___0_mesh, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPool_1_Return_m4DCBAE944B1CBF4C66136AB7FDD318F5BF30CD9F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m68EB6812907DC8C45377A3784237676F7AE5A1B1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD1630ED758CCFBB1F2E87A74A9C73C8EAE62C341_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m88260DD29DD6AB178C173727E99D2DD7F90EB81D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mCE554C02FDE30698BC0627CE297319055E9DA0E4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mD160E82FAAE683BED4FB8100E091F090E0970049_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_set_Item_mD62ADBD1618B96E3FBEDF0DC64C0CE97CE889B6F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* V_2 = NULL;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 V_3;
memset((&V_3), 0, sizeof(V_3));
List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* V_4 = NULL;
AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8 V_5;
memset((&V_5), 0, sizeof(V_5));
bool V_6 = false;
int32_t V_7 = 0;
{
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_0 = ___0_mesh;
NullCheck(L_0);
uint32_t L_1 = L_0->___updateAllocID_6;
V_0 = (bool)((!(((uint32_t)L_1) <= ((uint32_t)0)))? 1 : 0);
bool L_2 = V_0;
if (!L_2)
{
goto IL_015b;
}
}
{
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_3 = ___0_mesh;
NullCheck(L_3);
uint32_t L_4 = L_3->___updateAllocID_6;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, 1));
List_1_tA79C35FB5E50135962B53960CB758B9262700632* L_5 = __this->___m_Updates_8;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_6 = ___0_mesh;
NullCheck(L_6);
uint32_t L_7 = L_6->___allocTime_5;
List_1_tA79C35FB5E50135962B53960CB758B9262700632* L_8 = __this->___m_Updates_8;
NullCheck(L_8);
int32_t L_9;
L_9 = List_1_get_Count_m68EB6812907DC8C45377A3784237676F7AE5A1B1_inline(L_8, List_1_get_Count_m68EB6812907DC8C45377A3784237676F7AE5A1B1_RuntimeMethod_var);
NullCheck(L_5);
List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* L_10;
L_10 = List_1_get_Item_mCE554C02FDE30698BC0627CE297319055E9DA0E4(L_5, ((int32_t)((int32_t)L_7%L_9)), List_1_get_Item_mCE554C02FDE30698BC0627CE297319055E9DA0E4_RuntimeMethod_var);
V_2 = L_10;
List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* L_11 = V_2;
int32_t L_12 = V_1;
NullCheck(L_11);
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_13;
L_13 = List_1_get_Item_mD160E82FAAE683BED4FB8100E091F090E0970049(L_11, L_12, List_1_get_Item_mD160E82FAAE683BED4FB8100E091F090E0970049_RuntimeMethod_var);
V_3 = L_13;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_14 = V_3;
uint32_t L_15 = L_14.___id_0;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_16 = ___0_mesh;
NullCheck(L_16);
uint32_t L_17 = L_16->___updateAllocID_6;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_15) == ((int32_t)L_17))? 1 : 0), NULL);
List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210* L_18 = __this->___m_DeferredFrees_7;
uint32_t L_19 = __this->___m_FrameIndex_11;
List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210* L_20 = __this->___m_DeferredFrees_7;
NullCheck(L_20);
int32_t L_21;
L_21 = List_1_get_Count_mD1630ED758CCFBB1F2E87A74A9C73C8EAE62C341_inline(L_20, List_1_get_Count_mD1630ED758CCFBB1F2E87A74A9C73C8EAE62C341_RuntimeMethod_var);
NullCheck(L_18);
List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* L_22;
L_22 = List_1_get_Item_m88260DD29DD6AB178C173727E99D2DD7F90EB81D(L_18, ((int32_t)((uint32_t)(int32_t)L_19%(uint32_t)(int32_t)L_21)), List_1_get_Item_m88260DD29DD6AB178C173727E99D2DD7F90EB81D_RuntimeMethod_var);
V_4 = L_22;
List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* L_23 = V_4;
il2cpp_codegen_initobj((&V_5), sizeof(AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8));
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_24 = V_3;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_25 = L_24.___permAllocVerts_3;
(&V_5)->___alloc_0 = L_25;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_5)->___alloc_0))->___handle_2), (void*)NULL);
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_26 = V_3;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_27 = L_26.___permPage_5;
(&V_5)->___page_1 = L_27;
Il2CppCodeGenWriteBarrier((void**)(&(&V_5)->___page_1), (void*)L_27);
(&V_5)->___vertices_2 = (bool)1;
AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8 L_28 = V_5;
NullCheck(L_23);
List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_inline(L_23, L_28, List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_RuntimeMethod_var);
List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* L_29 = V_4;
il2cpp_codegen_initobj((&V_5), sizeof(AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8));
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_30 = V_3;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_31 = L_30.___permAllocIndices_4;
(&V_5)->___alloc_0 = L_31;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_5)->___alloc_0))->___handle_2), (void*)NULL);
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_32 = V_3;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_33 = L_32.___permPage_5;
(&V_5)->___page_1 = L_33;
Il2CppCodeGenWriteBarrier((void**)(&(&V_5)->___page_1), (void*)L_33);
(&V_5)->___vertices_2 = (bool)0;
AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8 L_34 = V_5;
NullCheck(L_29);
List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_inline(L_29, L_34, List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_RuntimeMethod_var);
List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* L_35 = V_4;
il2cpp_codegen_initobj((&V_5), sizeof(AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8));
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_36 = ___0_mesh;
NullCheck(L_36);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_37 = L_36->___allocVerts_1;
(&V_5)->___alloc_0 = L_37;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_5)->___alloc_0))->___handle_2), (void*)NULL);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_38 = ___0_mesh;
NullCheck(L_38);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_39 = L_38->___allocPage_4;
(&V_5)->___page_1 = L_39;
Il2CppCodeGenWriteBarrier((void**)(&(&V_5)->___page_1), (void*)L_39);
(&V_5)->___vertices_2 = (bool)1;
AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8 L_40 = V_5;
NullCheck(L_35);
List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_inline(L_35, L_40, List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_RuntimeMethod_var);
List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* L_41 = V_4;
il2cpp_codegen_initobj((&V_5), sizeof(AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8));
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_42 = ___0_mesh;
NullCheck(L_42);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_43 = L_42->___allocIndices_2;
(&V_5)->___alloc_0 = L_43;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_5)->___alloc_0))->___handle_2), (void*)NULL);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_44 = ___0_mesh;
NullCheck(L_44);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_45 = L_44->___allocPage_4;
(&V_5)->___page_1 = L_45;
Il2CppCodeGenWriteBarrier((void**)(&(&V_5)->___page_1), (void*)L_45);
(&V_5)->___vertices_2 = (bool)0;
AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8 L_46 = V_5;
NullCheck(L_41);
List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_inline(L_41, L_46, List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_RuntimeMethod_var);
(&V_3)->___allocTime_1 = (-1);
List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* L_47 = V_2;
int32_t L_48 = V_1;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_49 = V_3;
NullCheck(L_47);
List_1_set_Item_mD62ADBD1618B96E3FBEDF0DC64C0CE97CE889B6F(L_47, L_48, L_49, List_1_set_Item_mD62ADBD1618B96E3FBEDF0DC64C0CE97CE889B6F_RuntimeMethod_var);
goto IL_0245;
}
IL_015b:
{
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_50 = ___0_mesh;
NullCheck(L_50);
uint32_t L_51 = L_50->___allocTime_5;
uint32_t L_52 = __this->___m_FrameIndex_11;
V_6 = (bool)((((int32_t)((((int32_t)L_51) == ((int32_t)L_52))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_53 = V_6;
if (!L_53)
{
goto IL_020b;
}
}
{
uint32_t L_54 = __this->___m_FrameIndex_11;
List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210* L_55 = __this->___m_DeferredFrees_7;
NullCheck(L_55);
int32_t L_56;
L_56 = List_1_get_Count_mD1630ED758CCFBB1F2E87A74A9C73C8EAE62C341_inline(L_55, List_1_get_Count_mD1630ED758CCFBB1F2E87A74A9C73C8EAE62C341_RuntimeMethod_var);
V_7 = ((int32_t)((uint32_t)(int32_t)L_54%(uint32_t)(int32_t)L_56));
List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210* L_57 = __this->___m_DeferredFrees_7;
int32_t L_58 = V_7;
NullCheck(L_57);
List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* L_59;
L_59 = List_1_get_Item_m88260DD29DD6AB178C173727E99D2DD7F90EB81D(L_57, L_58, List_1_get_Item_m88260DD29DD6AB178C173727E99D2DD7F90EB81D_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_5), sizeof(AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8));
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_60 = ___0_mesh;
NullCheck(L_60);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_61 = L_60->___allocVerts_1;
(&V_5)->___alloc_0 = L_61;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_5)->___alloc_0))->___handle_2), (void*)NULL);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_62 = ___0_mesh;
NullCheck(L_62);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_63 = L_62->___allocPage_4;
(&V_5)->___page_1 = L_63;
Il2CppCodeGenWriteBarrier((void**)(&(&V_5)->___page_1), (void*)L_63);
(&V_5)->___vertices_2 = (bool)1;
AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8 L_64 = V_5;
NullCheck(L_59);
List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_inline(L_59, L_64, List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_RuntimeMethod_var);
List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210* L_65 = __this->___m_DeferredFrees_7;
int32_t L_66 = V_7;
NullCheck(L_65);
List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* L_67;
L_67 = List_1_get_Item_m88260DD29DD6AB178C173727E99D2DD7F90EB81D(L_65, L_66, List_1_get_Item_m88260DD29DD6AB178C173727E99D2DD7F90EB81D_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_5), sizeof(AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8));
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_68 = ___0_mesh;
NullCheck(L_68);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_69 = L_68->___allocIndices_2;
(&V_5)->___alloc_0 = L_69;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_5)->___alloc_0))->___handle_2), (void*)NULL);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_70 = ___0_mesh;
NullCheck(L_70);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_71 = L_70->___allocPage_4;
(&V_5)->___page_1 = L_71;
Il2CppCodeGenWriteBarrier((void**)(&(&V_5)->___page_1), (void*)L_71);
(&V_5)->___vertices_2 = (bool)0;
AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8 L_72 = V_5;
NullCheck(L_67);
List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_inline(L_67, L_72, List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_RuntimeMethod_var);
goto IL_0245;
}
IL_020b:
{
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_73 = ___0_mesh;
NullCheck(L_73);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_74 = L_73->___allocPage_4;
NullCheck(L_74);
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_75 = L_74->___vertices_1;
NullCheck(L_75);
GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* L_76 = L_75->___allocator_4;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_77 = ___0_mesh;
NullCheck(L_77);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_78 = L_77->___allocVerts_1;
NullCheck(L_76);
GPUBufferAllocator_Free_m6DA2A5389DCC4834A6814B0BA893F7C10AB27215(L_76, L_78, NULL);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_79 = ___0_mesh;
NullCheck(L_79);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_80 = L_79->___allocPage_4;
NullCheck(L_80);
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* L_81 = L_80->___indices_2;
NullCheck(L_81);
GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* L_82 = L_81->___allocator_4;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_83 = ___0_mesh;
NullCheck(L_83);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_84 = L_83->___allocIndices_2;
NullCheck(L_82);
GPUBufferAllocator_Free_m6DA2A5389DCC4834A6814B0BA893F7C10AB27215(L_82, L_84, NULL);
}
IL_0245:
{
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_85 = ___0_mesh;
NullCheck(L_85);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_86 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_85->___allocVerts_1);
il2cpp_codegen_initobj(L_86, sizeof(Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE));
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_87 = ___0_mesh;
NullCheck(L_87);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_88 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_87->___allocIndices_2);
il2cpp_codegen_initobj(L_88, sizeof(Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE));
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_89 = ___0_mesh;
NullCheck(L_89);
L_89->___allocPage_4 = (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_89->___allocPage_4), (void*)(Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)NULL);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_90 = ___0_mesh;
NullCheck(L_90);
L_90->___updateAllocID_6 = 0;
LinkedPool_1_tD8A175EE023C8220138E51E722F4A20ACE9CA851* L_91 = __this->___m_MeshHandles_14;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_92 = ___0_mesh;
NullCheck(L_91);
LinkedPool_1_Return_m4DCBAE944B1CBF4C66136AB7FDD318F5BF30CD9F(L_91, L_92, LinkedPool_1_Return_m4DCBAE944B1CBF4C66136AB7FDD318F5BF30CD9F_RuntimeMethod_var);
return;
}
}
// UnityEngine.Vector4 UnityEngine.UIElements.UIR.UIRenderDevice::GetClipSpaceParams()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 UIRenderDevice_GetClipSpaceParams_mE25C54A79CAA14A9B247E0BB4AF375B4772EBC6E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_0;
memset((&V_0), 0, sizeof(V_0));
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_1;
memset((&V_1), 0, sizeof(V_1));
{
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_0;
L_0 = Utility_GetActiveViewport_mDB9165183361EBE3D7D6D673EA147472C7FC9F14(NULL);
V_0 = L_0;
int32_t L_1;
L_1 = RectInt_get_width_m6B7B2FB764EAE83B7F63E7F77FA33973606761A7((&V_0), NULL);
int32_t L_2;
L_2 = RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C((&V_0), NULL);
int32_t L_3;
L_3 = RectInt_get_width_m6B7B2FB764EAE83B7F63E7F77FA33973606761A7((&V_0), NULL);
int32_t L_4;
L_4 = RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C((&V_0), NULL);
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_5;
memset((&L_5), 0, sizeof(L_5));
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_5), ((float)il2cpp_codegen_multiply(((float)L_1), (0.5f))), ((float)il2cpp_codegen_multiply(((float)L_2), (0.5f))), ((float)((2.0f)/((float)L_3))), ((float)((2.0f)/((float)L_4))), /*hidden argument*/NULL);
V_1 = L_5;
goto IL_0047;
}
IL_0047:
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6 = V_1;
return L_6;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::OnFrameRenderingBegin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_OnFrameRenderingBegin_mED35CD0220B6DC106B63532E9D9850F5A7E55B0D (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataSet_1_SendUpdates_m54AC68C6CC27A8E17D832740AF1818D548F8FC16_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataSet_1_SendUpdates_mA2707FFFFEEA7BADB5F7EBD5102913D14AB9ED78_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* V_0 = NULL;
bool V_1 = false;
{
UIRenderDevice_AdvanceFrame_mB7A835C08F4B797A6F1847F24A5F4DA684F6C328(__this, NULL);
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F* L_0 = (DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F*)(&__this->___m_DrawStats_13);
il2cpp_codegen_initobj(L_0, sizeof(DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F));
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F* L_1 = (DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F*)(&__this->___m_DrawStats_13);
uint32_t L_2 = __this->___m_FrameIndex_11;
L_1->___currentFrameIndex_0 = L_2;
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_MarkerBeforeDraw_32), NULL);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_3 = __this->___m_FirstPage_3;
V_0 = L_3;
goto IL_005a;
}
IL_0039:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_4 = V_0;
NullCheck(L_4);
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_5 = L_4->___vertices_1;
NullCheck(L_5);
DataSet_1_SendUpdates_m54AC68C6CC27A8E17D832740AF1818D548F8FC16(L_5, DataSet_1_SendUpdates_m54AC68C6CC27A8E17D832740AF1818D548F8FC16_RuntimeMethod_var);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_6 = V_0;
NullCheck(L_6);
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* L_7 = L_6->___indices_2;
NullCheck(L_7);
DataSet_1_SendUpdates_mA2707FFFFEEA7BADB5F7EBD5102913D14AB9ED78(L_7, DataSet_1_SendUpdates_mA2707FFFFEEA7BADB5F7EBD5102913D14AB9ED78_RuntimeMethod_var);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_8 = V_0;
NullCheck(L_8);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_9 = L_8->___next_3;
V_0 = L_9;
}
IL_005a:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_10 = V_0;
V_1 = (bool)((!(((RuntimeObject*)(Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)L_10) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_11 = V_1;
if (L_11)
{
goto IL_0039;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_MarkerBeforeDraw_32), NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::ApplyDrawCommandState(UnityEngine.UIElements.UIR.RenderChainCommand,System.Int32,UnityEngine.Material,System.Boolean,System.Boolean,UnityEngine.UIElements.UIR.UIRenderDevice/EvaluationState&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_ApplyDrawCommandState_m5585C7D69A031B120216ED74C92237E55C97A4A4 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_cmd, int32_t ___1_textureSlot, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___2_newMat, bool ___3_newMatDiffers, bool ___4_newFontDiffers, EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* ___5_st, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
{
bool L_0 = ___3_newMatDiffers;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_001e;
}
}
{
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_2 = ___5_st;
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_3 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_2->___curState_2);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_4 = ___2_newMat;
L_3->___material_0 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&L_3->___material_0), (void*)L_4);
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_5 = ___5_st;
L_5->___mustApplyMaterial_4 = (bool)1;
}
IL_001e:
{
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_6 = ___5_st;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_7 = ___0_cmd;
NullCheck(L_7);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_8 = L_7->___mesh_7;
NullCheck(L_8);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_9 = L_8->___allocPage_4;
L_6->___curPage_3 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&L_6->___curPage_3), (void*)L_9);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_10 = ___0_cmd;
NullCheck(L_10);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_11 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_10->___state_6);
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_12 = L_11->___texture_3;
il2cpp_codegen_runtime_class_init_inline(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_13 = ((TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_StaticFields*)il2cpp_codegen_static_fields_for(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var))->___invalid_1;
bool L_14;
L_14 = TextureId_op_Inequality_m875B4887888A51A70E2CCEFC9CE6AE40A383EFF3_inline(L_12, L_13, NULL);
V_1 = L_14;
bool L_15 = V_1;
if (!L_15)
{
goto IL_0098;
}
}
{
int32_t L_16 = ___1_textureSlot;
V_2 = (bool)((((int32_t)L_16) < ((int32_t)0))? 1 : 0);
bool L_17 = V_2;
if (!L_17)
{
goto IL_008a;
}
}
{
TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* L_18 = __this->___m_TextureSlotManager_16;
NullCheck(L_18);
int32_t L_19;
L_19 = TextureSlotManager_FindOldestSlot_m671207D54F6A42A0D547BBDC3E4FBC584E38C597(L_18, NULL);
___1_textureSlot = L_19;
TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* L_20 = __this->___m_TextureSlotManager_16;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_21 = ___0_cmd;
NullCheck(L_21);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_22 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_21->___state_6);
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_23 = L_22->___texture_3;
int32_t L_24 = ___1_textureSlot;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_25 = ___5_st;
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_26 = L_25->___stateMatProps_0;
NullCheck(L_20);
TextureSlotManager_Bind_m43AA141013C559BD295A0B70B4C64C111B72EE80(L_20, L_23, L_24, L_26, NULL);
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_27 = ___5_st;
L_27->___mustApplyStateBlock_6 = (bool)1;
goto IL_0097;
}
IL_008a:
{
TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* L_28 = __this->___m_TextureSlotManager_16;
int32_t L_29 = ___1_textureSlot;
NullCheck(L_28);
TextureSlotManager_MarkUsed_m6012C3110EBDC75E7B970C814CAA7147D9378126_inline(L_28, L_29, NULL);
}
IL_0097:
{
}
IL_0098:
{
bool L_30 = ___4_newFontDiffers;
V_3 = L_30;
bool L_31 = V_3;
if (!L_31)
{
goto IL_0111;
}
}
{
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_32 = ___5_st;
L_32->___mustApplyStateBlock_6 = (bool)1;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_33 = ___5_st;
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_34 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_33->___curState_2);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_35 = ___0_cmd;
NullCheck(L_35);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_36 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_35->___state_6);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_37 = L_36->___font_1;
L_34->___font_1 = L_37;
Il2CppCodeGenWriteBarrier((void**)(&L_34->___font_1), (void*)L_37);
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_38 = ___5_st;
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_39 = L_38->___stateMatProps_0;
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
int32_t L_40 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_FontTexPropID_21;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_41 = ___0_cmd;
NullCheck(L_41);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_42 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_41->___state_6);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_43 = L_42->___font_1;
NullCheck(L_39);
MaterialPropertyBlock_SetTexture_m39F531D3F35D6C5B661A7B4F07DD7B8ACC22627F(L_39, L_40, L_43, NULL);
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_44 = ___5_st;
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_45 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_44->___curState_2);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_46 = ___0_cmd;
NullCheck(L_46);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_47 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_46->___state_6);
float L_48 = L_47->___fontTexSDFScale_2;
L_45->___fontTexSDFScale_2 = L_48;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_49 = ___5_st;
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_50 = L_49->___stateMatProps_0;
int32_t L_51 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_FontTexSDFScaleID_22;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_52 = ___5_st;
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_53 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_52->___curState_2);
float L_54 = L_53->___fontTexSDFScale_2;
NullCheck(L_50);
MaterialPropertyBlock_SetFloat_m6BA8DA03FAD1ABA0BD339E0E5157C4DF3C987267(L_50, L_51, L_54, NULL);
}
IL_0111:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_55 = ___0_cmd;
NullCheck(L_55);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_56 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_55->___state_6);
int32_t L_57 = L_56->___stencilRef_4;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_58 = ___5_st;
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_59 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_58->___curState_2);
int32_t L_60 = L_59->___stencilRef_4;
V_4 = (bool)((((int32_t)((((int32_t)L_57) == ((int32_t)L_60))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_61 = V_4;
if (!L_61)
{
goto IL_0154;
}
}
{
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_62 = ___5_st;
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_63 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_62->___curState_2);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_64 = ___0_cmd;
NullCheck(L_64);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_65 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_64->___state_6);
int32_t L_66 = L_65->___stencilRef_4;
L_63->___stencilRef_4 = L_66;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_67 = ___5_st;
L_67->___mustApplyStencil_7 = (bool)1;
}
IL_0154:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::ApplyBatchState(UnityEngine.UIElements.UIR.UIRenderDevice/EvaluationState&,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_ApplyBatchState_mB92D091856407D85BAF2DEDC2C8CA8ECF1FB9FB0 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* ___0_st, bool ___1_allowMaterialChange, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8AEC2660EA6E2B1DAE3C9E189463ED8C63123422);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
{
bool L_0 = __this->___m_MockDevice_0;
V_0 = (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_00d5;
}
}
{
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_2 = ___0_st;
bool L_3 = L_2->___mustApplyMaterial_4;
V_1 = L_3;
bool L_4 = V_1;
if (!L_4)
{
goto IL_0087;
}
}
{
bool L_5 = ___1_allowMaterialChange;
V_2 = (bool)((((int32_t)L_5) == ((int32_t)0))? 1 : 0);
bool L_6 = V_2;
if (!L_6)
{
goto IL_0036;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(_stringLiteral8AEC2660EA6E2B1DAE3C9E189463ED8C63123422, NULL);
goto IL_00fd;
}
IL_0036:
{
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F* L_7 = (DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F*)(&__this->___m_DrawStats_13);
uint32_t* L_8 = (uint32_t*)(&L_7->___materialSetCount_4);
uint32_t* L_9 = L_8;
int32_t L_10 = *((uint32_t*)L_9);
*((int32_t*)L_9) = (int32_t)((int32_t)il2cpp_codegen_add(L_10, 1));
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_11 = ___0_st;
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_12 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_11->___curState_2);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_13 = L_12->___material_0;
NullCheck(L_13);
bool L_14;
L_14 = Material_SetPass_mBB03542DFF4FAEADFCED332009F9D61B6DED75FE(L_13, 0, NULL);
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_15 = __this->___m_StandardMatProps_10;
V_3 = (bool)((!(((RuntimeObject*)(MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D*)L_15) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_16 = V_3;
if (!L_16)
{
goto IL_0071;
}
}
{
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_17 = __this->___m_StandardMatProps_10;
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_SetPropertyBlock_m04316F1E2FCAF1F9DDBEBDFE542EEBC3120C4EA4(L_17, NULL);
}
IL_0071:
{
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_18 = ___0_st;
L_18->___mustApplyCommonBlock_5 = (bool)1;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_19 = ___0_st;
L_19->___mustApplyStateBlock_6 = (bool)1;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_20 = ___0_st;
L_20->___mustApplyStencil_7 = (bool)1;
}
IL_0087:
{
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_21 = ___0_st;
bool L_22 = L_21->___mustApplyStateBlock_6;
V_4 = L_22;
bool L_23 = V_4;
if (!L_23)
{
goto IL_009f;
}
}
{
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_24 = ___0_st;
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_25 = L_24->___stateMatProps_0;
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_SetPropertyBlock_m04316F1E2FCAF1F9DDBEBDFE542EEBC3120C4EA4(L_25, NULL);
}
IL_009f:
{
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_26 = ___0_st;
bool L_27 = L_26->___mustApplyStencil_7;
V_5 = L_27;
bool L_28 = V_5;
if (!L_28)
{
goto IL_00d4;
}
}
{
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F* L_29 = (DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F*)(&__this->___m_DrawStats_13);
uint32_t* L_30 = (uint32_t*)(&L_29->___stencilRefChanges_8);
uint32_t* L_31 = L_30;
int32_t L_32 = *((uint32_t*)L_31);
*((int32_t*)L_31) = (int32_t)((int32_t)il2cpp_codegen_add(L_32, 1));
intptr_t L_33 = __this->___m_DefaultStencilState_1;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_34 = ___0_st;
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_35 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_34->___curState_2);
int32_t L_36 = L_35->___stencilRef_4;
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_SetStencilState_m6F1F46336FF696C8C6A360B5E0CB344AC193A9E1(L_33, L_36, NULL);
}
IL_00d4:
{
}
IL_00d5:
{
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_37 = ___0_st;
L_37->___mustApplyMaterial_4 = (bool)0;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_38 = ___0_st;
L_38->___mustApplyCommonBlock_5 = (bool)0;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_39 = ___0_st;
L_39->___mustApplyStateBlock_6 = (bool)0;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_40 = ___0_st;
L_40->___mustApplyStencil_7 = (bool)0;
TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* L_41 = __this->___m_TextureSlotManager_16;
NullCheck(L_41);
TextureSlotManager_StartNewBatch_mF47EF4AC21E2781DC4B92F3FA46859FB48713EDD(L_41, NULL);
}
IL_00fd:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::EvaluateChain(UnityEngine.UIElements.UIR.RenderChainCommand,UnityEngine.Material,UnityEngine.Material,UnityEngine.Texture,UnityEngine.Texture,System.Single,Unity.Collections.NativeSlice`1<UnityEngine.UIElements.UIR.Transform3x4>,Unity.Collections.NativeSlice`1<UnityEngine.Vector4>,UnityEngine.MaterialPropertyBlock,System.Boolean,System.Exception&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_EvaluateChain_mAF7788E8FFD68141C3DFB6EDBA7237910ADED018 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_head, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___1_initialMat, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___2_defaultMat, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___3_gradientSettings, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___4_shaderInfo, float ___5_pixelsPerPoint, NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 ___6_transforms, NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F ___7_clipRects, MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* ___8_stateMatProps, bool ___9_allowMaterialChange, Exception_t** ___10_immediateException, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m5F62EE992DBCC5323267265794235C9EEE07997B_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m9F1BA8EEA06819CC244EC23459573BB8E8D32C78_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_mD461DC585ED2CF965C6FABF04A941287186E0354_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m48BBB83C5F748E6E6FF0731C3682092DEA6A7173_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m70F5CFC2DEA9332B78C5ADC0EE1CE1B7465B1456_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_mC069C9254C3F61C678293E03E3E7C51F245F52E9_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_mED822A5A5476BEBA72E429C395644A7B41F78F50_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_EvaluateChain_mAF7788E8FFD68141C3DFB6EDBA7237910ADED018_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_SetVectorArray_TisTransform3x4_t9F79FC0112A00D3FFD7AFAD2D10AD22DF929052F_mCBEB566543D68CBDCA2A2FA1FF8A7BD94D1F656F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_SetVectorArray_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m6DAAD8594C53640538DBC160D82921D532523AF1_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* V_1 = NULL;
int32_t V_2 = 0;
DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4* V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
int32_t V_6 = 0;
DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4 V_7;
memset((&V_7), 0, sizeof(V_7));
int32_t V_8 = 0;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567 V_9;
memset((&V_9), 0, sizeof(V_9));
bool V_10 = false;
bool V_11 = false;
bool V_12 = false;
bool V_13 = false;
bool V_14 = false;
bool V_15 = false;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567 V_16;
memset((&V_16), 0, sizeof(V_16));
State_tC241510131965D8DE1919EB16A3650E397E5AEAB V_17;
memset((&V_17), 0, sizeof(V_17));
bool V_18 = false;
bool V_19 = false;
bool V_20 = false;
bool V_21 = false;
int32_t V_22 = 0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* V_23 = NULL;
bool V_24 = false;
bool V_25 = false;
bool V_26 = false;
bool V_27 = false;
bool V_28 = false;
bool V_29 = false;
bool V_30 = false;
bool V_31 = false;
bool V_32 = false;
bool V_33 = false;
bool V_34 = false;
bool V_35 = false;
bool V_36 = false;
bool V_37 = false;
int32_t V_38 = 0;
bool V_39 = false;
int32_t V_40 = 0;
int32_t V_41 = 0;
int32_t V_42 = 0;
int32_t V_43 = 0;
bool V_44 = false;
int32_t V_45 = 0;
bool V_46 = false;
bool V_47 = false;
bool V_48 = false;
bool V_49 = false;
bool V_50 = false;
bool V_51 = false;
bool V_52 = false;
int32_t V_53 = 0;
bool V_54 = false;
bool V_55 = false;
bool V_56 = false;
bool V_57 = false;
int32_t V_58 = 0;
bool V_59 = false;
int32_t G_B4_0 = 0;
int32_t G_B18_0 = 0;
uint32_t* G_B18_1 = NULL;
int32_t G_B17_0 = 0;
uint32_t* G_B17_1 = NULL;
int32_t G_B19_0 = 0;
int32_t G_B19_1 = 0;
uint32_t* G_B19_2 = NULL;
int32_t G_B22_0 = 0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* G_B26_0 = NULL;
int32_t G_B36_0 = 0;
int32_t G_B42_0 = 0;
int32_t G_B76_0 = 0;
{
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_ProfileDrawChainBegin_m28C587F98561B8F4C6ED13AEEE83430A25D3F83B(NULL);
bool L_0;
L_0 = UIRenderDevice_get_breakBatches_mE0089CEE906C7B9747D0EAFD0BF0594749EFBE20_inline(__this, NULL);
V_0 = L_0;
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_1 = __this->___m_DrawParams_15;
V_1 = L_1;
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_2 = V_1;
NullCheck(L_2);
DrawParams_Reset_m235ECFB0268B9DCA813D86AC4F4E183B86A23AA8(L_2, NULL);
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_3 = V_1;
NullCheck(L_3);
List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B* L_4 = L_3->___renderTexture_4;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_5;
L_5 = RenderTexture_get_active_mA4434B3E79DEF2C01CAE0A53061598B16443C9E7(NULL);
NullCheck(L_4);
List_1_Add_m9F1BA8EEA06819CC244EC23459573BB8E8D32C78_inline(L_4, L_5, List_1_Add_m9F1BA8EEA06819CC244EC23459573BB8E8D32C78_RuntimeMethod_var);
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_6 = ___8_stateMatProps;
NullCheck(L_6);
MaterialPropertyBlock_Clear_m83CE1CC476A80F162FC89DBF6C2C78659B6E1253(L_6, NULL);
TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* L_7 = __this->___m_TextureSlotManager_16;
NullCheck(L_7);
TextureSlotManager_Reset_m43FECB6D32D307D151C8173B6223C7E2BF4484F2(L_7, NULL);
bool L_8;
L_8 = UIRenderDevice_get_fullyCreated_m1026CE6BDC467904FCCB7BAB9C8C10F53902D3EA(__this, NULL);
V_10 = L_8;
bool L_9 = V_10;
if (!L_9)
{
goto IL_0139;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_10 = ___0_head;
if (!L_10)
{
goto IL_006b;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_11 = ___0_head;
NullCheck(L_11);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_12 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_11->___state_6);
float L_13 = L_12->___fontTexSDFScale_2;
G_B4_0 = ((((int32_t)((((float)L_13) == ((float)(0.0f)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_006c;
}
IL_006b:
{
G_B4_0 = 0;
}
IL_006c:
{
V_11 = (bool)G_B4_0;
bool L_14 = V_11;
if (!L_14)
{
goto IL_008e;
}
}
{
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_15 = __this->___m_StandardMatProps_10;
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
int32_t L_16 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_FontTexSDFScaleID_22;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_17 = ___0_head;
NullCheck(L_17);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_18 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_17->___state_6);
float L_19 = L_18->___fontTexSDFScale_2;
NullCheck(L_15);
MaterialPropertyBlock_SetFloat_m6BA8DA03FAD1ABA0BD339E0E5157C4DF3C987267(L_15, L_16, L_19, NULL);
}
IL_008e:
{
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_20 = ___3_gradientSettings;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_21;
L_21 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_20, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_12 = L_21;
bool L_22 = V_12;
if (!L_22)
{
goto IL_00af;
}
}
{
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_23 = __this->___m_StandardMatProps_10;
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
int32_t L_24 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_GradientSettingsTexID_23;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_25 = ___3_gradientSettings;
NullCheck(L_23);
MaterialPropertyBlock_SetTexture_m39F531D3F35D6C5B661A7B4F07DD7B8ACC22627F(L_23, L_24, L_25, NULL);
}
IL_00af:
{
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_26 = ___4_shaderInfo;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_27;
L_27 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_26, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_13 = L_27;
bool L_28 = V_13;
if (!L_28)
{
goto IL_00d0;
}
}
{
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_29 = __this->___m_StandardMatProps_10;
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
int32_t L_30 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_ShaderInfoTexID_24;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_31 = ___4_shaderInfo;
NullCheck(L_29);
MaterialPropertyBlock_SetTexture_m39F531D3F35D6C5B661A7B4F07DD7B8ACC22627F(L_29, L_30, L_31, NULL);
}
IL_00d0:
{
int32_t L_32;
L_32 = NativeSlice_1_get_Length_mC069C9254C3F61C678293E03E3E7C51F245F52E9((&___6_transforms), NativeSlice_1_get_Length_mC069C9254C3F61C678293E03E3E7C51F245F52E9_RuntimeMethod_var);
V_14 = (bool)((((int32_t)L_32) > ((int32_t)0))? 1 : 0);
bool L_33 = V_14;
if (!L_33)
{
goto IL_00f3;
}
}
{
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_34 = __this->___m_StandardMatProps_10;
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
int32_t L_35 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_TransformsPropID_25;
NativeSlice_1_t8229A12E65C90A3900340F6E126089DB5696D370 L_36 = ___6_transforms;
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_SetVectorArray_TisTransform3x4_t9F79FC0112A00D3FFD7AFAD2D10AD22DF929052F_mCBEB566543D68CBDCA2A2FA1FF8A7BD94D1F656F(L_34, L_35, L_36, Utility_SetVectorArray_TisTransform3x4_t9F79FC0112A00D3FFD7AFAD2D10AD22DF929052F_mCBEB566543D68CBDCA2A2FA1FF8A7BD94D1F656F_RuntimeMethod_var);
}
IL_00f3:
{
int32_t L_37;
L_37 = NativeSlice_1_get_Length_mED822A5A5476BEBA72E429C395644A7B41F78F50((&___7_clipRects), NativeSlice_1_get_Length_mED822A5A5476BEBA72E429C395644A7B41F78F50_RuntimeMethod_var);
V_15 = (bool)((((int32_t)L_37) > ((int32_t)0))? 1 : 0);
bool L_38 = V_15;
if (!L_38)
{
goto IL_0116;
}
}
{
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_39 = __this->___m_StandardMatProps_10;
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
int32_t L_40 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_ClipRectsPropID_26;
NativeSlice_1_tA687F314957178F2A299D03D59B960DDC218680F L_41 = ___7_clipRects;
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_SetVectorArray_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m6DAAD8594C53640538DBC160D82921D532523AF1(L_39, L_40, L_41, Utility_SetVectorArray_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m6DAAD8594C53640538DBC160D82921D532523AF1_RuntimeMethod_var);
}
IL_0116:
{
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_42 = __this->___m_StandardMatProps_10;
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
int32_t L_43 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_ClipSpaceParamsID_27;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_44;
L_44 = UIRenderDevice_GetClipSpaceParams_mE25C54A79CAA14A9B247E0BB4AF375B4772EBC6E(NULL);
NullCheck(L_42);
MaterialPropertyBlock_SetVector_m22B010D99231EF5684063F4A07F5948854D590B3(L_42, L_43, L_44, NULL);
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_45 = __this->___m_StandardMatProps_10;
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_SetPropertyBlock_m04316F1E2FCAF1F9DDBEBDFE542EEBC3120C4EA4(L_45, NULL);
}
IL_0139:
{
V_2 = ((int32_t)1024);
int32_t L_46 = V_2;
uint32_t L_47 = sizeof(DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4);
if ((uintptr_t)((uintptr_t)L_46) * (uintptr_t)L_47 > (uintptr_t)kIl2CppUIntPtrMax)
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), UIRenderDevice_EvaluateChain_mAF7788E8FFD68141C3DFB6EDBA7237910ADED018_RuntimeMethod_var);
intptr_t L_48 = ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_46), (int32_t)L_47));
int8_t* L_49 = (int8_t*) (L_48 ? alloca(L_48) : NULL);
memset(L_49, 0, L_48);
V_3 = (DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4*)(L_49);
int32_t L_50 = V_2;
V_4 = ((int32_t)il2cpp_codegen_subtract(L_50, 1));
V_5 = 0;
V_6 = 0;
il2cpp_codegen_initobj((&V_7), sizeof(DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4));
V_8 = (-1);
il2cpp_codegen_initobj((&V_16), sizeof(EvaluationState_t91A908747DD184A56AA6402529B965E07E555567));
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_51 = ___8_stateMatProps;
(&V_16)->___stateMatProps_0 = L_51;
Il2CppCodeGenWriteBarrier((void**)(&(&V_16)->___stateMatProps_0), (void*)L_51);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_52 = ___2_defaultMat;
(&V_16)->___defaultMat_1 = L_52;
Il2CppCodeGenWriteBarrier((void**)(&(&V_16)->___defaultMat_1), (void*)L_52);
il2cpp_codegen_initobj((&V_17), sizeof(State_tC241510131965D8DE1919EB16A3650E397E5AEAB));
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_53 = ___1_initialMat;
(&V_17)->___material_0 = L_53;
Il2CppCodeGenWriteBarrier((void**)(&(&V_17)->___material_0), (void*)L_53);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB L_54 = V_17;
(&V_16)->___curState_2 = L_54;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_16)->___curState_2))->___material_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_16)->___curState_2))->___font_1), (void*)NULL);
#endif
(&V_16)->___mustApplyCommonBlock_5 = (bool)1;
(&V_16)->___mustApplyStateBlock_6 = (bool)1;
(&V_16)->___mustApplyStencil_7 = (bool)1;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567 L_55 = V_16;
V_9 = L_55;
goto IL_0723;
}
IL_01b4:
{
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F* L_56 = (DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F*)(&__this->___m_DrawStats_13);
uint32_t* L_57 = (uint32_t*)(&L_56->___commandCount_2);
uint32_t* L_58 = L_57;
int32_t L_59 = *((uint32_t*)L_58);
*((int32_t*)L_58) = (int32_t)((int32_t)il2cpp_codegen_add(L_59, 1));
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F* L_60 = (DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F*)(&__this->___m_DrawStats_13);
uint32_t* L_61 = (uint32_t*)(&L_60->___drawCommandCount_3);
uint32_t* L_62 = L_61;
int32_t L_63 = *((uint32_t*)L_62);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_64 = ___0_head;
NullCheck(L_64);
int32_t L_65 = L_64->___type_5;
G_B17_0 = L_63;
G_B17_1 = L_62;
if (!L_65)
{
G_B18_0 = L_63;
G_B18_1 = L_62;
goto IL_01dd;
}
}
{
G_B19_0 = 0;
G_B19_1 = G_B17_0;
G_B19_2 = G_B17_1;
goto IL_01de;
}
IL_01dd:
{
G_B19_0 = 1;
G_B19_1 = G_B18_0;
G_B19_2 = G_B18_1;
}
IL_01de:
{
*((int32_t*)G_B19_2) = (int32_t)((int32_t)il2cpp_codegen_add(G_B19_1, G_B19_0));
DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4 L_66 = V_7;
int32_t L_67 = L_66.___indexCount_1;
if ((((int32_t)L_67) <= ((int32_t)0)))
{
goto IL_01f3;
}
}
{
int32_t L_68 = V_6;
int32_t L_69 = V_2;
G_B22_0 = ((((int32_t)L_68) == ((int32_t)((int32_t)il2cpp_codegen_subtract(L_69, 1))))? 1 : 0);
goto IL_01f4;
}
IL_01f3:
{
G_B22_0 = 0;
}
IL_01f4:
{
V_18 = (bool)G_B22_0;
V_19 = (bool)0;
V_20 = (bool)0;
V_21 = (bool)0;
V_22 = (-1);
V_23 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL;
V_24 = (bool)0;
V_25 = (bool)0;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_70 = ___0_head;
NullCheck(L_70);
int32_t L_71 = L_70->___type_5;
V_26 = (bool)((((int32_t)L_71) == ((int32_t)0))? 1 : 0);
bool L_72 = V_26;
if (!L_72)
{
goto IL_039e;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_73 = ___0_head;
NullCheck(L_73);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_74 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_73->___state_6);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_75 = L_74->___material_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_76;
L_76 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_75, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (L_76)
{
goto IL_0234;
}
}
{
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_77 = ___2_defaultMat;
G_B26_0 = L_77;
goto IL_023f;
}
IL_0234:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_78 = ___0_head;
NullCheck(L_78);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_79 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_78->___state_6);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_80 = L_79->___material_0;
G_B26_0 = L_80;
}
IL_023f:
{
V_23 = G_B26_0;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_81 = V_23;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567 L_82 = V_9;
State_tC241510131965D8DE1919EB16A3650E397E5AEAB L_83 = L_82.___curState_2;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_84 = L_83.___material_0;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_85;
L_85 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_81, L_84, NULL);
V_27 = L_85;
bool L_86 = V_27;
if (!L_86)
{
goto IL_0268;
}
}
{
V_21 = (bool)1;
V_24 = (bool)1;
V_19 = (bool)1;
V_20 = (bool)1;
}
IL_0268:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_87 = ___0_head;
NullCheck(L_87);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_88 = L_87->___mesh_7;
NullCheck(L_88);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_89 = L_88->___allocPage_4;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567 L_90 = V_9;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_91 = L_90.___curPage_3;
V_28 = (bool)((((int32_t)((((RuntimeObject*)(Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)L_89) == ((RuntimeObject*)(Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)L_91))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_92 = V_28;
if (!L_92)
{
goto IL_0292;
}
}
{
V_21 = (bool)1;
V_19 = (bool)1;
V_20 = (bool)1;
goto IL_02bc;
}
IL_0292:
{
int32_t L_93 = V_8;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_94 = ___0_head;
NullCheck(L_94);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_95 = L_94->___mesh_7;
NullCheck(L_95);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_96 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_95->___allocIndices_2);
uint32_t L_97 = L_96->___start_0;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_98 = ___0_head;
NullCheck(L_98);
int32_t L_99 = L_98->___indexOffset_8;
V_29 = (bool)((((int32_t)((((int64_t)((int64_t)L_93)) == ((int64_t)((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)L_97), ((int64_t)L_99)))))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_100 = V_29;
if (!L_100)
{
goto IL_02bc;
}
}
{
V_19 = (bool)1;
}
IL_02bc:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_101 = ___0_head;
NullCheck(L_101);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_102 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_101->___state_6);
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_103 = L_102->___texture_3;
il2cpp_codegen_runtime_class_init_inline(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_104 = ((TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_StaticFields*)il2cpp_codegen_static_fields_for(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var))->___invalid_1;
bool L_105;
L_105 = TextureId_op_Inequality_m875B4887888A51A70E2CCEFC9CE6AE40A383EFF3_inline(L_103, L_104, NULL);
V_30 = L_105;
bool L_106 = V_30;
if (!L_106)
{
goto IL_0318;
}
}
{
V_21 = (bool)1;
TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* L_107 = __this->___m_TextureSlotManager_16;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_108 = ___0_head;
NullCheck(L_108);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_109 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_108->___state_6);
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_110 = L_109->___texture_3;
NullCheck(L_107);
int32_t L_111;
L_111 = TextureSlotManager_IndexOf_m53C156E4C78E731B3035E593E64C2AF517BC9091(L_107, L_110, NULL);
V_22 = L_111;
int32_t L_112 = V_22;
if ((((int32_t)L_112) >= ((int32_t)0)))
{
goto IL_0308;
}
}
{
TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* L_113 = __this->___m_TextureSlotManager_16;
NullCheck(L_113);
int32_t L_114;
L_114 = TextureSlotManager_get_FreeSlots_m07D624EAB6ED9D3B1F4B4EF33DB2FAB1545871D2_inline(L_113, NULL);
G_B36_0 = ((((int32_t)L_114) < ((int32_t)1))? 1 : 0);
goto IL_0309;
}
IL_0308:
{
G_B36_0 = 0;
}
IL_0309:
{
V_31 = (bool)G_B36_0;
bool L_115 = V_31;
if (!L_115)
{
goto IL_0317;
}
}
{
V_19 = (bool)1;
V_20 = (bool)1;
}
IL_0317:
{
}
IL_0318:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_116 = ___0_head;
NullCheck(L_116);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_117 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_116->___state_6);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_118 = L_117->___font_1;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_119;
L_119 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_118, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
if (!L_119)
{
goto IL_0349;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_120 = ___0_head;
NullCheck(L_120);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_121 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_120->___state_6);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_122 = L_121->___font_1;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567 L_123 = V_9;
State_tC241510131965D8DE1919EB16A3650E397E5AEAB L_124 = L_123.___curState_2;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_125 = L_124.___font_1;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_126;
L_126 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_122, L_125, NULL);
G_B42_0 = ((int32_t)(L_126));
goto IL_034a;
}
IL_0349:
{
G_B42_0 = 0;
}
IL_034a:
{
V_32 = (bool)G_B42_0;
bool L_127 = V_32;
if (!L_127)
{
goto IL_035e;
}
}
{
V_21 = (bool)1;
V_25 = (bool)1;
V_19 = (bool)1;
V_20 = (bool)1;
}
IL_035e:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_128 = ___0_head;
NullCheck(L_128);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_129 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_128->___state_6);
int32_t L_130 = L_129->___stencilRef_4;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567 L_131 = V_9;
State_tC241510131965D8DE1919EB16A3650E397E5AEAB L_132 = L_131.___curState_2;
int32_t L_133 = L_132.___stencilRef_4;
V_33 = (bool)((((int32_t)((((int32_t)L_130) == ((int32_t)L_133))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_134 = V_33;
if (!L_134)
{
goto IL_038b;
}
}
{
V_21 = (bool)1;
V_19 = (bool)1;
V_20 = (bool)1;
}
IL_038b:
{
bool L_135 = V_19;
bool L_136 = V_18;
V_34 = (bool)((int32_t)((int32_t)L_135&(int32_t)L_136));
bool L_137 = V_34;
if (!L_137)
{
goto IL_039b;
}
}
{
V_20 = (bool)1;
}
IL_039b:
{
goto IL_03a6;
}
IL_039e:
{
V_19 = (bool)1;
V_20 = (bool)1;
}
IL_03a6:
{
bool L_138 = V_0;
V_35 = L_138;
bool L_139 = V_35;
if (!L_139)
{
goto IL_03b5;
}
}
{
V_19 = (bool)1;
V_20 = (bool)1;
}
IL_03b5:
{
bool L_140 = V_19;
V_36 = L_140;
bool L_141 = V_36;
if (!L_141)
{
goto IL_04b3;
}
}
{
DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4 L_142 = V_7;
int32_t L_143 = L_142.___indexCount_1;
V_37 = (bool)((((int32_t)L_143) > ((int32_t)0))? 1 : 0);
bool L_144 = V_37;
if (!L_144)
{
goto IL_041b;
}
}
{
int32_t L_145 = V_5;
int32_t L_146 = V_6;
int32_t L_147 = L_146;
V_6 = ((int32_t)il2cpp_codegen_add(L_147, 1));
int32_t L_148 = V_4;
V_38 = ((int32_t)(((int32_t)il2cpp_codegen_add(L_145, L_147))&L_148));
DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4* L_149 = V_3;
int32_t L_150 = V_38;
uint32_t L_151 = sizeof(DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4);
DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4 L_152 = V_7;
*(DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4*)((DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4*)il2cpp_codegen_add((intptr_t)L_149, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_150), (int32_t)L_151)))) = L_152;
int32_t L_153 = V_6;
int32_t L_154 = V_2;
bool L_155 = V_20;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((int32_t)(((((int32_t)L_153) < ((int32_t)L_154))? 1 : 0)|(int32_t)L_155)), NULL);
il2cpp_codegen_initobj((&V_7), sizeof(DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4));
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F* L_156 = (DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F*)(&__this->___m_DrawStats_13);
uint32_t* L_157 = (uint32_t*)(&L_156->___drawRangeCount_5);
uint32_t* L_158 = L_157;
int32_t L_159 = *((uint32_t*)L_158);
*((int32_t*)L_158) = (int32_t)((int32_t)il2cpp_codegen_add(L_159, 1));
}
IL_041b:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_160 = ___0_head;
NullCheck(L_160);
int32_t L_161 = L_160->___type_5;
V_39 = (bool)((((int32_t)L_161) == ((int32_t)0))? 1 : 0);
bool L_162 = V_39;
if (!L_162)
{
goto IL_04ad;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_163 = ___0_head;
NullCheck(L_163);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_164 = L_163->___mesh_7;
NullCheck(L_164);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_165 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_164->___allocIndices_2);
uint32_t L_166 = L_165->___start_0;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_167 = ___0_head;
NullCheck(L_167);
int32_t L_168 = L_167->___indexOffset_8;
(&V_7)->___firstIndex_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_166, L_168));
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_169 = ___0_head;
NullCheck(L_169);
int32_t L_170 = L_169->___indexCount_9;
(&V_7)->___indexCount_1 = L_170;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_171 = ___0_head;
NullCheck(L_171);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_172 = L_171->___mesh_7;
NullCheck(L_172);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_173 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_172->___allocVerts_1);
uint32_t L_174 = L_173->___size_1;
(&V_7)->___vertsReferenced_3 = L_174;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_175 = ___0_head;
NullCheck(L_175);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_176 = L_175->___mesh_7;
NullCheck(L_176);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_177 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_176->___allocVerts_1);
uint32_t L_178 = L_177->___start_0;
(&V_7)->___minIndexVal_2 = L_178;
DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4 L_179 = V_7;
int32_t L_180 = L_179.___firstIndex_0;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_181 = ___0_head;
NullCheck(L_181);
int32_t L_182 = L_181->___indexCount_9;
V_8 = ((int32_t)il2cpp_codegen_add(L_180, L_182));
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F* L_183 = (DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F*)(&__this->___m_DrawStats_13);
uint32_t* L_184 = (uint32_t*)(&L_183->___totalIndices_1);
uint32_t* L_185 = L_184;
int32_t L_186 = *((uint32_t*)L_185);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_187 = ___0_head;
NullCheck(L_187);
int32_t L_188 = L_187->___indexCount_9;
*((int32_t*)L_185) = (int32_t)((int32_t)il2cpp_codegen_add(L_186, L_188));
}
IL_04ad:
{
goto IL_05b8;
}
IL_04b3:
{
DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4 L_189 = V_7;
int32_t L_190 = L_189.___indexCount_1;
V_44 = (bool)((((int32_t)L_190) == ((int32_t)0))? 1 : 0);
bool L_191 = V_44;
if (!L_191)
{
goto IL_04e9;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_192 = ___0_head;
NullCheck(L_192);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_193 = L_192->___mesh_7;
NullCheck(L_193);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_194 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_193->___allocIndices_2);
uint32_t L_195 = L_194->___start_0;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_196 = ___0_head;
NullCheck(L_196);
int32_t L_197 = L_196->___indexOffset_8;
int32_t L_198 = ((int32_t)il2cpp_codegen_add((int32_t)L_195, L_197));
V_45 = L_198;
(&V_7)->___firstIndex_0 = L_198;
int32_t L_199 = V_45;
V_8 = L_199;
}
IL_04e9:
{
int32_t* L_200 = (int32_t*)(&(&V_7)->___indexCount_1);
int32_t* L_201 = L_200;
int32_t L_202 = *((int32_t*)L_201);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_203 = ___0_head;
NullCheck(L_203);
int32_t L_204 = L_203->___indexCount_9;
*((int32_t*)L_201) = (int32_t)((int32_t)il2cpp_codegen_add(L_202, L_204));
DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4 L_205 = V_7;
int32_t L_206 = L_205.___minIndexVal_2;
V_40 = L_206;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_207 = ___0_head;
NullCheck(L_207);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_208 = L_207->___mesh_7;
NullCheck(L_208);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_209 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_208->___allocVerts_1);
uint32_t L_210 = L_209->___start_0;
V_41 = L_210;
DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4 L_211 = V_7;
int32_t L_212 = L_211.___minIndexVal_2;
DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4 L_213 = V_7;
int32_t L_214 = L_213.___vertsReferenced_3;
V_42 = ((int32_t)il2cpp_codegen_add(L_212, L_214));
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_215 = ___0_head;
NullCheck(L_215);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_216 = L_215->___mesh_7;
NullCheck(L_216);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_217 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_216->___allocVerts_1);
uint32_t L_218 = L_217->___start_0;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_219 = ___0_head;
NullCheck(L_219);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_220 = L_219->___mesh_7;
NullCheck(L_220);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_221 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_220->___allocVerts_1);
uint32_t L_222 = L_221->___size_1;
V_43 = ((int32_t)il2cpp_codegen_add((int32_t)L_218, (int32_t)L_222));
int32_t L_223 = V_40;
int32_t L_224 = V_41;
int32_t L_225;
L_225 = Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline(L_223, L_224, NULL);
(&V_7)->___minIndexVal_2 = L_225;
int32_t L_226 = V_42;
int32_t L_227 = V_43;
int32_t L_228;
L_228 = Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline(L_226, L_227, NULL);
DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4 L_229 = V_7;
int32_t L_230 = L_229.___minIndexVal_2;
(&V_7)->___vertsReferenced_3 = ((int32_t)il2cpp_codegen_subtract(L_228, L_230));
int32_t L_231 = V_8;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_232 = ___0_head;
NullCheck(L_232);
int32_t L_233 = L_232->___indexCount_9;
V_8 = ((int32_t)il2cpp_codegen_add(L_231, L_233));
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F* L_234 = (DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F*)(&__this->___m_DrawStats_13);
uint32_t* L_235 = (uint32_t*)(&L_234->___totalIndices_1);
uint32_t* L_236 = L_235;
int32_t L_237 = *((uint32_t*)L_236);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_238 = ___0_head;
NullCheck(L_238);
int32_t L_239 = L_238->___indexCount_9;
*((int32_t*)L_236) = (int32_t)((int32_t)il2cpp_codegen_add(L_237, L_239));
bool L_240 = V_21;
V_46 = L_240;
bool L_241 = V_46;
if (!L_241)
{
goto IL_05ab;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_242 = ___0_head;
int32_t L_243 = V_22;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_244 = V_23;
bool L_245 = V_24;
bool L_246 = V_25;
UIRenderDevice_ApplyDrawCommandState_m5585C7D69A031B120216ED74C92237E55C97A4A4_inline(__this, L_242, L_243, L_244, L_245, L_246, (&V_9), NULL);
}
IL_05ab:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_247 = ___0_head;
NullCheck(L_247);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_248 = L_247->___next_3;
___0_head = L_248;
goto IL_0723;
}
IL_05b8:
{
bool L_249 = V_20;
V_47 = L_249;
bool L_250 = V_47;
if (!L_250)
{
goto IL_06f6;
}
}
{
int32_t L_251 = V_6;
V_48 = (bool)((((int32_t)L_251) > ((int32_t)0))? 1 : 0);
bool L_252 = V_48;
if (!L_252)
{
goto IL_05f0;
}
}
{
bool L_253 = ___9_allowMaterialChange;
UIRenderDevice_ApplyBatchState_mB92D091856407D85BAF2DEDC2C8CA8ECF1FB9FB0(__this, (&V_9), L_253, NULL);
DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4* L_254 = V_3;
int32_t L_255 = V_2;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567 L_256 = V_9;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_257 = L_256.___curPage_3;
UIRenderDevice_KickRanges_m24B9D4E7D87EE377B3DD86143D4B9DDD00CF9B6C(__this, L_254, (&V_6), (&V_5), L_255, L_257, NULL);
}
IL_05f0:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_258 = ___0_head;
NullCheck(L_258);
int32_t L_259 = L_258->___type_5;
V_49 = (bool)((!(((uint32_t)L_259) <= ((uint32_t)0)))? 1 : 0);
bool L_260 = V_49;
if (!L_260)
{
goto IL_06f5;
}
}
{
bool L_261 = __this->___m_MockDevice_0;
V_50 = (bool)((((int32_t)L_261) == ((int32_t)0))? 1 : 0);
bool L_262 = V_50;
if (!L_262)
{
goto IL_061e;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_263 = ___0_head;
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_264 = V_1;
float L_265 = ___5_pixelsPerPoint;
Exception_t** L_266 = ___10_immediateException;
NullCheck(L_263);
RenderChainCommand_ExecuteNonDrawMesh_m8E3516241CAAC2AAD86E4C72A3CDBD1B5DED19CE(L_263, L_264, L_265, L_266, NULL);
}
IL_061e:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_267 = ___0_head;
NullCheck(L_267);
int32_t L_268 = L_267->___type_5;
if ((((int32_t)L_268) == ((int32_t)2)))
{
goto IL_0659;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_269 = ___0_head;
NullCheck(L_269);
int32_t L_270 = L_269->___type_5;
if ((((int32_t)L_270) == ((int32_t)1)))
{
goto IL_0659;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_271 = ___0_head;
NullCheck(L_271);
int32_t L_272 = L_271->___type_5;
if ((((int32_t)L_272) == ((int32_t)((int32_t)9))))
{
goto IL_0659;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_273 = ___0_head;
NullCheck(L_273);
int32_t L_274 = L_273->___type_5;
if ((((int32_t)L_274) == ((int32_t)7)))
{
goto IL_0659;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_275 = ___0_head;
NullCheck(L_275);
int32_t L_276 = L_275->___type_5;
if ((((int32_t)L_276) == ((int32_t)((int32_t)11))))
{
goto IL_0659;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_277 = ___0_head;
NullCheck(L_277);
int32_t L_278 = L_277->___type_5;
G_B76_0 = ((((int32_t)L_278) == ((int32_t)((int32_t)10)))? 1 : 0);
goto IL_065a;
}
IL_0659:
{
G_B76_0 = 1;
}
IL_065a:
{
V_51 = (bool)G_B76_0;
bool L_279 = V_51;
if (!L_279)
{
goto IL_06f4;
}
}
{
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_280 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&(&V_9)->___curState_2);
L_280->___material_0 = (Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_280->___material_0), (void*)(Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3*)NULL);
(&V_9)->___mustApplyMaterial_4 = (bool)0;
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F* L_281 = (DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F*)(&__this->___m_DrawStats_13);
uint32_t* L_282 = (uint32_t*)(&L_281->___immediateDraws_7);
uint32_t* L_283 = L_282;
int32_t L_284 = *((uint32_t*)L_283);
*((int32_t*)L_283) = (int32_t)((int32_t)il2cpp_codegen_add(L_284, 1));
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_285 = ___0_head;
NullCheck(L_285);
int32_t L_286 = L_285->___type_5;
V_52 = (bool)((((int32_t)L_286) == ((int32_t)((int32_t)11)))? 1 : 0);
bool L_287 = V_52;
if (!L_287)
{
goto IL_06c7;
}
}
{
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_288 = V_1;
NullCheck(L_288);
List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* L_289 = L_288->___defaultMaterial_5;
NullCheck(L_289);
int32_t L_290;
L_290 = List_1_get_Count_m48BBB83C5F748E6E6FF0731C3682092DEA6A7173_inline(L_289, List_1_get_Count_m48BBB83C5F748E6E6FF0731C3682092DEA6A7173_RuntimeMethod_var);
V_53 = ((int32_t)il2cpp_codegen_subtract(L_290, 1));
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_291 = V_1;
NullCheck(L_291);
List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* L_292 = L_291->___defaultMaterial_5;
int32_t L_293 = V_53;
NullCheck(L_292);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_294;
L_294 = List_1_get_Item_m70F5CFC2DEA9332B78C5ADC0EE1CE1B7465B1456(L_292, L_293, List_1_get_Item_m70F5CFC2DEA9332B78C5ADC0EE1CE1B7465B1456_RuntimeMethod_var);
___2_defaultMat = L_294;
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_295 = V_1;
NullCheck(L_295);
List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* L_296 = L_295->___defaultMaterial_5;
int32_t L_297 = V_53;
NullCheck(L_296);
List_1_RemoveAt_mD461DC585ED2CF965C6FABF04A941287186E0354(L_296, L_297, List_1_RemoveAt_mD461DC585ED2CF965C6FABF04A941287186E0354_RuntimeMethod_var);
}
IL_06c7:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_298 = ___0_head;
NullCheck(L_298);
int32_t L_299 = L_298->___type_5;
V_54 = (bool)((((int32_t)L_299) == ((int32_t)((int32_t)10)))? 1 : 0);
bool L_300 = V_54;
if (!L_300)
{
goto IL_06f3;
}
}
{
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_301 = V_1;
NullCheck(L_301);
List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* L_302 = L_301->___defaultMaterial_5;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_303 = ___2_defaultMat;
NullCheck(L_302);
List_1_Add_m5F62EE992DBCC5323267265794235C9EEE07997B_inline(L_302, L_303, List_1_Add_m5F62EE992DBCC5323267265794235C9EEE07997B_RuntimeMethod_var);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_304 = ___0_head;
NullCheck(L_304);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_305 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_304->___state_6);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_306 = L_305->___material_0;
___2_defaultMat = L_306;
}
IL_06f3:
{
}
IL_06f4:
{
}
IL_06f5:
{
}
IL_06f6:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_307 = ___0_head;
NullCheck(L_307);
int32_t L_308 = L_307->___type_5;
bool L_309 = V_21;
V_55 = (bool)((int32_t)(((((int32_t)L_308) == ((int32_t)0))? 1 : 0)&(int32_t)L_309));
bool L_310 = V_55;
if (!L_310)
{
goto IL_071a;
}
}
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_311 = ___0_head;
int32_t L_312 = V_22;
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_313 = V_23;
bool L_314 = V_24;
bool L_315 = V_25;
UIRenderDevice_ApplyDrawCommandState_m5585C7D69A031B120216ED74C92237E55C97A4A4_inline(__this, L_311, L_312, L_313, L_314, L_315, (&V_9), NULL);
}
IL_071a:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_316 = ___0_head;
NullCheck(L_316);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_317 = L_316->___next_3;
___0_head = L_317;
}
IL_0723:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_318 = ___0_head;
V_56 = (bool)((!(((RuntimeObject*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)L_318) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_319 = V_56;
if (L_319)
{
goto IL_01b4;
}
}
{
DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4 L_320 = V_7;
int32_t L_321 = L_320.___indexCount_1;
V_57 = (bool)((((int32_t)L_321) > ((int32_t)0))? 1 : 0);
bool L_322 = V_57;
if (!L_322)
{
goto IL_0764;
}
}
{
int32_t L_323 = V_5;
int32_t L_324 = V_6;
int32_t L_325 = L_324;
V_6 = ((int32_t)il2cpp_codegen_add(L_325, 1));
int32_t L_326 = V_4;
V_58 = ((int32_t)(((int32_t)il2cpp_codegen_add(L_323, L_325))&L_326));
DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4* L_327 = V_3;
int32_t L_328 = V_58;
uint32_t L_329 = sizeof(DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4);
DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4 L_330 = V_7;
*(DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4*)((DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4*)il2cpp_codegen_add((intptr_t)L_327, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_328), (int32_t)L_329)))) = L_330;
}
IL_0764:
{
int32_t L_331 = V_6;
V_59 = (bool)((((int32_t)L_331) > ((int32_t)0))? 1 : 0);
bool L_332 = V_59;
if (!L_332)
{
goto IL_0790;
}
}
{
bool L_333 = ___9_allowMaterialChange;
UIRenderDevice_ApplyBatchState_mB92D091856407D85BAF2DEDC2C8CA8ECF1FB9FB0(__this, (&V_9), L_333, NULL);
DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4* L_334 = V_3;
int32_t L_335 = V_2;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567 L_336 = V_9;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_337 = L_336.___curPage_3;
UIRenderDevice_KickRanges_m24B9D4E7D87EE377B3DD86143D4B9DDD00CF9B6C(__this, L_334, (&V_6), (&V_5), L_335, L_337, NULL);
}
IL_0790:
{
UIRenderDevice_UpdateFenceValue_m2978F0D972BFFDA9056F0CC42EB800170E2B37BF(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_ProfileDrawChainEnd_mF3602959ACC39C6EAE6429CC58172A06851E050D(NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::UpdateFenceValue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_UpdateFenceValue_m2978F0D972BFFDA9056F0CC42EB800170E2B37BF (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
uint32_t V_1 = 0;
uint32_t* V_2 = NULL;
uint32_t* V_3 = NULL;
uint32_t V_4 = 0;
int32_t V_5 = 0;
bool V_6 = false;
bool V_7 = false;
{
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_0 = __this->___m_Fences_9;
V_0 = (bool)((!(((RuntimeObject*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)L_0) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_1 = V_0;
if (!L_1)
{
goto IL_0073;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
uint32_t L_2;
L_2 = Utility_InsertCPUFence_m8FC65EF05973588366BC403C8807897CEE7CF440(NULL);
V_1 = L_2;
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = __this->___m_Fences_9;
uint32_t L_4 = __this->___m_FrameIndex_11;
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_5 = __this->___m_Fences_9;
NullCheck(L_5);
NullCheck(L_3);
V_3 = ((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(((int32_t)((int64_t)(((int64_t)(uint64_t)L_4)%((int64_t)((int32_t)(((RuntimeArray*)L_5)->max_length)))))))));
uint32_t* L_6 = V_3;
V_2 = (uint32_t*)((uintptr_t)L_6);
goto IL_006c;
}
IL_0039:
{
uint32_t* L_7 = V_2;
int32_t L_8 = (*(L_7));
V_4 = L_8;
uint32_t L_9 = V_1;
uint32_t L_10 = V_4;
V_6 = (bool)((((int32_t)((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10))) > ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_11 = V_6;
if (!L_11)
{
goto IL_0050;
}
}
{
goto IL_006e;
}
IL_0050:
{
uint32_t* L_12 = V_2;
uint32_t L_13 = V_1;
uint32_t L_14 = V_4;
int32_t L_15;
L_15 = Interlocked_CompareExchange_mB06E8737D3DA41F9FFBC38A6D0583D515EFB5717((int32_t*)L_12, L_13, L_14, NULL);
V_5 = L_15;
int32_t L_16 = V_5;
uint32_t L_17 = V_4;
V_7 = (bool)((((int64_t)((int64_t)L_16)) == ((int64_t)((int64_t)(uint64_t)L_17)))? 1 : 0);
bool L_18 = V_7;
if (!L_18)
{
goto IL_006b;
}
}
{
goto IL_006e;
}
IL_006b:
{
}
IL_006c:
{
goto IL_0039;
}
IL_006e:
{
V_3 = (uint32_t*)((uintptr_t)0);
}
IL_0073:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::KickRanges(UnityEngine.UIElements.UIR.DrawBufferRange*,System.Int32&,System.Int32&,System.Int32,UnityEngine.UIElements.UIR.Page)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_KickRanges_m24B9D4E7D87EE377B3DD86143D4B9DDD00CF9B6C (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4* ___0_ranges, int32_t* ___1_rangesReady, int32_t* ___2_rangesStart, int32_t ___3_rangesCount, Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* ___4_curPage, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_DrawRanges_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m9B1A0575B3B8487DBF5674BC961D048217F113E2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_PtrToSlice_TisDrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4_m5488C0559402FC14CADDEE8C1013F3BE91851303_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
int32_t V_2 = 0;
int32_t V_3 = 0;
bool V_4 = false;
{
int32_t* L_0 = ___1_rangesReady;
int32_t L_1 = *((int32_t*)L_0);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_1) > ((int32_t)0))? 1 : 0), NULL);
int32_t* L_2 = ___2_rangesStart;
int32_t L_3 = *((int32_t*)L_2);
int32_t* L_4 = ___1_rangesReady;
int32_t L_5 = *((int32_t*)L_4);
int32_t L_6 = ___3_rangesCount;
V_0 = (bool)((((int32_t)((((int32_t)((int32_t)il2cpp_codegen_add(L_3, L_5))) > ((int32_t)L_6))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_7 = V_0;
if (!L_7)
{
goto IL_0072;
}
}
{
bool L_8 = __this->___m_MockDevice_0;
V_1 = (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
bool L_9 = V_1;
if (!L_9)
{
goto IL_005c;
}
}
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_10 = ___4_curPage;
NullCheck(L_10);
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* L_11 = L_10->___indices_2;
NullCheck(L_11);
GPUBuffer_1_tA865630D1AFA976A50A92C4ACE0243A78520BDC7* L_12 = L_11->___gpuData_1;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_13 = ___4_curPage;
NullCheck(L_13);
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_14 = L_13->___vertices_1;
NullCheck(L_14);
GPUBuffer_1_tD1DC0573556845223680E17430EFF317DDA4A5AC* L_15 = L_14->___gpuData_1;
DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4* L_16 = ___0_ranges;
int32_t* L_17 = ___2_rangesStart;
int32_t L_18 = *((int32_t*)L_17);
uint32_t L_19 = sizeof(DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4);
int32_t* L_20 = ___1_rangesReady;
int32_t L_21 = *((int32_t*)L_20);
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
NativeSlice_1_t2E5DBD9A5F77A5044A4160098A0B2A45D3EE8974 L_22;
L_22 = UIRenderDevice_PtrToSlice_TisDrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4_m5488C0559402FC14CADDEE8C1013F3BE91851303((void*)((DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4*)il2cpp_codegen_add((intptr_t)L_16, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_18), (int32_t)L_19)))), L_21, UIRenderDevice_PtrToSlice_TisDrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4_m5488C0559402FC14CADDEE8C1013F3BE91851303_RuntimeMethod_var);
UIRenderDevice_DrawRanges_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m9B1A0575B3B8487DBF5674BC961D048217F113E2(__this, L_12, L_15, L_22, UIRenderDevice_DrawRanges_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m9B1A0575B3B8487DBF5674BC961D048217F113E2_RuntimeMethod_var);
}
IL_005c:
{
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F* L_23 = (DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F*)(&__this->___m_DrawStats_13);
uint32_t* L_24 = (uint32_t*)(&L_23->___drawRangeCallCount_6);
uint32_t* L_25 = L_24;
int32_t L_26 = *((uint32_t*)L_25);
*((int32_t*)L_25) = (int32_t)((int32_t)il2cpp_codegen_add(L_26, 1));
goto IL_00f7;
}
IL_0072:
{
int32_t L_27 = ___3_rangesCount;
int32_t* L_28 = ___2_rangesStart;
int32_t L_29 = *((int32_t*)L_28);
V_2 = ((int32_t)il2cpp_codegen_subtract(L_27, L_29));
int32_t* L_30 = ___1_rangesReady;
int32_t L_31 = *((int32_t*)L_30);
int32_t L_32 = V_2;
V_3 = ((int32_t)il2cpp_codegen_subtract(L_31, L_32));
bool L_33 = __this->___m_MockDevice_0;
V_4 = (bool)((((int32_t)L_33) == ((int32_t)0))? 1 : 0);
bool L_34 = V_4;
if (!L_34)
{
goto IL_00e6;
}
}
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_35 = ___4_curPage;
NullCheck(L_35);
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* L_36 = L_35->___indices_2;
NullCheck(L_36);
GPUBuffer_1_tA865630D1AFA976A50A92C4ACE0243A78520BDC7* L_37 = L_36->___gpuData_1;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_38 = ___4_curPage;
NullCheck(L_38);
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_39 = L_38->___vertices_1;
NullCheck(L_39);
GPUBuffer_1_tD1DC0573556845223680E17430EFF317DDA4A5AC* L_40 = L_39->___gpuData_1;
DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4* L_41 = ___0_ranges;
int32_t* L_42 = ___2_rangesStart;
int32_t L_43 = *((int32_t*)L_42);
uint32_t L_44 = sizeof(DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4);
int32_t L_45 = V_2;
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
NativeSlice_1_t2E5DBD9A5F77A5044A4160098A0B2A45D3EE8974 L_46;
L_46 = UIRenderDevice_PtrToSlice_TisDrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4_m5488C0559402FC14CADDEE8C1013F3BE91851303((void*)((DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4*)il2cpp_codegen_add((intptr_t)L_41, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_43), (int32_t)L_44)))), L_45, UIRenderDevice_PtrToSlice_TisDrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4_m5488C0559402FC14CADDEE8C1013F3BE91851303_RuntimeMethod_var);
UIRenderDevice_DrawRanges_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m9B1A0575B3B8487DBF5674BC961D048217F113E2(__this, L_37, L_40, L_46, UIRenderDevice_DrawRanges_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m9B1A0575B3B8487DBF5674BC961D048217F113E2_RuntimeMethod_var);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_47 = ___4_curPage;
NullCheck(L_47);
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* L_48 = L_47->___indices_2;
NullCheck(L_48);
GPUBuffer_1_tA865630D1AFA976A50A92C4ACE0243A78520BDC7* L_49 = L_48->___gpuData_1;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_50 = ___4_curPage;
NullCheck(L_50);
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_51 = L_50->___vertices_1;
NullCheck(L_51);
GPUBuffer_1_tD1DC0573556845223680E17430EFF317DDA4A5AC* L_52 = L_51->___gpuData_1;
DrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4* L_53 = ___0_ranges;
int32_t L_54 = V_3;
NativeSlice_1_t2E5DBD9A5F77A5044A4160098A0B2A45D3EE8974 L_55;
L_55 = UIRenderDevice_PtrToSlice_TisDrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4_m5488C0559402FC14CADDEE8C1013F3BE91851303((void*)L_53, L_54, UIRenderDevice_PtrToSlice_TisDrawBufferRange_t684F255F5C954760B12F6689F84E78811040C7A4_m5488C0559402FC14CADDEE8C1013F3BE91851303_RuntimeMethod_var);
UIRenderDevice_DrawRanges_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m9B1A0575B3B8487DBF5674BC961D048217F113E2(__this, L_49, L_52, L_55, UIRenderDevice_DrawRanges_TisUInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455_TisVertex_t016AC68A2E6C62576E65412BEC71544AFC01AFC7_m9B1A0575B3B8487DBF5674BC961D048217F113E2_RuntimeMethod_var);
}
IL_00e6:
{
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F* L_56 = (DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F*)(&__this->___m_DrawStats_13);
uint32_t* L_57 = (uint32_t*)(&L_56->___drawRangeCallCount_6);
uint32_t* L_58 = L_57;
int32_t L_59 = *((uint32_t*)L_58);
*((int32_t*)L_58) = (int32_t)((int32_t)il2cpp_codegen_add(L_59, 2));
}
IL_00f7:
{
int32_t* L_60 = ___2_rangesStart;
int32_t* L_61 = ___2_rangesStart;
int32_t L_62 = *((int32_t*)L_61);
int32_t* L_63 = ___1_rangesReady;
int32_t L_64 = *((int32_t*)L_63);
int32_t L_65 = ___3_rangesCount;
*((int32_t*)L_60) = (int32_t)((int32_t)(((int32_t)il2cpp_codegen_add(L_62, L_64))&((int32_t)il2cpp_codegen_subtract(L_65, 1))));
int32_t* L_66 = ___1_rangesReady;
*((int32_t*)L_66) = (int32_t)0;
return;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::WaitOnCpuFence(System.UInt32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_WaitOnCpuFence_m0DB3EE0093D36EB4C664CB7B3C616B30F1300F9C (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, uint32_t ___0_fence, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t G_B3_0 = 0;
{
uint32_t L_0 = ___0_fence;
if (!L_0)
{
goto IL_000f;
}
}
{
uint32_t L_1 = ___0_fence;
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Utility_CPUFencePassed_mBF5F842311E4ABF3DE18E9CA26A3684C21D836A5(L_1, NULL);
G_B3_0 = ((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
goto IL_0010;
}
IL_000f:
{
G_B3_0 = 0;
}
IL_0010:
{
V_0 = (bool)G_B3_0;
bool L_3 = V_0;
if (!L_3)
{
goto IL_0033;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_MarkerFence_31), NULL);
uint32_t L_4 = ___0_fence;
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_WaitForCPUFencePassed_m5DC66BA62BAA3A503311E5EFE480BA763BA40CBB(L_4, NULL);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_MarkerFence_31), NULL);
}
IL_0033:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::AdvanceFrame()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_AdvanceFrame_mB7A835C08F4B797A6F1847F24A5F4DA684F6C328 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataSet_1_RegisterUpdate_mA4D1CC618747094CDCA3CE176693E52901898085_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DataSet_1_RegisterUpdate_mBB1E17474C6B85A5F7E5596EA5C8CF98F9BB1744_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m018DCAEBF2C4585EF4F76B360063CB48761E7314_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mBA15BC305E3F6DA643E0D27AF79174EDB04DD866_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m7AAB0ACE9DE436BBDC53873B62FFD6680CB2BDC7_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mC17753213EA86CEA1876F4F2068B850BAA515146_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m11E3E45D6B485C396D61DA752A6DD01C6FB5EC46_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m92270EB265E83DD324AFA6D33426C759A6767D5F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m03ACED6607341CC98EE05208FEF3A149F467DCEC_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mB4041E3E2B33AFB7A9448B50FEE815DD58084106_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m200A397E9919759F07759A10D5C0F3825DE96A40_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_mAF04500320A4725DCB7917FF0252EC2FA0FFCAE4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD1630ED758CCFBB1F2E87A74A9C73C8EAE62C341_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m88260DD29DD6AB178C173727E99D2DD7F90EB81D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mCE554C02FDE30698BC0627CE297319055E9DA0E4_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1__ctor_m05A3D6C62D3EF51EBE50158889E9C6B1D214588C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1__ctor_m665194100AB694EC232EEFDAC3C87C7647CEBE28_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* V_0 = NULL;
List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* V_1 = NULL;
bool V_2 = false;
int32_t V_3 = 0;
uint32_t V_4 = 0;
Enumerator_tCC38BAB78CBC68B7067B37FA9ACFA5DA74C432CE V_5;
memset((&V_5), 0, sizeof(V_5));
AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8 V_6;
memset((&V_6), 0, sizeof(V_6));
bool V_7 = false;
Enumerator_tD1DF711FBC6D61B92AA993EA1E6D75FD20CA726F V_8;
memset((&V_8), 0, sizeof(V_8));
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 V_9;
memset((&V_9), 0, sizeof(V_9));
bool V_10 = false;
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_11;
memset((&V_11), 0, sizeof(V_11));
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 V_12;
memset((&V_12), 0, sizeof(V_12));
bool V_13 = false;
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_14;
memset((&V_14), 0, sizeof(V_14));
NativeSlice_1_t0D1A1AB7A9C4768B84EB7420D04A90920533C78A V_15;
memset((&V_15), 0, sizeof(V_15));
int32_t V_16 = 0;
int32_t V_17 = 0;
int32_t V_18 = 0;
bool V_19 = false;
AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8 V_20;
memset((&V_20), 0, sizeof(V_20));
int32_t G_B16_0 = 0;
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_MarkerAdvanceFrame_30), NULL);
uint32_t L_0 = __this->___m_FrameIndex_11;
__this->___m_FrameIndex_11 = ((int32_t)il2cpp_codegen_add((int32_t)L_0, 1));
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F* L_1 = (DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F*)(&__this->___m_DrawStats_13);
uint32_t L_2 = __this->___m_FrameIndex_11;
L_1->___currentFrameIndex_0 = L_2;
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_3 = __this->___m_Fences_9;
V_2 = (bool)((!(((RuntimeObject*)(UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA*)L_3) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_4 = V_2;
if (!L_4)
{
goto IL_0069;
}
}
{
uint32_t L_5 = __this->___m_FrameIndex_11;
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_6 = __this->___m_Fences_9;
NullCheck(L_6);
V_3 = ((int32_t)((int64_t)(((int64_t)(uint64_t)L_5)%((int64_t)((int32_t)(((RuntimeArray*)L_6)->max_length))))));
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_7 = __this->___m_Fences_9;
int32_t L_8 = V_3;
NullCheck(L_7);
int32_t L_9 = L_8;
uint32_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
V_4 = L_10;
uint32_t L_11 = V_4;
UIRenderDevice_WaitOnCpuFence_m0DB3EE0093D36EB4C664CB7B3C616B30F1300F9C(__this, L_11, NULL);
UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* L_12 = __this->___m_Fences_9;
int32_t L_13 = V_3;
NullCheck(L_12);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(L_13), (uint32_t)0);
}
IL_0069:
{
__this->___m_NextUpdateID_12 = 1;
List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210* L_14 = __this->___m_DeferredFrees_7;
uint32_t L_15 = __this->___m_FrameIndex_11;
List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210* L_16 = __this->___m_DeferredFrees_7;
NullCheck(L_16);
int32_t L_17;
L_17 = List_1_get_Count_mD1630ED758CCFBB1F2E87A74A9C73C8EAE62C341_inline(L_16, List_1_get_Count_mD1630ED758CCFBB1F2E87A74A9C73C8EAE62C341_RuntimeMethod_var);
NullCheck(L_14);
List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* L_18;
L_18 = List_1_get_Item_m88260DD29DD6AB178C173727E99D2DD7F90EB81D(L_14, ((int32_t)((uint32_t)(int32_t)L_15%(uint32_t)(int32_t)L_17)), List_1_get_Item_m88260DD29DD6AB178C173727E99D2DD7F90EB81D_RuntimeMethod_var);
V_0 = L_18;
List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* L_19 = V_0;
NullCheck(L_19);
Enumerator_tCC38BAB78CBC68B7067B37FA9ACFA5DA74C432CE L_20;
L_20 = List_1_GetEnumerator_mAF04500320A4725DCB7917FF0252EC2FA0FFCAE4(L_19, List_1_GetEnumerator_mAF04500320A4725DCB7917FF0252EC2FA0FFCAE4_RuntimeMethod_var);
V_5 = L_20;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_00fa:
{// begin finally (depth: 1)
Enumerator_Dispose_m018DCAEBF2C4585EF4F76B360063CB48761E7314((&V_5), Enumerator_Dispose_m018DCAEBF2C4585EF4F76B360063CB48761E7314_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_00ef_1;
}
IL_0099_1:
{
AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8 L_21;
L_21 = Enumerator_get_Current_m92270EB265E83DD324AFA6D33426C759A6767D5F_inline((&V_5), Enumerator_get_Current_m92270EB265E83DD324AFA6D33426C759A6767D5F_RuntimeMethod_var);
V_6 = L_21;
AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8 L_22 = V_6;
bool L_23 = L_22.___vertices_2;
V_7 = L_23;
bool L_24 = V_7;
if (!L_24)
{
goto IL_00d0_1;
}
}
{
AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8 L_25 = V_6;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_26 = L_25.___page_1;
NullCheck(L_26);
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_27 = L_26->___vertices_1;
NullCheck(L_27);
GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* L_28 = L_27->___allocator_4;
AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8 L_29 = V_6;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_30 = L_29.___alloc_0;
NullCheck(L_28);
GPUBufferAllocator_Free_m6DA2A5389DCC4834A6814B0BA893F7C10AB27215(L_28, L_30, NULL);
goto IL_00ee_1;
}
IL_00d0_1:
{
AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8 L_31 = V_6;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_32 = L_31.___page_1;
NullCheck(L_32);
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* L_33 = L_32->___indices_2;
NullCheck(L_33);
GPUBufferAllocator_tF80B451375FD15F0C2A169E686269C5312DE9C48* L_34 = L_33->___allocator_4;
AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8 L_35 = V_6;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_36 = L_35.___alloc_0;
NullCheck(L_34);
GPUBufferAllocator_Free_m6DA2A5389DCC4834A6814B0BA893F7C10AB27215(L_34, L_36, NULL);
}
IL_00ee_1:
{
}
IL_00ef_1:
{
bool L_37;
L_37 = Enumerator_MoveNext_mC17753213EA86CEA1876F4F2068B850BAA515146((&V_5), Enumerator_MoveNext_mC17753213EA86CEA1876F4F2068B850BAA515146_RuntimeMethod_var);
if (L_37)
{
goto IL_0099_1;
}
}
{
goto IL_0109;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0109:
{
List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* L_38 = V_0;
NullCheck(L_38);
List_1_Clear_mB4041E3E2B33AFB7A9448B50FEE815DD58084106_inline(L_38, List_1_Clear_mB4041E3E2B33AFB7A9448B50FEE815DD58084106_RuntimeMethod_var);
List_1_tA79C35FB5E50135962B53960CB758B9262700632* L_39 = __this->___m_Updates_8;
uint32_t L_40 = __this->___m_FrameIndex_11;
List_1_tB86898E2E533634C35EC58EC5DAE3353038A9210* L_41 = __this->___m_DeferredFrees_7;
NullCheck(L_41);
int32_t L_42;
L_42 = List_1_get_Count_mD1630ED758CCFBB1F2E87A74A9C73C8EAE62C341_inline(L_41, List_1_get_Count_mD1630ED758CCFBB1F2E87A74A9C73C8EAE62C341_RuntimeMethod_var);
NullCheck(L_39);
List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* L_43;
L_43 = List_1_get_Item_mCE554C02FDE30698BC0627CE297319055E9DA0E4(L_39, ((int32_t)((uint32_t)(int32_t)L_40%(uint32_t)(int32_t)L_42)), List_1_get_Item_mCE554C02FDE30698BC0627CE297319055E9DA0E4_RuntimeMethod_var);
V_1 = L_43;
List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* L_44 = V_1;
NullCheck(L_44);
Enumerator_tD1DF711FBC6D61B92AA993EA1E6D75FD20CA726F L_45;
L_45 = List_1_GetEnumerator_m200A397E9919759F07759A10D5C0F3825DE96A40(L_44, List_1_GetEnumerator_m200A397E9919759F07759A10D5C0F3825DE96A40_RuntimeMethod_var);
V_8 = L_45;
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_040a:
{// begin finally (depth: 1)
Enumerator_Dispose_mBA15BC305E3F6DA643E0D27AF79174EDB04DD866((&V_8), Enumerator_Dispose_mBA15BC305E3F6DA643E0D27AF79174EDB04DD866_RuntimeMethod_var);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
goto IL_03fc_1;
}
IL_013c_1:
{
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_46;
L_46 = Enumerator_get_Current_m11E3E45D6B485C396D61DA752A6DD01C6FB5EC46_inline((&V_8), Enumerator_get_Current_m11E3E45D6B485C396D61DA752A6DD01C6FB5EC46_RuntimeMethod_var);
V_9 = L_46;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_47 = V_9;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_48 = L_47.___meshHandle_2;
NullCheck(L_48);
uint32_t L_49 = L_48->___updateAllocID_6;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_50 = V_9;
uint32_t L_51 = L_50.___id_0;
if ((!(((uint32_t)L_49) == ((uint32_t)L_51))))
{
goto IL_0172_1;
}
}
{
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_52 = V_9;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_53 = L_52.___meshHandle_2;
NullCheck(L_53);
uint32_t L_54 = L_53->___allocTime_5;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_55 = V_9;
uint32_t L_56 = L_55.___allocTime_1;
G_B16_0 = ((((int32_t)L_54) == ((int32_t)L_56))? 1 : 0);
goto IL_0173_1;
}
IL_0172_1:
{
G_B16_0 = 0;
}
IL_0173_1:
{
V_10 = (bool)G_B16_0;
bool L_57 = V_10;
if (!L_57)
{
goto IL_03fb_1;
}
}
{
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_58 = V_9;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_59 = L_58.___meshHandle_2;
NullCheck(L_59);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_60 = L_59->___allocPage_4;
NullCheck(L_60);
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_61 = L_60->___vertices_1;
NullCheck(L_61);
NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 L_62 = L_61->___cpuData_2;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_63 = V_9;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_64 = L_63.___meshHandle_2;
NullCheck(L_64);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_65 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_64->___allocVerts_1);
uint32_t L_66 = L_65->___start_0;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_67 = V_9;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_68 = L_67.___meshHandle_2;
NullCheck(L_68);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_69 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_68->___allocVerts_1);
uint32_t L_70 = L_69->___size_1;
NativeSlice_1__ctor_m05A3D6C62D3EF51EBE50158889E9C6B1D214588C((&V_11), L_62, L_66, L_70, NativeSlice_1__ctor_m05A3D6C62D3EF51EBE50158889E9C6B1D214588C_RuntimeMethod_var);
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_71 = V_9;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_72 = L_71.___permPage_5;
NullCheck(L_72);
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_73 = L_72->___vertices_1;
NullCheck(L_73);
NativeArray_1_tB60512C6E4578B7CC8EB79321680E495E69ABF81 L_74 = L_73->___cpuData_2;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_75 = V_9;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_76 = L_75.___permAllocVerts_3;
uint32_t L_77 = L_76.___start_0;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_78 = V_9;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_79 = L_78.___meshHandle_2;
NullCheck(L_79);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_80 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_79->___allocVerts_1);
uint32_t L_81 = L_80->___size_1;
NativeSlice_1__ctor_m05A3D6C62D3EF51EBE50158889E9C6B1D214588C((&V_12), L_74, L_77, L_81, NativeSlice_1__ctor_m05A3D6C62D3EF51EBE50158889E9C6B1D214588C_RuntimeMethod_var);
NativeSlice_1_t66375568C4FF313931F4D2F646D64FE6A406BAD2 L_82 = V_11;
NativeSlice_1_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582((&V_12), L_82, NativeSlice_1_CopyFrom_m38E9712B6EF119AD79272E5745EE11675BE5D582_RuntimeMethod_var);
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_83 = V_9;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_84 = L_83.___permPage_5;
NullCheck(L_84);
DataSet_1_t7AB6378C4975B89560B35C7854DF838C507AD25A* L_85 = L_84->___vertices_1;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_86 = V_9;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_87 = L_86.___permAllocVerts_3;
uint32_t L_88 = L_87.___start_0;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_89 = V_9;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_90 = L_89.___meshHandle_2;
NullCheck(L_90);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_91 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_90->___allocVerts_1);
uint32_t L_92 = L_91->___size_1;
NullCheck(L_85);
DataSet_1_RegisterUpdate_mA4D1CC618747094CDCA3CE176693E52901898085(L_85, L_88, L_92, DataSet_1_RegisterUpdate_mA4D1CC618747094CDCA3CE176693E52901898085_RuntimeMethod_var);
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_93 = V_9;
bool L_94 = L_93.___copyBackIndices_6;
V_13 = L_94;
bool L_95 = V_13;
if (!L_95)
{
goto IL_0336_1;
}
}
{
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_96 = V_9;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_97 = L_96.___meshHandle_2;
NullCheck(L_97);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_98 = L_97->___allocPage_4;
NullCheck(L_98);
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* L_99 = L_98->___indices_2;
NullCheck(L_99);
NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 L_100 = L_99->___cpuData_2;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_101 = V_9;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_102 = L_101.___meshHandle_2;
NullCheck(L_102);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_103 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_102->___allocIndices_2);
uint32_t L_104 = L_103->___start_0;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_105 = V_9;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_106 = L_105.___meshHandle_2;
NullCheck(L_106);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_107 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_106->___allocIndices_2);
uint32_t L_108 = L_107->___size_1;
NativeSlice_1__ctor_m665194100AB694EC232EEFDAC3C87C7647CEBE28((&V_14), L_100, L_104, L_108, NativeSlice_1__ctor_m665194100AB694EC232EEFDAC3C87C7647CEBE28_RuntimeMethod_var);
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_109 = V_9;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_110 = L_109.___permPage_5;
NullCheck(L_110);
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* L_111 = L_110->___indices_2;
NullCheck(L_111);
NativeArray_1_t275C00CC374DEA66C69B3BB3992116F315A8E934 L_112 = L_111->___cpuData_2;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_113 = V_9;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_114 = L_113.___permAllocIndices_4;
uint32_t L_115 = L_114.___start_0;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_116 = V_9;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_117 = L_116.___meshHandle_2;
NullCheck(L_117);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_118 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_117->___allocIndices_2);
uint32_t L_119 = L_118->___size_1;
NativeSlice_1__ctor_m665194100AB694EC232EEFDAC3C87C7647CEBE28((&V_15), L_112, L_115, L_119, NativeSlice_1__ctor_m665194100AB694EC232EEFDAC3C87C7647CEBE28_RuntimeMethod_var);
int32_t L_120;
L_120 = NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F((&V_15), NativeSlice_1_get_Length_m420F85C71480DC99C551B9188D5BDD7A6B8A8C2F_RuntimeMethod_var);
V_16 = L_120;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_121 = V_9;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_122 = L_121.___permAllocVerts_3;
uint32_t L_123 = L_122.___start_0;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_124 = V_9;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_125 = L_124.___meshHandle_2;
NullCheck(L_125);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_126 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_125->___allocVerts_1);
uint32_t L_127 = L_126->___start_0;
V_17 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_123, (int32_t)L_127));
V_18 = 0;
goto IL_02fa_1;
}
IL_02dd_1:
{
int32_t L_128 = V_18;
int32_t L_129 = V_18;
uint16_t L_130;
L_130 = NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D((&V_14), L_129, NativeSlice_1_get_Item_m68B26E5D2BA77AD2C22D55743D46D2CFC1C8935D_RuntimeMethod_var);
int32_t L_131 = V_17;
NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29((&V_15), L_128, (uint16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add((int32_t)L_130, L_131))), NativeSlice_1_set_Item_m4025885DCD245D3315FE1D5E0ABF84004032DF29_RuntimeMethod_var);
int32_t L_132 = V_18;
V_18 = ((int32_t)il2cpp_codegen_add(L_132, 1));
}
IL_02fa_1:
{
int32_t L_133 = V_18;
int32_t L_134 = V_16;
V_19 = (bool)((((int32_t)L_133) < ((int32_t)L_134))? 1 : 0);
bool L_135 = V_19;
if (L_135)
{
goto IL_02dd_1;
}
}
{
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_136 = V_9;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_137 = L_136.___permPage_5;
NullCheck(L_137);
DataSet_1_t06E945F9181593E5AF1D52C4F01F64705D0EE1FB* L_138 = L_137->___indices_2;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_139 = V_9;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_140 = L_139.___permAllocIndices_4;
uint32_t L_141 = L_140.___start_0;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_142 = V_9;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_143 = L_142.___meshHandle_2;
NullCheck(L_143);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE* L_144 = (Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE*)(&L_143->___allocIndices_2);
uint32_t L_145 = L_144->___size_1;
NullCheck(L_138);
DataSet_1_RegisterUpdate_mBB1E17474C6B85A5F7E5596EA5C8CF98F9BB1744(L_138, L_141, L_145, DataSet_1_RegisterUpdate_mBB1E17474C6B85A5F7E5596EA5C8CF98F9BB1744_RuntimeMethod_var);
}
IL_0336_1:
{
List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* L_146 = V_0;
il2cpp_codegen_initobj((&V_20), sizeof(AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8));
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_147 = V_9;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_148 = L_147.___meshHandle_2;
NullCheck(L_148);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_149 = L_148->___allocVerts_1;
(&V_20)->___alloc_0 = L_149;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_20)->___alloc_0))->___handle_2), (void*)NULL);
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_150 = V_9;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_151 = L_150.___meshHandle_2;
NullCheck(L_151);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_152 = L_151->___allocPage_4;
(&V_20)->___page_1 = L_152;
Il2CppCodeGenWriteBarrier((void**)(&(&V_20)->___page_1), (void*)L_152);
(&V_20)->___vertices_2 = (bool)1;
AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8 L_153 = V_20;
NullCheck(L_146);
List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_inline(L_146, L_153, List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_RuntimeMethod_var);
List_1_t558C941DC24A59973D98EDA0C9C3EFDFF486AC15* L_154 = V_0;
il2cpp_codegen_initobj((&V_20), sizeof(AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8));
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_155 = V_9;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_156 = L_155.___meshHandle_2;
NullCheck(L_156);
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_157 = L_156->___allocIndices_2;
(&V_20)->___alloc_0 = L_157;
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_20)->___alloc_0))->___handle_2), (void*)NULL);
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_158 = V_9;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_159 = L_158.___meshHandle_2;
NullCheck(L_159);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_160 = L_159->___allocPage_4;
(&V_20)->___page_1 = L_160;
Il2CppCodeGenWriteBarrier((void**)(&(&V_20)->___page_1), (void*)L_160);
(&V_20)->___vertices_2 = (bool)0;
AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8 L_161 = V_20;
NullCheck(L_154);
List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_inline(L_154, L_161, List_1_Add_m89153E089F70ADC5E476C33D08531C4989BAA943_RuntimeMethod_var);
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_162 = V_9;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_163 = L_162.___meshHandle_2;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_164 = V_9;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_165 = L_164.___permAllocVerts_3;
NullCheck(L_163);
L_163->___allocVerts_1 = L_165;
Il2CppCodeGenWriteBarrier((void**)&(((&L_163->___allocVerts_1))->___handle_2), (void*)NULL);
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_166 = V_9;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_167 = L_166.___meshHandle_2;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_168 = V_9;
Alloc_t78312CFE58F38082281E80E297AE6176BD2BD8AE L_169 = L_168.___permAllocIndices_4;
NullCheck(L_167);
L_167->___allocIndices_2 = L_169;
Il2CppCodeGenWriteBarrier((void**)&(((&L_167->___allocIndices_2))->___handle_2), (void*)NULL);
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_170 = V_9;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_171 = L_170.___meshHandle_2;
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_172 = V_9;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_173 = L_172.___permPage_5;
NullCheck(L_171);
L_171->___allocPage_4 = L_173;
Il2CppCodeGenWriteBarrier((void**)(&L_171->___allocPage_4), (void*)L_173);
AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512 L_174 = V_9;
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_175 = L_174.___meshHandle_2;
NullCheck(L_175);
L_175->___updateAllocID_6 = 0;
}
IL_03fb_1:
{
}
IL_03fc_1:
{
bool L_176;
L_176 = Enumerator_MoveNext_m7AAB0ACE9DE436BBDC53873B62FFD6680CB2BDC7((&V_8), Enumerator_MoveNext_m7AAB0ACE9DE436BBDC53873B62FFD6680CB2BDC7_RuntimeMethod_var);
if (L_176)
{
goto IL_013c_1;
}
}
{
goto IL_0419;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_0419:
{
List_1_t5C1C55636F11C4FEC3CCBC415FE4529B01D406D2* L_177 = V_1;
NullCheck(L_177);
List_1_Clear_m03ACED6607341CC98EE05208FEF3A149F467DCEC_inline(L_177, List_1_Clear_m03ACED6607341CC98EE05208FEF3A149F467DCEC_RuntimeMethod_var);
UIRenderDevice_PruneUnusedPages_mECA0A6134811FE8EBFBAE3955037C9132D29BACA(__this, NULL);
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_MarkerAdvanceFrame_30), NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::PruneUnusedPages()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_PruneUnusedPages_mECA0A6134811FE8EBFBAE3955037C9132D29BACA (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method)
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* V_0 = NULL;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* V_1 = NULL;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* V_2 = NULL;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* V_3 = NULL;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* V_4 = NULL;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* V_5 = NULL;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
bool V_10 = false;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* V_11 = NULL;
bool V_12 = false;
{
V_4 = (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)NULL;
V_3 = (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)NULL;
V_2 = (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)NULL;
V_1 = (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)NULL;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_0 = __this->___m_FirstPage_3;
V_0 = L_0;
goto IL_0096;
}
IL_0016:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_1 = V_0;
NullCheck(L_1);
bool L_2;
L_2 = Page_get_isEmpty_m7BD1CAECC7987EC66956E270C4F3C7F8839B975D(L_1, NULL);
V_6 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
bool L_3 = V_6;
if (!L_3)
{
goto IL_002f;
}
}
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_4 = V_0;
NullCheck(L_4);
L_4->___framesEmpty_4 = 0;
goto IL_003d;
}
IL_002f:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_5 = V_0;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_6 = L_5;
NullCheck(L_6);
int32_t L_7 = L_6->___framesEmpty_4;
NullCheck(L_6);
L_6->___framesEmpty_4 = ((int32_t)il2cpp_codegen_add(L_7, 1));
}
IL_003d:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_8 = V_0;
NullCheck(L_8);
int32_t L_9 = L_8->___framesEmpty_4;
V_7 = (bool)((((int32_t)L_9) < ((int32_t)((int32_t)60)))? 1 : 0);
bool L_10 = V_7;
if (!L_10)
{
goto IL_0068;
}
}
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_11 = V_1;
V_8 = (bool)((!(((RuntimeObject*)(Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)L_11) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_12 = V_8;
if (!L_12)
{
goto IL_0061;
}
}
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_13 = V_2;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_14 = V_0;
NullCheck(L_13);
L_13->___next_3 = L_14;
Il2CppCodeGenWriteBarrier((void**)(&L_13->___next_3), (void*)L_14);
goto IL_0063;
}
IL_0061:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_15 = V_0;
V_1 = L_15;
}
IL_0063:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_16 = V_0;
V_2 = L_16;
goto IL_0083;
}
IL_0068:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_17 = V_3;
V_9 = (bool)((!(((RuntimeObject*)(Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)L_17) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_18 = V_9;
if (!L_18)
{
goto IL_007d;
}
}
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_19 = V_4;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_20 = V_0;
NullCheck(L_19);
L_19->___next_3 = L_20;
Il2CppCodeGenWriteBarrier((void**)(&L_19->___next_3), (void*)L_20);
goto IL_007f;
}
IL_007d:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_21 = V_0;
V_3 = L_21;
}
IL_007f:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_22 = V_0;
V_4 = L_22;
}
IL_0083:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_23 = V_0;
NullCheck(L_23);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_24 = L_23->___next_3;
V_5 = L_24;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_25 = V_0;
NullCheck(L_25);
L_25->___next_3 = (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_25->___next_3), (void*)(Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)NULL);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_26 = V_5;
V_0 = L_26;
}
IL_0096:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_27 = V_0;
V_10 = (bool)((!(((RuntimeObject*)(Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)L_27) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_28 = V_10;
if (L_28)
{
goto IL_0016;
}
}
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_29 = V_1;
__this->___m_FirstPage_3 = L_29;
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_FirstPage_3), (void*)L_29);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_30 = V_3;
V_0 = L_30;
goto IL_00c9;
}
IL_00ae:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_31 = V_0;
NullCheck(L_31);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_32 = L_31->___next_3;
V_11 = L_32;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_33 = V_0;
NullCheck(L_33);
L_33->___next_3 = (Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&L_33->___next_3), (void*)(Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)NULL);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_34 = V_0;
NullCheck(L_34);
Page_Dispose_mB00D0535E4ADD98CC764DD9FF43C99E33E3C4B41(L_34, NULL);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_35 = V_11;
V_0 = L_35;
}
IL_00c9:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_36 = V_0;
V_12 = (bool)((!(((RuntimeObject*)(Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)L_36) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_37 = V_12;
if (L_37)
{
goto IL_00ae;
}
}
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::PrepareForGfxDeviceRecreate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_PrepareForGfxDeviceRecreate_m8C5A266A0A9DEE740D76E245019A1EFABC599009 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
int32_t L_0 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_ActiveDeviceCount_18;
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_ActiveDeviceCount_18 = ((int32_t)il2cpp_codegen_add(L_0, 1));
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_1 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_2;
L_2 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_1, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_0 = L_2;
bool L_3 = V_0;
if (!L_3)
{
goto IL_002f;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_4 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37;
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
UIRUtility_Destroy_m9E925E79E7B4A4853B47C1EFACEF2ED0A7844A23(L_4, NULL);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37), (void*)(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)NULL);
}
IL_002f:
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_5 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexARGB8_38;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_6;
L_6 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_5, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_1 = L_6;
bool L_7 = V_1;
if (!L_7)
{
goto IL_0051;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_8 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexARGB8_38;
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
UIRUtility_Destroy_m9E925E79E7B4A4853B47C1EFACEF2ED0A7844A23(L_8, NULL);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexARGB8_38 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexARGB8_38), (void*)(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)NULL);
}
IL_0051:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::WrapUpGfxDeviceRecreate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_WrapUpGfxDeviceRecreate_m8CE1E440B635FF979A71FF8FFF1A733FDEC80669 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
int32_t L_0 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_ActiveDeviceCount_18;
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_ActiveDeviceCount_18 = ((int32_t)il2cpp_codegen_subtract(L_0, 1));
return;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::FlushAllPendingDeviceDisposes()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_FlushAllPendingDeviceDisposes_m107AC28642A355CDFF2FD1ECA580F588FF5253F0 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_SyncRenderThread_m4A7091ECD29F7A1CEF970D70F52F8C19696D6010(NULL);
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
UIRenderDevice_ProcessDeviceFreeQueue_mAE86D31E256DEB4C438ECCD949C61FD305700A21(NULL);
return;
}
}
// UnityEngine.UIElements.UIR.UIRenderDevice/DrawStatistics UnityEngine.UIElements.UIR.UIRenderDevice::GatherDrawStatistics()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F UIRenderDevice_GatherDrawStatistics_mB2E2E4EEC9AF2E24442E8B18C9FC36AF547A5B48 (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method)
{
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F V_0;
memset((&V_0), 0, sizeof(V_0));
{
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F L_0 = __this->___m_DrawStats_13;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
DrawStatistics_t4AF06C67CEC7B97509EBAD48E3EE908301598E6F L_1 = V_0;
return L_1;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::ProcessDeviceFreeQueue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_ProcessDeviceFreeQueue_mAE86D31E256DEB4C438ECCD949C61FD305700A21 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Value_m0C19C4C9A383610892992EC1C047C4DC9C887D71_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_RemoveFirst_m2B0F066574A1979FD6D4732549A6FD1F23023D62_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_get_Count_m3AA55D20D258A7BF6A95309F71C5F7FF7907215C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_get_First_mEE920FDB7A2B024EA52F8681FBFF088117A6D4A8_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
LinkedListNode_1_t67D23132699BD5AA974F03A53E11E94CB77B8EB1* V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B V_3;
memset((&V_3), 0, sizeof(V_3));
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
int32_t G_B10_0 = 0;
int32_t G_B13_0 = 0;
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_MarkerFree_29), NULL);
bool L_0 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_SynchronousFree_20;
V_1 = L_0;
bool L_1 = V_1;
if (!L_1)
{
goto IL_001b;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_SyncRenderThread_m4A7091ECD29F7A1CEF970D70F52F8C19696D6010(NULL);
}
IL_001b:
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7* L_2 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_DeviceFreeQueue_17;
NullCheck(L_2);
LinkedListNode_1_t67D23132699BD5AA974F03A53E11E94CB77B8EB1* L_3;
L_3 = LinkedList_1_get_First_mEE920FDB7A2B024EA52F8681FBFF088117A6D4A8_inline(L_2, LinkedList_1_get_First_mEE920FDB7A2B024EA52F8681FBFF088117A6D4A8_RuntimeMethod_var);
V_0 = L_3;
goto IL_0068;
}
IL_0028:
{
LinkedListNode_1_t67D23132699BD5AA974F03A53E11E94CB77B8EB1* L_4 = V_0;
NullCheck(L_4);
DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B L_5;
L_5 = LinkedListNode_1_get_Value_m0C19C4C9A383610892992EC1C047C4DC9C887D71_inline(L_4, LinkedListNode_1_get_Value_m0C19C4C9A383610892992EC1C047C4DC9C887D71_RuntimeMethod_var);
uint32_t L_6 = L_5.___handle_0;
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
bool L_7;
L_7 = Utility_CPUFencePassed_mBF5F842311E4ABF3DE18E9CA26A3684C21D836A5(L_6, NULL);
V_2 = (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0);
bool L_8 = V_2;
if (!L_8)
{
goto IL_0042;
}
}
{
goto IL_0072;
}
IL_0042:
{
LinkedListNode_1_t67D23132699BD5AA974F03A53E11E94CB77B8EB1* L_9 = V_0;
NullCheck(L_9);
DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B L_10;
L_10 = LinkedListNode_1_get_Value_m0C19C4C9A383610892992EC1C047C4DC9C887D71_inline(L_9, LinkedListNode_1_get_Value_m0C19C4C9A383610892992EC1C047C4DC9C887D71_RuntimeMethod_var);
V_3 = L_10;
DeviceToFree_Dispose_m77269878F0DABBDED05EC935FEAC958DD5444DDE((&V_3), NULL);
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7* L_11 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_DeviceFreeQueue_17;
NullCheck(L_11);
LinkedList_1_RemoveFirst_m2B0F066574A1979FD6D4732549A6FD1F23023D62(L_11, LinkedList_1_RemoveFirst_m2B0F066574A1979FD6D4732549A6FD1F23023D62_RuntimeMethod_var);
LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7* L_12 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_DeviceFreeQueue_17;
NullCheck(L_12);
LinkedListNode_1_t67D23132699BD5AA974F03A53E11E94CB77B8EB1* L_13;
L_13 = LinkedList_1_get_First_mEE920FDB7A2B024EA52F8681FBFF088117A6D4A8_inline(L_12, LinkedList_1_get_First_mEE920FDB7A2B024EA52F8681FBFF088117A6D4A8_RuntimeMethod_var);
V_0 = L_13;
}
IL_0068:
{
LinkedListNode_1_t67D23132699BD5AA974F03A53E11E94CB77B8EB1* L_14 = V_0;
V_4 = (bool)((!(((RuntimeObject*)(LinkedListNode_1_t67D23132699BD5AA974F03A53E11E94CB77B8EB1*)L_14) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_15 = V_4;
if (L_15)
{
goto IL_0028;
}
}
IL_0072:
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
bool L_16 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_SynchronousFree_20;
if (!L_16)
{
goto IL_0088;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
LinkedList_1_t09F6FB09C766455615BBF59716D285304C49E0E7* L_17 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_DeviceFreeQueue_17;
NullCheck(L_17);
int32_t L_18;
L_18 = LinkedList_1_get_Count_m3AA55D20D258A7BF6A95309F71C5F7FF7907215C_inline(L_17, LinkedList_1_get_Count_m3AA55D20D258A7BF6A95309F71C5F7FF7907215C_RuntimeMethod_var);
G_B10_0 = ((((int32_t)L_18) == ((int32_t)0))? 1 : 0);
goto IL_0089;
}
IL_0088:
{
G_B10_0 = 1;
}
IL_0089:
{
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)G_B10_0, NULL);
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
int32_t L_19 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_ActiveDeviceCount_18;
if (L_19)
{
goto IL_009d;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
bool L_20 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_SubscribedToNotifications_19;
G_B13_0 = ((int32_t)(L_20));
goto IL_009e;
}
IL_009d:
{
G_B13_0 = 0;
}
IL_009e:
{
V_5 = (bool)G_B13_0;
bool L_21 = V_5;
if (!L_21)
{
goto IL_00fb;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_22 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_23;
L_23 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_22, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_6 = L_23;
bool L_24 = V_6;
if (!L_24)
{
goto IL_00c9;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_25 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37;
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
UIRUtility_Destroy_m9E925E79E7B4A4853B47C1EFACEF2ED0A7844A23(L_25, NULL);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexFloat_37), (void*)(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)NULL);
}
IL_00c9:
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_26 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexARGB8_38;
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_27;
L_27 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_26, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_7 = L_27;
bool L_28 = V_7;
if (!L_28)
{
goto IL_00ed;
}
}
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4* L_29 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexARGB8_38;
il2cpp_codegen_runtime_class_init_inline(UIRUtility_tBBCA94052EAE57F0A59876553C582FFCF52E706C_il2cpp_TypeInfo_var);
UIRUtility_Destroy_m9E925E79E7B4A4853B47C1EFACEF2ED0A7844A23(L_29, NULL);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexARGB8_38 = (Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_DefaultShaderInfoTexARGB8_38), (void*)(Texture2D_tE6505BC111DD8A424A9DBE8E05D7D09E11FFFCF4*)NULL);
}
IL_00ed:
{
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_NotifyOfUIREvents_m84DA51777B615A0FA57AE784519A530F23434B47((bool)0, NULL);
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_SubscribedToNotifications_19 = (bool)0;
}
IL_00fb:
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_MarkerFree_29), NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::OnEngineUpdateGlobal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_OnEngineUpdateGlobal_m2A6A033AD59809CD1A9FC44EF3ACFCB81A1760B9 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
UIRenderDevice_ProcessDeviceFreeQueue_mAE86D31E256DEB4C438ECCD949C61FD305700A21(NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice::OnFlushPendingResources()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UIRenderDevice_OnFlushPendingResources_mDD4D89EFCE82EBCFFB1CE69E6CBA291B2A63316B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___m_SynchronousFree_20 = (bool)1;
UIRenderDevice_ProcessDeviceFreeQueue_mAE86D31E256DEB4C438ECCD949C61FD305700A21(NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate
IL2CPP_EXTERN_C void AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshal_pinvoke(const AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512& unmarshaled, AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshaled_pinvoke& marshaled)
{
Exception_t* ___meshHandle_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'meshHandle' of type 'AllocToUpdate': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___meshHandle_2Exception, NULL);
}
IL2CPP_EXTERN_C void AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshal_pinvoke_back(const AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshaled_pinvoke& marshaled, AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512& unmarshaled)
{
Exception_t* ___meshHandle_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'meshHandle' of type 'AllocToUpdate': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___meshHandle_2Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate
IL2CPP_EXTERN_C void AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshal_pinvoke_cleanup(AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate
IL2CPP_EXTERN_C void AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshal_com(const AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512& unmarshaled, AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshaled_com& marshaled)
{
Exception_t* ___meshHandle_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'meshHandle' of type 'AllocToUpdate': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___meshHandle_2Exception, NULL);
}
IL2CPP_EXTERN_C void AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshal_com_back(const AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshaled_com& marshaled, AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512& unmarshaled)
{
Exception_t* ___meshHandle_2Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'meshHandle' of type 'AllocToUpdate': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___meshHandle_2Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.UIRenderDevice/AllocToUpdate
IL2CPP_EXTERN_C void AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshal_com_cleanup(AllocToUpdate_tD0221D0ABC5378DDE5AAB1DAA219C337E562B512_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree
IL2CPP_EXTERN_C void AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshal_pinvoke(const AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8& unmarshaled, AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshaled_pinvoke& marshaled)
{
Exception_t* ___page_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'page' of type 'AllocToFree': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___page_1Exception, NULL);
}
IL2CPP_EXTERN_C void AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshal_pinvoke_back(const AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshaled_pinvoke& marshaled, AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8& unmarshaled)
{
Exception_t* ___page_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'page' of type 'AllocToFree': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___page_1Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree
IL2CPP_EXTERN_C void AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshal_pinvoke_cleanup(AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree
IL2CPP_EXTERN_C void AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshal_com(const AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8& unmarshaled, AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshaled_com& marshaled)
{
Exception_t* ___page_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'page' of type 'AllocToFree': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___page_1Exception, NULL);
}
IL2CPP_EXTERN_C void AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshal_com_back(const AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshaled_com& marshaled, AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8& unmarshaled)
{
Exception_t* ___page_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'page' of type 'AllocToFree': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___page_1Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.UIRenderDevice/AllocToFree
IL2CPP_EXTERN_C void AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshal_com_cleanup(AllocToFree_tC46982856CB8220A92BB724F5FB75CCCD09C67D8_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree
IL2CPP_EXTERN_C void DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshal_pinvoke(const DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B& unmarshaled, DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshaled_pinvoke& marshaled)
{
Exception_t* ___page_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'page' of type 'DeviceToFree': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___page_1Exception, NULL);
}
IL2CPP_EXTERN_C void DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshal_pinvoke_back(const DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshaled_pinvoke& marshaled, DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B& unmarshaled)
{
Exception_t* ___page_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'page' of type 'DeviceToFree': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___page_1Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree
IL2CPP_EXTERN_C void DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshal_pinvoke_cleanup(DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree
IL2CPP_EXTERN_C void DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshal_com(const DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B& unmarshaled, DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshaled_com& marshaled)
{
Exception_t* ___page_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'page' of type 'DeviceToFree': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___page_1Exception, NULL);
}
IL2CPP_EXTERN_C void DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshal_com_back(const DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshaled_com& marshaled, DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B& unmarshaled)
{
Exception_t* ___page_1Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'page' of type 'DeviceToFree': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___page_1Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree
IL2CPP_EXTERN_C void DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshal_com_cleanup(DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B_marshaled_com& marshaled)
{
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice/DeviceToFree::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeviceToFree_Dispose_m77269878F0DABBDED05EC935FEAC958DD5444DDE (DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B* __this, const RuntimeMethod* method)
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* V_0 = NULL;
bool V_1 = false;
{
goto IL_0024;
}
IL_0003:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_0 = __this->___page_1;
V_0 = L_0;
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_1 = __this->___page_1;
NullCheck(L_1);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_2 = L_1->___next_3;
__this->___page_1 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___page_1), (void*)L_2);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_3 = V_0;
NullCheck(L_3);
Page_Dispose_mB00D0535E4ADD98CC764DD9FF43C99E33E3C4B41(L_3, NULL);
}
IL_0024:
{
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_4 = __this->___page_1;
V_1 = (bool)((!(((RuntimeObject*)(Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9*)L_4) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_5 = V_1;
if (L_5)
{
goto IL_0003;
}
}
{
return;
}
}
IL2CPP_EXTERN_C void DeviceToFree_Dispose_m77269878F0DABBDED05EC935FEAC958DD5444DDE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
{
DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B* _thisAdjusted;
int32_t _offset = 1;
_thisAdjusted = reinterpret_cast<DeviceToFree_tF2AD2D5F5C1936F25516AEF0736CF4BCA1B3052B*>(__this + _offset);
DeviceToFree_Dispose_m77269878F0DABBDED05EC935FEAC958DD5444DDE(_thisAdjusted, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.UIRenderDevice/EvaluationState
IL2CPP_EXTERN_C void EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshal_pinvoke(const EvaluationState_t91A908747DD184A56AA6402529B965E07E555567& unmarshaled, EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshaled_pinvoke& marshaled)
{
Exception_t* ___stateMatProps_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'stateMatProps' of type 'EvaluationState': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___stateMatProps_0Exception, NULL);
}
IL2CPP_EXTERN_C void EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshal_pinvoke_back(const EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshaled_pinvoke& marshaled, EvaluationState_t91A908747DD184A56AA6402529B965E07E555567& unmarshaled)
{
Exception_t* ___stateMatProps_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'stateMatProps' of type 'EvaluationState': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___stateMatProps_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.UIRenderDevice/EvaluationState
IL2CPP_EXTERN_C void EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshal_pinvoke_cleanup(EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.UIRenderDevice/EvaluationState
IL2CPP_EXTERN_C void EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshal_com(const EvaluationState_t91A908747DD184A56AA6402529B965E07E555567& unmarshaled, EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshaled_com& marshaled)
{
Exception_t* ___stateMatProps_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'stateMatProps' of type 'EvaluationState': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___stateMatProps_0Exception, NULL);
}
IL2CPP_EXTERN_C void EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshal_com_back(const EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshaled_com& marshaled, EvaluationState_t91A908747DD184A56AA6402529B965E07E555567& unmarshaled)
{
Exception_t* ___stateMatProps_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'stateMatProps' of type 'EvaluationState': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___stateMatProps_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.UIRenderDevice/EvaluationState
IL2CPP_EXTERN_C void EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshal_com_cleanup(EvaluationState_t91A908747DD184A56AA6402529B965E07E555567_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice/<>c::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m7609878CD1E5C5A097E06BF7F2A497CADC96E90A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA* L_0 = (U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA*)il2cpp_codegen_object_new(U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_il2cpp_TypeInfo_var);
NullCheck(L_0);
U3CU3Ec__ctor_m51C86170A6E15FD67E6A4C2CCA63D56F7EC231F3(L_0, NULL);
((U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice/<>c::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m51C86170A6E15FD67E6A4C2CCA63D56F7EC231F3 (U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA* __this, const RuntimeMethod* method)
{
{
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// UnityEngine.UIElements.UIR.MeshHandle UnityEngine.UIElements.UIR.UIRenderDevice/<>c::<.ctor>b__53_0()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* U3CU3Ec_U3C_ctorU3Eb__53_0_mC2389465CFCE5C41315A4AA2704C899557663346 (U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_0 = (MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)il2cpp_codegen_object_new(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E_il2cpp_TypeInfo_var);
NullCheck(L_0);
MeshHandle__ctor_m000E1D4AFFFF44FB73C577EBACEAFE307D563BDE(L_0, NULL);
return L_0;
}
}
// System.Void UnityEngine.UIElements.UIR.UIRenderDevice/<>c::<.ctor>b__53_1(UnityEngine.UIElements.UIR.MeshHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_ctorU3Eb__53_1_mF3B926FA90689F29BABABE543D5AD255AC12DCB4 (U3CU3Ec_tDA9CB20CD341498E664D2FFD3DB25C9328DE72CA* __this, MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* ___0_mh, const RuntimeMethod* method)
{
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.State
IL2CPP_EXTERN_C void State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshal_pinvoke(const State_tC241510131965D8DE1919EB16A3650E397E5AEAB& unmarshaled, State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_pinvoke& marshaled)
{
Exception_t* ___material_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'material' of type 'State': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___material_0Exception, NULL);
}
IL2CPP_EXTERN_C void State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshal_pinvoke_back(const State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_pinvoke& marshaled, State_tC241510131965D8DE1919EB16A3650E397E5AEAB& unmarshaled)
{
Exception_t* ___material_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'material' of type 'State': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___material_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.State
IL2CPP_EXTERN_C void State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshal_pinvoke_cleanup(State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: UnityEngine.UIElements.UIR.State
IL2CPP_EXTERN_C void State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshal_com(const State_tC241510131965D8DE1919EB16A3650E397E5AEAB& unmarshaled, State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_com& marshaled)
{
Exception_t* ___material_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'material' of type 'State': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___material_0Exception, NULL);
}
IL2CPP_EXTERN_C void State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshal_com_back(const State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_com& marshaled, State_tC241510131965D8DE1919EB16A3650E397E5AEAB& unmarshaled)
{
Exception_t* ___material_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'material' of type 'State': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___material_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: UnityEngine.UIElements.UIR.State
IL2CPP_EXTERN_C void State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshal_com_cleanup(State_tC241510131965D8DE1919EB16A3650E397E5AEAB_marshaled_com& marshaled)
{
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.DrawParams::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawParams_Reset_m235ECFB0268B9DCA813D86AC4F4E183B86A23AA8 (DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_m251977459109D48D068772EA3624051434EB6DB0_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Clear_mB542E879C436E98D901D3068C891582A25F85711_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Clear_mD2D3759CB5BA49536707C59755691DDAA6C21960_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Clear_mE760938D1ADEAF722C519115D86462EF392D5F8E_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m4D734379CC958AED5ED7FF36A9467EDCE6AFDF56_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_mE3EEAE2C77DEA8C3F932C6074FAFCFDA80E6D86F_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* L_0 = __this->___view_2;
NullCheck(L_0);
Stack_1_Clear_mE760938D1ADEAF722C519115D86462EF392D5F8E(L_0, Stack_1_Clear_mE760938D1ADEAF722C519115D86462EF392D5F8E_RuntimeMethod_var);
Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* L_1 = __this->___view_2;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_2;
L_2 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
NullCheck(L_1);
Stack_1_Push_m4D734379CC958AED5ED7FF36A9467EDCE6AFDF56(L_1, L_2, Stack_1_Push_m4D734379CC958AED5ED7FF36A9467EDCE6AFDF56_RuntimeMethod_var);
Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* L_3 = __this->___scissor_3;
NullCheck(L_3);
Stack_1_Clear_mD2D3759CB5BA49536707C59755691DDAA6C21960(L_3, Stack_1_Clear_mD2D3759CB5BA49536707C59755691DDAA6C21960_RuntimeMethod_var);
Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* L_4 = __this->___scissor_3;
il2cpp_codegen_runtime_class_init_inline(DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_5 = ((DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_StaticFields*)il2cpp_codegen_static_fields_for(DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var))->___k_UnlimitedRect_0;
NullCheck(L_4);
Stack_1_Push_mE3EEAE2C77DEA8C3F932C6074FAFCFDA80E6D86F(L_4, L_5, Stack_1_Push_mE3EEAE2C77DEA8C3F932C6074FAFCFDA80E6D86F_RuntimeMethod_var);
List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B* L_6 = __this->___renderTexture_4;
NullCheck(L_6);
List_1_Clear_m251977459109D48D068772EA3624051434EB6DB0_inline(L_6, List_1_Clear_m251977459109D48D068772EA3624051434EB6DB0_RuntimeMethod_var);
List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* L_7 = __this->___defaultMaterial_5;
NullCheck(L_7);
List_1_Clear_mB542E879C436E98D901D3068C891582A25F85711_inline(L_7, List_1_Clear_mB542E879C436E98D901D3068C891582A25F85711_RuntimeMethod_var);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.DrawParams::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawParams__ctor_mB32E5A17EE38E8D728A265460BC709DDE4BE95B0 (DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m05332107DA4D8C8D747D79BDFC45DBE8FCEF8C23_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA1DAC546B5058BBB2F2AF683ECF3430ACFF2FE5C_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_mEA234C0CB558E2C38137325D097689FD7EBFFFF2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1__ctor_mFF546E1DE2E2F989C809B6F382BDF89D49AD1BB3_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* L_0 = (Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E*)il2cpp_codegen_object_new(Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E_il2cpp_TypeInfo_var);
NullCheck(L_0);
Stack_1__ctor_mEA234C0CB558E2C38137325D097689FD7EBFFFF2(L_0, 8, Stack_1__ctor_mEA234C0CB558E2C38137325D097689FD7EBFFFF2_RuntimeMethod_var);
__this->___view_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___view_2), (void*)L_0);
Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* L_1 = (Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA*)il2cpp_codegen_object_new(Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA_il2cpp_TypeInfo_var);
NullCheck(L_1);
Stack_1__ctor_mFF546E1DE2E2F989C809B6F382BDF89D49AD1BB3(L_1, 8, Stack_1__ctor_mFF546E1DE2E2F989C809B6F382BDF89D49AD1BB3_RuntimeMethod_var);
__this->___scissor_3 = L_1;
Il2CppCodeGenWriteBarrier((void**)(&__this->___scissor_3), (void*)L_1);
List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B* L_2 = (List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B*)il2cpp_codegen_object_new(List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B_il2cpp_TypeInfo_var);
NullCheck(L_2);
List_1__ctor_mA1DAC546B5058BBB2F2AF683ECF3430ACFF2FE5C(L_2, 8, List_1__ctor_mA1DAC546B5058BBB2F2AF683ECF3430ACFF2FE5C_RuntimeMethod_var);
__this->___renderTexture_4 = L_2;
Il2CppCodeGenWriteBarrier((void**)(&__this->___renderTexture_4), (void*)L_2);
List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* L_3 = (List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B*)il2cpp_codegen_object_new(List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B_il2cpp_TypeInfo_var);
NullCheck(L_3);
List_1__ctor_m05332107DA4D8C8D747D79BDFC45DBE8FCEF8C23(L_3, 8, List_1__ctor_m05332107DA4D8C8D747D79BDFC45DBE8FCEF8C23_RuntimeMethod_var);
__this->___defaultMaterial_5 = L_3;
Il2CppCodeGenWriteBarrier((void**)(&__this->___defaultMaterial_5), (void*)L_3);
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.DrawParams::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DrawParams__cctor_mE9FAF1F7B82954EB5B4362A861339875410655E0 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_0;
memset((&L_0), 0, sizeof(L_0));
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&L_0), (-100000.0f), (-100000.0f), (200000.0f), (200000.0f), /*hidden argument*/NULL);
((DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_StaticFields*)il2cpp_codegen_static_fields_for(DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var))->___k_UnlimitedRect_0 = L_0;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_1;
memset((&L_1), 0, sizeof(L_1));
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&L_1), (-1.0f), (-1.0f), (2.0f), (2.0f), /*hidden argument*/NULL);
((DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_StaticFields*)il2cpp_codegen_static_fields_for(DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var))->___k_FullNormalizedRect_1 = L_1;
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void UnityEngine.UIElements.UIR.RenderChainCommand::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainCommand_Reset_mD99E7F5D4C20AA2FD2DB328F5F86D46270D31C19 (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* __this, const RuntimeMethod* method)
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* V_0 = NULL;
int32_t V_1 = 0;
{
__this->___owner_1 = (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___owner_1), (void*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)NULL);
V_0 = (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL;
__this->___next_3 = (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___next_3), (void*)(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727*)NULL);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_0 = V_0;
__this->___prev_2 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___prev_2), (void*)L_0);
__this->___closing_4 = (bool)0;
__this->___type_5 = 0;
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_1 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&__this->___state_6);
il2cpp_codegen_initobj(L_1, sizeof(State_tC241510131965D8DE1919EB16A3650E397E5AEAB));
__this->___mesh_7 = (MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___mesh_7), (void*)(MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E*)NULL);
int32_t L_2 = 0;
V_1 = L_2;
__this->___indexCount_9 = L_2;
int32_t L_3 = V_1;
__this->___indexOffset_8 = L_3;
__this->___callback_10 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)NULL;
Il2CppCodeGenWriteBarrier((void**)(&__this->___callback_10), (void*)(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)NULL);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChainCommand::ExecuteNonDrawMesh(UnityEngine.UIElements.UIR.DrawParams,System.Single,System.Exception&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainCommand_ExecuteNonDrawMesh_m8E3516241CAAC2AAD86E4C72A3CDBD1B5DED19CE (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* __this, DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* ___0_drawParams, float ___1_pixelsPerPoint, Exception_t** ___2_immediateException, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m9F1BA8EEA06819CC244EC23459573BB8E8D32C78_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m164E41C28FA43F25F51C417135CF61976ECF3B69_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mDF53F5D42E96D7FDE797826D3902F54BB8B80221_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mFD8C82612D4654B884F2F68C8C1D93B56A1E0081_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Peek_m4C71DF7964D5892AE0F074981907CC29E354C498_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Peek_mB2B555E4E7CE625B69E74DA48FC6E95B192A62C2_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_m682D32993E1CB092C642F495A93915B11F401A7F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Pop_mBABC10C3A66167B8C5202740BEED900AB0FF3516_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_m4D734379CC958AED5ED7FF36A9467EDCE6AFDF56_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_Push_mE3EEAE2C77DEA8C3F932C6074FAFCFDA80E6D86F_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stack_1_get_Count_m6352E8A1C75FAF97C0127210A3241D92172561AD_RuntimeMethod_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral49B1D6326058E038CB9C6C89E4681C6470425770);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC80843F0678BB79D37F59443380AB5D1E6A44C86);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_2;
memset((&V_2), 0, sizeof(V_2));
bool V_3 = false;
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_4;
memset((&V_4), 0, sizeof(V_4));
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* V_5 = NULL;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_6 = NULL;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
ParentClipScope_tDAB1300C623213518730D926A970098BECFD9C52 V_10;
memset((&V_10), 0, sizeof(V_10));
Exception_t* V_11 = NULL;
bool V_12 = false;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* V_13 = NULL;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_14;
memset((&V_14), 0, sizeof(V_14));
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 V_15;
memset((&V_15), 0, sizeof(V_15));
bool V_16 = false;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_17;
memset((&V_17), 0, sizeof(V_17));
bool V_18 = false;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_19;
memset((&V_19), 0, sizeof(V_19));
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_20;
memset((&V_20), 0, sizeof(V_20));
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_21;
memset((&V_21), 0, sizeof(V_21));
bool V_22 = false;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_23;
memset((&V_23), 0, sizeof(V_23));
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_24 = NULL;
int32_t V_25 = 0;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_26 = NULL;
bool V_27 = false;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_28 = NULL;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* V_29 = NULL;
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
{
int32_t L_0 = __this->___type_5;
V_1 = L_0;
int32_t L_1 = V_1;
V_0 = L_1;
int32_t L_2 = V_0;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 1)))
{
case 0:
{
goto IL_0043;
}
case 1:
{
goto IL_0070;
}
case 2:
{
goto IL_0177;
}
case 3:
{
goto IL_01f4;
}
case 4:
{
goto IL_0263;
}
case 5:
{
goto IL_02a2;
}
case 6:
{
goto IL_02f4;
}
case 7:
{
goto IL_0358;
}
case 8:
{
goto IL_03cd;
}
case 9:
{
goto IL_042c;
}
case 10:
{
goto IL_042e;
}
}
}
{
goto IL_0430;
}
IL_0043:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_3 = __this->___owner_1;
NullCheck(L_3);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_4;
L_4 = VisualElement_get_worldBound_m2E4AF689F0B4AB06E1316348A1E10D4DB2412AC3(L_3, NULL);
float L_5 = ___1_pixelsPerPoint;
il2cpp_codegen_runtime_class_init_inline(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_6;
L_6 = RenderChainCommand_RectPointsToPixelsAndFlipYAxis_m1DC9A47DDF5C5CEC277C381E30253883612EEFBD(L_4, L_5, NULL);
V_2 = L_6;
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_7;
L_7 = Utility_GetActiveViewport_mDB9165183361EBE3D7D6D673EA147472C7FC9F14(NULL);
bool L_8;
L_8 = RectInt_Overlaps_m9E82E1C8BFDA3297221E5FDC8B8773AD3F50C4EE((&V_2), L_7, NULL);
V_3 = (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0);
bool L_9 = V_3;
if (!L_9)
{
goto IL_006e;
}
}
{
goto IL_0430;
}
IL_006e:
{
goto IL_0070;
}
IL_0070:
{
Exception_t** L_10 = ___2_immediateException;
Exception_t* L_11 = *((Exception_t**)L_10);
V_8 = (bool)((!(((RuntimeObject*)(Exception_t*)L_11) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_12 = V_8;
if (!L_12)
{
goto IL_0081;
}
}
{
goto IL_0430;
}
IL_0081:
{
il2cpp_codegen_runtime_class_init_inline(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var))->___s_ImmediateOverheadMarker_12), NULL);
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_13;
L_13 = Utility_GetUnityProjectionMatrix_mDAA7B9D416768C0A81392BE9F27D551650EFF1D9(NULL);
V_4 = L_13;
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_14;
L_14 = Camera_get_current_m25217A02CB09E3BD50E3E0327879E870AD58C6C3(NULL);
V_5 = L_14;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_15;
L_15 = RenderTexture_get_active_mA4434B3E79DEF2C01CAE0A53061598B16443C9E7(NULL);
V_6 = L_15;
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_16 = ___0_drawParams;
NullCheck(L_16);
Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* L_17 = L_16->___scissor_3;
NullCheck(L_17);
int32_t L_18;
L_18 = Stack_1_get_Count_m6352E8A1C75FAF97C0127210A3241D92172561AD_inline(L_17, Stack_1_get_Count_m6352E8A1C75FAF97C0127210A3241D92172561AD_RuntimeMethod_var);
V_7 = (bool)((((int32_t)L_18) > ((int32_t)1))? 1 : 0);
bool L_19 = V_7;
V_9 = L_19;
bool L_20 = V_9;
if (!L_20)
{
goto IL_00bf;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_DisableScissor_m7B52FA0EC1106927817854145DA8A862B3F2624C(NULL);
}
IL_00bf:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_21 = __this->___owner_1;
NullCheck(L_21);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_22;
L_22 = VisualElement_get_worldTransform_m706C9ADA6ADFBA381EDCAD418040C9F30D42E96A(L_21, NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_23 = __this->___owner_1;
NullCheck(L_23);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_24;
L_24 = VisualElement_get_worldClip_m61B2DBE3962B9D3E328933EE88CC7B70DE7B711A(L_23, NULL);
ParentClipScope__ctor_m5251E311D308625C438134442CA69D75E872DCD4((&V_10), L_22, L_24, NULL);
}
{
auto __finallyBlock = il2cpp::utils::Finally([&]
{
FINALLY_0110:
{// begin finally (depth: 1)
ParentClipScope_Dispose_m39F5E11A8E9346D5ADE850A5A600A675589E786D((&V_10), NULL);
return;
}// end finally (depth: 1)
});
try
{// begin try (depth: 1)
{
il2cpp_codegen_runtime_class_init_inline(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var))->___s_ImmediateOverheadMarker_12), NULL);
}
try
{// begin try (depth: 2)
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_25 = __this->___callback_10;
NullCheck(L_25);
Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline(L_25, NULL);
goto IL_0102_1;
}// end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
{
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
goto CATCH_00f8_1;
}
throw e;
}
CATCH_00f8_1:
{// begin catch(System.Exception)
Exception_t* L_26 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
V_11 = L_26;
Exception_t** L_27 = ___2_immediateException;
Exception_t* L_28 = V_11;
*((RuntimeObject**)L_27) = (RuntimeObject*)L_28;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_27, (void*)(RuntimeObject*)L_28);
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
goto IL_0102_1;
}// end catch (depth: 2)
IL_0102_1:
{
il2cpp_codegen_runtime_class_init_inline(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline((&((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var))->___s_ImmediateOverheadMarker_12), NULL);
goto IL_011f;
}
}// end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__finallyBlock.StoreException(e.ex);
}
}
IL_011f:
{
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_29 = V_5;
Camera_SetupCurrent_m564B3A5A985E2DF0C7CE924FD93CD9545002C515(L_29, NULL);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_30 = V_6;
RenderTexture_set_active_m5EE8E2327EF9B306C1425014CC34C41A8384E7AB(L_30, NULL);
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_31 = ___0_drawParams;
NullCheck(L_31);
Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* L_32 = L_31->___view_2;
NullCheck(L_32);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_33;
L_33 = Stack_1_Peek_m4C71DF7964D5892AE0F074981907CC29E354C498(L_32, Stack_1_Peek_m4C71DF7964D5892AE0F074981907CC29E354C498_RuntimeMethod_var);
GL_set_modelview_mCAE007CC5BE38316397954370950EB43991FBBD4(L_33, NULL);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_34 = V_4;
GL_LoadProjectionMatrix_m4310EBD83BF1858124306A227C18FF52152718BD(L_34, NULL);
bool L_35 = V_7;
V_12 = L_35;
bool L_36 = V_12;
if (!L_36)
{
goto IL_0167;
}
}
{
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_37 = ___0_drawParams;
NullCheck(L_37);
Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* L_38 = L_37->___scissor_3;
NullCheck(L_38);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_39;
L_39 = Stack_1_Peek_mB2B555E4E7CE625B69E74DA48FC6E95B192A62C2(L_38, Stack_1_Peek_mB2B555E4E7CE625B69E74DA48FC6E95B192A62C2_RuntimeMethod_var);
float L_40 = ___1_pixelsPerPoint;
il2cpp_codegen_runtime_class_init_inline(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_41;
L_41 = RenderChainCommand_RectPointsToPixelsAndFlipYAxis_m1DC9A47DDF5C5CEC277C381E30253883612EEFBD(L_39, L_40, NULL);
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_SetScissorRect_mFB429FC493F3679035007BF759880159DDBFC049(L_41, NULL);
}
IL_0167:
{
il2cpp_codegen_runtime_class_init_inline(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline((&((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var))->___s_ImmediateOverheadMarker_12), NULL);
goto IL_0430;
}
IL_0177:
{
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_42 = ___0_drawParams;
NullCheck(L_42);
Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* L_43 = L_42->___view_2;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_44 = __this->___owner_1;
NullCheck(L_44);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_45;
L_45 = VisualElement_get_worldTransform_m706C9ADA6ADFBA381EDCAD418040C9F30D42E96A(L_44, NULL);
NullCheck(L_43);
Stack_1_Push_m4D734379CC958AED5ED7FF36A9467EDCE6AFDF56(L_43, L_45, Stack_1_Push_m4D734379CC958AED5ED7FF36A9467EDCE6AFDF56_RuntimeMethod_var);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_46 = __this->___owner_1;
NullCheck(L_46);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_47;
L_47 = VisualElement_get_worldTransform_m706C9ADA6ADFBA381EDCAD418040C9F30D42E96A(L_46, NULL);
GL_set_modelview_mCAE007CC5BE38316397954370950EB43991FBBD4(L_47, NULL);
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_48 = __this->___owner_1;
NullCheck(L_48);
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_49;
L_49 = VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline(L_48, NULL);
V_15 = L_49;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_50;
L_50 = Hierarchy_get_parent_m1CB3F7548632A5B5747041AF64B12BB0E0F402D4((&V_15), NULL);
V_13 = L_50;
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_51 = V_13;
V_16 = (bool)((!(((RuntimeObject*)(VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115*)L_51) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
bool L_52 = V_16;
if (!L_52)
{
goto IL_01cc;
}
}
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_53 = V_13;
NullCheck(L_53);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_54;
L_54 = VisualElement_get_worldClip_m61B2DBE3962B9D3E328933EE88CC7B70DE7B711A(L_53, NULL);
V_14 = L_54;
goto IL_01d3;
}
IL_01cc:
{
il2cpp_codegen_runtime_class_init_inline(DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_55 = ((DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_StaticFields*)il2cpp_codegen_static_fields_for(DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var))->___k_FullNormalizedRect_1;
V_14 = L_55;
}
IL_01d3:
{
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_56 = ___0_drawParams;
NullCheck(L_56);
Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* L_57 = L_56->___scissor_3;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_58 = V_14;
NullCheck(L_57);
Stack_1_Push_mE3EEAE2C77DEA8C3F932C6074FAFCFDA80E6D86F(L_57, L_58, Stack_1_Push_mE3EEAE2C77DEA8C3F932C6074FAFCFDA80E6D86F_RuntimeMethod_var);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_59 = V_14;
float L_60 = ___1_pixelsPerPoint;
il2cpp_codegen_runtime_class_init_inline(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_61;
L_61 = RenderChainCommand_RectPointsToPixelsAndFlipYAxis_m1DC9A47DDF5C5CEC277C381E30253883612EEFBD(L_59, L_60, NULL);
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_SetScissorRect_mFB429FC493F3679035007BF759880159DDBFC049(L_61, NULL);
goto IL_0430;
}
IL_01f4:
{
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_62 = ___0_drawParams;
NullCheck(L_62);
Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* L_63 = L_62->___view_2;
NullCheck(L_63);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_64;
L_64 = Stack_1_Pop_m682D32993E1CB092C642F495A93915B11F401A7F(L_63, Stack_1_Pop_m682D32993E1CB092C642F495A93915B11F401A7F_RuntimeMethod_var);
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_65 = ___0_drawParams;
NullCheck(L_65);
Stack_1_t8A661B4E11F715EF60608DE57485D9956E00C72E* L_66 = L_65->___view_2;
NullCheck(L_66);
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_67;
L_67 = Stack_1_Peek_m4C71DF7964D5892AE0F074981907CC29E354C498(L_66, Stack_1_Peek_m4C71DF7964D5892AE0F074981907CC29E354C498_RuntimeMethod_var);
GL_set_modelview_mCAE007CC5BE38316397954370950EB43991FBBD4(L_67, NULL);
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_68 = ___0_drawParams;
NullCheck(L_68);
Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* L_69 = L_68->___scissor_3;
NullCheck(L_69);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_70;
L_70 = Stack_1_Pop_mBABC10C3A66167B8C5202740BEED900AB0FF3516(L_69, Stack_1_Pop_mBABC10C3A66167B8C5202740BEED900AB0FF3516_RuntimeMethod_var);
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_71 = ___0_drawParams;
NullCheck(L_71);
Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* L_72 = L_71->___scissor_3;
NullCheck(L_72);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_73;
L_73 = Stack_1_Peek_mB2B555E4E7CE625B69E74DA48FC6E95B192A62C2(L_72, Stack_1_Peek_mB2B555E4E7CE625B69E74DA48FC6E95B192A62C2_RuntimeMethod_var);
V_17 = L_73;
float L_74;
L_74 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&V_17), NULL);
il2cpp_codegen_runtime_class_init_inline(DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_75 = ((DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_StaticFields*)il2cpp_codegen_static_fields_for(DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var))->___k_UnlimitedRect_0;
V_19 = L_75;
float L_76;
L_76 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&V_19), NULL);
V_18 = (bool)((((float)L_74) == ((float)L_76))? 1 : 0);
bool L_77 = V_18;
if (!L_77)
{
goto IL_0250;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_DisableScissor_m7B52FA0EC1106927817854145DA8A862B3F2624C(NULL);
goto IL_025e;
}
IL_0250:
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_78 = V_17;
float L_79 = ___1_pixelsPerPoint;
il2cpp_codegen_runtime_class_init_inline(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_80;
L_80 = RenderChainCommand_RectPointsToPixelsAndFlipYAxis_m1DC9A47DDF5C5CEC277C381E30253883612EEFBD(L_78, L_79, NULL);
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_SetScissorRect_mFB429FC493F3679035007BF759880159DDBFC049(L_80, NULL);
}
IL_025e:
{
goto IL_0430;
}
IL_0263:
{
VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* L_81 = __this->___owner_1;
NullCheck(L_81);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_82;
L_82 = VisualElement_get_worldClip_m61B2DBE3962B9D3E328933EE88CC7B70DE7B711A(L_81, NULL);
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_83 = ___0_drawParams;
NullCheck(L_83);
Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* L_84 = L_83->___scissor_3;
NullCheck(L_84);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_85;
L_85 = Stack_1_Peek_mB2B555E4E7CE625B69E74DA48FC6E95B192A62C2(L_84, Stack_1_Peek_mB2B555E4E7CE625B69E74DA48FC6E95B192A62C2_RuntimeMethod_var);
il2cpp_codegen_runtime_class_init_inline(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_86;
L_86 = RenderChainCommand_CombineScissorRects_m93A2693B6CCEF47E79FF969265EB01CBF8C68498(L_82, L_85, NULL);
V_20 = L_86;
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_87 = ___0_drawParams;
NullCheck(L_87);
Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* L_88 = L_87->___scissor_3;
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_89 = V_20;
NullCheck(L_88);
Stack_1_Push_mE3EEAE2C77DEA8C3F932C6074FAFCFDA80E6D86F(L_88, L_89, Stack_1_Push_mE3EEAE2C77DEA8C3F932C6074FAFCFDA80E6D86F_RuntimeMethod_var);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_90 = V_20;
float L_91 = ___1_pixelsPerPoint;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_92;
L_92 = RenderChainCommand_RectPointsToPixelsAndFlipYAxis_m1DC9A47DDF5C5CEC277C381E30253883612EEFBD(L_90, L_91, NULL);
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_SetScissorRect_mFB429FC493F3679035007BF759880159DDBFC049(L_92, NULL);
goto IL_0430;
}
IL_02a2:
{
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_93 = ___0_drawParams;
NullCheck(L_93);
Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* L_94 = L_93->___scissor_3;
NullCheck(L_94);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_95;
L_95 = Stack_1_Pop_mBABC10C3A66167B8C5202740BEED900AB0FF3516(L_94, Stack_1_Pop_mBABC10C3A66167B8C5202740BEED900AB0FF3516_RuntimeMethod_var);
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_96 = ___0_drawParams;
NullCheck(L_96);
Stack_1_tEEC1F6968B6388E4800894946805617A2E7EDFDA* L_97 = L_96->___scissor_3;
NullCheck(L_97);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_98;
L_98 = Stack_1_Peek_mB2B555E4E7CE625B69E74DA48FC6E95B192A62C2(L_97, Stack_1_Peek_mB2B555E4E7CE625B69E74DA48FC6E95B192A62C2_RuntimeMethod_var);
V_21 = L_98;
float L_99;
L_99 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&V_21), NULL);
il2cpp_codegen_runtime_class_init_inline(DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_100 = ((DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_StaticFields*)il2cpp_codegen_static_fields_for(DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443_il2cpp_TypeInfo_var))->___k_UnlimitedRect_0;
V_19 = L_100;
float L_101;
L_101 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&V_19), NULL);
V_22 = (bool)((((float)L_99) == ((float)L_101))? 1 : 0);
bool L_102 = V_22;
if (!L_102)
{
goto IL_02e1;
}
}
{
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_DisableScissor_m7B52FA0EC1106927817854145DA8A862B3F2624C(NULL);
goto IL_02ef;
}
IL_02e1:
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_103 = V_21;
float L_104 = ___1_pixelsPerPoint;
il2cpp_codegen_runtime_class_init_inline(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_105;
L_105 = RenderChainCommand_RectPointsToPixelsAndFlipYAxis_m1DC9A47DDF5C5CEC277C381E30253883612EEFBD(L_103, L_104, NULL);
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
Utility_SetScissorRect_mFB429FC493F3679035007BF759880159DDBFC049(L_105, NULL);
}
IL_02ef:
{
goto IL_0430;
}
IL_02f4:
{
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_106;
L_106 = Utility_GetActiveViewport_mDB9165183361EBE3D7D6D673EA147472C7FC9F14(NULL);
V_23 = L_106;
int32_t L_107;
L_107 = RectInt_get_width_m6B7B2FB764EAE83B7F63E7F77FA33973606761A7((&V_23), NULL);
int32_t L_108;
L_108 = RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C((&V_23), NULL);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_109;
L_109 = RenderTexture_GetTemporary_mDAD0D2A673F07BEC3B1A9555863E24A479E9BB11(L_107, L_108, ((int32_t)24), 2, NULL);
V_24 = L_109;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_110 = V_24;
RenderTexture_set_active_m5EE8E2327EF9B306C1425014CC34C41A8384E7AB(L_110, NULL);
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_111;
memset((&L_111), 0, sizeof(L_111));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_111), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL);
GL_Clear_m49FFE8774C00488FD65A2638F7D02E67325923FA((bool)1, (bool)1, L_111, (0.99000001f), NULL);
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_112 = ___0_drawParams;
NullCheck(L_112);
List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B* L_113 = L_112->___renderTexture_4;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_114;
L_114 = RenderTexture_get_active_mA4434B3E79DEF2C01CAE0A53061598B16443C9E7(NULL);
NullCheck(L_113);
List_1_Add_m9F1BA8EEA06819CC244EC23459573BB8E8D32C78_inline(L_113, L_114, List_1_Add_m9F1BA8EEA06819CC244EC23459573BB8E8D32C78_RuntimeMethod_var);
goto IL_0430;
}
IL_0358:
{
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_115 = ___0_drawParams;
NullCheck(L_115);
List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B* L_116 = L_115->___renderTexture_4;
NullCheck(L_116);
int32_t L_117;
L_117 = List_1_get_Count_mDF53F5D42E96D7FDE797826D3902F54BB8B80221_inline(L_116, List_1_get_Count_mDF53F5D42E96D7FDE797826D3902F54BB8B80221_RuntimeMethod_var);
V_25 = ((int32_t)il2cpp_codegen_subtract(L_117, 1));
int32_t L_118 = V_25;
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_m6E778CACD0F440E2DEA9ACDD9330A22DAF16E96D((bool)((((int32_t)L_118) > ((int32_t)0))? 1 : 0), NULL);
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_119 = ___0_drawParams;
NullCheck(L_119);
List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B* L_120 = L_119->___renderTexture_4;
int32_t L_121 = V_25;
NullCheck(L_120);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_122;
L_122 = List_1_get_Item_mFD8C82612D4654B884F2F68C8C1D93B56A1E0081(L_120, ((int32_t)il2cpp_codegen_subtract(L_121, 1)), List_1_get_Item_mFD8C82612D4654B884F2F68C8C1D93B56A1E0081_RuntimeMethod_var);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_123;
L_123 = RenderTexture_get_active_mA4434B3E79DEF2C01CAE0A53061598B16443C9E7(NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_124;
L_124 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_122, L_123, NULL);
Debug_Assert_mA460392021AC0A8210C9081E3C1C9652DBF32BF6(L_124, _stringLiteral49B1D6326058E038CB9C6C89E4681C6470425770, NULL);
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_125 = ___0_drawParams;
NullCheck(L_125);
List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B* L_126 = L_125->___renderTexture_4;
int32_t L_127 = V_25;
NullCheck(L_126);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_128;
L_128 = List_1_get_Item_mFD8C82612D4654B884F2F68C8C1D93B56A1E0081(L_126, L_127, List_1_get_Item_mFD8C82612D4654B884F2F68C8C1D93B56A1E0081_RuntimeMethod_var);
V_26 = L_128;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_129 = V_26;
bool L_130;
L_130 = Object_op_Inequality_mD0BE578448EAA61948F25C32F8DD55AB1F778602(L_129, (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C*)NULL, NULL);
V_27 = L_130;
bool L_131 = V_27;
if (!L_131)
{
goto IL_03bc;
}
}
{
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_132 = V_26;
RenderTexture_ReleaseTemporary_mEEF2C1990196FF06FDD0DC190928AD3A023EBDD2(L_132, NULL);
}
IL_03bc:
{
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_133 = ___0_drawParams;
NullCheck(L_133);
List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B* L_134 = L_133->___renderTexture_4;
int32_t L_135 = V_25;
NullCheck(L_134);
List_1_RemoveAt_m164E41C28FA43F25F51C417135CF61976ECF3B69(L_134, L_135, List_1_RemoveAt_m164E41C28FA43F25F51C417135CF61976ECF3B69_RuntimeMethod_var);
goto IL_0430;
}
IL_03cd:
{
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_136 = ___0_drawParams;
NullCheck(L_136);
List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B* L_137 = L_136->___renderTexture_4;
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_138 = ___0_drawParams;
NullCheck(L_138);
List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B* L_139 = L_138->___renderTexture_4;
NullCheck(L_139);
int32_t L_140;
L_140 = List_1_get_Count_mDF53F5D42E96D7FDE797826D3902F54BB8B80221_inline(L_139, List_1_get_Count_mDF53F5D42E96D7FDE797826D3902F54BB8B80221_RuntimeMethod_var);
NullCheck(L_137);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_141;
L_141 = List_1_get_Item_mFD8C82612D4654B884F2F68C8C1D93B56A1E0081(L_137, ((int32_t)il2cpp_codegen_subtract(L_140, 1)), List_1_get_Item_mFD8C82612D4654B884F2F68C8C1D93B56A1E0081_RuntimeMethod_var);
V_28 = L_141;
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_142 = ___0_drawParams;
NullCheck(L_142);
List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B* L_143 = L_142->___renderTexture_4;
DrawParams_t523864F415D78BD8BB14E8B7BD349594D6187443* L_144 = ___0_drawParams;
NullCheck(L_144);
List_1_tF20988DD2863E9321EB7427D9B83C337053F1C8B* L_145 = L_144->___renderTexture_4;
NullCheck(L_145);
int32_t L_146;
L_146 = List_1_get_Count_mDF53F5D42E96D7FDE797826D3902F54BB8B80221_inline(L_145, List_1_get_Count_mDF53F5D42E96D7FDE797826D3902F54BB8B80221_RuntimeMethod_var);
NullCheck(L_143);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_147;
L_147 = List_1_get_Item_mFD8C82612D4654B884F2F68C8C1D93B56A1E0081(L_143, ((int32_t)il2cpp_codegen_subtract(L_146, 2)), List_1_get_Item_mFD8C82612D4654B884F2F68C8C1D93B56A1E0081_RuntimeMethod_var);
V_29 = L_147;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_148 = V_28;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_149;
L_149 = RenderTexture_get_active_mA4434B3E79DEF2C01CAE0A53061598B16443C9E7(NULL);
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
bool L_150;
L_150 = Object_op_Equality_mB6120F782D83091EF56A198FCEBCF066DB4A9605(L_148, L_149, NULL);
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
Debug_Assert_mA460392021AC0A8210C9081E3C1C9652DBF32BF6(L_150, _stringLiteralC80843F0678BB79D37F59443380AB5D1E6A44C86, NULL);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_151 = V_28;
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_152 = V_29;
RenderChainCommand_Blit_m652E7C3FDC5790C317E7FA1772953B1786BD0D3B(__this, L_151, L_152, (0.0f), NULL);
goto IL_0430;
}
IL_042c:
{
goto IL_0430;
}
IL_042e:
{
goto IL_0430;
}
IL_0430:
{
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChainCommand::Blit(UnityEngine.Texture,UnityEngine.RenderTexture,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainCommand_Blit_m652E7C3FDC5790C317E7FA1772953B1786BD0D3B (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* __this, Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___0_source, RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___1_destination, float ___2_depth, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
GL_PushMatrix_mB505DD9B224528266FCADC716A16343838105A09(NULL);
GL_LoadOrtho_mE86AB2DBBC5C2BA67E7B743A2352E61C372CEADC(NULL);
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* L_0 = ___1_destination;
RenderTexture_set_active_m5EE8E2327EF9B306C1425014CC34C41A8384E7AB(L_0, NULL);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_1 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&__this->___state_6);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_2 = L_1->___material_0;
il2cpp_codegen_runtime_class_init_inline(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
int32_t L_3 = ((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var))->___k_ID_MainTex_11;
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_4 = ___0_source;
NullCheck(L_2);
Material_SetTexture_mA9F8461850AAB88F992E9C6FA6F24C2E050B83FD(L_2, L_3, L_4, NULL);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_5 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&__this->___state_6);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_6 = L_5->___material_0;
NullCheck(L_6);
bool L_7;
L_7 = Material_SetPass_mBB03542DFF4FAEADFCED332009F9D61B6DED75FE(L_6, 0, NULL);
GL_Begin_m17A70A7A3C161D8A127C11BDC5FC393392AB70C7(7, NULL);
GL_TexCoord2_mBD9A9E6D397F8669FAE40DA950AB1FD7D674D1FB((0.0f), (0.0f), NULL);
float L_8 = ___2_depth;
GL_Vertex3_mEA9925548F447556F7899E69604B787EE57F6978((0.0f), (0.0f), L_8, NULL);
GL_TexCoord2_mBD9A9E6D397F8669FAE40DA950AB1FD7D674D1FB((0.0f), (1.0f), NULL);
float L_9 = ___2_depth;
GL_Vertex3_mEA9925548F447556F7899E69604B787EE57F6978((0.0f), (1.0f), L_9, NULL);
GL_TexCoord2_mBD9A9E6D397F8669FAE40DA950AB1FD7D674D1FB((1.0f), (1.0f), NULL);
float L_10 = ___2_depth;
GL_Vertex3_mEA9925548F447556F7899E69604B787EE57F6978((1.0f), (1.0f), L_10, NULL);
GL_TexCoord2_mBD9A9E6D397F8669FAE40DA950AB1FD7D674D1FB((1.0f), (0.0f), NULL);
float L_11 = ___2_depth;
GL_Vertex3_mEA9925548F447556F7899E69604B787EE57F6978((1.0f), (0.0f), L_11, NULL);
GL_End_m6CE9D562B738075125F901B1D5254520EC30AB36(NULL);
GL_PopMatrix_mCE0D33302104D1168B6382136039E979E8C02855(NULL);
return;
}
}
// UnityEngine.Rect UnityEngine.UIElements.UIR.RenderChainCommand::CombineScissorRects(UnityEngine.Rect,UnityEngine.Rect)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D RenderChainCommand_CombineScissorRects_m93A2693B6CCEF47E79FF969265EB01CBF8C68498 (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_r0, Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___1_r1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_0;
memset((&V_0), 0, sizeof(V_0));
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D V_1;
memset((&V_1), 0, sizeof(V_1));
{
Rect__ctor_m18C3033D135097BEE424AAA68D91C706D2647F23((&V_0), (0.0f), (0.0f), (0.0f), (0.0f), NULL);
float L_0;
L_0 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&___0_r0), NULL);
float L_1;
L_1 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&___1_r1), NULL);
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
float L_2;
L_2 = Math_Max_mB55ACEA482E7F67E61496C4C7C54FE0BB7BE78EA(L_0, L_1, NULL);
Rect_set_x_mAB91AB71898A20762BC66FD0723C4C739C4C3406((&V_0), L_2, NULL);
float L_3;
L_3 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49((&___0_r0), NULL);
float L_4;
L_4 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49((&___1_r1), NULL);
float L_5;
L_5 = Math_Max_mB55ACEA482E7F67E61496C4C7C54FE0BB7BE78EA(L_3, L_4, NULL);
Rect_set_y_mDE91F4B98A6E8623EFB1250FF6526D5DB5855629((&V_0), L_5, NULL);
float L_6;
L_6 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&V_0), NULL);
float L_7;
L_7 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F((&___0_r0), NULL);
float L_8;
L_8 = Rect_get_xMax_m2339C7D2FCDA98A9B007F815F6E2059BA6BE425F((&___1_r1), NULL);
float L_9;
L_9 = Math_Min_mE913811A2F7566294BF4649A434282634E7254B3(L_7, L_8, NULL);
float L_10;
L_10 = Math_Max_mB55ACEA482E7F67E61496C4C7C54FE0BB7BE78EA(L_6, L_9, NULL);
Rect_set_xMax_m97C28D468455A6D19325D0D862E80A093240D49D((&V_0), L_10, NULL);
float L_11;
L_11 = Rect_get_y_mC733E8D49F3CE21B2A3D40A1B72D687F22C97F49((&V_0), NULL);
float L_12;
L_12 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E((&___0_r0), NULL);
float L_13;
L_13 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E((&___1_r1), NULL);
float L_14;
L_14 = Math_Min_mE913811A2F7566294BF4649A434282634E7254B3(L_12, L_13, NULL);
float L_15;
L_15 = Math_Max_mB55ACEA482E7F67E61496C4C7C54FE0BB7BE78EA(L_11, L_14, NULL);
Rect_set_yMax_mCF452040E0068A4B3CB15994C0B4B6AD4D78E04B((&V_0), L_15, NULL);
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_16 = V_0;
V_1 = L_16;
goto IL_00a4;
}
IL_00a4:
{
Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D L_17 = V_1;
return L_17;
}
}
// UnityEngine.RectInt UnityEngine.UIElements.UIR.RenderChainCommand::RectPointsToPixelsAndFlipYAxis(UnityEngine.Rect,System.Single)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 RenderChainCommand_RectPointsToPixelsAndFlipYAxis_m1DC9A47DDF5C5CEC277C381E30253883612EEFBD (Rect_tA04E0F8A1830E767F40FB27ECD8D309303571F0D ___0_rect, float ___1_pixelsPerPoint, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
float V_0 = 0.0f;
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_1;
memset((&V_1), 0, sizeof(V_1));
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_2;
memset((&V_2), 0, sizeof(V_2));
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 V_3;
memset((&V_3), 0, sizeof(V_3));
{
il2cpp_codegen_runtime_class_init_inline(Utility_t8BCC393462C6270211734BE47CF5350F05EC97AD_il2cpp_TypeInfo_var);
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_0;
L_0 = Utility_GetActiveViewport_mDB9165183361EBE3D7D6D673EA147472C7FC9F14(NULL);
V_2 = L_0;
int32_t L_1;
L_1 = RectInt_get_height_mE25FB938714942D7A3BA0B3C21BC5CB913D5709C((&V_2), NULL);
V_0 = ((float)L_1);
RectInt__ctor_m6E8B3A6C7EE11257A6B438E36274116FE39B5B42((&V_1), 0, 0, 0, 0, NULL);
float L_2;
L_2 = Rect_get_x_mB267B718E0D067F2BAE31BA477647FBF964916EB((&___0_rect), NULL);
float L_3 = ___1_pixelsPerPoint;
int32_t L_4;
L_4 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(((float)il2cpp_codegen_multiply(L_2, L_3)), NULL);
RectInt_set_x_m2D2F3A87E9899A29444DBDD0BB11CB19F13AA075((&V_1), L_4, NULL);
float L_5 = V_0;
float L_6;
L_6 = Rect_get_yMax_mBC37BEE1CD632AADD8B9EAF9FE3BA143F79CAF8E((&___0_rect), NULL);
float L_7 = ___1_pixelsPerPoint;
int32_t L_8;
L_8 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(((float)il2cpp_codegen_subtract(L_5, ((float)il2cpp_codegen_multiply(L_6, L_7)))), NULL);
RectInt_set_y_m45D5C1D817698266BED66D41A705956A1571858D((&V_1), L_8, NULL);
float L_9;
L_9 = Rect_get_width_m620D67551372073C9C32C4C4624C2A5713F7F9A9((&___0_rect), NULL);
float L_10 = ___1_pixelsPerPoint;
int32_t L_11;
L_11 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(((float)il2cpp_codegen_multiply(L_9, L_10)), NULL);
RectInt_set_width_mCD96AA9D096114147F8411A340CE4AD3476DCD4C((&V_1), L_11, NULL);
float L_12;
L_12 = Rect_get_height_mE1AA6C6C725CCD2D317BD2157396D3CF7D47C9D8((&___0_rect), NULL);
float L_13 = ___1_pixelsPerPoint;
int32_t L_14;
L_14 = Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline(((float)il2cpp_codegen_multiply(L_12, L_13)), NULL);
RectInt_set_height_m823A353A80B8B5180AEDF968A6E85B9D9B75C1C6((&V_1), L_14, NULL);
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_15 = V_1;
V_3 = L_15;
goto IL_0079;
}
IL_0079:
{
RectInt_t1744D10E1063135DA9D574F95205B98DAC600CB8 L_16 = V_3;
return L_16;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChainCommand::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainCommand__ctor_m305982AFE24A773C052036C022B909ABC9FC6A1E (RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedPoolItem_1__ctor_mE7EFB14ABCC96D329AAD2A735FE76413EBA739FE_RuntimeMethod_var);
s_Il2CppMethodInitialized = true;
}
{
LinkedPoolItem_1__ctor_mE7EFB14ABCC96D329AAD2A735FE76413EBA739FE(__this, LinkedPoolItem_1__ctor_mE7EFB14ABCC96D329AAD2A735FE76413EBA739FE_RuntimeMethod_var);
return;
}
}
// System.Void UnityEngine.UIElements.UIR.RenderChainCommand::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderChainCommand__cctor_mE23A37D624A9E72D1E2A109E57F8B2C568B46E11 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21A71E3E4A14AB6ECDEBD98DBF9D4519619DE229);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0;
L_0 = Shader_PropertyToID_mE98523D50F5656CAE89B30695C458253EB8956CA(_stringLiteral4B8146FB95E4F51B29DA41EB5F6D60F8FD0ECF21, NULL);
((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var))->___k_ID_MainTex_11 = L_0;
ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD L_1;
memset((&L_1), 0, sizeof(L_1));
ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline((&L_1), _stringLiteral21A71E3E4A14AB6ECDEBD98DBF9D4519619DE229, /*hidden argument*/NULL);
((RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_StaticFields*)il2cpp_codegen_static_fields_for(RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727_il2cpp_TypeInfo_var))->___s_ImmediateOverheadMarker_12 = L_1;
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* Allocator_Invoke_mCBC42ABCC9E1CDBD31724B53430EE6271DD256A7_inline (Allocator_t084692CDDE70825875BA4EC825D124E0BF9355D3* __this, uint32_t ___0_vertexCount, uint32_t ___1_indexCount, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0* ___2_allocatorData, const RuntimeMethod* method)
{
typedef MeshWriteData_tE09883A6419D2A92CC453702AD6D30486B44F5F9* (*FunctionPointerType) (RuntimeObject*, uint32_t, uint32_t, AllocMeshData_t2A9D421887B81E659406F225BE007B9CD4FC1AA0*, const RuntimeMethod*);
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_vertexCount, ___1_indexCount, ___2_allocatorData, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2Int__ctor_mC20D1312133EB8CB63EC11067088B043660F11CE_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method)
{
{
int32_t L_0 = ___0_x;
__this->___m_X_0 = L_0;
int32_t L_1 = ___1_y;
__this->___m_Y_1 = L_1;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->___m_X_0;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
int32_t L_1 = V_0;
return L_1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->___m_Y_1;
V_0 = L_0;
goto IL_000a;
}
IL_000a:
{
int32_t L_1 = V_0;
return L_1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_op_Implicit_mA8CF4745D766F4F610E1BE0A1ED2F4E5FE5D734C_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_v, const RuntimeMethod* method)
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ___0_v;
float L_1 = L_0.___x_1;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2 = ___0_v;
float L_3 = L_2.___y_2;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = ___0_v;
float L_5 = L_4.___z_3;
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6 = ___0_v;
float L_7 = L_6.___w_4;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8;
memset((&L_8), 0, sizeof(L_8));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_8), L_1, L_3, L_5, L_7, /*hidden argument*/NULL);
V_0 = L_8;
goto IL_0021;
}
IL_0021:
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_9 = V_0;
return L_9;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, float ___0_r, float ___1_g, float ___2_b, float ___3_a, const RuntimeMethod* method)
{
{
float L_0 = ___0_r;
__this->___r_0 = L_0;
float L_1 = ___1_g;
__this->___g_1 = L_1;
float L_2 = ___2_b;
__this->___b_2 = L_2;
float L_3 = ___3_a;
__this->___a_3 = L_3;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_linear_m76EB88E15DA4E00D615DF33D1CEE51092683117C_inline (Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* __this, const RuntimeMethod* method)
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
{
float L_0 = __this->___r_0;
float L_1;
L_1 = Mathf_GammaToLinearSpace_mEF9E26BAD322E55448B286ABDCDF4A2CC236547F(L_0, NULL);
float L_2 = __this->___g_1;
float L_3;
L_3 = Mathf_GammaToLinearSpace_mEF9E26BAD322E55448B286ABDCDF4A2CC236547F(L_2, NULL);
float L_4 = __this->___b_2;
float L_5;
L_5 = Mathf_GammaToLinearSpace_mEF9E26BAD322E55448B286ABDCDF4A2CC236547F(L_4, NULL);
float L_6 = __this->___a_3;
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_7;
memset((&L_7), 0, sizeof(L_7));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_7), L_1, L_3, L_5, L_6, /*hidden argument*/NULL);
V_0 = L_7;
goto IL_0030;
}
IL_0030:
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_8 = V_0;
return L_8;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Color32__ctor_mC9C6B443F0C7CA3F8B174158B2AF6F05E18EAC4E_inline (Color32_t73C5004937BF5BB8AD55323D51AAA40A898EF48B* __this, uint8_t ___0_r, uint8_t ___1_g, uint8_t ___2_b, uint8_t ___3_a, const RuntimeMethod* method)
{
{
__this->___rgba_0 = 0;
uint8_t L_0 = ___0_r;
__this->___r_1 = L_0;
uint8_t L_1 = ___1_g;
__this->___g_2 = L_1;
uint8_t L_2 = ___2_b;
__this->___b_3 = L_2;
uint8_t L_3 = ___3_a;
__this->___a_4 = L_3;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_0 = ((Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_StaticFields*)il2cpp_codegen_static_fields_for(Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_il2cpp_TypeInfo_var))->___identityMatrix_17;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_1 = V_0;
return L_1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3* __this, float ___0_x, float ___1_y, float ___2_z, float ___3_w, const RuntimeMethod* method)
{
{
float L_0 = ___0_x;
__this->___x_1 = L_0;
float L_1 = ___1_y;
__this->___y_2 = L_1;
float L_2 = ___2_z;
__this->___z_3 = L_2;
float L_3 = ___3_w;
__this->___w_4 = L_3;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_white_m068F5AF879B0FCA584E3693F762EA41BB65532C6_inline (const RuntimeMethod* method)
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
memset((&L_0), 0, sizeof(L_0));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (1.0f), (1.0f), (1.0f), (1.0f), /*hidden argument*/NULL);
V_0 = L_0;
goto IL_001d;
}
IL_001d:
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0;
return L_1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Color_tD001788D726C3A7F1379BEED0260B9591F440C1F Color_get_clear_m02E023A7D396B973288B3915F6F24FBF7E0DC81D_inline (const RuntimeMethod* method)
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F V_0;
memset((&V_0), 0, sizeof(V_0));
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_0;
memset((&L_0), 0, sizeof(L_0));
Color__ctor_m3786F0D6E510D9CFA544523A955870BD2A514C8C_inline((&L_0), (0.0f), (0.0f), (0.0f), (0.0f), /*hidden argument*/NULL);
V_0 = L_0;
goto IL_001d;
}
IL_001d:
{
Color_tD001788D726C3A7F1379BEED0260B9591F440C1F L_1 = V_0;
return L_1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 Vector2_get_zero_m32506C40EC2EE7D5D4410BF40D3EE683A3D5F32C_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0 = ((Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields*)il2cpp_codegen_static_fields_for(Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_il2cpp_TypeInfo_var))->___zeroVector_2;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_1 = V_0;
return L_1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool VectorImageManager_get_disposed_m7C126E130A4018C000E1F6F292E9CB43E0FC6D65_inline (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CdisposedU3Ek__BackingField_9;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void VectorImageManager_set_disposed_m5FBCCE974810E81BDEEE5B80B315279A6F38A415_inline (VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* __this, bool ___0_value, const RuntimeMethod* method)
{
{
bool L_0 = ___0_value;
__this->___U3CdisposedU3Ek__BackingField_9 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker_Begin_mD07DB736ADA7D8BAF9D969CC7F3C55848A218C6E_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = __this->___m_Ptr_0;
ProfilerUnsafeUtility_BeginSample_mB5106F4E7ECEF54906545665ED23928D14F5FCA7(L_0, NULL);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker_End_m025AE3EF0F96F6DADC53489A53FC6EE65073DE60_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = __this->___m_Ptr_0;
ProfilerUnsafeUtility_EndSample_mFDB4EFB160A9CB817D2F8ED21B88693616B27409(L_0, NULL);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ProfilerMarker__ctor_mDD68B0A8B71E0301F592AF8891560150E55699C8_inline (ProfilerMarker_tA256E18DA86EDBC5528CE066FC91C96EE86501AD* __this, String_t* ___0_name, const RuntimeMethod* method)
{
{
String_t* L_0 = ___0_name;
intptr_t L_1;
L_1 = ProfilerUnsafeUtility_CreateMarker_mC5E1AAB8CC1F0342065DF85BA3334445ED754E64(L_0, (uint16_t)1, 0, 0, NULL);
__this->___m_Ptr_0 = L_1;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* TextureRegistry_get_instance_m4E974FC5F20C8DD77920F121ECD4F26FAC01385F_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_runtime_class_init_inline(TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var);
TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B* L_0 = ((TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_StaticFields*)il2cpp_codegen_static_fields_for(TextureRegistry_t888D6D46880722862102416F500D6784DDA46C1B_il2cpp_TypeInfo_var))->___U3CinstanceU3Ek__BackingField_4;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RenderChain_get_disposed_mCF178CF5FB11C10ADD928FA42137C798F88438A9_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CdisposedU3Ek__BackingField_31;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_panel_mC56DDC8114BEE3E8475A4CFEF5DBABAC0D5A0AA2_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* ___0_value, const RuntimeMethod* method)
{
{
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_0 = ___0_value;
__this->___U3CpanelU3Ek__BackingField_33 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CpanelU3Ek__BackingField_33), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_device_mFEE7AC4E3783E6B60C1BDBAB0DE9E7881B5627BB_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* ___0_value, const RuntimeMethod* method)
{
{
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_0 = ___0_value;
__this->___U3CdeviceU3Ek__BackingField_34 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdeviceU3Ek__BackingField_34), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_atlas_m10A0F655692A7400496D0CD39354F04C049D1F93_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* ___0_value, const RuntimeMethod* method)
{
{
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_0 = ___0_value;
__this->___U3CatlasU3Ek__BackingField_35 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CatlasU3Ek__BackingField_35), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_vectorImageManager_m3E8AA85ED4EBF2B7E2560CDBA280B5CC87A53E95_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* ___0_value, const RuntimeMethod* method)
{
{
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_0 = ___0_value;
__this->___U3CvectorImageManagerU3Ek__BackingField_36 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CvectorImageManagerU3Ek__BackingField_36), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_painter_mDF474F0B9A2AF245D887D9A85CC5CAB6CD72D65D_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* ___0_value, const RuntimeMethod* method)
{
{
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_0 = ___0_value;
__this->___U3CpainterU3Ek__BackingField_38 = L_0;
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CpainterU3Ek__BackingField_38), (void*)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* RenderChain_get_panel_mC62704C111A0F5EAA68B12B7A0A371C53466E47B_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
BaseVisualElementPanel_tE3811F3D1474B72CB6CD5BCEECFF5B5CBEC1E303* L_0 = __this->___U3CpanelU3Ek__BackingField_33;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_drawInCameras_mCD35CA437A0B092B6F1B5AD0E068E3BF8A697800_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, bool ___0_value, const RuntimeMethod* method)
{
{
bool L_0 = ___0_value;
__this->___U3CdrawInCamerasU3Ek__BackingField_40 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* RenderChain_get_painter_mE8CEE0F220EBE55FC4DA0A85CC08C94ABEA2195B_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
UIRStylePainter_t406D6C9F30B975CCE0D55D800B5A97504F26FEC8* L_0 = __this->___U3CpainterU3Ek__BackingField_38;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* RenderChain_get_vectorImageManager_m6A5F57E470BD67EDA8722E366BD4F41D9FC61C18_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
VectorImageManager_tBABA8290D62F9BDB5DCE3CC8FDA877915D1DBFED* L_0 = __this->___U3CvectorImageManagerU3Ek__BackingField_36;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* RenderChain_get_device_mE233A5AAED65A1A9F5BD04A4BBB58D10D59B352A_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* L_0 = __this->___U3CdeviceU3Ek__BackingField_34;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void RenderChain_set_disposed_m8B93E480F7CC6F8A76F93321B31DC4E9CF7E2B6B_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, bool ___0_value, const RuntimeMethod* method)
{
{
bool L_0 = ___0_value;
__this->___U3CdisposedU3Ek__BackingField_31 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* RenderChain_get_atlas_mF0CDA8A25FE35CAABBFE4AC9294400693D205E6A_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
AtlasBase_t196C45243F41C19DC6258965057BBAA150D278BC* L_0 = __this->___U3CatlasU3Ek__BackingField_35;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RenderChain_get_drawInCameras_m8D80C9B3E4675B9DC4FC81A895C00BFCF7F3482D_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CdrawInCamerasU3Ek__BackingField_40;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RenderChain_get_drawStats_m5977A02A356E4DEDC68BC9723AB6D6D367ADDB97_inline (RenderChain_tCCA9360D5721E675E5632E4B2F4AF7CDC453E363* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CdrawStatsU3Ek__BackingField_39;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 VisualElement_get_hierarchy_m2E897DE4CFD349E65CFA38EFF6BAAFECE2F4E3E4_inline (VisualElement_t2667F9D19E62C7A315927506C06F223AB9234115* __this, const RuntimeMethod* method)
{
{
Hierarchy_t4CF226F0EDE9C117C51C505730FC80641B1F1677 L_0 = __this->___U3ChierarchyU3Ek__BackingField_54;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method)
{
{
float L_0 = ___0_x;
__this->___x_0 = L_0;
float L_1 = ___1_y;
__this->___y_1 = L_1;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void* IntPtr_ToPointer_m1A0612EED3A1C8B8850BE2943CFC42523064B4F6_inline (intptr_t* __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = *__this;
return (void*)(L_0);
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
memset((&V_0), 0, sizeof(V_0));
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ((Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields*)il2cpp_codegen_static_fields_for(Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var))->___zeroVector_5;
V_0 = L_0;
goto IL_0009;
}
IL_0009:
{
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0;
return L_1;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2* __this, float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method)
{
{
float L_0 = ___0_x;
__this->___x_2 = L_0;
float L_1 = ___1_y;
__this->___y_3 = L_1;
float L_2 = ___2_z;
__this->___z_4 = L_2;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IntPtr__ctor_m4F9A9B80F01996B610D5AE4797F20B98ECD0A3D9_inline (intptr_t* __this, void* ___0_value, const RuntimeMethod* method)
{
{
void* L_0 = ___0_value;
*__this = ((intptr_t)L_0);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___0_a, float ___1_b, const RuntimeMethod* method)
{
float V_0 = 0.0f;
float G_B3_0 = 0.0f;
{
float L_0 = ___0_a;
float L_1 = ___1_b;
if ((((float)L_0) > ((float)L_1)))
{
goto IL_0008;
}
}
{
float L_2 = ___1_b;
G_B3_0 = L_2;
goto IL_0009;
}
IL_0008:
{
float L_3 = ___0_a;
G_B3_0 = L_3;
}
IL_0009:
{
V_0 = G_B3_0;
goto IL_000c;
}
IL_000c:
{
float L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UIRenderDevice_get_disposed_mDC422B67D86477F49BB442FB27941FC3D5E04A1F_inline (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CdisposedU3Ek__BackingField_39;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRenderDevice_set_disposed_mCA915754987CCF0C5BFB214CEE51BD1345B91151_inline (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, bool ___0_value, const RuntimeMethod* method)
{
{
bool L_0 = ___0_value;
__this->___U3CdisposedU3Ek__BackingField_39 = L_0;
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t UIRenderDevice_get_maxVerticesPerPage_mFFA8429A499398EFF83CFBD5A786D3BFFF430C49_inline (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method)
{
{
uint32_t L_0 = __this->___U3CmaxVerticesPerPageU3Ek__BackingField_35;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TextureId_op_Inequality_m875B4887888A51A70E2CCEFC9CE6AE40A383EFF3_inline (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___0_left, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___1_right, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_0 = ___0_left;
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_1 = ___1_right;
il2cpp_codegen_runtime_class_init_inline(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
bool L_2;
L_2 = TextureId_op_Equality_mAAAC3B0A2A6F8C3A3D3F55FF521780B93273B29A_inline(L_0, L_1, NULL);
V_0 = (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
goto IL_000e;
}
IL_000e:
{
bool L_3 = V_0;
return L_3;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TextureSlotManager_MarkUsed_m6012C3110EBDC75E7B970C814CAA7147D9378126_inline (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, int32_t ___0_slotIndex, const RuntimeMethod* method)
{
int32_t V_0 = 0;
bool V_1 = false;
int32_t V_2 = 0;
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = __this->___m_Tickets_4;
int32_t L_1 = ___0_slotIndex;
NullCheck(L_0);
int32_t L_2 = L_1;
int32_t L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
V_0 = L_3;
int32_t L_4 = V_0;
int32_t L_5 = __this->___m_FirstUsedTicket_6;
V_1 = (bool)((((int32_t)L_4) < ((int32_t)L_5))? 1 : 0);
bool L_6 = V_1;
if (!L_6)
{
goto IL_0028;
}
}
{
int32_t L_7;
L_7 = TextureSlotManager_get_FreeSlots_m07D624EAB6ED9D3B1F4B4EF33DB2FAB1545871D2_inline(__this, NULL);
V_2 = ((int32_t)il2cpp_codegen_subtract(L_7, 1));
int32_t L_8 = V_2;
TextureSlotManager_set_FreeSlots_m7400CBFEF9DC81345E311C521163C76973DC4255_inline(__this, L_8, NULL);
}
IL_0028:
{
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_9 = __this->___m_Tickets_4;
int32_t L_10 = ___0_slotIndex;
int32_t L_11 = __this->___m_CurrentTicket_5;
V_2 = ((int32_t)il2cpp_codegen_add(L_11, 1));
int32_t L_12 = V_2;
__this->___m_CurrentTicket_5 = L_12;
int32_t L_13 = V_2;
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(L_10), (int32_t)L_13);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool UIRenderDevice_get_breakBatches_mE0089CEE906C7B9747D0EAFD0BF0594749EFBE20_inline (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->___U3CbreakBatchesU3Ek__BackingField_36;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t TextureSlotManager_get_FreeSlots_m07D624EAB6ED9D3B1F4B4EF33DB2FAB1545871D2_inline (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___U3CFreeSlotsU3Ek__BackingField_8;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline (int32_t ___0_a, int32_t ___1_b, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t G_B3_0 = 0;
{
int32_t L_0 = ___0_a;
int32_t L_1 = ___1_b;
if ((((int32_t)L_0) < ((int32_t)L_1)))
{
goto IL_0008;
}
}
{
int32_t L_2 = ___1_b;
G_B3_0 = L_2;
goto IL_0009;
}
IL_0008:
{
int32_t L_3 = ___0_a;
G_B3_0 = L_3;
}
IL_0009:
{
V_0 = G_B3_0;
goto IL_000c;
}
IL_000c:
{
int32_t L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Max_m7FA442918DE37E3A00106D1F2E789D65829792B8_inline (int32_t ___0_a, int32_t ___1_b, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t G_B3_0 = 0;
{
int32_t L_0 = ___0_a;
int32_t L_1 = ___1_b;
if ((((int32_t)L_0) > ((int32_t)L_1)))
{
goto IL_0008;
}
}
{
int32_t L_2 = ___1_b;
G_B3_0 = L_2;
goto IL_0009;
}
IL_0008:
{
int32_t L_3 = ___0_a;
G_B3_0 = L_3;
}
IL_0009:
{
V_0 = G_B3_0;
goto IL_000c;
}
IL_000c:
{
int32_t L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UIRenderDevice_ApplyDrawCommandState_m5585C7D69A031B120216ED74C92237E55C97A4A4_inline (UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302* __this, RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* ___0_cmd, int32_t ___1_textureSlot, Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___2_newMat, bool ___3_newMatDiffers, bool ___4_newFontDiffers, EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* ___5_st, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
{
bool L_0 = ___3_newMatDiffers;
V_0 = L_0;
bool L_1 = V_0;
if (!L_1)
{
goto IL_001e;
}
}
{
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_2 = ___5_st;
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_3 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_2->___curState_2);
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* L_4 = ___2_newMat;
L_3->___material_0 = L_4;
Il2CppCodeGenWriteBarrier((void**)(&L_3->___material_0), (void*)L_4);
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_5 = ___5_st;
L_5->___mustApplyMaterial_4 = (bool)1;
}
IL_001e:
{
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_6 = ___5_st;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_7 = ___0_cmd;
NullCheck(L_7);
MeshHandle_tC1E9A7ECCFDAEFDE064B8D58B35B9CEE5A70A22E* L_8 = L_7->___mesh_7;
NullCheck(L_8);
Page_tB4EA8095DF85BAF22AB8FCA71400121E721B57C9* L_9 = L_8->___allocPage_4;
L_6->___curPage_3 = L_9;
Il2CppCodeGenWriteBarrier((void**)(&L_6->___curPage_3), (void*)L_9);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_10 = ___0_cmd;
NullCheck(L_10);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_11 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_10->___state_6);
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_12 = L_11->___texture_3;
il2cpp_codegen_runtime_class_init_inline(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var);
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_13 = ((TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_StaticFields*)il2cpp_codegen_static_fields_for(TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58_il2cpp_TypeInfo_var))->___invalid_1;
bool L_14;
L_14 = TextureId_op_Inequality_m875B4887888A51A70E2CCEFC9CE6AE40A383EFF3_inline(L_12, L_13, NULL);
V_1 = L_14;
bool L_15 = V_1;
if (!L_15)
{
goto IL_0098;
}
}
{
int32_t L_16 = ___1_textureSlot;
V_2 = (bool)((((int32_t)L_16) < ((int32_t)0))? 1 : 0);
bool L_17 = V_2;
if (!L_17)
{
goto IL_008a;
}
}
{
TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* L_18 = __this->___m_TextureSlotManager_16;
NullCheck(L_18);
int32_t L_19;
L_19 = TextureSlotManager_FindOldestSlot_m671207D54F6A42A0D547BBDC3E4FBC584E38C597(L_18, NULL);
___1_textureSlot = L_19;
TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* L_20 = __this->___m_TextureSlotManager_16;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_21 = ___0_cmd;
NullCheck(L_21);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_22 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_21->___state_6);
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_23 = L_22->___texture_3;
int32_t L_24 = ___1_textureSlot;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_25 = ___5_st;
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_26 = L_25->___stateMatProps_0;
NullCheck(L_20);
TextureSlotManager_Bind_m43AA141013C559BD295A0B70B4C64C111B72EE80(L_20, L_23, L_24, L_26, NULL);
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_27 = ___5_st;
L_27->___mustApplyStateBlock_6 = (bool)1;
goto IL_0097;
}
IL_008a:
{
TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* L_28 = __this->___m_TextureSlotManager_16;
int32_t L_29 = ___1_textureSlot;
NullCheck(L_28);
TextureSlotManager_MarkUsed_m6012C3110EBDC75E7B970C814CAA7147D9378126_inline(L_28, L_29, NULL);
}
IL_0097:
{
}
IL_0098:
{
bool L_30 = ___4_newFontDiffers;
V_3 = L_30;
bool L_31 = V_3;
if (!L_31)
{
goto IL_0111;
}
}
{
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_32 = ___5_st;
L_32->___mustApplyStateBlock_6 = (bool)1;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_33 = ___5_st;
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_34 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_33->___curState_2);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_35 = ___0_cmd;
NullCheck(L_35);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_36 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_35->___state_6);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_37 = L_36->___font_1;
L_34->___font_1 = L_37;
Il2CppCodeGenWriteBarrier((void**)(&L_34->___font_1), (void*)L_37);
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_38 = ___5_st;
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_39 = L_38->___stateMatProps_0;
il2cpp_codegen_runtime_class_init_inline(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var);
int32_t L_40 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_FontTexPropID_21;
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_41 = ___0_cmd;
NullCheck(L_41);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_42 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_41->___state_6);
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* L_43 = L_42->___font_1;
NullCheck(L_39);
MaterialPropertyBlock_SetTexture_m39F531D3F35D6C5B661A7B4F07DD7B8ACC22627F(L_39, L_40, L_43, NULL);
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_44 = ___5_st;
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_45 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_44->___curState_2);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_46 = ___0_cmd;
NullCheck(L_46);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_47 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_46->___state_6);
float L_48 = L_47->___fontTexSDFScale_2;
L_45->___fontTexSDFScale_2 = L_48;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_49 = ___5_st;
MaterialPropertyBlock_t2308669579033A857EFE6E4831909F638B27411D* L_50 = L_49->___stateMatProps_0;
int32_t L_51 = ((UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_StaticFields*)il2cpp_codegen_static_fields_for(UIRenderDevice_t59628CBA89B4617E832C2B270E1C1A3931D01302_il2cpp_TypeInfo_var))->___s_FontTexSDFScaleID_22;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_52 = ___5_st;
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_53 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_52->___curState_2);
float L_54 = L_53->___fontTexSDFScale_2;
NullCheck(L_50);
MaterialPropertyBlock_SetFloat_m6BA8DA03FAD1ABA0BD339E0E5157C4DF3C987267(L_50, L_51, L_54, NULL);
}
IL_0111:
{
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_55 = ___0_cmd;
NullCheck(L_55);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_56 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_55->___state_6);
int32_t L_57 = L_56->___stencilRef_4;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_58 = ___5_st;
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_59 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_58->___curState_2);
int32_t L_60 = L_59->___stencilRef_4;
V_4 = (bool)((((int32_t)((((int32_t)L_57) == ((int32_t)L_60))? 1 : 0)) == ((int32_t)0))? 1 : 0);
bool L_61 = V_4;
if (!L_61)
{
goto IL_0154;
}
}
{
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_62 = ___5_st;
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_63 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_62->___curState_2);
RenderChainCommand_t4F70E36AF4BC3645C8F9C822B7A3ACE9CB815727* L_64 = ___0_cmd;
NullCheck(L_64);
State_tC241510131965D8DE1919EB16A3650E397E5AEAB* L_65 = (State_tC241510131965D8DE1919EB16A3650E397E5AEAB*)(&L_64->___state_6);
int32_t L_66 = L_65->___stencilRef_4;
L_63->___stencilRef_4 = L_66;
EvaluationState_t91A908747DD184A56AA6402529B965E07E555567* L_67 = ___5_st;
L_67->___mustApplyStencil_7 = (bool)1;
}
IL_0154:
{
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Action_Invoke_m7126A54DACA72B845424072887B5F3A51FC3808E_inline (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, const RuntimeMethod* method)
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_RoundToInt_m60F8B66CF27F1FA75AA219342BD184B75771EB4B_inline (float ___0_f, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
float L_0 = ___0_f;
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
double L_1;
L_1 = bankers_round(((double)L_0));
V_0 = il2cpp_codegen_cast_double_to_int<int32_t>(L_1);
goto IL_000c;
}
IL_000c:
{
int32_t L_2 = V_0;
return L_2;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item, const RuntimeMethod* method)
{
// sizeof(T)
const uint32_t SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E = il2cpp_codegen_sizeof(il2cpp_rgctx_data(method->klass->rgctx_data, 9));
// T
const Il2CppFullySharedGenericAny L_8 = alloca(SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E);
const Il2CppFullySharedGenericAny L_9 = L_8;
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = __this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* L_1 = __this->____items_1;
V_0 = L_1;
int32_t L_2 = __this->____size_2;
V_1 = L_2;
int32_t L_3 = V_1;
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* L_4 = V_0;
NullCheck(L_4);
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
{
goto IL_0034;
}
}
{
int32_t L_5 = V_1;
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* L_6 = V_0;
int32_t L_7 = V_1;
il2cpp_codegen_memcpy(L_8, (il2cpp_codegen_class_is_value_type(il2cpp_rgctx_data(method->klass->rgctx_data, 9)) ? ___0_item : &___0_item), SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E);
NullCheck(L_6);
il2cpp_codegen_memcpy((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)), L_8, SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E);
Il2CppCodeGenWriteBarrierForClass(il2cpp_rgctx_data(method->klass->rgctx_data, 9), (void**)(L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)), (void*)L_8);
return;
}
IL_0034:
{
il2cpp_codegen_memcpy(L_9, (il2cpp_codegen_class_is_value_type(il2cpp_rgctx_data(method->klass->rgctx_data, 9)) ? ___0_item : &___0_item), SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E);
InvokerActionInvoker1< Il2CppFullySharedGenericAny >::Invoke(il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 14)), il2cpp_rgctx_method(method->klass->rgctx_data, 14), __this, (il2cpp_codegen_class_is_value_type(il2cpp_rgctx_data(method->klass->rgctx_data, 9)) ? L_9: *(void**)L_9));
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mD2ED26ACAF3BAF386FFEA83893BA51DB9FD8BA30_gshared_inline (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____size_2;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeArray_1_get_IsCreated_m527A2C3B75C25BFF29D1D9EA88C81172FF4F5A5A_gshared_inline (NativeArray_1_tDB8B8DC66CC8E16ED6D9A8C75D2C1AFC80AC1E18* __this, const RuntimeMethod* method)
{
{
void* L_0 = __this->___m_Buffer_0;
return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Clear_mD615D1BCB2C9DD91DAD86A2F9E5CF1DFFCBF7925_gshared_inline (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->____version_3;
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
bool L_1;
L_1 = il2cpp_codegen_is_reference_or_contains_references(il2cpp_rgctx_method(method->klass->rgctx_data, 25));
if (!L_1)
{
goto IL_0035;
}
}
{
int32_t L_2 = __this->____size_2;
V_0 = L_2;
__this->____size_2 = 0;
int32_t L_3 = V_0;
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_003c;
}
}
{
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* L_4 = __this->____items_1;
int32_t L_5 = V_0;
Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB((RuntimeArray*)L_4, 0, L_5, NULL);
return;
}
IL_0035:
{
__this->____size_2 = 0;
}
IL_003c:
{
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m26AF82C275C82180BB7F23C7E408BC1FEB9A38EE_gshared_inline (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1* __this, KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669* il2cppRetVal, const RuntimeMethod* method)
{
// sizeof(System.Collections.Generic.KeyValuePair`2<TKey,TValue>)
const uint32_t SizeOf_KeyValuePair_2_t23F299E80A87656CF35AA5186B375FDE51A801EF = il2cpp_codegen_sizeof(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2));
// System.Collections.Generic.KeyValuePair`2<TKey,TValue>
const KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669 L_0 = alloca(SizeOf_KeyValuePair_2_t23F299E80A87656CF35AA5186B375FDE51A801EF);
{
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1),3)), SizeOf_KeyValuePair_2_t23F299E80A87656CF35AA5186B375FDE51A801EF);
il2cpp_codegen_memcpy(il2cppRetVal, L_0, SizeOf_KeyValuePair_2_t23F299E80A87656CF35AA5186B375FDE51A801EF);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyValuePair_2_get_Value_mFA1964BF56AA214EE0D491CC197F61BC9E5F1F7A_gshared_inline (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method)
{
// sizeof(TValue)
const uint32_t SizeOf_TValue_tAEA6D09BCD56B8A100F4F042BC143BC0266C28B7 = il2cpp_codegen_sizeof(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2));
// TValue
const Il2CppFullySharedGenericAny L_0 = alloca(SizeOf_TValue_tAEA6D09BCD56B8A100F4F042BC143BC0266C28B7);
{
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1),1)), SizeOf_TValue_tAEA6D09BCD56B8A100F4F042BC143BC0266C28B7);
il2cpp_codegen_memcpy(il2cppRetVal, L_0, SizeOf_TValue_tAEA6D09BCD56B8A100F4F042BC143BC0266C28B7);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m14F273FB376DF00D727434CDCD28AB4EDCC14C3C_gshared_inline (Nullable_1_t71C4EA4E848DBD7A4A97704069FB951159A3A339* __this, const RuntimeMethod* method)
{
{
bool L_0 = *(bool*)il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1),0));
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m8B42D4B2DE853B9D11B997120CD0228D4780E394_gshared_inline (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method)
{
// sizeof(T)
const uint32_t SizeOf_T_t010616E3077234188F9BB4FAF369F8571BC5F2E1 = il2cpp_codegen_sizeof(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2));
// T
const Il2CppFullySharedGenericAny L_0 = alloca(SizeOf_T_t010616E3077234188F9BB4FAF369F8571BC5F2E1);
{
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1),3)), SizeOf_T_t010616E3077234188F9BB4FAF369F8571BC5F2E1);
il2cpp_codegen_memcpy(il2cppRetVal, L_0, SizeOf_T_t010616E3077234188F9BB4FAF369F8571BC5F2E1);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* LinkedList_1_get_First_mFE6CE39F3C815C988217E69C202C990619E7EB87_gshared_inline (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9* __this, const RuntimeMethod* method)
{
{
LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* L_0 = __this->___head_0;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LinkedListNode_1_get_Value_mBE1731ACB5C697546EC5E8D10426D81420E8491F_gshared_inline (/*System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method)
{
// sizeof(T)
const uint32_t SizeOf_T_tD35F114112C8EBEAD274D7F6267468B20051DAC1 = il2cpp_codegen_sizeof(il2cpp_rgctx_data(method->klass->rgctx_data, 2));
// T
const Il2CppFullySharedGenericAny L_0 = alloca(SizeOf_T_tD35F114112C8EBEAD274D7F6267468B20051DAC1);
{
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(method->klass->rgctx_data, 1),3)), SizeOf_T_tD35F114112C8EBEAD274D7F6267468B20051DAC1);
il2cpp_codegen_memcpy(il2cppRetVal, L_0, SizeOf_T_tD35F114112C8EBEAD274D7F6267468B20051DAC1);
return;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LinkedList_1_get_Count_m6E80F28E7CB5BA6E35ECE961C429AE6CA69003A2_gshared_inline (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->___count_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Stack_1_get_Count_mCAD00A69587F884F88C36DE7423C3C329166144E_gshared_inline (Stack_1_tF3E5E7101E929741300A1CF7C159A6ED9B61621A* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->____size_1;
return L_0;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool TextureId_op_Equality_mAAAC3B0A2A6F8C3A3D3F55FF521780B93273B29A_inline (TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___0_left, TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 ___1_right, const RuntimeMethod* method)
{
bool V_0 = false;
{
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_0 = ___0_left;
int32_t L_1 = L_0.___m_Index_0;
TextureId_tFF4B4AAE53408AB10B0B89CCA5F7B50CF2535E58 L_2 = ___1_right;
int32_t L_3 = L_2.___m_Index_0;
V_0 = (bool)((((int32_t)L_1) == ((int32_t)L_3))? 1 : 0);
goto IL_0012;
}
IL_0012:
{
bool L_4 = V_0;
return L_4;
}
}
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void TextureSlotManager_set_FreeSlots_m7400CBFEF9DC81345E311C521163C76973DC4255_inline (TextureSlotManager_tB1F8E620AE296DE3728FAAFBE3CC85D2A176928D* __this, int32_t ___0_value, const RuntimeMethod* method)
{
{
int32_t L_0 = ___0_value;
__this->___U3CFreeSlotsU3Ek__BackingField_8 = L_0;
return;
}
}