1. UI - 조이스틱 UIManager에 추가 및 Scene에서 호출 방식 변경 2. UI - 경험치 바 앞에 레벨 아이콘 추가 3. 몬스터 죽었을때 경험치로 변경 4. 경험치 바와 레벨 아이콘 연동 Todo 1. 투사체 공격 만들기 2. 몬스터가 플레이어 쫓아오게 만들기 3. 몬스터를 카메라 외각에서 다량으로 생성하는 기능 추가하기 4. 몬스터가 캐릭터 공격시 체력 닳게 하기 5. 메뉴 UI 만들기 6. 레벨업시 획득 스킬 UI 만들기 7. 체력바 UI 만들기 8. 공격시 데미지 띄우는 UI 만들기
35605 lines
2.2 MiB
35605 lines
2.2 MiB
#include "pch-cpp.hpp"
|
|
|
|
|
|
|
|
|
|
|
|
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);
|
|
}
|
|
};
|
|
struct InterfaceActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct InterfaceActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct InterfaceFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct InterfaceFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct GenericInterfaceActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
|
|
struct Action_1_t64127E4DD3E938737FD4F04E605CFE2A03708201;
|
|
struct Action_1_t6AC29B34E68BC53AA807670D868CBB59CD5D995F;
|
|
struct Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C;
|
|
struct Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404;
|
|
struct Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A;
|
|
struct Action_1_t66F20A50678273BCDE80B6C298A6521516E5D843;
|
|
struct Action_1_t42A8343A925FA227C9A30B3153BD9DFF00864DC0;
|
|
struct Action_2_tB3E4CF19F3493DE4FE84AFFB77005AE79F9A3758;
|
|
struct Action_2_t94C644233E37D574986F0297182FA2BD8972B44A;
|
|
struct Action_2_t664D2BFCF60DA241A2EF8D5B396F7932DA99F7F8;
|
|
struct Action_2_t6D9E9C15AEDCB64542D2BB7BFFA1C9560CBDADE6;
|
|
struct Action_2_t8E07914D7090FF200FE84404EEEFAF3CE183C9F3;
|
|
struct Action_2_t38DEBB6BD6AE1CA882236F63F7E1DB3781D38994;
|
|
struct Action_6_t51807BC92A7C39F1B9981D2B9661C16BA7DDA854;
|
|
struct Action_8_tB8FB2317194ED06F8C20B32C70ABA34BC783A881;
|
|
struct BaseRenderFunc_2_tCEF4A4193D64B47BA9BDF45CF9B801DEB82FED1C;
|
|
struct BaseRenderFunc_2_t515113D57462E1E5E14F7EC1F8A22D536C489655;
|
|
struct Comparison_1_tDD36CF842915D3BA84BEF7FF3C95A3F4DD6520E5;
|
|
struct Dictionary_2_t21E090827BAF9D0D011CB55C02CA666756BF1AE7;
|
|
struct Dictionary_2_t54101FB5AEA0292C95D30CFAB7909873BF26E0B9;
|
|
struct Dictionary_2_t8D403C45B564DB77AE8A32FD6D35E333ABE68793;
|
|
struct Field_1_t32151A22D4B1B5C1DFFDDACD9F3C78D19596507A;
|
|
struct Field_1_t7F813BE8CAF3F3F635B34474DDD7B797C5B6CD2A;
|
|
struct Field_1_t644B86FEF42048CB531CD13D6477869470E12AD8;
|
|
struct Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457;
|
|
struct Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD;
|
|
struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4;
|
|
struct Func_1_t11C3830580201E0A3A3A2C76523B7905EF40BCF7;
|
|
struct Func_1_t367387BB2C476D3F32DB12161B5FDC128DC3231C;
|
|
struct HashMapHelper_1_t51F726D16732CD16EFBBB3DE324B481A05388D2B;
|
|
struct IList_1_tC8E339739335829E033BD586C8C87927A9561C64;
|
|
struct IList_1_t13209DCABB086AFEC4A817F3452AEE277AB63234;
|
|
struct ListChangedEventHandler_1_tC0988B097B0885471C7749525EF01C1E7CB36E4C;
|
|
struct List_1_tD2FA3273746E404D72561E8324608D18B52B533E;
|
|
struct List_1_tF76E8E8ECBEBD1D51B2AA324DF1BE32A56B93734;
|
|
struct List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B;
|
|
struct List_1_t43FB89B126C93A6B04630BC64C751BBE95AFEAF4;
|
|
struct List_1_t20E23C247C8D2B47F4C6EC3E2F4AA7C79D74F278;
|
|
struct List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52;
|
|
struct List_1_tB5216E2043E168F4E0A122E4594A52A4BA2394F2;
|
|
struct List_1_t1EFB69EBBF25AD12F3A9E56C62B12F01D63469CD;
|
|
struct List_1_t67B4F73A05A1220FF45824DBE29F391490B25A0C;
|
|
struct List_1_t0BFD9E46F01440F6D821E788DF386D0327E06804;
|
|
struct List_1_t92717732BF98956375510DF49F6E823610AF4FA0;
|
|
struct ObservableList_1_tE27AD108B4CB5CCFF6DDF2DFB5953AB0C97F731C;
|
|
struct ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08;
|
|
struct Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6;
|
|
struct UnityAction_2_tF47D82C7E3C3B118B409866D926435B55A0675BD;
|
|
struct UnityAction_2_t1C08AEB5AA4F72FEFAB7F303E33C8CFFF80A8C3A;
|
|
struct UnsafeList_1_t992261DF45A734DEB130F79025C5BF88D0C2CDC7;
|
|
struct UnsafeList_1_tCC883249B8F95C4AD5632E72EAD324BA3F53915A;
|
|
struct UnsafeList_1_tC398CC6607C9075D2AE819DE88719D2168E0FCEC;
|
|
struct UnsafeList_1_tCFDCC580A90753F362AA7EA5DFE667A1452664F8;
|
|
struct UnsafeList_1_t351F89A5CF75078D7E3B02E4493645958D245575;
|
|
struct UnsafeList_1_t34AEFBE320B1031BD5A746EFCFCA94DF69D9044C;
|
|
struct UnsafeList_1_t72FFFA60411F6BB2F2C776571F608CDA569E5999;
|
|
struct UnsafeList_1_t7F7887FAE17B6FDBF7C159C37BC83911C5F9A184;
|
|
struct UnsafeList_1_t86D2231E0AF64C72BA7C266D36B9F3FE399B41EB;
|
|
struct UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718;
|
|
struct UnsafeList_1_tF1A798781EDA1BEAD331A2241888A227A6E2891D;
|
|
struct UnsafeList_1_t96307A04898BD0C49DFF733D301684A2628959F2;
|
|
struct UnsafeList_1_t3C558FC5C2688389AF4264830148C53464D01E23;
|
|
struct UnsafeList_1_t176765C8600ACA8C102D843301B50E7ED070AF98;
|
|
struct UnsafeList_1_t3F38690D85271A8ADA9D58F82E41003FF0AB256D;
|
|
struct UnsafeList_1_t32D453EB9CD75257217D0A2E7ACB98E0A23EA5AA;
|
|
struct UnsafeList_1_tB27AD3CB321614AC6FA21D53846794B77943121C;
|
|
struct UnsafeList_1_t5324648C0890229F0FE531FDD1C786CAEE3243D7;
|
|
struct UnsafeQueue_1_t0F79CBE5DEA60DE3AE33082C3F7F324FE9066ECD;
|
|
struct UnsafeQueue_1_t927BA8F9B687AB3656D5A6FFCD1AEE5BE72A5515;
|
|
struct List_1U5BU5D_t37294D7C303231F2FD83B3C398AED0937F4F3206;
|
|
struct RenderTargetIdentifierU5BU5DU5BU5D_tDB35F8D017FE3AD8BB35E08E323074D47C5A10BB;
|
|
struct BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4;
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
struct CameraU5BU5D_t1506EBA524A07AD1066D6DD4D7DFC6721F1AC26B;
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
struct ComponentU5BU5D_t40ECDBC5CC15EA282AF49771C20EBFDADC532D0E;
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
|
|
struct ObjectU5BU5D_tD4BF1BEC72A31DF6611C0B8FA3112AF128FC3F8A;
|
|
struct PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D;
|
|
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
|
|
struct ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F;
|
|
struct ParamInfoU5BU5D_t04997454CB57D422798CB09352BA40CEF46EC967;
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
|
|
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
|
|
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA;
|
|
struct BatchDrawCommand_t9DAB9B739DA9EBC6B1BB0D2DD51AF65B12F66BF0;
|
|
struct BatchDrawCommandIndirect_t06F3B5DC4AF7D4B115CEECDB0A1E4E92065BC705;
|
|
struct BatchDrawCommandProcedural_t5780BD7745B5772AA54BA6E6021292F6A6553B86;
|
|
struct BatchDrawCommandProceduralIndirect_t8417CDF3495237CD8C9204B3DADC6BA4A1488B50;
|
|
struct BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F;
|
|
struct BatchLayer_t9B7CC333E894912E5BCA7BF8643CCE343E09FC23;
|
|
struct BatchRendererGroup_t452089ECEC9BF01E82CD6AE044B6D75B8CD12D10;
|
|
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
|
|
struct BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7;
|
|
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3;
|
|
struct CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7;
|
|
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184;
|
|
struct CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B;
|
|
struct CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7;
|
|
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3;
|
|
struct ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233;
|
|
struct ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61;
|
|
struct ComputeGraphContext_t4C18687C77814418D826A1B68C0D02781A9DFC7F;
|
|
struct ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8;
|
|
struct CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487;
|
|
struct DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278;
|
|
struct DebugDisplaySettingsPanel_tEA56F5761AF34C3DE63EF3294A407579E759C336;
|
|
struct DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93;
|
|
struct DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706;
|
|
struct Delegate_t;
|
|
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
|
|
struct DisallowGPUDrivenRendering_tF47794ABF9C89D55326226AC8C75471D3C736555;
|
|
struct DisallowSmallMeshCulling_tA1F3C9FD2CB77E0D445108FD463412346117DB67;
|
|
struct DisplayInfoAttribute_t492F6FB01E7EDE87EDE5340F0003DFDCE7ED40CB;
|
|
struct DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF;
|
|
struct DrawInstance_tBE712DD78F80BD1B66343AC3B9A55ACFE80E8AF8;
|
|
struct DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94;
|
|
struct DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010;
|
|
struct EmbeddedAttribute_t171FAD3F0A9037364390EA7F0CFB04FA3A5E50DC;
|
|
struct GPUDrivenLODGroupDataCallback_t513D83047833752F3C25B9C0AAAB474E94D71DA0;
|
|
struct GPUDrivenLODGroupDataNativeCallback_t3C7AFECDD582B8AAA0205A4075B00C42ED1AE75A;
|
|
struct GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08;
|
|
struct GPUDrivenRendererDataCallback_t4152C087393A384E442BAFE6B3AE0FAFB80C2EFF;
|
|
struct GPUDrivenRendererDataNativeCallback_t74A4C778AB0444EA3F0CB9D4A0BAB569DECB1F1A;
|
|
struct GPUInstanceDataBuffer_tAF2FDE10337956B935AE0961BAB4F5A4E534ACF3;
|
|
struct GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21;
|
|
struct GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009;
|
|
struct GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F;
|
|
struct GUIStyle_t20BA2F9F3FE9D13AAA607EEEBE5547835A6F6580;
|
|
struct GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1;
|
|
struct HelpURLAttribute_tC499F826613B34E001AEAE5D42BA2B3AD365E91D;
|
|
struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5;
|
|
struct IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D;
|
|
struct IComputeRenderGraphBuilder_tB136BEF63B60A8DD535EC84E6542C4BABF019D65;
|
|
struct IDebugDisplaySettingsPanelDisposable_t742137366622D0021331003EF33F4A2DE63D327C;
|
|
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
|
|
struct IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5;
|
|
struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA;
|
|
struct IGPUResidentRenderPipeline_t515F75DEF0110D5B2559A5A58C7588566A0C9BA4;
|
|
struct IRenderPipelineGraphicsSettings_tFD0CD27795DA54240F76B377D953AA3DD9929947;
|
|
struct IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5;
|
|
struct InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173;
|
|
struct InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16;
|
|
struct InstanceDataSystem_tC6D72AB1BF62EAE1F6A83946CD2949D74EAC6F8F;
|
|
struct InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB;
|
|
struct InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD;
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C;
|
|
struct InternalRenderGraphContext_t7197268EBA8C241EB895B070A5E0C71B111D7503;
|
|
struct IsUnmanagedAttribute_tEE5C387E7B5D53E2EFA065C9BF88361CFE29FD96;
|
|
struct LODGroupDataPool_t57D46380972427D64D13BDEE9A02B718FE30F569;
|
|
struct Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3;
|
|
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
|
|
struct MemberInfo_t;
|
|
struct MeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE;
|
|
struct MethodInfo_t;
|
|
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71;
|
|
struct NativePassCompiler_t4E5CE894AF5B8832B5828B22DAB0EA4FAC819E07;
|
|
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8;
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C;
|
|
struct ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69;
|
|
struct OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD;
|
|
struct OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C;
|
|
struct OnCullingCompleteCallback_tF06F0204B04072C0D12E8FD9B2731D24CF3F875C;
|
|
struct Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C;
|
|
struct ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE;
|
|
struct RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B;
|
|
struct RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F;
|
|
struct RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C;
|
|
struct Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90;
|
|
struct RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E;
|
|
struct RenderGraphBuilders_t899F9362CCFA453C5AF608B820107C9C37860D2A;
|
|
struct RenderGraphCompilationCache_t25B996EBE41BF50CAE9A81E97B9BBE376AAB55D2;
|
|
struct RenderGraphDebugParams_t36422B33508548E3E56CBAD04521104C2B3E669D;
|
|
struct RenderGraphDefaultResources_tCE331152C84ED1A36CF186CA0092AE10E599E25D;
|
|
struct RenderGraphLogger_t63D96976880E0CD356860F2470D7DAF60B1AD40C;
|
|
struct RenderGraphObjectPool_t2F5488D55D836B54B6E85D2952105BA61AEE6437;
|
|
struct RenderGraphPass_tEFB5BD685D417024760D82991EEEA4F4D0454A93;
|
|
struct RenderGraphResourceRegistry_t87A07027B2175239DB5239913091B9D9FE7244D1;
|
|
struct RenderPipelineAsset_t5F9BF815BF931E1314B184E7F9070FB649C7054E;
|
|
struct RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27;
|
|
struct Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF;
|
|
struct RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98;
|
|
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
|
|
struct ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791;
|
|
struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692;
|
|
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C;
|
|
struct String_t;
|
|
struct Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700;
|
|
struct TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388;
|
|
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1;
|
|
struct Type_t;
|
|
struct UnitySourceGeneratedAssemblyMonoScriptTypes_v1_tECA14C2BE661F9A0CEEB365F1654A5C469163123;
|
|
struct UnsafeParallelHashMapData_t43CAB3170FBB624A9CCB6F30C0EC1BB820D57926;
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
|
struct OnFinishedCulling_t94AEBB560F52F9A2FF21D11548FFE40CCF5417E1;
|
|
struct CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD;
|
|
struct U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9;
|
|
struct U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C;
|
|
struct U3CU3Ec__DisplayClass37_0_t890942068BB6DC32AAC4C50916EA757008A490F8;
|
|
struct SettingsPanel_tF7EA42E89110BD08D9CE148CFE63B8DFC63A69DE;
|
|
struct BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD;
|
|
struct Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217;
|
|
struct FloatField_t1B59A5C6B3DE8E8B696383C91240F265B89B753B;
|
|
struct Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6;
|
|
struct IContainer_tBD9F21C42D4253E306C4EF7CFC72480E0C7C89B5;
|
|
struct IntField_t44A28D09F4CD0658E53FCED78D08513508256A9A;
|
|
struct MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5;
|
|
struct Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295;
|
|
struct Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590;
|
|
struct Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457;
|
|
struct ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B;
|
|
struct Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF;
|
|
struct PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B;
|
|
struct SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A;
|
|
struct ClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1;
|
|
struct FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A;
|
|
struct GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4;
|
|
struct InstanceOcclusionTestPassData_t391687B1746158B5F049BB945503DC49F32CD62C;
|
|
struct Info_tA3039772991DEEDBC29A00439A055C5166133A27;
|
|
struct Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84;
|
|
struct UpdateFunction_t1C48B7EECBE47AC123A9D9D7D9D2A9EE951C56C4;
|
|
struct SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A;
|
|
struct CompiledGraph_tC8C6B8E2DD962A7BBC9B48ED868E03BE278D0644;
|
|
struct OnExecutionRegisteredDelegate_tCCD234646691F298602408925867AE91256D2226;
|
|
struct OnGraphRegisteredDelegate_t7DEB75DB071EA0F49C47E2617D72D40EF3A8188C;
|
|
struct U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A;
|
|
struct U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09;
|
|
struct U3CU3Ec__DisplayClass3_0_tE52C775842A473C8F901E83EBE8F4FE7551943B1;
|
|
struct U3CU3Ec__DisplayClass4_0_t8389B0AD45D035267299AC57A0AD96EA60F3BA6C;
|
|
struct Row_t4263ADC980EB84EB443A525B26307F51EF796D4B;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_2_t6D9E9C15AEDCB64542D2BB7BFFA1C9560CBDADE6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Action_2_t8E07914D7090FF200FE84404EEEFAF3CE183C9F3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BaseRenderFunc_2_t515113D57462E1E5E14F7EC1F8A22D536C489655_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BatchBufferTarget_tD9CFFE78BFE7DE851BB435D8EC9FEE69FC95A4CF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BatchCullingViewType_tAC2682BF9A489DF44A8960693303B47248C252CF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BatchMaterialID_tF9E95833BB1C35A6D14D47CF4EC8A6EB7D15D65C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BatchMeshID_t34167B7C1D0503C43A01A7BD213DFC367525D2A0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BurstCompiler_t2715484E1FF256726FC4D4D8E17C35A4C8DFA2B8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ClassifyMaterials_000000EAU24BurstDirectCall_tA9D92518F9B5F69672D804C856458E87D7B4C7FB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FindUnsupportedRenderers_000000EBU24BurstDirectCall_tFB98218016190A9044544FDD63B31B7EB7835B40_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FloatField_t1B59A5C6B3DE8E8B696383C91240F265B89B753B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_1_t11C3830580201E0A3A3A2C76523B7905EF40BCF7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_1_t367387BB2C476D3F32DB12161B5FDC128DC3231C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GPUDrivenRendererDataCallback_t4152C087393A384E442BAFE6B3AE0FAFB80C2EFF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GPUInstanceIndex_t1B73FC29B273B0470A8E186E3C2F19CA6D8FBA78_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GetMaterialsWithChangedPackedMaterial_000000ECU24BurstDirectCall_t32455FC570ED2D5D145F0EDECD67C3DD07820D22_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GraphicsSettings_t01785CE5CB5C5105CB527619AF4D74BEF417EF1A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Graphics_t99CD970FFEA58171C70F54DF0C06D315BD452F2C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IGPUResidentRenderPipeline_t515F75DEF0110D5B2559A5A58C7588566A0C9BA4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InstanceOcclusionEventType_tF66ED25A6A1D3943D326795EA91E803D666ECF79_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IntField_t44A28D09F4CD0658E53FCED78D08513508256A9A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52_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* MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* OcclusionTest_tFF967683F812A2788B5C8A9A220B83B43060435E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* OnFinishedCulling_t94AEBB560F52F9A2FF21D11548FFE40CCF5417E1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Row_t4263ADC980EB84EB443A525B26307F51EF796D4B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SceneManager_tA0EF56A88ACA4A15731AF7FDC10A869FA4C698FA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SettingsPanel_tF7EA42E89110BD08D9CE148CFE63B8DFC63A69DE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass37_0_t890942068BB6DC32AAC4C50916EA757008A490F8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass3_0_tE52C775842A473C8F901E83EBE8F4FE7551943B1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass4_0_t8389B0AD45D035267299AC57A0AD96EA60F3BA6C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t246178D53C8ADB823D0C73693CF99C3DF2D3EFA2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UnityAction_2_t1C08AEB5AA4F72FEFAB7F303E33C8CFFF80A8C3A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* UpdateFunction_t1C48B7EECBE47AC123A9D9D7D9D2A9EE951C56C4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* float4_t89D9A294E7A79BD81BFBDD18654508532958555E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231____errorShader_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966____m_IndirectStorage_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB____m_CounterBuffer_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8____occluderDepthPyramid_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6____commandBuffer_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t0F11026B65D5A166C6991CE987AF09EBF5390A95____1BE5D6821EC77D9F28633EDAC118930FAEE9AFCD3C32561DEC7DCF88F665709E_FieldInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_t0F11026B65D5A166C6991CE987AF09EBF5390A95____44BA24221E92F9903DFA51AB13DDF8E0FD16A86E24228B7CE874E60FA096FA9E_FieldInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0154D6D9E28CF683DC81E640D9B974F6E43DC697;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0E33ABB40C4DF3DF85A262A9F0995480491F821F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0E519E0537E3C9BDCB3A80E9E287D36B5ACB2EC8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0F99B3A75032DCEBB07BD1AA110CB03AC17BB285;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1449C1478C2FFE78C29848E88F1DA7C607DDFD85;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral15598F3496BA8C28CA24B4FC8C163491AF25A15C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral15BE181D19D34B49094D873D278815D08A056384;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral20462C78E67BD49B951DA18E7DAD21D7596CD6FA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral21EFAB0AE013EABD38BBC0E4C2E7A3700837A850;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral26313F1847636692D09A207646FE7FDEE4D0125B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral276145F843A0A2EA4154D1D7EFE37766D97F60D7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2AD4372331FCB991DF1FC13215C422ECC40B845A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2CC737370F7973DDB6A9E0C4C687C9C53629D2A7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2E971C6CF78421785C5682D3CFC1AE98998A150A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2EF467BB2B11222E07C1C8A84B5714665FE97D70;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral33605EEE62E88756E4BA1D85069CF97F702248D4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3608EF012853B73B01D7308B206EE8F0BD3891EB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral39279B921CE8BA61C9CFEA6828A8E19F2F40A3EE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3B906629914E62514EC140E117D7C218BF6CCBCB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3DB91822D0E6324C03856829D6B6A91DFF4DFD84;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral40722D68DF6241BDF24E353505A46B5F6DBA488E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral40E46FC4A663A92A3409AA650CE293C017403150;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral44B7271E94E9DC1FE26950CB16BC6E5BF6F807DC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4727043A09E9AED00B18FFB882A0C941E1D1843C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4779F4DC0A0486BDF17B7CCFB75A8A86FBE17EAD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral479CDE6C45006B6B65FFB1AB6CD78A6B1BFD9B8B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4ACFD3A352502BA1A1CE2BBC28E8A56B9FDB29F2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4D62FE9AE6DF7AF5D9763BFCF252FD8D5E9E53F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4F53C55E1022759EE2703298EB9BA137CE2C09F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral52D71FF33286B436F008BD74EE145BF39E9B34E0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral53AFF507762CFE4147138409FE49B3E5111FBA78;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral53C0B7B84FA6641BABA00E2F110AA6F19B3814FB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5A796E8936F315B76DD22CCF39EE9766A2550F82;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5A7E7BDFCC9D40E5A7E6A7293CAA08FA410FC0E1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral609319E478B75DDF7FDDC435FFC0CFF73306E5B0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral67544912B3D1EB3616DC25BE7E0A8CE2D70B44B6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral69E1156095FB1919BDFA195828B26953FD046339;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7796BCB6A08FD9FDA06CFADCB4D8CA95339D4F60;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral78EC543F68E260BC404FB979472DDCBAB1952E12;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7A4A6761A1024F8003B654E460E3459CA2B55FDC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7C21676E2A3DC57610ECA123A647D627B2B395A3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7CAC7AAECD4167C47C1330FFD31F1482918E4B7B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8A252B976FA4B7CA2512142DD332BA7B65CD0B40;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8AE0AFC05D166DCEF16C3FBCBF926F964EC9BEFC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8E42528A7E17936DA03907FB5ACD9378339FE314;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral98A479CECE8C98765A21108D072B851F1E6F0D68;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9D8CF0979AFB6EF0FAFFBCB198E979A59A4CCC61;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9D9D4D9EA2AA9170FB2343543308B01EE69B40FB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9DFE6F30777F06B81F603F3C141E5A39F02D7B77;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA02EE81FDEA84CDEE3273A1AAB758A63FAEB79B5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA13DB0C8C15A5C38205107A0DD5B53620BACB630;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA450CC1573F29AD5BDF369E54F23FA0616194993;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA931060EB4BB8E265BAEDBA0FDF149DAD1DBC80F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB8E3E5460CBB129D13A3B6FD51407AD6C1DFE778;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB9B68C287BB0242DCE8F25BF1A3CE73D21AD7905;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBB63887534206DFC622D715A6951785C1FD6D322;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBC386B2603BCE6671A9912835548A45A479C36C1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBCA98C71BC97C1ADF8351BFF4D680C1D630C9D2F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBE387BE5722728FCC6D2E9DF22558B024785F361;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBE5D5EAF46398119591C5CBC2ADEDFAE0D29BF52;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBF0502F32588053A72A2D58373A3FA6B7B640EDF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC06D1249AC47EA1EA60DBA3F7BD122BF6BCCC9B1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC409A8DD8900D1723D0E72D4DB9E396EA1BE5044;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC4A60EF3CB7CE9B3E37424E80A66ACA682AE2322;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC5D8AF07339C92C1C8A544FB0AED646C001200E8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCAE76FB995C14C9E48688A8C24D2A588E8D339F5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCE617224299B1F6E6EB28A6389107514913A68D6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD02DD7BE73A42A3A3DA7E1FAA3A0ECDAFCC47D84;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD262F3A6CBB27726FC47AE1AF73772FA00381CAA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDBBA70352A6B061168110D931E7AFFA81EB04053;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE65DF9C4C46F87ADE7710537D21AC39C029AB031;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE7721A47648B53D1891F250EA273B37FCC74C117;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE88F494A4CE59546E9B3E4480C945684A3157BB7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEC35D334A24D8212C6B847E406B18418BEEE8A2D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEC7E85819F04091359F98C51381DF504884D6C2D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEEDAA124A2C9A498A38E41FCFA918A2F26CC0A98;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEEF9DD5B8E556CCF7320A244CE47736B5F3718BF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF48DB72E06840C96B48C4B5BACA447EA80FFB4E1;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AllocateBinsPerBatch_Execute_m8244D8F2860ED03B023A6D348D9471F2AF76E0F1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ArrayExtensions_FillArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m42C776F63A2433E66EFD05FB1C9AB0CD38C4FF42_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncGPUReadbackRequest_GetData_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0C8174219607025AE80D610B1767D0C69AB524CE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BurstCompiler_CompileFunctionPointer_TisClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1_mD56E7680DC7675C837B6EBA8CFD800A82E00FE66_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BurstCompiler_CompileFunctionPointer_TisFindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A_mEA65331AA6E8EF44EB20F15344306CDDD1825785_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* BurstCompiler_CompileFunctionPointer_TisGetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4_m2CEAE42B62C0B3479B04FAAED388332F7EF8816A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CommandBuffer_SetBufferData_TisInstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431_m4F36200EC1FF6F64F0A11D1BB8793DCE3A94E12F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisDisallowGPUDrivenRendering_tF47794ABF9C89D55326226AC8C75471D3C736555_mA8C6BACEC0954349F2E95941BF17B6D822A0EF07_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Component_GetComponent_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_m0EDA0079FA3617687C4A28623B79A37D618D9CFB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ComputeCommandBuffer_SetBufferData_TisInstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431_m820F54B059D444F0DDCAF5FB47FAFEA3C290C9A9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* CustomAttributeExtensions_GetCustomAttribute_TisHelpURLAttribute_tC499F826613B34E001AEAE5D42BA2B3AD365E91D_m82FD9652EC1B88FE6F5E28D93BCE6260A7D9FBB3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DrawCommandOutputPerBatch_Execute_mF995D35E2E640A3172F4BC62E37BF103CFBBBBA7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m76DC8FCCF3E42CD42363AD6C2BAC71ABDA1535C2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m62905577B99C79AEA734E15AC569B10365214EDA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m9615CE722B0B33517472FA29CB73AE60D8E8D522_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Field_1_set_getter_m0D6269CE6AB37DC17FD68ED4DF23AAA7F5A111EE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Field_1_set_getter_m30D3C5756F57A4722D34CD27E76B82E5E2EE9E26_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Field_1_set_getter_mF8E6E0323EBD752BE2D6D13285B5993CA830E50D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Field_1_set_setter_m90E7EFD04883265D67E9F22A5F40E7DF693FB534_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Field_1_set_setter_mA45A1B2C3D2FCE0FBD04F05304D354B375823B69_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Field_1_set_setter_mEE3F70B069BC0ED608C28AB90F4AE5BD443E5D8F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FunctionPointer_1_get_Value_m7BB4378639EB09C6A4DA8BC308DC3DFBF21E276C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FunctionPointer_1_get_Value_mBECC6530F0941980BE937B6342CFD006F52C0FAF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FunctionPointer_1_get_Value_mD2342A0DA927E197088BE92B5D78B3A96D760BAA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GPUInstanceDataBufferUploader_PrepareParamWrite_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_mC35E18D84F8E3D9FF126791C5ED119AFAF6A1B92_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GPUInstanceDataBufferUploader_WriteInstanceDataJob_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m5975E063AE0936A5910142D9573C1271A7C6AEAF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GPUResidentBatcher_OnFinishedCulling_m3894D01381A5290564E27DC8315623AD4B21975D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GPUResidentBatcher_UpdateRendererBatches_m7FDCEBC6D9743BA42ED99E545EBBF438702B56DC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GPUResidentBatcher_UpdateRendererInstancesAndBatches_m7CC59149342BCCB17DE20FCD2BF0294D613B48B9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GPUResidentDrawerBurst_ClassifyMaterials_m9FEDC6820FD183791F7BD2B682CFFFBBF9DC9F40_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GPUResidentDrawerBurst_FindUnsupportedRenderers_m927B5E54923278315B6256EA8178A34AA566B4BD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GPUResidentDrawerBurst_GetMaterialsWithChangedPackedMaterial_mC2D4AB98974823074A7E8543ED7A3D5BF7DB26FA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GPUResidentDrawer_AppendNewInstance_mEB1EA724EECB7E96FB4A378582A650ABBD8E635E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GPUResidentDrawer_OnBeginCameraRendering_mDCB0CA5A9CB1F1BA25DB7214D3BD75975AA2B705_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GPUResidentDrawer_OnBeginContextRendering_m383B0726811F68E670753BDD5F4EE772DE4593C0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GPUResidentDrawer_OnEndCameraRendering_m1F301D2884DCFB5ADD5CB533FEC803B898EDC690_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GPUResidentDrawer_OnEndContextRendering_m4E432047D9A70FD9FE8718FB195A9477A657857A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GPUResidentDrawer_OnSceneLoaded_m4C2686BC1182C9327DBA362D670CB30601292F5A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GPUResidentDrawer_PostPostLateUpdateStatic_m2322043F8B8734792788BF29370233B9BFFBFF7F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GraphicsBuffer_SetData_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mBBACEA4828D09243CAF5F2B480292C8811A59147_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* GraphicsSettings_GetRenderPipelineSettings_TisGPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F_mA20CF00708DEE93E14AD14947837BC1D9E8DA350_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IComputeRenderGraphBuilder_SetRenderFunc_TisInstanceOcclusionTestPassData_t391687B1746158B5F049BB945503DC49F32CD62C_m0FB6EBAF88670D003B39C30153414C2030DAA8F7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IJobExtensions_Schedule_TisPrefixSumDrawsAndInstances_t270E5AA9BF72798DF9C0F217224637E0B89F710D_mCC979313A633E0FFF5D5EC75DC58C8294BC29AFE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IJobParallelForBatchExtensions_ScheduleBatch_TisCompactVisibilityMasksJob_tDE1D39C552A38F0687E6280ECC355983FA6AA3A5_m4DA9CD91074830874EA4857435E6BC3EE643F86E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IJobParallelForBatchExtensions_ScheduleBatch_TisFindRenderersFromMaterialOrMeshJob_t91FE5FAC4E968719F44985614268088A90EAA4A0_mD0AACC25CF7BD8B9D065D116A5AF817E656AA261_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IJobParallelForExtensions_Schedule_TisAllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904_m5EE5844609FDACAF2B9DFE42ED665A754885573E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IJobParallelForExtensions_Schedule_TisAnimateCrossFadeJob_t4A6EEA489E4EE721D1878717E9FB01FC73C4E90E_mD7221D1252497D1021410C8A1EF14074F09BF169_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IJobParallelForExtensions_Schedule_TisCullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681_m8D8CCA2EFB5B26BD70152D80E08CCC5E48EE0FCA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* IJobParallelForExtensions_Schedule_TisDrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215_m1CD41A514234A602CA4EB97B64BAFDD1C0D08D10_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m20B47157F68B2A1C1C92F34C111874885F78607A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_mF1B4B099D6EC830C7AE856231485FF238F2985E3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mFEECC8D3F82BB0A022FC84C60FE2CE3F0C456172_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MemoryUtilities_Malloc_TisBatchDrawCommandIndirect_t06F3B5DC4AF7D4B115CEECDB0A1E4E92065BC705_m420905EDBA9A64C361E2A6D981B38B48D85066F3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MemoryUtilities_Malloc_TisBatchDrawCommand_t9DAB9B739DA9EBC6B1BB0D2DD51AF65B12F66BF0_m7E812EC737BE547DE159DEFB8ED25CFEBE919249_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MemoryUtilities_Malloc_TisBatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F_m1F65CB986865A957274F7808CE94C84C797611DA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MemoryUtilities_Malloc_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m844E1FE9AA85FBCDA780F255652D40A313DC2633_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MemoryUtilities_Malloc_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m269ABA451687B643BABE37DB6019C803CD73F66A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArrayExtensions_Contains_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m05CD00B5078EADD2E55FA6FF5BBB7631C57CAFC6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArrayExtensions_Contains_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m9EAA8F1CA025F587DD03424BB606CC8C66E3A985_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArrayUnsafeUtility_GetUnsafePtr_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mD2D9DC546B80A05000B107C8E09FAA4BED3B2144_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_AsReadOnly_mAB1F094943B1A70B20CE8C14C678067399384A33_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Copy_mE732305914FBFBE640845378BDD9B31684A47131_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Dispose_m2C67EBF40272FAE50ACAE7825D1C71C673CE32C7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Dispose_m7BA471A3A3647BD2576F5DEE28D1C0D5107A78F6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Dispose_mB7356672FF7B43E7BA9814A15428B812950C65CA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_Dispose_mC1B799BB11763574BF37BB5271CDD3E71396C643_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_GetEnumerator_m6E656AE4243351850AD99E832638DDF081239389_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_GetSubArray_m2B4EA9FF70CC0BFCB8DCD9630E730DDA436A1F8C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_GetSubArray_m7A2E07EAE629213B862B7441AF74BE9A8BEEDC10_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_GetSubArray_mF9859B73C8B04FE2136D339F27042DFA7AB2227C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1__ctor_m140467F809E7DFD8EC4C512E0B05D4A295DAD523_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1__ctor_m2B08A55873756E21BCB6D1C2CD1D3ED18D00BCA2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1__ctor_m782C18A46EF1C07CE2818023DFA072D278161AB1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1__ctor_mD0F26C30D505CF393A50CEAD19D9BAAD3E77CB87_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1__ctor_mE50EB5A286979CF3B3E3B8D13C7E7F9A25D77B20_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeArray_1_op_Implicit_m00183030196858D0016F2A18C13320B0366B4D00_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeHashSet_1_Add_mB67F0FEDA3A1AAC916807470790ADC4386B2F992_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeHashSet_1_AsReadOnly_m0C9541B55345EBCCB8D03405F82EE90E7B39760E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeHashSet_1_Dispose_mF00D42CE9F82C5713139BDD9F2665AB61F3A4D8D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeHashSet_1__ctor_m248D28782C7E6FB2BFD52CF730FA97753A95854A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeHashSet_1_get_Count_m17C28292E981C172335DA47ADB15317019619AB9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_AddRange_mEE6335DEFE249BDE035F4CA1AA0F52D5FE38C88F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Add_m11D7D9AEF949F5358C251CCA89B1BEAA5C811D49_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Add_m13B9283714C231DE2F391CE8EC440FCEF5A28BF4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Add_m19F45CA31E77EAA884BD1AB740FBC644D2B1A1E7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Add_m6F0898FAFF65193E24E8924DC012D7891EEF9664_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Add_mD5F3F9AEDF81C4AE1F22A002348E5296010D0064_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_AsArray_m243784F33AA26E289A433DFE616B929FB0FAE621_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_AsArray_m300703146ACCBE0D12F5E4E9C9F3FD118E232207_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_AsArray_m55E032CB4280AE9BC2B69ED9C30D36C69F1BC609_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_AsArray_mD1E540EB5C863F0EDCA8396DE9541D9E5EC2A180_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_AsArray_mD72335AB21F040F66CA0076CBC71E6292CD744C8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_AsArray_mDD9590C17DD493AFFEFADEF0D927B0AF1EDAAD14_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_AsParallelWriter_mD909101716149F367E356C281DBBAF9108D1D434_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Clear_m310A90DA9753E42FCDD8412981439E94F19F0E39_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Clear_m861822BBA9ABD901811A01ABDE4E2614C7997B2E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Clear_mB153D0ED83D060E9FABE791884CE1E6027D01488_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Clear_mE86287A43D338AE9E3730BD4A6BBB965C13F41A8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Dispose_m0FACBF9E47B138529F80FECF7FDFCC5DEAB21087_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Dispose_m32C1631CCAB960F45262F6F8FAF8DC0404C849B5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Dispose_m43AFADA1FB582C255240041EC6E1056D663F7100_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Dispose_m43BDA69DE4F3A437A4BAD6AB97533841A999DF31_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Dispose_m4E734E41A08E07ADD53AFE661AA0155D86EAE58A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Dispose_m6F1C0DF1C4130EA6750840EFEDED1B0E4ABED7D3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Dispose_m77CC3DBC60106FBEB1B21A01803D1990990BA9DE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Dispose_m8177C15970B332D07C39E4734E5D587CF4471142_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Dispose_m8F708559E2FDBFF76B2F2034819D70E4591175D0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Dispose_m936C1C3C1768D5DC2C3792994C60F4E9D519AEF3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Dispose_mC12EE762D54D39A561B6978D28A64AFE0645020D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_ElementAt_mFCD9E7A4E2981401954F416D16AA4455F46F9AE4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_ResizeUninitialized_m11C65766590A1E4E6C3E827FB5C86B2BB94F20D9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_ResizeUninitialized_m60D1E1D5072E1117AE990970AEC0C156D0F76944_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_ResizeUninitialized_m69A8DED1A29D55DDC2E1CBF7ECFDEC27DABA6423_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Resize_m2358D62785D3489186FBAD096754E2EA7E67FF16_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_Resize_m7C08A0B66BF2718864FFEC496D873CCE8D434704_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1__ctor_m26D6FB9FF76D69301AEC2BAE86346773CF67BC2A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1__ctor_m281D3CD28B45C93C5CBC1D3160AD6A8E752650DA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1__ctor_m2C334557C31C567C03E7897E40791C9161A2E517_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1__ctor_m30050AB7384DD6D8F7C0421EAC17109FCE7C1F18_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1__ctor_m35799C0CFA6E16DDB0DB2720C37F56A31014D29C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1__ctor_m5621549719D2A85C6F278F4820E3B893870D8805_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1__ctor_m5697273576B6FA770C7C26B21495B790E0D88EFA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1__ctor_m781A6D8DB34A9BB40C315CD9AC3BEACCD89E31E2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1__ctor_m98E15AF6E12EDECAB34F6D2B40A8D5201465427E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1__ctor_m9AFA3393ED1432DAA54312C91FA0601D65B6E24E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1__ctor_mD491A8EEC80D99323131B35D6869BA14837A060B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1__ctor_mF0B178D7A60B2948564AFE0F967677F1F77DB356_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1__ctor_mF7AFCA9B1F3D787D37E297EFC26D9752E72B6E82_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_get_IsCreated_m2E606F9BCDDA3311177026D835C2915F50C20416_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_get_IsCreated_m8C1C2A81E0741FDAC07B6C32D9F197ABF9E875AB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_get_IsCreated_m9D2F6807A7DF2372A6EE81B8C3606C3D4BB55C27_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_get_IsEmpty_mB6321124F984DAF254E969158935C9C08369934B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_get_Item_m5B47CB99AD82EBCA7BE686B7164EFEA3DD649470_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_get_Item_m6239ACA6F096D9F51BC8E37694D94DBEDAF30050_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_get_Item_m6B6298009A29FAA2779571AAA30AFFC46A518CC1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_get_Item_m775ADBCE0DBDDA68B138888009F9F9633E111CDE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_get_Item_mA1A9DFAE69C1E05FBA3EC1BE8D292F6A0B749419_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_get_Item_mBDB41EF423D60B231EA5985CCE550908337E9822_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_get_Length_m0741213990CDC270EA01956306826DB5D87C5F6A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_get_Length_m125AA2673FEF8244B4ABAAE55ED919FCAFD76D48_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_get_Length_m162ED70EE832FC01BABBD659406195BC6DB50D4A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_get_Length_m1A46D9A872589738B0134FD788E9C362EAD00018_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_get_Length_m1B19644590B4833588E55C27206E74261176AEBD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_get_Length_m8842BCE2399B0730FC7584F095F1AC006D55886A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_get_Length_mAF6ED4830EA3A9BEC5A90C5C30297F098077A6C0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_get_Length_mB4FC1C8F5BCFBB96FD906F27FF41FC878DB721AC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_get_Length_mE7A316DEDE7A834904E4EDC814338B6A605AC589_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_set_Item_m09DA963CC6136F433B32EC13AFF1B1B6DA833993_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_set_Item_m4CCD80C758C69925CA734D1E1402D66E27F4E212_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_set_Item_m8F9BB1FF27B23FA529A5EF8CAB9DA12AA5AE3FEC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeList_1_set_Item_mD793B5345ECFF5C8752BD84D14D612AB16FC228B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeParallelHashMap_2_AsReadOnly_m40C4678A893408EE50722DF7800F2317907F444C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeParallelHashMap_2_AsReadOnly_m9547F5A5D2B5E1EF28ED8C562848F0B87B48DC9E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeParallelHashMap_2_Clear_m8E95F140A3870CBEDF20959436C2FC36CDAF90E4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeParallelHashMap_2_Dispose_mE76A0E7CC8A61D352BEC198AA58E7B99A5DFDBCF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeParallelHashMap_2_TryAdd_mFE6468822563C36FFD28CF1434FB8D5664D1CDE4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeParallelHashMap_2_TryGetValue_m6E67B7DC074842BF90C29990A23C46AE6F5275C4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeParallelHashMap_2_TryGetValue_m8C44E208143352E44ACC41CE5EDC7CB1EF59C7EA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeParallelHashMap_2__ctor_mF69457D66BDC60DFEAA9D5F8DFAA598563B5C74C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeParallelHashMap_2_get_Capacity_m923E5B859834744FCAD09AA6B65F81D87F7A393B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeParallelHashMap_2_get_Item_m1EBC9739F8BC30E42EA705CFBD1E59BEE46FA803_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeParallelHashMap_2_get_Item_mD349600C14FC15C4FA3A779DFC8158B0A53067B4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeParallelHashMap_2_set_Capacity_m652917B5C743FB404122B4EBAA64D5E55BA8D090_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeQueue_1_Dequeue_mFB2EA0250C211ADFC6F96B75DE8A398E1BF00491_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeQueue_1_Dispose_m947457616B8DC1D1EF52AA5C64B3F34BE1A225DD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeQueue_1_Dispose_mC479914AE4253CBCB5E3BCEBB771C67F84D7ACD6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeQueue_1_Enqueue_m1B9B5E07283D325B86C3400D62E6F76BA1B0FE37_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeQueue_1_Enqueue_m28EF4AEC6B38DBC642B97D976A0694572CFD4DBF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeQueue_1_IsEmpty_m65DBB89B0F0FADD2F1926200383CC182869A5643_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeQueue_1_Peek_m52FD79FC24A5DC722E0F7F6F1F580AD91B38EA2A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeQueue_1_TryDequeue_m8CD33F25078F6040C65A718A5321B20B161EBE21_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeQueue_1_TryDequeue_mB56FD1925AD16141BD22B158CC14FCF28CEBE2B0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeQueue_1__ctor_m3109BFFD8976B2EF90355B23C5029558950039C9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeQueue_1__ctor_mDD9E8ECAA791A7124E92EBC12B9907F770BDD057_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* NativeSortExtension_BinarySearch_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mB0350EBC092FED4729E6FC7064EE7F949BDF76B8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectDispatcher_EnableTransformTracking_TisLODGroup_tA4C4F98D3F698143BC7529146AB31A3D2EF24D9A_m72AF00D58EDBD935A7D45DC322850E04A6D9DBD7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectDispatcher_EnableTransformTracking_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_mC5E55A5337054B3A134A92CD878A36DCAD9DDF10_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectDispatcher_EnableTypeTracking_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m0758F11E5777F93192480C568F3EEAB045156AF5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectDispatcher_EnableTypeTracking_TisLODGroup_tA4C4F98D3F698143BC7529146AB31A3D2EF24D9A_m4F3AB0C7A1DC755E20D3862E114759E9EE3C3812_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectDispatcher_EnableTypeTracking_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mD5365E4996CD49271D4DCD5A82877D2B979E5F0B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectDispatcher_EnableTypeTracking_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_mE7983A612740D5745E327FE2BF01BC9FEBE79102_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectDispatcher_EnableTypeTracking_TisMesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4_m3883BB97F67780D1CB18B067D342DA2A134A8B21_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectDispatcher_GetTransformChangesAndClear_TisLODGroup_tA4C4F98D3F698143BC7529146AB31A3D2EF24D9A_mDEB7DD3B198B59D0716CF2353A2D2DBA419BAEAD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectDispatcher_GetTransformChangesAndClear_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_m5771BAA041C3E095532BE8362B06CC9AD6AD79B4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectDispatcher_GetTypeChangesAndClear_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m0BA9DAE0D1A191ADB985AE426A727922792F5B75_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectDispatcher_GetTypeChangesAndClear_TisLODGroup_tA4C4F98D3F698143BC7529146AB31A3D2EF24D9A_mFCCDA5A10F448CF8FF70B5CA6DC09B631B528AA8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectDispatcher_GetTypeChangesAndClear_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_m26DDB5DA92262DBFE26F53C77DC86971CCA7145E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectDispatcher_GetTypeChangesAndClear_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_mDB080F3A400018256AD1E54C7F30D8A8ECEC19DE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObjectDispatcher_GetTypeChangesAndClear_TisMesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4_m815939888DE3D2906DA83716E96633DEDD479C8B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ParallelWriter_AddRangeNoResize_mD31E0D3828906AD492E2136E0D6D27D212856C2D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnly_ContainsKey_m14445E388908EF02FB0AFC01B2FEE92069DE96B4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnly_Contains_mDD64A287EC0275CCF13166E03B987F49313EA4A5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnly_TryGetValue_m8644DADA12691E5F761055E0749C42FBABC0DA5A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnly_UnsafeElementAt_m7C121BC14DCA25B8E95B393501BFA8CDD73D47D3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnly_UnsafeElementAt_mB3880979EFA3DB70CCDED067C1B4B3CBD696D1ED_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnly_get_Item_m13AB4BEFBEE6EE9755784AE433AA0F8822040898_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnly_get_Item_m1C07C4BF3E06906AD18E2F93EAD2CD97CC91D8CD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnly_get_Item_m27DDB696888593A986C7109A7206B214407E319D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnly_get_Item_m6473FA4606F2A6B90DD618E6FB3E261D11D6CCDF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnly_get_Item_m8716F404AD9041C2FF3740B1CF5707196FAE0DB5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnly_get_Item_m9DFC7CAC9FE6CC930E5BB888FC1018C186B6B135_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnly_get_Length_m1528DD3FAC107316446ECF9DBC017881AA6D472E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnly_get_Length_m563B84F5D44C547A822486B9DEFCA1DC5FC435AD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RenderGraph_AddComputePass_TisInstanceOcclusionTestPassData_t391687B1746158B5F049BB945503DC49F32CD62C_m96F6B8A985482DC4E7500D9C75A8D51B10D7B036_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8_mB626479C1AFB7962C3CCF8700B4021E92D0A0536_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisShader_tADC867D36B7876EE22427FAA2CE485105F4EE692_m9307F65BDB77DA16B533E312EC230CE32FFA45EB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_1_mEF4F8D1CC79D1CF85CCC4610DC06BCB76564CE91_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_2_m1E08CF05A869CC26DF30F2877A709C3AF4F27598_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_3_m8E2C65C9A3C7FD20603EC17220C113B310BBB502_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_4_mDA48DFF119F9FBAECB72A64EE19B1B07F93F70FF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_5_m05AB1A6014D473142A33584EF5098842F49EFCC4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_6_m08BB4683DFB0BD14B10210F9964EF78140FF10CB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_7_m389723C588DA0A6320BB10A3BB94AD47C4772608_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CAddOcclusionContextStatsWidgetU3Eb__4_1_m50ECF46F715AD40AD546A000C171E6BF749A2D57_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CInstanceOcclusionTestU3Eb__28_0_m018A8024AEBFAC4FDD9DEABAB3FE56C3E2516CCC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__2_0_m093D8CEBBBCEA344A5E1B90ED8581185C5789207_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__2_16_m14E895F5EF397DED57D6677A0F4399A04482B31A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__2_17_mF558F22E7A44DC1E2D23BE2D1429DFAC0D9BC095_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__2_1_m4C96510BFF1B8E053D21EFB7867B53E5158A24DB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__2_26_m17AC5153064AE16E0E236E377556F79919FC35D7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_ctorU3Eb__2_2_m049FC2A0C266B14BEC7B2D95DD97ECC89013EDF4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__0_mC0E8B5021FEC842FDA982AF122F22BB6340D35E9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__1_m9AE4D495A32845644E11FB2B895DA5E75F8635F8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__2_m95BA865F2DE7F6DBDD8FCEFE47701070C5AE3F98_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__3_m58F09A1804446AF0F5931AC7196D7BAC039F3EDB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__4_m3747952920734A24FC5B1F9DCFE309747F9C4C4D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__5_m74C8AB5E55872D1160D6F08B78F48718683BF499_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__6_m0C34ADB7308678E1AFF82716F6A27B1442D49578_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__10_m12DA07F4057174A9C51C3490CAB31ABBDBCC65AC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__11_m6F14E1BC75C6E8D7983FEC6A512122D33B8F5ED2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__12_m3C7B0AD686A0FD426273990498FF6BA571FFC16E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__13_m5F4FF7135D0D1BD237D13C77CCA8525F0910867D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__14_mD4833866F9E3D44ABCD198C96CAA9F73DBF3B674_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__15_mE458635A19DCE0C2C9232654152704448A814E9F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__18_m4BF1ED906D874B542CCBECE37769C95E0EEEEFE2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__19_m15765D8BE137D80E15D9E0DFEE2D1702F80D16D1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__20_m3F3D3E337916110ADA2E9AC04766373D4034E29F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__21_m7C83A2EA4C56EB3016A830CBD6BC6D7348FB32A0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__22_m7C34E5A19AEEF6DEA46F39BD18FDCFA72F754EC6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__23_mA4FC48AC04F73412EB611F97E87ADF7D437F6596_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__24_m3C25B58CBFF7425C921F2CFE1C797A3B3C1A5F83_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__25_mC056211293A3B7503C66790B6EC87EBEB2B0A824_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__3_mD932A7BDF2C4A95ADD0A793D88603399C0A30BBA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__4_m2BC2F60CB8AF8FD2F1328543162B1E49774712AD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__5_m8C9D186608F61193AE4207817E1ACDDE6C2726C0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__6_m721C13571D79B42825FC4C282072ED740F8C9BF6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__7_mEB15B8079DD79B3B3AA7221B93777D3A7D91B1C9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__8_m31DDC1A4B0CDD778030C7A154102549CAB2D8577_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__9_mCC4BC12D4DC4F35BD4B7585162E160F09CC8DC27_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__0_m281CC8F847448D48F68A721E2D0F86F92A43685D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__1_mB8309CBEA6D07BE46EE531191348BFDE63BFA021_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__2_mD0C884ECBEBC66AD69047F71489B3045DB0AFF88_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__3_m8957BE6A834F4BBD5BCEACE48D551CCC947D9DA1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__4_m297B7D746ADD3C16469C222543943215A72DA08D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__5_m03FA65281C30F4D1936B9E0500137902A19C4050_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__6_m93BF41E213ACCF0C57F5FC9DF9BC8E28AB37D26F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__7_mD9C6E0CB28F766F6D83DD8503259D673862D74AB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__8_mA2B89C190F8435EFC7DF6FA418D3F3258528A918_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__9_m836861B3A208A7B2520ADF8ADEF71AC2C6CE3F0D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass37_0_U3CAddOcclusionContextDataRowU3Eb__0_mED3FABF60A71E14B58132405A736ED530A109CE1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass37_0_U3CAddOcclusionContextDataRowU3Eb__1_m16A03382811631BC4C552CB1164EDF515D8B7DD6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass37_0_U3CAddOcclusionContextDataRowU3Eb__2_m177C7E2116DF1840927C16C0D38F7DDD22F48176_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass37_0_U3CAddOcclusionContextDataRowU3Eb__3_m800D183BCA94C61672567786D4398674D2648401_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass3_0_U3CAddInstanceCullingStatsWidgetU3Eb__0_m9FE17BAAA2BA671C3681DC39225C9FD13BFB3973_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass3_0_U3CAddInstanceCullingStatsWidgetU3Eb__8_m6EF51F0D432AEC04CD82DA0F52EED0FDF6F8134F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass3_0_U3CAddInstanceCullingStatsWidgetU3Eb__9_mEBCD6A2EE470AB30E7FAA8A97D5FFAA30073FA89_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass4_0_U3CAddOcclusionContextStatsWidgetU3Eb__0_m71812BB64272745920C85327299F9D807A592B08_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnsafeList_1_AddNoResize_m04467325D48E0444A960789049A6D2CED09B0B14_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnsafeList_1_Add_mEB8459A0E0C24E56AE72A2570A81DF6477445076_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnsafeList_1_Dispose_mE9A93DD621B4354DEA3E61A0369B82523B67F6B2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnsafeList_1_ElementAt_m005F4546B1F03AF0134BE89767635AB68F74E4E8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnsafeList_1__ctor_m15A4AE1124E2C7A933B9038991AFD741FFD3263E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnsafeList_1__ctor_mA85E6FF8511F43CD540FAF2D240F7392B510CC9D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnsafeList_1_get_Item_m02CD66399DD66F66319F8D7F4590337B9D8500AB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnsafeList_1_get_Item_m3BC258CC4C92F5D2A744C24BA0EABA6D06D8ED2B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnsafeList_1_get_Length_mA3CC0C8D9DB4BDAFBFBF1B61294363E86023C0B3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnsafeList_1_get_Length_mEA927D1405F8410976953A49C12817C90D673A4B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnsafeList_1_set_Item_m1906FF4418AEFA959A8BE8771DC0609774FD0E93_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnsafeList_1_set_Length_m623C592BF512C1A444EA37B6A9AD8AB9CD7314A0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnsafeUtility_AsRef_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF01FDF0EACCFED286E93933B693A2BE11A6A8946_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* UnsafeUtility_SizeOf_TisInstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431_m50EA3632EB1CDEF0AC4FA6E77CE06A357B7F3BAA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_m8852153FE761359A21E7B8B7F98A2B5779FCAAFF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* FinishFrameRendering_tEAE352E2A0817EF409C36B50BC74A0AE91403039_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* PostLateUpdate_t8D100B8147895DB5492ABDC2ABF8ACACA3EA1256_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6_0_0_0_var;
|
|
struct BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7;;
|
|
struct BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshaled_com;
|
|
struct BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshaled_com;;
|
|
struct BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshaled_pinvoke;
|
|
struct BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshaled_pinvoke;;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94;;
|
|
struct DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshaled_com;
|
|
struct DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshaled_com;;
|
|
struct DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshaled_pinvoke;
|
|
struct DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshaled_pinvoke;;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
struct IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5;;
|
|
struct IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5_marshaled_com;
|
|
struct IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5_marshaled_com;;
|
|
struct IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5_marshaled_pinvoke;
|
|
struct IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5_marshaled_pinvoke;;
|
|
struct InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB;;
|
|
struct InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshaled_com;
|
|
struct InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshaled_com;;
|
|
struct InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshaled_pinvoke;
|
|
struct InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshaled_pinvoke;;
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com;
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke;
|
|
struct OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C;;
|
|
struct OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C_marshaled_com;
|
|
struct OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C_marshaled_com;;
|
|
struct OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C_marshaled_pinvoke;
|
|
struct OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C_marshaled_pinvoke;;
|
|
struct ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C;
|
|
struct PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F_marshaled_com;
|
|
struct PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F_marshaled_pinvoke;
|
|
struct RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C;;
|
|
struct RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshaled_com;
|
|
struct RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshaled_com;;
|
|
struct RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshaled_pinvoke;
|
|
struct RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshaled_pinvoke;;
|
|
struct TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388;;
|
|
struct TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_com;
|
|
struct TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_com;;
|
|
struct TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_pinvoke;
|
|
struct TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_pinvoke;;
|
|
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
struct PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D;
|
|
struct ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F;
|
|
struct ParamInfoU5BU5D_t04997454CB57D422798CB09352BA40CEF46EC967;
|
|
|
|
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
|
|
struct U3CModuleU3E_t8722E8655D9AA09B342C98087C79901D7FEAC3BC
|
|
{
|
|
};
|
|
struct List_1_tD2FA3273746E404D72561E8324608D18B52B533E : public RuntimeObject
|
|
{
|
|
CameraU5BU5D_t1506EBA524A07AD1066D6DD4D7DFC6721F1AC26B* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52 : public RuntimeObject
|
|
{
|
|
PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* ____items;
|
|
int32_t ____size;
|
|
int32_t ____version;
|
|
RuntimeObject* ____syncRoot;
|
|
};
|
|
struct ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08 : public RuntimeObject
|
|
{
|
|
List_1_t0BFD9E46F01440F6D821E788DF386D0327E06804* ___m_List;
|
|
Comparison_1_tDD36CF842915D3BA84BEF7FF3C95A3F4DD6520E5* ___m_Comparison;
|
|
ListChangedEventHandler_1_tC0988B097B0885471C7749525EF01C1E7CB36E4C* ___ItemAdded;
|
|
ListChangedEventHandler_1_tC0988B097B0885471C7749525EF01C1E7CB36E4C* ___ItemRemoved;
|
|
};
|
|
struct AABBExtensions_tEB9B1BED1D21757AB6F000594E6D4C8D69B6E2F7 : public RuntimeObject
|
|
{
|
|
};
|
|
struct Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA : public RuntimeObject
|
|
{
|
|
};
|
|
struct BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06 : public RuntimeObject
|
|
{
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___m_WrappedCommandBuffer;
|
|
RenderGraphPass_tEFB5BD685D417024760D82991EEEA4F4D0454A93* ___m_ExecutingPass;
|
|
};
|
|
struct BatchLayer_t9B7CC333E894912E5BCA7BF8643CCE343E09FC23 : public RuntimeObject
|
|
{
|
|
};
|
|
struct ComputeGraphContext_t4C18687C77814418D826A1B68C0D02781A9DFC7F : public RuntimeObject
|
|
{
|
|
InternalRenderGraphContext_t7197268EBA8C241EB895B070A5E0C71B111D7503* ___wrappedContext;
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* ___cmd;
|
|
};
|
|
struct DebugDisplaySettingsPanel_tEA56F5761AF34C3DE63EF3294A407579E759C336 : public RuntimeObject
|
|
{
|
|
List_1_t0BFD9E46F01440F6D821E788DF386D0327E06804* ___m_Widgets;
|
|
DisplayInfoAttribute_t492F6FB01E7EDE87EDE5340F0003DFDCE7ED40CB* ___m_DisplayInfo;
|
|
};
|
|
struct GPUResidentDrawerBurst_tF26A10703B317D1248AD02AC8F626B4C8A7C4FE5 : public RuntimeObject
|
|
{
|
|
};
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
};
|
|
struct OcclusionTestMethods_t975716BDFB2293DC09F6C7B99DE3CADEF25F40B3 : public RuntimeObject
|
|
{
|
|
};
|
|
struct ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE : public RuntimeObject
|
|
{
|
|
CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ___U3CsamplerU3Ek__BackingField;
|
|
CustomSampler_tDA472186F08B4016626F032F944036BADFDB5487* ___U3CinlineSamplerU3Ek__BackingField;
|
|
String_t* ___U3CnameU3Ek__BackingField;
|
|
Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* ___m_Recorder;
|
|
Recorder_t0A14385FB0F5829CAAC1E16F88B095769D648C90* ___m_InlineRecorder;
|
|
};
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
int32_t ____stringLength;
|
|
Il2CppChar ____firstChar;
|
|
};
|
|
struct UnitySourceGeneratedAssemblyMonoScriptTypes_v1_tECA14C2BE661F9A0CEEB365F1654A5C469163123 : public RuntimeObject
|
|
{
|
|
};
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
|
|
{
|
|
};
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
|
|
{
|
|
};
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
|
|
{
|
|
};
|
|
struct U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9 : public RuntimeObject
|
|
{
|
|
int32_t ___viewIndex;
|
|
};
|
|
struct U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C : public RuntimeObject
|
|
{
|
|
int32_t ___eventIndex;
|
|
};
|
|
struct U3CU3Ec__DisplayClass37_0_t890942068BB6DC32AAC4C50916EA757008A490F8 : public RuntimeObject
|
|
{
|
|
int32_t ___index;
|
|
};
|
|
struct Strings_t8ECF48E23FA62052ECF7334070A07332446122D2 : public RuntimeObject
|
|
{
|
|
};
|
|
struct Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187 : public RuntimeObject
|
|
{
|
|
};
|
|
struct ClassifyMaterials_000000EAU24BurstDirectCall_tA9D92518F9B5F69672D804C856458E87D7B4C7FB : public RuntimeObject
|
|
{
|
|
};
|
|
struct FindUnsupportedRenderers_000000EBU24BurstDirectCall_tFB98218016190A9044544FDD63B31B7EB7835B40 : public RuntimeObject
|
|
{
|
|
};
|
|
struct GetMaterialsWithChangedPackedMaterial_000000ECU24BurstDirectCall_t32455FC570ED2D5D145F0EDECD67C3DD07820D22 : public RuntimeObject
|
|
{
|
|
};
|
|
struct U3CU3Ec_t246178D53C8ADB823D0C73693CF99C3DF2D3EFA2 : public RuntimeObject
|
|
{
|
|
};
|
|
struct ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7 : public RuntimeObject
|
|
{
|
|
};
|
|
struct U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A : public RuntimeObject
|
|
{
|
|
};
|
|
struct U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09 : public RuntimeObject
|
|
{
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* ___data;
|
|
};
|
|
struct U3CU3Ec__DisplayClass3_0_tE52C775842A473C8F901E83EBE8F4FE7551943B1 : public RuntimeObject
|
|
{
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* ___data;
|
|
};
|
|
struct U3CU3Ec__DisplayClass4_0_t8389B0AD45D035267299AC57A0AD96EA60F3BA6C : public RuntimeObject
|
|
{
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* ___data;
|
|
};
|
|
struct NativeHashMap_2_t0528057075A5322E46CA3AFDB8F9EBDAD8B5731D
|
|
{
|
|
HashMapHelper_1_t51F726D16732CD16EFBBB3DE324B481A05388D2B* ___m_Data;
|
|
};
|
|
struct NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744
|
|
{
|
|
HashMapHelper_1_t51F726D16732CD16EFBBB3DE324B481A05388D2B* ___m_Data;
|
|
};
|
|
struct NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373
|
|
{
|
|
UnsafeList_1_t992261DF45A734DEB130F79025C5BF88D0C2CDC7* ___m_ListData;
|
|
};
|
|
struct NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30
|
|
{
|
|
UnsafeList_1_tCC883249B8F95C4AD5632E72EAD324BA3F53915A* ___m_ListData;
|
|
};
|
|
struct NativeList_1_t0E8F99CBD0349EB2EDB94A940345E760399356C0
|
|
{
|
|
UnsafeList_1_tC398CC6607C9075D2AE819DE88719D2168E0FCEC* ___m_ListData;
|
|
};
|
|
struct NativeList_1_t50EF7494D5DE96412C6EA67378B11EE5C5C8EE89
|
|
{
|
|
UnsafeList_1_tCFDCC580A90753F362AA7EA5DFE667A1452664F8* ___m_ListData;
|
|
};
|
|
struct NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B
|
|
{
|
|
UnsafeList_1_t351F89A5CF75078D7E3B02E4493645958D245575* ___m_ListData;
|
|
};
|
|
struct NativeList_1_t8241184D23A22BA25C6CF82158DE1ACE4143D075
|
|
{
|
|
UnsafeList_1_t34AEFBE320B1031BD5A746EFCFCA94DF69D9044C* ___m_ListData;
|
|
};
|
|
struct NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0
|
|
{
|
|
UnsafeList_1_t72FFFA60411F6BB2F2C776571F608CDA569E5999* ___m_ListData;
|
|
};
|
|
struct NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC
|
|
{
|
|
UnsafeList_1_t7F7887FAE17B6FDBF7C159C37BC83911C5F9A184* ___m_ListData;
|
|
};
|
|
struct NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08
|
|
{
|
|
UnsafeList_1_t86D2231E0AF64C72BA7C266D36B9F3FE399B41EB* ___m_ListData;
|
|
};
|
|
struct NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213
|
|
{
|
|
UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718* ___m_ListData;
|
|
};
|
|
struct NativeList_1_t53EAF24037BDCAF4EBF0C2060BFD6694AFAC35AD
|
|
{
|
|
UnsafeList_1_tF1A798781EDA1BEAD331A2241888A227A6E2891D* ___m_ListData;
|
|
};
|
|
struct NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34
|
|
{
|
|
UnsafeList_1_t96307A04898BD0C49DFF733D301684A2628959F2* ___m_ListData;
|
|
};
|
|
struct NativeList_1_tA78554A4805525762FFDFAC177852313219B5383
|
|
{
|
|
UnsafeList_1_t3C558FC5C2688389AF4264830148C53464D01E23* ___m_ListData;
|
|
};
|
|
struct NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7
|
|
{
|
|
UnsafeList_1_t176765C8600ACA8C102D843301B50E7ED070AF98* ___m_ListData;
|
|
};
|
|
struct NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88
|
|
{
|
|
UnsafeList_1_t3F38690D85271A8ADA9D58F82E41003FF0AB256D* ___m_ListData;
|
|
};
|
|
struct NativeList_1_tCF3E394EA54717ED0C569129893AB4AE755DF09C
|
|
{
|
|
UnsafeList_1_t32D453EB9CD75257217D0A2E7ACB98E0A23EA5AA* ___m_ListData;
|
|
};
|
|
struct NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF
|
|
{
|
|
UnsafeList_1_tB27AD3CB321614AC6FA21D53846794B77943121C* ___m_ListData;
|
|
};
|
|
struct NativeList_1_tCC7DC8BFCE32C0047BC2C8A2465220C312878333
|
|
{
|
|
UnsafeList_1_t5324648C0890229F0FE531FDD1C786CAEE3243D7* ___m_ListData;
|
|
};
|
|
struct NativeQueue_1_tA574A1D792BEDC7C9D7D60530F71E6A15136538C
|
|
{
|
|
UnsafeQueue_1_t0F79CBE5DEA60DE3AE33082C3F7F324FE9066ECD* ___m_Queue;
|
|
};
|
|
struct NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6
|
|
{
|
|
UnsafeQueue_1_t927BA8F9B687AB3656D5A6FFCD1AEE5BE72A5515* ___m_Queue;
|
|
};
|
|
struct ParallelWriter_t80A8984CE4AF82D8AD8D75CA7F04FDB95E5A6587
|
|
{
|
|
UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718* ___ListData;
|
|
};
|
|
struct ReadOnly_tEDE38A52FAB74BA6088AF99AAFC32C7649A289AA
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
};
|
|
struct ReadOnly_t7FDDA88305363550FE94B8059DE5CE2645E4A30C
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
};
|
|
struct ReadOnly_t660DB38A843BC8666A283FE71913018D9508D052
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
};
|
|
struct ReadOnly_t1B16B4A15E0EC836CDFA3CF0AB06D92C3320EE7F
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
};
|
|
struct ReadOnly_t1CAEC312F8157A59A9201E3E3B1A27C44FB47310
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
};
|
|
struct ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
};
|
|
struct ReadOnly_tD3A31E5F6DA1C56CA4A51C9E6538A057D4B94895
|
|
{
|
|
HashMapHelper_1_t51F726D16732CD16EFBBB3DE324B481A05388D2B* ___m_Data;
|
|
};
|
|
struct ReadOnly_t314120526818447F30E1FA91A14D79167A6365D4
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
};
|
|
struct ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
};
|
|
struct ReadOnly_t52ECF37AB8FDCB2D0BD7865EAAB18D0BD20F8117
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
};
|
|
struct BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D
|
|
{
|
|
BatchDrawCommand_t9DAB9B739DA9EBC6B1BB0D2DD51AF65B12F66BF0* ___drawCommands;
|
|
BatchDrawCommandIndirect_t06F3B5DC4AF7D4B115CEECDB0A1E4E92065BC705* ___indirectDrawCommands;
|
|
BatchDrawCommandProcedural_t5780BD7745B5772AA54BA6E6021292F6A6553B86* ___proceduralDrawCommands;
|
|
BatchDrawCommandProceduralIndirect_t8417CDF3495237CD8C9204B3DADC6BA4A1488B50* ___proceduralIndirectDrawCommands;
|
|
int32_t* ___visibleInstances;
|
|
BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F* ___drawRanges;
|
|
float* ___instanceSortingPositions;
|
|
int32_t* ___drawCommandPickingInstanceIDs;
|
|
int32_t ___drawCommandCount;
|
|
int32_t ___indirectDrawCommandCount;
|
|
int32_t ___proceduralDrawCommandCount;
|
|
int32_t ___proceduralIndirectDrawCommandCount;
|
|
int32_t ___visibleInstanceCount;
|
|
int32_t ___drawRangeCount;
|
|
int32_t ___instanceSortingPositionFloatCount;
|
|
};
|
|
struct BatchFilterSettings_t24CAFF037E8C667ABC0B23D55D6CC7125947CDE2
|
|
{
|
|
uint32_t ___renderingLayerMask;
|
|
int32_t ___rendererPriority;
|
|
uint64_t ___m_sceneCullingMask;
|
|
uint8_t ___layer;
|
|
uint8_t ___m_batchLayer;
|
|
uint8_t ___m_motionMode;
|
|
uint8_t ___m_shadowMode;
|
|
uint8_t ___m_receiveShadows;
|
|
uint8_t ___m_staticShadowCaster;
|
|
uint8_t ___m_allDepthSorted;
|
|
uint8_t ___m_isSceneCullingMaskSet;
|
|
};
|
|
struct BatchID_t884E3C204D1F4C18FFD2361FC14A1E64CFBD8770
|
|
{
|
|
uint32_t ___value;
|
|
};
|
|
struct BatchMaterialID_tF9E95833BB1C35A6D14D47CF4EC8A6EB7D15D65C
|
|
{
|
|
uint32_t ___value;
|
|
};
|
|
struct BatchMeshID_t34167B7C1D0503C43A01A7BD213DFC367525D2A0
|
|
{
|
|
uint32_t ___value;
|
|
};
|
|
struct BatchPackedCullingViewID_t1E7EE8631C02555CAA181FA566CDC604B9FEFEBB
|
|
{
|
|
uint64_t ___handle;
|
|
};
|
|
struct BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7
|
|
{
|
|
int32_t ___viewCount;
|
|
bool ___supportsCrossFade;
|
|
bool ___supportsMotionCheck;
|
|
};
|
|
struct BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshaled_pinvoke
|
|
{
|
|
int32_t ___viewCount;
|
|
int32_t ___supportsCrossFade;
|
|
int32_t ___supportsMotionCheck;
|
|
};
|
|
struct BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshaled_com
|
|
{
|
|
int32_t ___viewCount;
|
|
int32_t ___supportsCrossFade;
|
|
int32_t ___supportsMotionCheck;
|
|
};
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
|
|
{
|
|
bool ___m_value;
|
|
};
|
|
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
|
|
{
|
|
uint8_t ___m_value;
|
|
};
|
|
struct Color_tD001788D726C3A7F1379BEED0260B9591F440C1F
|
|
{
|
|
float ___r;
|
|
float ___g;
|
|
float ___b;
|
|
float ___a;
|
|
};
|
|
struct ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61 : public BaseCommandBuffer_tD67BB9B3F740537BD3F3A96FA17D06E6C3BFDC06
|
|
{
|
|
};
|
|
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
|
|
{
|
|
double ___m_value;
|
|
};
|
|
struct EmbeddedAttribute_t171FAD3F0A9037364390EA7F0CFB04FA3A5E50DC : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
|
|
{
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
|
|
{
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
|
|
{
|
|
};
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
|
|
{
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct FixedBytes16Align8_t94D49B0852778B92D3912ABC4979B11ADF6ECEE4
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
uint64_t ___byte0000;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint64_t ___byte0000_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___byte0008_OffsetPadding[8];
|
|
uint64_t ___byte0008;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___byte0008_OffsetPadding_forAlignmentOnly[8];
|
|
uint64_t ___byte0008_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
uint8_t FixedBytes16Align8_t94D49B0852778B92D3912ABC4979B11ADF6ECEE4__padding[16];
|
|
};
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct GPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061
|
|
{
|
|
int32_t ___levelCount;
|
|
float ___lodSlope;
|
|
float ___lodBias;
|
|
};
|
|
struct GPUDrivenPackedMaterialData_t9AFE25D18C8FA6EB6A69AEF342C2A19DA824CF38
|
|
{
|
|
uint32_t ___data;
|
|
};
|
|
struct GPUDrivenRendererMeshLodData_tFC0A33207178DDD3BD7B630CFB2B933D56EC073F
|
|
{
|
|
int32_t ___forceLod;
|
|
float ___lodSelectionBias;
|
|
};
|
|
struct GPUInstanceIndex_t1B73FC29B273B0470A8E186E3C2F19CA6D8FBA78
|
|
{
|
|
int32_t ___U3CindexU3Ek__BackingField;
|
|
};
|
|
struct GraphicsBufferHandle_t796AECB7D0D9A7DE09882D9EAC25123F6DFA28B5
|
|
{
|
|
uint32_t ___value;
|
|
};
|
|
struct HelpURLAttribute_tC499F826613B34E001AEAE5D42BA2B3AD365E91D : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
|
|
{
|
|
String_t* ___m_Url;
|
|
bool ___m_Dispatcher;
|
|
String_t* ___m_DispatchingFieldName;
|
|
};
|
|
struct IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02
|
|
{
|
|
int32_t ___drawAllocIndex;
|
|
int32_t ___drawCount;
|
|
int32_t ___instanceAllocIndex;
|
|
int32_t ___instanceCount;
|
|
};
|
|
struct IndirectBufferLimits_t6035702207C41A67B85B52BF1019C16EA7CE0076
|
|
{
|
|
int32_t ___maxInstanceCount;
|
|
int32_t ___maxDrawCount;
|
|
};
|
|
struct IndirectDrawInfo_t24CC9D6B2D8EB28E5C42E90B284B3031B81AAEDB
|
|
{
|
|
uint32_t ___indexCount;
|
|
uint32_t ___firstIndex;
|
|
uint32_t ___baseVertex;
|
|
uint32_t ___firstInstanceGlobalIndex;
|
|
uint32_t ___maxInstanceCountAndTopology;
|
|
};
|
|
struct IndirectInstanceInfo_t94ECCE7BC6DF23C75D2354238F38A0008643F9DB
|
|
{
|
|
int32_t ___drawOffsetAndSplitMask;
|
|
int32_t ___instanceIndexAndCrossFade;
|
|
};
|
|
struct InstanceCullingBatcherDesc_t3D2118CDA49498761F63BA7776E58BB95A8D643A
|
|
{
|
|
OnCullingCompleteCallback_tF06F0204B04072C0D12E8FD9B2731D24CF3F875C* ___onCompleteCallback;
|
|
};
|
|
struct InstanceCullingBatcherDesc_t3D2118CDA49498761F63BA7776E58BB95A8D643A_marshaled_pinvoke
|
|
{
|
|
Il2CppMethodPointer ___onCompleteCallback;
|
|
};
|
|
struct InstanceCullingBatcherDesc_t3D2118CDA49498761F63BA7776E58BB95A8D643A_marshaled_com
|
|
{
|
|
Il2CppMethodPointer ___onCompleteCallback;
|
|
};
|
|
struct InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B
|
|
{
|
|
int32_t ___U3CindexU3Ek__BackingField;
|
|
};
|
|
struct InstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431
|
|
{
|
|
uint32_t ____DrawInfoAllocIndex;
|
|
uint32_t ____DrawInfoCount;
|
|
uint32_t ____InstanceInfoAllocIndex;
|
|
uint32_t ____InstanceInfoCount;
|
|
int32_t ____BoundingSphereInstanceDataAddress;
|
|
int32_t ____DebugCounterIndex;
|
|
int32_t ____InstanceMultiplierShift;
|
|
int32_t ____InstanceOcclusionCullerPad0;
|
|
};
|
|
struct InstanceOcclusionTestSubviewSettings_t82AEE150A78ECA4E3B73D453D7E5352087666541
|
|
{
|
|
int32_t ___testCount;
|
|
int32_t ___occluderSubviewIndices;
|
|
int32_t ___occluderSubviewMask;
|
|
int32_t ___cullingSplitIndices;
|
|
int32_t ___cullingSplitMask;
|
|
};
|
|
struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175
|
|
{
|
|
int16_t ___m_value;
|
|
};
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
|
|
{
|
|
int32_t ___m_value;
|
|
};
|
|
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
|
|
{
|
|
int64_t ___m_value;
|
|
};
|
|
struct IntPtr_t
|
|
{
|
|
void* ___m_value;
|
|
};
|
|
struct IsUnmanagedAttribute_tEE5C387E7B5D53E2EFA065C9BF88361CFE29FD96 : public Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA
|
|
{
|
|
};
|
|
struct JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08
|
|
{
|
|
uint64_t ___jobGroup;
|
|
int32_t ___version;
|
|
};
|
|
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6
|
|
{
|
|
float ___m00;
|
|
float ___m10;
|
|
float ___m20;
|
|
float ___m30;
|
|
float ___m01;
|
|
float ___m11;
|
|
float ___m21;
|
|
float ___m31;
|
|
float ___m02;
|
|
float ___m12;
|
|
float ___m22;
|
|
float ___m32;
|
|
float ___m03;
|
|
float ___m13;
|
|
float ___m23;
|
|
float ___m33;
|
|
};
|
|
struct RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6
|
|
{
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___commandBuffer;
|
|
};
|
|
struct RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6_marshaled_pinvoke
|
|
{
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___commandBuffer;
|
|
};
|
|
struct RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6_marshaled_com
|
|
{
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___commandBuffer;
|
|
};
|
|
struct Scene_tA1DC762B79745EB5140F054C884855B922318356
|
|
{
|
|
int32_t ___m_Handle;
|
|
};
|
|
struct ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0
|
|
{
|
|
int32_t ___m_Id;
|
|
};
|
|
struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C
|
|
{
|
|
float ___m_value;
|
|
};
|
|
struct SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2
|
|
{
|
|
float ___shr0;
|
|
float ___shr1;
|
|
float ___shr2;
|
|
float ___shr3;
|
|
float ___shr4;
|
|
float ___shr5;
|
|
float ___shr6;
|
|
float ___shr7;
|
|
float ___shr8;
|
|
float ___shg0;
|
|
float ___shg1;
|
|
float ___shg2;
|
|
float ___shg3;
|
|
float ___shg4;
|
|
float ___shg5;
|
|
float ___shg6;
|
|
float ___shg7;
|
|
float ___shg8;
|
|
float ___shb0;
|
|
float ___shb1;
|
|
float ___shb2;
|
|
float ___shb3;
|
|
float ___shb4;
|
|
float ___shb5;
|
|
float ___shb6;
|
|
float ___shb7;
|
|
float ___shb8;
|
|
};
|
|
struct SubviewOcclusionTest_t4C10094E5EF2C745723FEFE4E5749FBB75CAA026
|
|
{
|
|
int32_t ___cullingSplitIndex;
|
|
int32_t ___occluderSubviewIndex;
|
|
};
|
|
struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455
|
|
{
|
|
uint16_t ___m_value;
|
|
};
|
|
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
|
|
{
|
|
uint32_t ___m_value;
|
|
};
|
|
struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF
|
|
{
|
|
uint64_t ___m_value;
|
|
};
|
|
struct UnsafeParallelHashMapData_t43CAB3170FBB624A9CCB6F30C0EC1BB820D57926
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
uint8_t* ___values;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
uint8_t* ___values_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___keys_OffsetPadding[8];
|
|
uint8_t* ___keys;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___keys_OffsetPadding_forAlignmentOnly[8];
|
|
uint8_t* ___keys_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___next_OffsetPadding[16];
|
|
uint8_t* ___next;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___next_OffsetPadding_forAlignmentOnly[16];
|
|
uint8_t* ___next_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___buckets_OffsetPadding[24];
|
|
uint8_t* ___buckets;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___buckets_OffsetPadding_forAlignmentOnly[24];
|
|
uint8_t* ___buckets_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___keyCapacity_OffsetPadding[32];
|
|
int32_t ___keyCapacity;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___keyCapacity_OffsetPadding_forAlignmentOnly[32];
|
|
int32_t ___keyCapacity_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___bucketCapacityMask_OffsetPadding[36];
|
|
int32_t ___bucketCapacityMask;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___bucketCapacityMask_OffsetPadding_forAlignmentOnly[36];
|
|
int32_t ___bucketCapacityMask_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___allocatedIndexLength_OffsetPadding[40];
|
|
int32_t ___allocatedIndexLength;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___allocatedIndexLength_OffsetPadding_forAlignmentOnly[40];
|
|
int32_t ___allocatedIndexLength_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7
|
|
{
|
|
float ___x;
|
|
float ___y;
|
|
};
|
|
struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A
|
|
{
|
|
int32_t ___m_X;
|
|
int32_t ___m_Y;
|
|
};
|
|
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2
|
|
{
|
|
float ___x;
|
|
float ___y;
|
|
float ___z;
|
|
};
|
|
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3
|
|
{
|
|
float ___x;
|
|
float ___y;
|
|
float ___z;
|
|
float ___w;
|
|
};
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
|
|
};
|
|
};
|
|
struct bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619
|
|
{
|
|
bool ___x;
|
|
bool ___y;
|
|
bool ___z;
|
|
bool ___w;
|
|
};
|
|
struct float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA
|
|
{
|
|
float ___x;
|
|
float ___y;
|
|
};
|
|
struct float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E
|
|
{
|
|
float ___x;
|
|
float ___y;
|
|
float ___z;
|
|
};
|
|
struct float4_t89D9A294E7A79BD81BFBDD18654508532958555E
|
|
{
|
|
float ___x;
|
|
float ___y;
|
|
float ___z;
|
|
float ___w;
|
|
};
|
|
struct uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B
|
|
{
|
|
uint32_t ___x;
|
|
uint32_t ___y;
|
|
uint32_t ___z;
|
|
};
|
|
struct uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9
|
|
{
|
|
uint32_t ___x;
|
|
uint32_t ___y;
|
|
uint32_t ___z;
|
|
uint32_t ___w;
|
|
};
|
|
struct AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148
|
|
{
|
|
uint16_t ___Index;
|
|
uint16_t ___Version;
|
|
};
|
|
struct SettingsPanel_tF7EA42E89110BD08D9CE148CFE63B8DFC63A69DE : public DebugDisplaySettingsPanel_tEA56F5761AF34C3DE63EF3294A407579E759C336
|
|
{
|
|
};
|
|
struct ReadOnly_t02392D65620EC811463D7106E5BA6DE3C63F2F74
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t ReadOnly_t02392D65620EC811463D7106E5BA6DE3C63F2F74__padding[1];
|
|
};
|
|
};
|
|
struct SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A
|
|
{
|
|
int32_t ___packetCount;
|
|
};
|
|
struct GPUResources_t1E75ACCF726FB4A7D8416E4FCA1602371C6C5D38
|
|
{
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___cs;
|
|
int32_t ___kernelId;
|
|
};
|
|
struct GPUResources_t1E75ACCF726FB4A7D8416E4FCA1602371C6C5D38_marshaled_pinvoke
|
|
{
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___cs;
|
|
int32_t ___kernelId;
|
|
};
|
|
struct GPUResources_t1E75ACCF726FB4A7D8416E4FCA1602371C6C5D38_marshaled_com
|
|
{
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___cs;
|
|
int32_t ___kernelId;
|
|
};
|
|
struct GPUResources_t5047BB5956F25BAE52E5E2F5413FB944422B58C3
|
|
{
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___instanceData;
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___instanceIndices;
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___inputComponentOffsets;
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___validComponentIndices;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___cs;
|
|
int32_t ___kernelId;
|
|
int32_t ___m_InstanceDataByteSize;
|
|
int32_t ___m_InstanceCount;
|
|
int32_t ___m_ComponentCounts;
|
|
int32_t ___m_ValidComponentIndicesCount;
|
|
};
|
|
struct GPUResources_t5047BB5956F25BAE52E5E2F5413FB944422B58C3_marshaled_pinvoke
|
|
{
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___instanceData;
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___instanceIndices;
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___inputComponentOffsets;
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___validComponentIndices;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___cs;
|
|
int32_t ___kernelId;
|
|
int32_t ___m_InstanceDataByteSize;
|
|
int32_t ___m_InstanceCount;
|
|
int32_t ___m_ComponentCounts;
|
|
int32_t ___m_ValidComponentIndicesCount;
|
|
};
|
|
struct GPUResources_t5047BB5956F25BAE52E5E2F5413FB944422B58C3_marshaled_com
|
|
{
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___instanceData;
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___instanceIndices;
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___inputComponentOffsets;
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___validComponentIndices;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___cs;
|
|
int32_t ___kernelId;
|
|
int32_t ___m_InstanceDataByteSize;
|
|
int32_t ___m_InstanceCount;
|
|
int32_t ___m_ComponentCounts;
|
|
int32_t ___m_ValidComponentIndicesCount;
|
|
};
|
|
struct U3CInstanceNumsU3Ee__FixedBuffer_tD1B41558170608BA5E6E7EA240914125BAE6BA47
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
int32_t ___FixedElementField;
|
|
};
|
|
uint8_t U3CInstanceNumsU3Ee__FixedBuffer_tD1B41558170608BA5E6E7EA240914125BAE6BA47__padding[8];
|
|
};
|
|
};
|
|
struct U3CpercentageFlagsU3Ee__FixedBuffer_tCD60783832775FA82D449E02C0ECBF74970949DA
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
bool ___FixedElementField;
|
|
};
|
|
uint8_t U3CpercentageFlagsU3Ee__FixedBuffer_tCD60783832775FA82D449E02C0ECBF74970949DA__padding[8];
|
|
};
|
|
};
|
|
struct U3CpercentageFlagsU3Ee__FixedBuffer_tCD60783832775FA82D449E02C0ECBF74970949DA_marshaled_pinvoke
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
int32_t ___FixedElementField;
|
|
};
|
|
uint8_t U3CpercentageFlagsU3Ee__FixedBuffer_tCD60783832775FA82D449E02C0ECBF74970949DA__padding[8];
|
|
};
|
|
};
|
|
struct U3CpercentageFlagsU3Ee__FixedBuffer_tCD60783832775FA82D449E02C0ECBF74970949DA_marshaled_com
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
int32_t ___FixedElementField;
|
|
};
|
|
uint8_t U3CpercentageFlagsU3Ee__FixedBuffer_tCD60783832775FA82D449E02C0ECBF74970949DA__padding[8];
|
|
};
|
|
};
|
|
struct U3CsqrDistancesU3Ee__FixedBuffer_tBE2A04F33CF7215086CA2D1F1C539B2B37A14415
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
float ___FixedElementField;
|
|
};
|
|
uint8_t U3CsqrDistancesU3Ee__FixedBuffer_tBE2A04F33CF7215086CA2D1F1C539B2B37A14415__padding[32];
|
|
};
|
|
};
|
|
struct U3CtransitionDistancesU3Ee__FixedBuffer_t497E5273319068BE697947EDF74CE3852589CB3C
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
float ___FixedElementField;
|
|
};
|
|
uint8_t U3CtransitionDistancesU3Ee__FixedBuffer_t497E5273319068BE697947EDF74CE3852589CB3C__padding[32];
|
|
};
|
|
};
|
|
struct U3C_OccluderMipBoundsU3Ee__FixedBuffer_tF1478CF3899AC0E5325B5284FBE53B0FF2454A55
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
uint32_t ___FixedElementField;
|
|
};
|
|
uint8_t U3C_OccluderMipBoundsU3Ee__FixedBuffer_tF1478CF3899AC0E5325B5284FBE53B0FF2454A55__padding[128];
|
|
};
|
|
};
|
|
struct ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C
|
|
{
|
|
int32_t ___index;
|
|
int32_t ___gpuAddress;
|
|
int32_t ___uintOffset;
|
|
};
|
|
struct U3CuintParamOffsetsU3Ee__FixedBuffer_t2E4363F4BFA3E7F576BD772F2D3538C28A9C4D52
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
int32_t ___FixedElementField;
|
|
};
|
|
uint8_t U3CuintParamOffsetsU3Ee__FixedBuffer_t2E4363F4BFA3E7F576BD772F2D3538C28A9C4D52__padding[64];
|
|
};
|
|
};
|
|
struct MonoScriptData_tFF96136F80CAB7E6BE1078A0136938250ACEC135
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___FilePathsData;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___TypesData;
|
|
int32_t ___TotalTypes;
|
|
int32_t ___TotalFiles;
|
|
bool ___IsEditorOnly;
|
|
};
|
|
struct MonoScriptData_tFF96136F80CAB7E6BE1078A0136938250ACEC135_marshaled_pinvoke
|
|
{
|
|
Il2CppSafeArray* ___FilePathsData;
|
|
Il2CppSafeArray* ___TypesData;
|
|
int32_t ___TotalTypes;
|
|
int32_t ___TotalFiles;
|
|
int32_t ___IsEditorOnly;
|
|
};
|
|
struct MonoScriptData_tFF96136F80CAB7E6BE1078A0136938250ACEC135_marshaled_com
|
|
{
|
|
Il2CppSafeArray* ___FilePathsData;
|
|
Il2CppSafeArray* ___TypesData;
|
|
int32_t ___TotalTypes;
|
|
int32_t ___TotalFiles;
|
|
int32_t ___IsEditorOnly;
|
|
};
|
|
struct LongDoubleUnion_tD71C400B6C4CD1A7F13CE8125AC6BBC7A22791CA
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
int64_t ___longValue;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
int64_t ___longValue_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
double ___doubleValue;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
double ___doubleValue_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
struct NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4
|
|
{
|
|
String_t* ___name;
|
|
String_t* ___tooltip;
|
|
};
|
|
struct NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4_marshaled_pinvoke
|
|
{
|
|
char* ___name;
|
|
char* ___tooltip;
|
|
};
|
|
struct NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4_marshaled_com
|
|
{
|
|
Il2CppChar* ___name;
|
|
Il2CppChar* ___tooltip;
|
|
};
|
|
struct ByReference_1_tDDF129F0BC02430629D5CD253C681112F166BAD4
|
|
{
|
|
intptr_t ____value;
|
|
};
|
|
struct ByReference_1_t7AFB8E16F9D591CD3B3EE50865A40D621B9028D1
|
|
{
|
|
intptr_t ____value;
|
|
};
|
|
struct ByReference_1_t9B11575042087999A6BC8C21CB3BAC178D57E466
|
|
{
|
|
intptr_t ____value;
|
|
};
|
|
struct FunctionPointer_1_tE1DC1EC606FB2242FB50357BBA39BB4AEDECFCB2
|
|
{
|
|
intptr_t ____ptr;
|
|
};
|
|
struct FunctionPointer_1_tBAF8A2D623650EAE449B8C0927AA758A8957B06C
|
|
{
|
|
intptr_t ____ptr;
|
|
};
|
|
struct FunctionPointer_1_t18B54276A09B4782EA61A01FEB714CB0F1BC2DCC
|
|
{
|
|
intptr_t ____ptr;
|
|
};
|
|
struct FunctionPointer_1_t382188835D907B7A786CD8DE183826FE00204C4F
|
|
{
|
|
intptr_t ____ptr;
|
|
};
|
|
struct HashMapHelper_1_t51F726D16732CD16EFBBB3DE324B481A05388D2B
|
|
{
|
|
uint8_t* ___Ptr;
|
|
int32_t* ___Keys;
|
|
int32_t* ___Next;
|
|
int32_t* ___Buckets;
|
|
int32_t ___Count;
|
|
int32_t ___Capacity;
|
|
int32_t ___Log2MinGrowth;
|
|
int32_t ___BucketCapacity;
|
|
int32_t ___AllocatedIndex;
|
|
int32_t ___FirstFreeIdx;
|
|
int32_t ___SizeOfTValue;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___Allocator;
|
|
};
|
|
struct UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D
|
|
{
|
|
uint8_t* ___Ptr;
|
|
int32_t ___m_length;
|
|
int32_t ___m_capacity;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___Allocator;
|
|
int32_t ___padding;
|
|
};
|
|
struct UnsafeList_1_t992261DF45A734DEB130F79025C5BF88D0C2CDC7
|
|
{
|
|
DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93* ___Ptr;
|
|
int32_t ___m_length;
|
|
int32_t ___m_capacity;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___Allocator;
|
|
int32_t ___padding;
|
|
};
|
|
struct UnsafeList_1_tCC883249B8F95C4AD5632E72EAD324BA3F53915A
|
|
{
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF* ___Ptr;
|
|
int32_t ___m_length;
|
|
int32_t ___m_capacity;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___Allocator;
|
|
int32_t ___padding;
|
|
};
|
|
struct UnsafeList_1_tC398CC6607C9075D2AE819DE88719D2168E0FCEC
|
|
{
|
|
DrawInstance_tBE712DD78F80BD1B66343AC3B9A55ACFE80E8AF8* ___Ptr;
|
|
int32_t ___m_length;
|
|
int32_t ___m_capacity;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___Allocator;
|
|
int32_t ___padding;
|
|
};
|
|
struct UnsafeList_1_tCFDCC580A90753F362AA7EA5DFE667A1452664F8
|
|
{
|
|
DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010* ___Ptr;
|
|
int32_t ___m_length;
|
|
int32_t ___m_capacity;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___Allocator;
|
|
int32_t ___padding;
|
|
};
|
|
struct UnsafeList_1_t72FFFA60411F6BB2F2C776571F608CDA569E5999
|
|
{
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173* ___Ptr;
|
|
int32_t ___m_length;
|
|
int32_t ___m_capacity;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___Allocator;
|
|
int32_t ___padding;
|
|
};
|
|
struct UnsafeList_1_t86D2231E0AF64C72BA7C266D36B9F3FE399B41EB
|
|
{
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* ___Ptr;
|
|
int32_t ___m_length;
|
|
int32_t ___m_capacity;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___Allocator;
|
|
int32_t ___padding;
|
|
};
|
|
struct UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718
|
|
{
|
|
int32_t* ___Ptr;
|
|
int32_t ___m_length;
|
|
int32_t ___m_capacity;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___Allocator;
|
|
int32_t ___padding;
|
|
};
|
|
struct UnsafeList_1_t96307A04898BD0C49DFF733D301684A2628959F2
|
|
{
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C* ___Ptr;
|
|
int32_t ___m_length;
|
|
int32_t ___m_capacity;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___Allocator;
|
|
int32_t ___padding;
|
|
};
|
|
struct UnsafeList_1_t3C558FC5C2688389AF4264830148C53464D01E23
|
|
{
|
|
PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B* ___Ptr;
|
|
int32_t ___m_length;
|
|
int32_t ___m_capacity;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___Allocator;
|
|
int32_t ___padding;
|
|
};
|
|
struct UnsafeList_1_t176765C8600ACA8C102D843301B50E7ED070AF98
|
|
{
|
|
SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A* ___Ptr;
|
|
int32_t ___m_length;
|
|
int32_t ___m_capacity;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___Allocator;
|
|
int32_t ___padding;
|
|
};
|
|
struct UnsafeList_1_t3F38690D85271A8ADA9D58F82E41003FF0AB256D
|
|
{
|
|
Info_tA3039772991DEEDBC29A00439A055C5166133A27* ___Ptr;
|
|
int32_t ___m_length;
|
|
int32_t ___m_capacity;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___Allocator;
|
|
int32_t ___padding;
|
|
};
|
|
struct UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1
|
|
{
|
|
Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84* ___Ptr;
|
|
int32_t ___m_length;
|
|
int32_t ___m_capacity;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___Allocator;
|
|
int32_t ___padding;
|
|
};
|
|
struct UnsafeList_1_tB27AD3CB321614AC6FA21D53846794B77943121C
|
|
{
|
|
SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A* ___Ptr;
|
|
int32_t ___m_length;
|
|
int32_t ___m_capacity;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___Allocator;
|
|
int32_t ___padding;
|
|
};
|
|
struct UnsafeParallelHashMap_2_t16A91603015498C4CAFD401670CE1CDBBA245271
|
|
{
|
|
UnsafeParallelHashMapData_t43CAB3170FBB624A9CCB6F30C0EC1BB820D57926* ___m_Buffer;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___m_AllocatorLabel;
|
|
};
|
|
struct UnsafeParallelHashMap_2_t64A9530BD0A2EDFB633D8FD7C1DAD37D20AE0202
|
|
{
|
|
UnsafeParallelHashMapData_t43CAB3170FBB624A9CCB6F30C0EC1BB820D57926* ___m_Buffer;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___m_AllocatorLabel;
|
|
};
|
|
struct UnsafeParallelHashMap_2_t085743FD66C837249DC55D71BB15494D9A52B7B6
|
|
{
|
|
UnsafeParallelHashMapData_t43CAB3170FBB624A9CCB6F30C0EC1BB820D57926* ___m_Buffer;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___m_AllocatorLabel;
|
|
};
|
|
struct UnsafeParallelHashMap_2_t63BE27E89A11801025286F73D7788874AA72ED96
|
|
{
|
|
UnsafeParallelHashMapData_t43CAB3170FBB624A9CCB6F30C0EC1BB820D57926* ___m_Buffer;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___m_AllocatorLabel;
|
|
};
|
|
struct UnsafeParallelHashMap_2_tAF5198A4416D9CB11063A92F93C2C7AA10BFDEE0
|
|
{
|
|
UnsafeParallelHashMapData_t43CAB3170FBB624A9CCB6F30C0EC1BB820D57926* ___m_Buffer;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___m_AllocatorLabel;
|
|
};
|
|
struct UnsafeParallelHashMap_2_t28B812A95534128787F52D3B61AC810F2405B12E
|
|
{
|
|
UnsafeParallelHashMapData_t43CAB3170FBB624A9CCB6F30C0EC1BB820D57926* ___m_Buffer;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___m_AllocatorLabel;
|
|
};
|
|
struct UnsafeParallelHashMap_2_t369B83BC0262928819F528952C7A9A26D7600D44
|
|
{
|
|
UnsafeParallelHashMapData_t43CAB3170FBB624A9CCB6F30C0EC1BB820D57926* ___m_Buffer;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___m_AllocatorLabel;
|
|
};
|
|
struct UnsafeParallelHashMap_2_tE3763E7D57246B54FFB24102F037814CCCA365FA
|
|
{
|
|
UnsafeParallelHashMapData_t43CAB3170FBB624A9CCB6F30C0EC1BB820D57926* ___m_Buffer;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___m_AllocatorLabel;
|
|
};
|
|
struct UnsafeParallelHashMap_2_t2C6CBBEDC928DE44BDB9AF76C822869962FC3226
|
|
{
|
|
UnsafeParallelHashMapData_t43CAB3170FBB624A9CCB6F30C0EC1BB820D57926* ___m_Buffer;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___m_AllocatorLabel;
|
|
};
|
|
struct ValueTuple_2_t00298B7EF26DA025E0BBDF2397224F39F05336F5
|
|
{
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 ___Item1;
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 ___Item2;
|
|
};
|
|
struct AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A
|
|
{
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___center;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___extents;
|
|
};
|
|
struct Allocator_t996642592271AAD9EE688F142741D512C07B5824
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct AsyncGPUReadbackRequest_t6A735D3E0F1DEF8F43EBD0E6FE550FAE564519C7
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
int32_t ___m_Version;
|
|
};
|
|
struct BatchBufferTarget_tD9CFFE78BFE7DE851BB435D8EC9FEE69FC95A4CF
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct BatchCullingFlags_tEECC03D99C74958416446D306EA944DBA1C8E3A2
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct BatchCullingProjectionType_tAD14BC373E72D5F74188E0899F8670FAB51FD481
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct BatchCullingViewType_tAC2682BF9A489DF44A8960693303B47248C252CF
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct BatchDrawCommandFlags_tC502FA322382A3181F0800B1EA5A5654027FE034
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct BatchDrawCommandType_t4829A9A68B9A2A75028B65A098842BC3B95F7BED
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Center;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Extents;
|
|
};
|
|
struct BuiltinRenderTextureType_t3D56813CAC7C6E4AC3B438039BD1CE7E62FE7C4E
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct CameraType_tCA1017DBE96964E1D967942FB98F152F14121FCD
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7 : public RuntimeObject
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
};
|
|
struct ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233 : public RuntimeObject
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
};
|
|
struct ComputeBufferType_tDEEE8D455B0CCF8A6CFF36F0A0D9D27E3662919E
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct CubemapFace_t300D6E2CD7DF60D44AA28338748B607677ED1D1B
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct CullingSplit_tA645AE6542408220387BA7188513D7FEDBC1CAC0
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___sphereCenter;
|
|
float ___sphereRadius;
|
|
int32_t ___cullingPlaneOffset;
|
|
int32_t ___cullingPlaneCount;
|
|
float ___cascadeBlendCullingFactor;
|
|
float ___nearPlane;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___cullingMatrix;
|
|
};
|
|
struct DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278 : public RuntimeObject
|
|
{
|
|
bool ___occluderDebugViewEnable;
|
|
bool ___occluderContextStats;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___occluderDebugViewRange;
|
|
int32_t ___occluderDebugViewIndex;
|
|
};
|
|
struct DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93
|
|
{
|
|
int32_t ___viewInstanceID;
|
|
int32_t ___subviewCount;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___occluderMipLayoutSize;
|
|
};
|
|
struct DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706 : public RuntimeObject
|
|
{
|
|
bool ___enabled;
|
|
NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0 ___instanceCullerStats;
|
|
NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08 ___instanceOcclusionEventStats;
|
|
NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373 ___occluderStats;
|
|
bool ___occlusionOverlayEnabled;
|
|
bool ___occlusionOverlayCountVisible;
|
|
bool ___overrideOcclusionTestToAlwaysPass;
|
|
};
|
|
struct Delegate_t : public RuntimeObject
|
|
{
|
|
intptr_t ___method_ptr;
|
|
intptr_t ___invoke_impl;
|
|
RuntimeObject* ___m_target;
|
|
intptr_t ___method;
|
|
intptr_t ___delegate_trampoline;
|
|
intptr_t ___extra_arg;
|
|
intptr_t ___method_code;
|
|
intptr_t ___interp_method;
|
|
intptr_t ___interp_invoke_impl;
|
|
MethodInfo_t* ___method_info;
|
|
MethodInfo_t* ___original_method_info;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
|
|
bool ___method_is_virtual;
|
|
};
|
|
struct Delegate_t_marshaled_pinvoke
|
|
{
|
|
intptr_t ___method_ptr;
|
|
intptr_t ___invoke_impl;
|
|
Il2CppIUnknown* ___m_target;
|
|
intptr_t ___method;
|
|
intptr_t ___delegate_trampoline;
|
|
intptr_t ___extra_arg;
|
|
intptr_t ___method_code;
|
|
intptr_t ___interp_method;
|
|
intptr_t ___interp_invoke_impl;
|
|
MethodInfo_t* ___method_info;
|
|
MethodInfo_t* ___original_method_info;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
|
|
int32_t ___method_is_virtual;
|
|
};
|
|
struct Delegate_t_marshaled_com
|
|
{
|
|
intptr_t ___method_ptr;
|
|
intptr_t ___invoke_impl;
|
|
Il2CppIUnknown* ___m_target;
|
|
intptr_t ___method;
|
|
intptr_t ___delegate_trampoline;
|
|
intptr_t ___extra_arg;
|
|
intptr_t ___method_code;
|
|
intptr_t ___interp_method;
|
|
intptr_t ___interp_invoke_impl;
|
|
MethodInfo_t* ___method_info;
|
|
MethodInfo_t* ___original_method_info;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data;
|
|
int32_t ___method_is_virtual;
|
|
};
|
|
struct Exception_t : public RuntimeObject
|
|
{
|
|
String_t* ____className;
|
|
String_t* ____message;
|
|
RuntimeObject* ____data;
|
|
Exception_t* ____innerException;
|
|
String_t* ____helpURL;
|
|
RuntimeObject* ____stackTrace;
|
|
String_t* ____stackTraceString;
|
|
String_t* ____remoteStackTraceString;
|
|
int32_t ____remoteStackIndex;
|
|
RuntimeObject* ____dynamicMethods;
|
|
int32_t ____HResult;
|
|
String_t* ____source;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
|
|
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips;
|
|
int32_t ___caught_in_unmanaged;
|
|
};
|
|
struct Exception_t_marshaled_pinvoke
|
|
{
|
|
char* ____className;
|
|
char* ____message;
|
|
RuntimeObject* ____data;
|
|
Exception_t_marshaled_pinvoke* ____innerException;
|
|
char* ____helpURL;
|
|
Il2CppIUnknown* ____stackTrace;
|
|
char* ____stackTraceString;
|
|
char* ____remoteStackTraceString;
|
|
int32_t ____remoteStackIndex;
|
|
Il2CppIUnknown* ____dynamicMethods;
|
|
int32_t ____HResult;
|
|
char* ____source;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
|
|
Il2CppSafeArray* ___native_trace_ips;
|
|
int32_t ___caught_in_unmanaged;
|
|
};
|
|
struct Exception_t_marshaled_com
|
|
{
|
|
Il2CppChar* ____className;
|
|
Il2CppChar* ____message;
|
|
RuntimeObject* ____data;
|
|
Exception_t_marshaled_com* ____innerException;
|
|
Il2CppChar* ____helpURL;
|
|
Il2CppIUnknown* ____stackTrace;
|
|
Il2CppChar* ____stackTraceString;
|
|
Il2CppChar* ____remoteStackTraceString;
|
|
int32_t ____remoteStackIndex;
|
|
Il2CppIUnknown* ____dynamicMethods;
|
|
int32_t ____HResult;
|
|
Il2CppChar* ____source;
|
|
SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces;
|
|
Il2CppSafeArray* ___native_trace_ips;
|
|
int32_t ___caught_in_unmanaged;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct FixedBytes32Align8_t07C7D543B487721FF9B88AD85209956AE423A779
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
union
|
|
{
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
FixedBytes16Align8_t94D49B0852778B92D3912ABC4979B11ADF6ECEE4 ___offset0000;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
FixedBytes16Align8_t94D49B0852778B92D3912ABC4979B11ADF6ECEE4 ___offset0000_forAlignmentOnly;
|
|
};
|
|
#pragma pack(push, tp, 1)
|
|
struct
|
|
{
|
|
char ___offset0016_OffsetPadding[16];
|
|
FixedBytes16Align8_t94D49B0852778B92D3912ABC4979B11ADF6ECEE4 ___offset0016;
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct
|
|
{
|
|
char ___offset0016_OffsetPadding_forAlignmentOnly[16];
|
|
FixedBytes16Align8_t94D49B0852778B92D3912ABC4979B11ADF6ECEE4 ___offset0016_forAlignmentOnly;
|
|
};
|
|
};
|
|
};
|
|
uint8_t FixedBytes32Align8_t07C7D543B487721FF9B88AD85209956AE423A779__padding[32];
|
|
};
|
|
};
|
|
#pragma pack(pop, tp)
|
|
struct FrustumPlaneCuller_t8CD42C335DE2FBB33999860D65217D82FF749EAA
|
|
{
|
|
NativeList_1_tA78554A4805525762FFDFAC177852313219B5383 ___planePackets;
|
|
NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7 ___splitInfos;
|
|
};
|
|
struct GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08 : public RuntimeObject
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
List_1_t43FB89B126C93A6B04630BC64C751BBE95AFEAF4* ___U3CscratchMeshesU3Ek__BackingField;
|
|
List_1_t386E09F4F22DDE4D2AC41A8567FFF283C254537B* ___U3CscratchMaterialsU3Ek__BackingField;
|
|
};
|
|
struct GPUResidentDrawerMode_t25B237C91A9832B9A2C0DA9F7D85CF2BAE44BD2C
|
|
{
|
|
uint8_t ___value__;
|
|
};
|
|
struct GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1 : public RuntimeObject
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
};
|
|
struct InstanceCullerSplitDebugCounter_t2711C7E5495FCFB232A322ECD5E295E83998BE31
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct InstanceFlags_t65B077096B951ED0CAAB4D73656C02827C24D324
|
|
{
|
|
uint8_t ___value__;
|
|
};
|
|
struct InstanceNumInfo_t7A1D777B0536C5D51D71D86E0EFD10A47D28BCF5
|
|
{
|
|
U3CInstanceNumsU3Ee__FixedBuffer_tD1B41558170608BA5E6E7EA240914125BAE6BA47 ___InstanceNums;
|
|
};
|
|
struct InstanceOcclusionEventType_tF66ED25A6A1D3943D326795EA91E803D666ECF79
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct InstanceType_t3EB15046939F17DF216B4C181F98D064A5F78F27
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct LODGroupCullingData_t511A004D7CBAE84368FCAA62A0348C24CB46EABF
|
|
{
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___worldSpaceReferencePoint;
|
|
int32_t ___lodCount;
|
|
U3CsqrDistancesU3Ee__FixedBuffer_tBE2A04F33CF7215086CA2D1F1C539B2B37A14415 ___sqrDistances;
|
|
U3CtransitionDistancesU3Ee__FixedBuffer_t497E5273319068BE697947EDF74CE3852589CB3C ___transitionDistances;
|
|
float ___worldSpaceSize;
|
|
U3CpercentageFlagsU3Ee__FixedBuffer_tCD60783832775FA82D449E02C0ECBF74970949DA ___percentageFlags;
|
|
uint8_t ___forceLODMask;
|
|
};
|
|
struct LODGroupCullingData_t511A004D7CBAE84368FCAA62A0348C24CB46EABF_marshaled_pinvoke
|
|
{
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___worldSpaceReferencePoint;
|
|
int32_t ___lodCount;
|
|
U3CsqrDistancesU3Ee__FixedBuffer_tBE2A04F33CF7215086CA2D1F1C539B2B37A14415 ___sqrDistances;
|
|
U3CtransitionDistancesU3Ee__FixedBuffer_t497E5273319068BE697947EDF74CE3852589CB3C ___transitionDistances;
|
|
float ___worldSpaceSize;
|
|
U3CpercentageFlagsU3Ee__FixedBuffer_tCD60783832775FA82D449E02C0ECBF74970949DA_marshaled_pinvoke ___percentageFlags;
|
|
uint8_t ___forceLODMask;
|
|
};
|
|
struct LODGroupCullingData_t511A004D7CBAE84368FCAA62A0348C24CB46EABF_marshaled_com
|
|
{
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___worldSpaceReferencePoint;
|
|
int32_t ___lodCount;
|
|
U3CsqrDistancesU3Ee__FixedBuffer_tBE2A04F33CF7215086CA2D1F1C539B2B37A14415 ___sqrDistances;
|
|
U3CtransitionDistancesU3Ee__FixedBuffer_t497E5273319068BE697947EDF74CE3852589CB3C ___transitionDistances;
|
|
float ___worldSpaceSize;
|
|
U3CpercentageFlagsU3Ee__FixedBuffer_tCD60783832775FA82D449E02C0ECBF74970949DA_marshaled_com ___percentageFlags;
|
|
uint8_t ___forceLODMask;
|
|
};
|
|
struct LODParameters_t54D2AA0FD8E53BCF51D7A42BC1A72FCA8C78A08A
|
|
{
|
|
int32_t ___m_IsOrthographic;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_CameraPosition;
|
|
float ___m_FieldOfView;
|
|
float ___m_OrthoSize;
|
|
int32_t ___m_CameraPixelHeight;
|
|
};
|
|
struct Line_t8D244028CB246A8809C238B421BD36B0631DA731
|
|
{
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___m;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___t;
|
|
};
|
|
struct LoadSceneMode_t3E17ADA25A3C4F14ECF6026741219437DA054963
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct LocalKeywordSpace_t8D56A7A6130EF8C8F8BA247C67F1CB8256DA34AA
|
|
{
|
|
intptr_t ___m_KeywordSpace;
|
|
};
|
|
struct LogType_t9CC0F1B620DFBF3A01E8C2D2316A850D745EF331
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct MeshTopology_t815FF5CF04D62195A23E2DF8A5C0A071F11FBCBF
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct MotionVectorGenerationMode_tE87C61556749260EF5429A0F8FE55DAD30EEAFCB
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct NativeArrayOptions_t3E979EEF4B4840228A7692A97DA07553C6465F1D
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C : public RuntimeObject
|
|
{
|
|
intptr_t ___m_CachedPtr;
|
|
};
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
|
|
{
|
|
intptr_t ___m_CachedPtr;
|
|
};
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
|
|
{
|
|
intptr_t ___m_CachedPtr;
|
|
};
|
|
struct OccluderSubviewUpdate_t0F6F2469118EFD70CCA43057AEDD76AF2EF4DBB7
|
|
{
|
|
int32_t ___subviewIndex;
|
|
int32_t ___depthSliceIndex;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___depthOffset;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___viewMatrix;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___invViewMatrix;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___gpuProjMatrix;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___viewOffsetWorldSpace;
|
|
};
|
|
struct OcclusionCullingDebugShaderVariables_tC6B7F442582F6F91DEBADAE753DB8490464FE185
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ____DepthSizeInOccluderPixels;
|
|
U3C_OccluderMipBoundsU3Ee__FixedBuffer_tF1478CF3899AC0E5325B5284FBE53B0FF2454A55 ____OccluderMipBounds;
|
|
uint32_t ____OccluderMipLayoutSizeX;
|
|
uint32_t ____OccluderMipLayoutSizeY;
|
|
uint32_t ____OcclusionCullingDebugPad0;
|
|
uint32_t ____OcclusionCullingDebugPad1;
|
|
};
|
|
struct OcclusionTest_tFF967683F812A2788B5C8A9A220B83B43060435E
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___m_Normal;
|
|
float ___m_Distance;
|
|
};
|
|
struct PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F
|
|
{
|
|
Type_t* ___type;
|
|
PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* ___subSystemList;
|
|
UpdateFunction_t1C48B7EECBE47AC123A9D9D7D9D2A9EE951C56C4* ___updateDelegate;
|
|
intptr_t ___updateFunction;
|
|
intptr_t ___loopConditionFunction;
|
|
};
|
|
struct PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F_marshaled_pinvoke
|
|
{
|
|
Type_t* ___type;
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F_marshaled_pinvoke* ___subSystemList;
|
|
Il2CppMethodPointer ___updateDelegate;
|
|
intptr_t ___updateFunction;
|
|
intptr_t ___loopConditionFunction;
|
|
};
|
|
struct PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F_marshaled_com
|
|
{
|
|
Type_t* ___type;
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F_marshaled_com* ___subSystemList;
|
|
Il2CppMethodPointer ___updateDelegate;
|
|
intptr_t ___updateFunction;
|
|
intptr_t ___loopConditionFunction;
|
|
};
|
|
struct RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6
|
|
{
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___previousViewportSize;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___previousRenderTargetSize;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___currentViewportSize;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___currentRenderTargetSize;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___rtHandleScale;
|
|
};
|
|
struct ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2
|
|
{
|
|
NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34 ___planes;
|
|
int32_t ___lightFacingPlaneCount;
|
|
};
|
|
struct RenderGraphResourceType_t5F552AF06E38DEC5775B77F13C8783A895FCD086
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct RenderGraphState_tFB60E034516492478A523A4D4EB7E380C799C1E3
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct RenderersParameters_t5FE65DC16251F4C1775A6CDA267011B9794A3B2B
|
|
{
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C ___lightmapScale;
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C ___localToWorld;
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C ___worldToLocal;
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C ___matrixPreviousM;
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C ___matrixPreviousMI;
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C ___shCoefficients;
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C ___boundingSphere;
|
|
ParamInfoU5BU5D_t04997454CB57D422798CB09352BA40CEF46EC967* ___windParams;
|
|
ParamInfoU5BU5D_t04997454CB57D422798CB09352BA40CEF46EC967* ___windHistoryParams;
|
|
};
|
|
struct RenderersParameters_t5FE65DC16251F4C1775A6CDA267011B9794A3B2B_marshaled_pinvoke
|
|
{
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C ___lightmapScale;
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C ___localToWorld;
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C ___worldToLocal;
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C ___matrixPreviousM;
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C ___matrixPreviousMI;
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C ___shCoefficients;
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C ___boundingSphere;
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C* ___windParams;
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C* ___windHistoryParams;
|
|
};
|
|
struct RenderersParameters_t5FE65DC16251F4C1775A6CDA267011B9794A3B2B_marshaled_com
|
|
{
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C ___lightmapScale;
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C ___localToWorld;
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C ___worldToLocal;
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C ___matrixPreviousM;
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C ___matrixPreviousMI;
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C ___shCoefficients;
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C ___boundingSphere;
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C* ___windParams;
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C* ___windHistoryParams;
|
|
};
|
|
struct RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5
|
|
{
|
|
intptr_t ___value;
|
|
};
|
|
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
|
|
{
|
|
intptr_t ___value;
|
|
};
|
|
struct ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
};
|
|
struct ShadowCastingMode_tF30806698B37CF120A1A506BD7549EAF308E7C6D
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct SpeedTreeWindParamsBufferIterator_t1A1ABDB77C12F567E52E4779294882FD6099D8BA
|
|
{
|
|
intptr_t ___bufferPtr;
|
|
U3CuintParamOffsetsU3Ee__FixedBuffer_t2E4363F4BFA3E7F576BD772F2D3538C28A9C4D52 ___uintParamOffsets;
|
|
int32_t ___uintStride;
|
|
int32_t ___elementOffset;
|
|
int32_t ___elementsCount;
|
|
};
|
|
struct TransformUpdateFlags_tC8BD750B1A9A2F7EBEAC0528860B0A228C2CC5C3
|
|
{
|
|
uint8_t ___value__;
|
|
};
|
|
struct float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79
|
|
{
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___c0;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___c1;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___c2;
|
|
};
|
|
struct float4x4_t7EDD16F7F57DC7F61A6302535F7C19FB97915DF2
|
|
{
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___c0;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___c1;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___c2;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___c3;
|
|
};
|
|
struct ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E
|
|
{
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B ___instanceIndices;
|
|
ReadOnly_t314120526818447F30E1FA91A14D79167A6365D4 ___instances;
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B ___rendererGroupIDs;
|
|
ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4 ___materialIDArrays;
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B ___meshIDs;
|
|
ReadOnly_tEDE38A52FAB74BA6088AF99AAFC32C7649A289AA ___localAABBs;
|
|
ReadOnly_t7FDDA88305363550FE94B8059DE5CE2645E4A30C ___flags;
|
|
ReadOnly_t52ECF37AB8FDCB2D0BD7865EAAB18D0BD20F8117 ___lodGroupAndMasks;
|
|
ReadOnly_t660DB38A843BC8666A283FE71913018D9508D052 ___meshLodInfos;
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B ___gameObjectLayers;
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B ___refCounts;
|
|
};
|
|
struct CrossFadeType_t8984E3A334BAB6D4752DAB6AFC8D1154353198A8
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Flags_tBBD3C554E9057BB9AC0476F92D0328575F2C4193
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B
|
|
{
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___nx;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___ny;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___nz;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___d;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___nxAbs;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___nyAbs;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___nzAbs;
|
|
};
|
|
struct FindRenderersFromMaterialOrMeshJob_t91FE5FAC4E968719F44985614268088A90EAA4A0
|
|
{
|
|
ReadOnly_tD3A31E5F6DA1C56CA4A51C9E6538A057D4B94895 ___materialIDs;
|
|
ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4 ___materialIDArrays;
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B ___meshIDs;
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B ___meshIDArray;
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B ___rendererGroupIDs;
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B ___sortedExcludeRendererIDs;
|
|
ParallelWriter_t80A8984CE4AF82D8AD8D75CA7F04FDB95E5A6587 ___selectedRenderGroupsForMaterials;
|
|
ParallelWriter_t80A8984CE4AF82D8AD8D75CA7F04FDB95E5A6587 ___selectedRenderGroupsForMeshes;
|
|
};
|
|
struct Version_tD7D04795609BC9C1E990ED06047639A320FA1062
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct Target_tFB6DEAAA9B8FF7F6383305B097B756A260E88E4A
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct BufferState_t9A744F89825C691F1F63EF47368227970F7FFE17
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct AnimatedFadeData_t965D6428A80522AB9EDFDF2671880282159C5E46
|
|
{
|
|
int32_t ___cameraID;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___jobHandle;
|
|
};
|
|
struct TransformTrackingType_t77039370A4171D17EFE0B606277B540732534FD4
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct TypeTrackingFlags_t56331E291FE0F180D59B5DB7ED12DD2C2A144053
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A
|
|
{
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___receiverSphereLightSpace;
|
|
float ___cascadeBlendCullingFactor;
|
|
};
|
|
struct Style_tFDE589AF9C853893A9B92415528C43C8EA911B95
|
|
{
|
|
int32_t ___value__;
|
|
};
|
|
struct FixedList32Bytes_1_t2CB002D739D8492583C89E7DE783DC9AEAC33B00
|
|
{
|
|
alignas(8) FixedBytes32Align8_t07C7D543B487721FF9B88AD85209956AE423A779 ___data;
|
|
};
|
|
struct NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_tCD10000F9685A78765B6A805B2BA723C17C74ED5
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t1A9BB89FE5439D8C850AB18E4601D3C0502C8A5C
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t671C61BFD2F520DB36712AFCE9CE9BA1FC6BE4B5
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_tF69142813024978B4681527F3134D33141A11179
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t727E0B11B40EA7D6477F67D79DA7B7F7C383735E
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t010CFDCC413C944832DC3E8129AE25C0D1FD6876
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t53D1F8A0601B0A0A14155D124CA9BE481C9F9507
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_tB8F0DDF2408274818FBB9DB19DE6BF57FCE751A2
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t25F6CEC65DB0532CB91E2B2890FF6C2D52A210A3
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t96CEF42677DEFA822FCF9EABABD69E7624393AC9
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t8F0D14C1F4EAFB3AE60DB55E5E05E84CEA614690
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t64A170A060ACF969546C0A9E3DB21FE7ED7A6672
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_tA65DF3C93200CA9EE1285F1D2DDD8FB5657EAAF8
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t1DE29B20DF59D7CF0F8F69260363FB6E9CD19554
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t033CD013BF2CA1D8A5909650F2E75960C527E638
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_tF670CAD185DDF5208060ECE543F68A06A3852A92
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t12018DEC83E53274D542435F55D8BED16BD4E78E
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t68166A4F733ADFE89591B8BCE0284E5970D2816A
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeArray_1_t933EB4C2ED1CCB3C68D5E2EC18C770C2893C8443
|
|
{
|
|
void* ___m_Buffer;
|
|
int32_t ___m_Length;
|
|
int32_t ___m_AllocatorLabel;
|
|
};
|
|
struct NativeParallelHashMap_2_t28D0C3E870801D415558E0D3CD69EE5843F53BA1
|
|
{
|
|
UnsafeParallelHashMap_2_t16A91603015498C4CAFD401670CE1CDBBA245271 ___m_HashMapData;
|
|
};
|
|
struct NativeParallelHashMap_2_tC02F6A3A939816974341E9FB7EA769755D46204C
|
|
{
|
|
UnsafeParallelHashMap_2_t64A9530BD0A2EDFB633D8FD7C1DAD37D20AE0202 ___m_HashMapData;
|
|
};
|
|
struct NativeParallelHashMap_2_t2EB8E091638D1A733B25C6647D85DA87FC51359F
|
|
{
|
|
UnsafeParallelHashMap_2_t085743FD66C837249DC55D71BB15494D9A52B7B6 ___m_HashMapData;
|
|
};
|
|
struct NativeParallelHashMap_2_tE5393C7FA31C99A84F6C65F5C7F207CAD827B4C5
|
|
{
|
|
UnsafeParallelHashMap_2_t63BE27E89A11801025286F73D7788874AA72ED96 ___m_HashMapData;
|
|
};
|
|
struct NativeParallelHashMap_2_t4D02654CEC4D45A2841FD43547AD1E2F506E72A9
|
|
{
|
|
UnsafeParallelHashMap_2_tAF5198A4416D9CB11063A92F93C2C7AA10BFDEE0 ___m_HashMapData;
|
|
};
|
|
struct NativeParallelHashMap_2_t36DD1F9F308DCEEBA1C297BEE4AEB4861714A522
|
|
{
|
|
UnsafeParallelHashMap_2_t28B812A95534128787F52D3B61AC810F2405B12E ___m_HashMapData;
|
|
};
|
|
struct NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5
|
|
{
|
|
UnsafeParallelHashMap_2_t369B83BC0262928819F528952C7A9A26D7600D44 ___m_HashMapData;
|
|
};
|
|
struct NativeParallelHashMap_2_tF33E93A5D302B3E52640535F68885B906D0DF40A
|
|
{
|
|
UnsafeParallelHashMap_2_tE3763E7D57246B54FFB24102F037814CCCA365FA ___m_HashMapData;
|
|
};
|
|
struct NativeParallelHashMap_2_tDA93C536A95E913A4A38B4387FB9E0AC0634B184
|
|
{
|
|
UnsafeParallelHashMap_2_t2C6CBBEDC928DE44BDB9AF76C822869962FC3226 ___m_HashMapData;
|
|
};
|
|
struct ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787
|
|
{
|
|
UnsafeParallelHashMap_2_t64A9530BD0A2EDFB633D8FD7C1DAD37D20AE0202 ___m_HashMapData;
|
|
};
|
|
struct ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56
|
|
{
|
|
UnsafeParallelHashMap_2_t63BE27E89A11801025286F73D7788874AA72ED96 ___m_HashMapData;
|
|
};
|
|
struct ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282
|
|
{
|
|
ByReference_1_tDDF129F0BC02430629D5CD253C681112F166BAD4 ____pointer;
|
|
int32_t ____length;
|
|
};
|
|
struct ReadOnlySpan_1_t9B25EFB1CF91958EB1F59EE0FF50F09C87631AE8
|
|
{
|
|
ByReference_1_t7AFB8E16F9D591CD3B3EE50865A40D621B9028D1 ____pointer;
|
|
int32_t ____length;
|
|
};
|
|
struct ReadOnlySpan_1_tFBC0482980BECAC34D5B41E0EF4D72F24C6E3AF9
|
|
{
|
|
ByReference_1_t9B11575042087999A6BC8C21CB3BAC178D57E466 ____pointer;
|
|
int32_t ____length;
|
|
};
|
|
struct AnimateCrossFadeJob_t4A6EEA489E4EE721D1878717E9FB01FC73C4E90E
|
|
{
|
|
float ___deltaTime;
|
|
UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D ___crossFadeArray;
|
|
};
|
|
struct BatchDrawCommand_t9DAB9B739DA9EBC6B1BB0D2DD51AF65B12F66BF0
|
|
{
|
|
int32_t ___flags;
|
|
BatchID_t884E3C204D1F4C18FFD2361FC14A1E64CFBD8770 ___batchID;
|
|
BatchMaterialID_tF9E95833BB1C35A6D14D47CF4EC8A6EB7D15D65C ___materialID;
|
|
uint16_t ___splitVisibilityMask;
|
|
uint16_t ___lightmapIndex;
|
|
int32_t ___sortingPosition;
|
|
uint32_t ___visibleOffset;
|
|
uint32_t ___visibleCount;
|
|
BatchMeshID_t34167B7C1D0503C43A01A7BD213DFC367525D2A0 ___meshID;
|
|
uint16_t ___submeshIndex;
|
|
uint16_t ___activeMeshLod;
|
|
};
|
|
struct BatchDrawCommandIndirect_t06F3B5DC4AF7D4B115CEECDB0A1E4E92065BC705
|
|
{
|
|
int32_t ___flags;
|
|
BatchID_t884E3C204D1F4C18FFD2361FC14A1E64CFBD8770 ___batchID;
|
|
BatchMaterialID_tF9E95833BB1C35A6D14D47CF4EC8A6EB7D15D65C ___materialID;
|
|
uint16_t ___splitVisibilityMask;
|
|
uint16_t ___lightmapIndex;
|
|
int32_t ___sortingPosition;
|
|
uint32_t ___visibleOffset;
|
|
BatchMeshID_t34167B7C1D0503C43A01A7BD213DFC367525D2A0 ___meshID;
|
|
int32_t ___topology;
|
|
GraphicsBufferHandle_t796AECB7D0D9A7DE09882D9EAC25123F6DFA28B5 ___visibleInstancesBufferHandle;
|
|
uint32_t ___visibleInstancesBufferWindowOffset;
|
|
uint32_t ___visibleInstancesBufferWindowSizeBytes;
|
|
GraphicsBufferHandle_t796AECB7D0D9A7DE09882D9EAC25123F6DFA28B5 ___indirectArgsBufferHandle;
|
|
uint32_t ___indirectArgsBufferOffset;
|
|
};
|
|
struct BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F
|
|
{
|
|
int32_t ___drawCommandsType;
|
|
uint32_t ___drawCommandsBegin;
|
|
uint32_t ___drawCommandsCount;
|
|
BatchFilterSettings_t24CAFF037E8C667ABC0B23D55D6CC7125947CDE2 ___filterSettings;
|
|
};
|
|
struct CPUSharedInstanceFlags_tA2264804A98F5A694C7AFDF536E9612C8C9E5455
|
|
{
|
|
uint8_t ___transformUpdateFlags;
|
|
uint8_t ___instanceFlags;
|
|
};
|
|
struct Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
struct ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
struct GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F : public RuntimeObject
|
|
{
|
|
int32_t ___m_Version;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___m_InstanceDataBufferCopyKernels;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___m_InstanceDataBufferUploadKernels;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___m_TransformUpdaterKernels;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___m_WindDataUpdaterKernels;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___m_OccluderDepthPyramidKernels;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___m_InstanceOcclusionCullingKernels;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___m_OcclusionCullingDebugKernels;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_DebugOcclusionTestPS;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___m_DebugOccluderPS;
|
|
};
|
|
struct GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231
|
|
{
|
|
uint8_t ___mode;
|
|
bool ___supportDitheringCrossFade;
|
|
bool ___enableOcclusionCulling;
|
|
bool ___allowInEditMode;
|
|
float ___smallMeshScreenPercentage;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___errorShader;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___loadingShader;
|
|
};
|
|
struct GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231_marshaled_pinvoke
|
|
{
|
|
uint8_t ___mode;
|
|
int32_t ___supportDitheringCrossFade;
|
|
int32_t ___enableOcclusionCulling;
|
|
int32_t ___allowInEditMode;
|
|
float ___smallMeshScreenPercentage;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___errorShader;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___loadingShader;
|
|
};
|
|
struct GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231_marshaled_com
|
|
{
|
|
uint8_t ___mode;
|
|
int32_t ___supportDitheringCrossFade;
|
|
int32_t ___enableOcclusionCulling;
|
|
int32_t ___allowInEditMode;
|
|
float ___smallMeshScreenPercentage;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___errorShader;
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___loadingShader;
|
|
};
|
|
struct IndirectBufferContext_tC867F1E4C07484F15773E7A382CCB107C57AC805
|
|
{
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___cullingJobHandle;
|
|
int32_t ___bufferState;
|
|
int32_t ___occluderVersion;
|
|
int32_t ___subviewMask;
|
|
};
|
|
struct InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173
|
|
{
|
|
int32_t ___viewType;
|
|
int32_t ___viewInstanceID;
|
|
int32_t ___splitIndex;
|
|
int32_t ___visibleInstancesOnCPU;
|
|
int32_t ___visibleInstancesOnGPU;
|
|
int32_t ___visiblePrimitivesOnCPU;
|
|
int32_t ___visiblePrimitivesOnGPU;
|
|
int32_t ___drawCommands;
|
|
};
|
|
struct InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD
|
|
{
|
|
int32_t ___viewInstanceID;
|
|
int32_t ___eventType;
|
|
int32_t ___occluderVersion;
|
|
int32_t ___subviewMask;
|
|
int32_t ___occlusionTest;
|
|
int32_t ___visibleInstances;
|
|
int32_t ___culledInstances;
|
|
int32_t ___visiblePrimitives;
|
|
int32_t ___culledPrimitives;
|
|
};
|
|
struct LocalKeyword_tED7F563B432A5461E58CE7032AF6D1CD669CD0CB
|
|
{
|
|
LocalKeywordSpace_t8D56A7A6130EF8C8F8BA247C67F1CB8256DA34AA ___m_SpaceInfo;
|
|
String_t* ___m_Name;
|
|
uint32_t ___m_Index;
|
|
};
|
|
struct LocalKeyword_tED7F563B432A5461E58CE7032AF6D1CD669CD0CB_marshaled_pinvoke
|
|
{
|
|
LocalKeywordSpace_t8D56A7A6130EF8C8F8BA247C67F1CB8256DA34AA ___m_SpaceInfo;
|
|
char* ___m_Name;
|
|
uint32_t ___m_Index;
|
|
};
|
|
struct LocalKeyword_tED7F563B432A5461E58CE7032AF6D1CD669CD0CB_marshaled_com
|
|
{
|
|
LocalKeywordSpace_t8D56A7A6130EF8C8F8BA247C67F1CB8256DA34AA ___m_SpaceInfo;
|
|
Il2CppChar* ___m_Name;
|
|
uint32_t ___m_Index;
|
|
};
|
|
struct MeshProceduralInfo_t09E735D958CD89E7BE479DDD64CEEE2B469328C8
|
|
{
|
|
int32_t ___topology;
|
|
uint32_t ___baseVertex;
|
|
uint32_t ___firstIndex;
|
|
uint32_t ___indexCount;
|
|
};
|
|
struct MulticastDelegate_t : public Delegate_t
|
|
{
|
|
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates;
|
|
};
|
|
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
|
|
{
|
|
Delegate_t_marshaled_pinvoke** ___delegates;
|
|
};
|
|
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
|
|
{
|
|
Delegate_t_marshaled_com** ___delegates;
|
|
};
|
|
struct OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8
|
|
{
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___occluderDepthPyramid;
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___occlusionDebugOverlay;
|
|
OcclusionCullingDebugShaderVariables_tC6B7F442582F6F91DEBADAE753DB8490464FE185 ___cb;
|
|
};
|
|
struct OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8_marshaled_pinvoke
|
|
{
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___occluderDepthPyramid;
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___occlusionDebugOverlay;
|
|
OcclusionCullingDebugShaderVariables_tC6B7F442582F6F91DEBADAE753DB8490464FE185 ___cb;
|
|
};
|
|
struct OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8_marshaled_com
|
|
{
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___occluderDepthPyramid;
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___occlusionDebugOverlay;
|
|
OcclusionCullingDebugShaderVariables_tC6B7F442582F6F91DEBADAE753DB8490464FE185 ___cb;
|
|
};
|
|
struct OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842
|
|
{
|
|
int32_t ___viewInstanceID;
|
|
int32_t ___occlusionTest;
|
|
int32_t ___instanceMultiplier;
|
|
};
|
|
struct RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C
|
|
{
|
|
uint8_t ___layer;
|
|
uint32_t ___renderingLayerMask;
|
|
int32_t ___motionMode;
|
|
int32_t ___shadowCastingMode;
|
|
bool ___staticShadowCaster;
|
|
int32_t ___rendererPriority;
|
|
bool ___supportsIndirect;
|
|
};
|
|
struct RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshaled_pinvoke
|
|
{
|
|
uint8_t ___layer;
|
|
uint32_t ___renderingLayerMask;
|
|
int32_t ___motionMode;
|
|
int32_t ___shadowCastingMode;
|
|
int32_t ___staticShadowCaster;
|
|
int32_t ___rendererPriority;
|
|
int32_t ___supportsIndirect;
|
|
};
|
|
struct RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshaled_com
|
|
{
|
|
uint8_t ___layer;
|
|
uint32_t ___renderingLayerMask;
|
|
int32_t ___motionMode;
|
|
int32_t ___shadowCastingMode;
|
|
int32_t ___staticShadowCaster;
|
|
int32_t ___rendererPriority;
|
|
int32_t ___supportsIndirect;
|
|
};
|
|
struct ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6
|
|
{
|
|
NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF ___splitInfos;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 ___worldToLightSpaceRotation;
|
|
};
|
|
struct RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E : public RuntimeObject
|
|
{
|
|
NativePassCompiler_t4E5CE894AF5B8832B5828B22DAB0EA4FAC819E07* ___nativeCompiler;
|
|
bool ___U3CnativeRenderPassesEnabledU3Ek__BackingField;
|
|
RenderGraphResourceRegistry_t87A07027B2175239DB5239913091B9D9FE7244D1* ___m_Resources;
|
|
RenderGraphObjectPool_t2F5488D55D836B54B6E85D2952105BA61AEE6437* ___m_RenderGraphPool;
|
|
RenderGraphBuilders_t899F9362CCFA453C5AF608B820107C9C37860D2A* ___m_builderInstance;
|
|
List_1_t1EFB69EBBF25AD12F3A9E56C62B12F01D63469CD* ___m_RenderPasses;
|
|
List_1_t67B4F73A05A1220FF45824DBE29F391490B25A0C* ___m_RendererLists;
|
|
RenderGraphDebugParams_t36422B33508548E3E56CBAD04521104C2B3E669D* ___m_DebugParameters;
|
|
RenderGraphLogger_t63D96976880E0CD356860F2470D7DAF60B1AD40C* ___m_FrameInformationLogger;
|
|
RenderGraphDefaultResources_tCE331152C84ED1A36CF186CA0092AE10E599E25D* ___m_DefaultResources;
|
|
Dictionary_2_t21E090827BAF9D0D011CB55C02CA666756BF1AE7* ___m_DefaultProfilingSamplers;
|
|
InternalRenderGraphContext_t7197268EBA8C241EB895B070A5E0C71B111D7503* ___m_RenderGraphContext;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___m_PreviousCommandBuffer;
|
|
List_1U5BU5D_t37294D7C303231F2FD83B3C398AED0937F4F3206* ___m_ImmediateModeResourceList;
|
|
RenderGraphCompilationCache_t25B996EBE41BF50CAE9A81E97B9BBE376AAB55D2* ___m_CompilationCache;
|
|
RenderTargetIdentifierU5BU5DU5BU5D_tDB35F8D017FE3AD8BB35E08E323074D47C5A10BB* ___m_TempMRTArrays;
|
|
Stack_1_t3197E0F5EA36E611B259A88751D31FC2396FE4B6* ___m_CullingStack;
|
|
String_t* ___m_CurrentExecutionName;
|
|
int32_t ___m_ExecutionCount;
|
|
int32_t ___m_CurrentFrameIndex;
|
|
int32_t ___m_CurrentImmediatePassIndex;
|
|
bool ___m_ExecutionExceptionWasRaised;
|
|
bool ___m_RendererListCulling;
|
|
bool ___m_EnableCompilationCaching;
|
|
CompiledGraph_tC8C6B8E2DD962A7BBC9B48ED868E03BE278D0644* ___m_DefaultCompiledGraph;
|
|
CompiledGraph_tC8C6B8E2DD962A7BBC9B48ED868E03BE278D0644* ___m_CurrentCompiledGraph;
|
|
String_t* ___m_CaptureDebugDataForExecution;
|
|
int32_t ___m_RenderGraphState;
|
|
Dictionary_2_t8D403C45B564DB77AE8A32FD6D35E333ABE68793* ___m_DebugData;
|
|
String_t* ___U3CnameU3Ek__BackingField;
|
|
Dictionary_2_t54101FB5AEA0292C95D30CFAB7909873BF26E0B9* ___registeredGlobals;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___k_PassNameDebugIgnoreList;
|
|
};
|
|
struct RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B
|
|
{
|
|
int32_t ___m_Type;
|
|
int32_t ___m_NameID;
|
|
int32_t ___m_InstanceID;
|
|
intptr_t ___m_BufferPointer;
|
|
int32_t ___m_MipLevel;
|
|
int32_t ___m_CubeFace;
|
|
int32_t ___m_DepthSlice;
|
|
};
|
|
struct RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98 : public RuntimeObject
|
|
{
|
|
InstanceDataSystem_tC6D72AB1BF62EAE1F6A83946CD2949D74EAC6F8F* ___m_InstanceDataSystem;
|
|
GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* ___m_Resources;
|
|
GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* ___m_GPUDrivenProcessor;
|
|
LODGroupDataPool_t57D46380972427D64D13BDEE9A02B718FE30F569* ___m_LODGroupDataPool;
|
|
GPUInstanceDataBuffer_tAF2FDE10337956B935AE0961BAB4F5A4E534ACF3* ___m_InstanceDataBuffer;
|
|
RenderersParameters_t5FE65DC16251F4C1775A6CDA267011B9794A3B2B ___m_RenderersParameters;
|
|
GPUResources_t5047BB5956F25BAE52E5E2F5413FB944422B58C3 ___m_UploadResources;
|
|
GPUResources_t1E75ACCF726FB4A7D8416E4FCA1602371C6C5D38 ___m_GrowerResources;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___m_CmdBuffer;
|
|
SphericalHarmonicsL2_tCBFB646455D2069E738976E5B745C6DF023B6BA2 ___m_CachedAmbientProbe;
|
|
float ___m_SmallMeshScreenPercentage;
|
|
GPUDrivenLODGroupDataCallback_t513D83047833752F3C25B9C0AAAB474E94D71DA0* ___m_UpdateLODGroupCallback;
|
|
GPUDrivenLODGroupDataCallback_t513D83047833752F3C25B9C0AAAB474E94D71DA0* ___m_TransformLODGroupCallback;
|
|
OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* ___m_OcclusionCullingCommon;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* ___m_DebugStats;
|
|
};
|
|
struct RenderersBatchersContextDesc_t47AEE1367DEEF0614191847ED49C575067AE4D1A
|
|
{
|
|
InstanceNumInfo_t7A1D777B0536C5D51D71D86E0EFD10A47D28BCF5 ___instanceNumInfo;
|
|
bool ___supportDitheringCrossFade;
|
|
bool ___enableBoundingSpheresInstanceData;
|
|
float ___smallMeshScreenPercentage;
|
|
bool ___enableCullerDebugStats;
|
|
};
|
|
struct RenderersBatchersContextDesc_t47AEE1367DEEF0614191847ED49C575067AE4D1A_marshaled_pinvoke
|
|
{
|
|
InstanceNumInfo_t7A1D777B0536C5D51D71D86E0EFD10A47D28BCF5 ___instanceNumInfo;
|
|
int32_t ___supportDitheringCrossFade;
|
|
int32_t ___enableBoundingSpheresInstanceData;
|
|
float ___smallMeshScreenPercentage;
|
|
int32_t ___enableCullerDebugStats;
|
|
};
|
|
struct RenderersBatchersContextDesc_t47AEE1367DEEF0614191847ED49C575067AE4D1A_marshaled_com
|
|
{
|
|
InstanceNumInfo_t7A1D777B0536C5D51D71D86E0EFD10A47D28BCF5 ___instanceNumInfo;
|
|
int32_t ___supportDitheringCrossFade;
|
|
int32_t ___enableBoundingSpheresInstanceData;
|
|
float ___smallMeshScreenPercentage;
|
|
int32_t ___enableCullerDebugStats;
|
|
};
|
|
struct ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C
|
|
{
|
|
uint32_t ___m_Value;
|
|
int32_t ___m_Version;
|
|
int32_t ___m_Type;
|
|
};
|
|
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_pinvoke : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke
|
|
{
|
|
};
|
|
struct ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A_marshaled_com : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com
|
|
{
|
|
};
|
|
struct Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692 : public Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C
|
|
{
|
|
};
|
|
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
|
|
{
|
|
};
|
|
struct Type_t : public MemberInfo_t
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl;
|
|
};
|
|
struct PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E
|
|
{
|
|
UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D ___meshLods;
|
|
UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D ___crossFades;
|
|
};
|
|
struct Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF : public RuntimeObject
|
|
{
|
|
int32_t ___U3CorderU3Ek__BackingField;
|
|
Panel_t3A0D2006E8AEA607A6DF5188138E463A26085295* ___m_Panel;
|
|
RuntimeObject* ___m_Parent;
|
|
int32_t ___U3CflagsU3Ek__BackingField;
|
|
String_t* ___U3CdisplayNameU3Ek__BackingField;
|
|
String_t* ___U3CtooltipU3Ek__BackingField;
|
|
String_t* ___U3CqueryPathU3Ek__BackingField;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___isHiddenCallback;
|
|
};
|
|
struct Info_tA3039772991DEEDBC29A00439A055C5166133A27
|
|
{
|
|
int32_t ___viewType;
|
|
int32_t ___viewInstanceID;
|
|
int32_t ___splitIndex;
|
|
};
|
|
struct Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84
|
|
{
|
|
int32_t ___viewInstanceID;
|
|
int32_t ___eventType;
|
|
int32_t ___occluderVersion;
|
|
int32_t ___subviewMask;
|
|
int32_t ___occlusionTest;
|
|
};
|
|
struct Request_tAA55F47806E39B0E19B53273DCBFB5CF457F9187
|
|
{
|
|
UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1 ___info;
|
|
AsyncGPUReadbackRequest_t6A735D3E0F1DEF8F43EBD0E6FE550FAE564519C7 ___readback;
|
|
};
|
|
struct Action_1_t6AC29B34E68BC53AA807670D868CBB59CD5D995F : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Action_2_t6D9E9C15AEDCB64542D2BB7BFFA1C9560CBDADE6 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Action_2_t8E07914D7090FF200FE84404EEEFAF3CE183C9F3 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct BaseRenderFunc_2_t515113D57462E1E5E14F7EC1F8A22D536C489655 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Enumerator_t7767C5CF41D19BF6C7326C9870C530F1AD3CAC30
|
|
{
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_Array;
|
|
int32_t ___m_Index;
|
|
int32_t ___value;
|
|
};
|
|
struct Field_1_t32151A22D4B1B5C1DFFDDACD9F3C78D19596507A : public Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF
|
|
{
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___U3CgetterU3Ek__BackingField;
|
|
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___U3CsetterU3Ek__BackingField;
|
|
Action_2_tB3E4CF19F3493DE4FE84AFFB77005AE79F9A3758* ___onValueChanged;
|
|
};
|
|
struct Field_1_t7F813BE8CAF3F3F635B34474DDD7B797C5B6CD2A : public Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF
|
|
{
|
|
Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* ___U3CgetterU3Ek__BackingField;
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* ___U3CsetterU3Ek__BackingField;
|
|
Action_2_t94C644233E37D574986F0297182FA2BD8972B44A* ___onValueChanged;
|
|
};
|
|
struct Field_1_t644B86FEF42048CB531CD13D6477869470E12AD8 : public Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF
|
|
{
|
|
Func_1_t11C3830580201E0A3A3A2C76523B7905EF40BCF7* ___U3CgetterU3Ek__BackingField;
|
|
Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A* ___U3CsetterU3Ek__BackingField;
|
|
Action_2_t664D2BFCF60DA241A2EF8D5B396F7932DA99F7F8* ___onValueChanged;
|
|
};
|
|
struct Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Func_1_t11C3830580201E0A3A3A2C76523B7905EF40BCF7 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Func_1_t367387BB2C476D3F32DB12161B5FDC128DC3231C : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct UnityAction_2_t1C08AEB5AA4F72FEFAB7F303E33C8CFFF80A8C3A : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659
|
|
{
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 ___cullingPlanes;
|
|
NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 ___cullingSplits;
|
|
LODParameters_t54D2AA0FD8E53BCF51D7A42BC1A72FCA8C78A08A ___lodParameters;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___localToWorldMatrix;
|
|
int32_t ___viewType;
|
|
int32_t ___projectionType;
|
|
int32_t ___cullingFlags;
|
|
BatchPackedCullingViewID_t1E7EE8631C02555CAA181FA566CDC604B9FEFEBB ___viewID;
|
|
uint32_t ___cullingLayerMask;
|
|
uint64_t ___sceneCullingMask;
|
|
uint16_t ___splitExclusionMask;
|
|
uint8_t ___isOrthographic;
|
|
int32_t ___receiverPlaneOffset;
|
|
int32_t ___receiverPlaneCount;
|
|
intptr_t ___occlusionBuffer;
|
|
};
|
|
struct BatchCullingOutput_tF997DE602CE8F5E44654FD157113EF455DBE785F
|
|
{
|
|
NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A ___drawCommands;
|
|
NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9 ___customCullingResult;
|
|
};
|
|
struct Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
struct BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5
|
|
{
|
|
ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C ___handle;
|
|
};
|
|
struct CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7 : public RuntimeObject
|
|
{
|
|
NativeParallelHashMap_2_tF33E93A5D302B3E52640535F68885B906D0DF40A ___m_RangeHash;
|
|
NativeList_1_t50EF7494D5DE96412C6EA67378B11EE5C5C8EE89 ___m_DrawRanges;
|
|
NativeParallelHashMap_2_t28D0C3E870801D415558E0D3CD69EE5843F53BA1 ___m_BatchHash;
|
|
NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30 ___m_DrawBatches;
|
|
NativeList_1_t0E8F99CBD0349EB2EDB94A940345E760399356C0 ___m_DrawInstances;
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 ___m_DrawInstanceIndices;
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 ___m_DrawBatchIndices;
|
|
bool ___m_NeedsRebuild;
|
|
};
|
|
struct CPUPerCameraInstanceData_t71C741AAD32148627A1984FC497812A470221529
|
|
{
|
|
NativeParallelHashMap_2_t36DD1F9F308DCEEBA1C297BEE4AEB4861714A522 ___perCameraData;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_StructData;
|
|
};
|
|
struct DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94
|
|
{
|
|
BatchMeshID_t34167B7C1D0503C43A01A7BD213DFC367525D2A0 ___meshID;
|
|
int32_t ___submeshIndex;
|
|
int32_t ___activeMeshLod;
|
|
BatchMaterialID_tF9E95833BB1C35A6D14D47CF4EC8A6EB7D15D65C ___materialID;
|
|
int32_t ___flags;
|
|
int32_t ___transparentInstanceId;
|
|
uint32_t ___overridenComponents;
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C ___range;
|
|
int32_t ___lightmapIndex;
|
|
};
|
|
struct DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshaled_pinvoke
|
|
{
|
|
BatchMeshID_t34167B7C1D0503C43A01A7BD213DFC367525D2A0 ___meshID;
|
|
int32_t ___submeshIndex;
|
|
int32_t ___activeMeshLod;
|
|
BatchMaterialID_tF9E95833BB1C35A6D14D47CF4EC8A6EB7D15D65C ___materialID;
|
|
int32_t ___flags;
|
|
int32_t ___transparentInstanceId;
|
|
uint32_t ___overridenComponents;
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshaled_pinvoke ___range;
|
|
int32_t ___lightmapIndex;
|
|
};
|
|
struct DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshaled_com
|
|
{
|
|
BatchMeshID_t34167B7C1D0503C43A01A7BD213DFC367525D2A0 ___meshID;
|
|
int32_t ___submeshIndex;
|
|
int32_t ___activeMeshLod;
|
|
BatchMaterialID_tF9E95833BB1C35A6D14D47CF4EC8A6EB7D15D65C ___materialID;
|
|
int32_t ___flags;
|
|
int32_t ___transparentInstanceId;
|
|
uint32_t ___overridenComponents;
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshaled_com ___range;
|
|
int32_t ___lightmapIndex;
|
|
};
|
|
struct DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010
|
|
{
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C ___key;
|
|
int32_t ___drawCount;
|
|
int32_t ___drawOffset;
|
|
};
|
|
struct DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010_marshaled_pinvoke
|
|
{
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshaled_pinvoke ___key;
|
|
int32_t ___drawCount;
|
|
int32_t ___drawOffset;
|
|
};
|
|
struct DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010_marshaled_com
|
|
{
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshaled_com ___key;
|
|
int32_t ___drawCount;
|
|
int32_t ___drawOffset;
|
|
};
|
|
struct GPUDrivenRendererGroupData_t8A323BA9775EF8B8B2D025EE16F29E81A770C568
|
|
{
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___rendererGroupID;
|
|
NativeArray_1_t596D8D9BF28AE72A671779EB28469319AC3F1147 ___localBounds;
|
|
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 ___lightmapScaleOffset;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___gameObjectLayer;
|
|
NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184 ___renderingLayerMask;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___lodGroupID;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___lightmapIndex;
|
|
NativeArray_1_t1A9BB89FE5439D8C850AB18E4601D3C0502C8A5C ___packedRendererData;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___rendererPriority;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___meshIndex;
|
|
NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8 ___subMeshStartIndex;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___materialsOffset;
|
|
NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8 ___materialsCount;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___instancesOffset;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___instancesCount;
|
|
NativeArray_1_t671C61BFD2F520DB36712AFCE9CE9BA1FC6BE4B5 ___editorData;
|
|
NativeArray_1_tF69142813024978B4681527F3134D33141A11179 ___meshLodData;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___invalidRendererGroupID;
|
|
NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 ___localToWorldMatrix;
|
|
NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 ___prevLocalToWorldMatrix;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___rendererGroupIndex;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___meshID;
|
|
NativeArray_1_tCD10000F9685A78765B6A805B2BA723C17C74ED5 ___meshLodInfo;
|
|
NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8 ___subMeshCount;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___subMeshDescOffset;
|
|
NativeArray_1_tF670CAD185DDF5208060ECE543F68A06A3852A92 ___subMeshDesc;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___materialIndex;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___materialID;
|
|
NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 ___packedMaterialData;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___materialFilterFlags;
|
|
};
|
|
struct GPUInstanceDataBufferUploader_tE52D85AC36021AB1CE62BBC4EBD4C0EC72C99A53
|
|
{
|
|
int32_t ___m_UintPerInstance;
|
|
int32_t ___m_Capacity;
|
|
int32_t ___m_InstanceCount;
|
|
NativeArray_1_t107C57D0357BCF9956A60495CD8FAADDF1D26AFB ___m_ComponentIsInstanced;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_ComponentDataIndex;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_DescriptionsUintSize;
|
|
NativeArray_1_t453E3DEA4CC9F1056F24E417C3308C35174BC184 ___m_TmpDataBuffer;
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 ___m_WritenComponentIndices;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_DummyArray;
|
|
};
|
|
struct GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009 : public RuntimeObject
|
|
{
|
|
intptr_t ___m_ContextIntPtr;
|
|
GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 ___m_Settings;
|
|
GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* ___m_GPUDrivenProcessor;
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* ___m_BatchersContext;
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* ___m_Batcher;
|
|
ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* ___m_Dispatcher;
|
|
};
|
|
struct IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5
|
|
{
|
|
IndirectBufferLimits_t6035702207C41A67B85B52BF1019C16EA7CE0076 ___m_BufferLimits;
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___m_InstanceBuffer;
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___m_InstanceInfoBuffer;
|
|
NativeArray_1_tB8F0DDF2408274818FBB9DB19DE6BF57FCE751A2 ___m_InstanceInfoStaging;
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___m_ArgsBuffer;
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___m_DrawInfoBuffer;
|
|
NativeArray_1_t53D1F8A0601B0A0A14155D124CA9BE481C9F9507 ___m_DrawInfoStaging;
|
|
int32_t ___m_ContextAllocCounter;
|
|
NativeHashMap_2_t0528057075A5322E46CA3AFDB8F9EBDAD8B5731D ___m_ContextIndexFromViewID;
|
|
NativeList_1_t8241184D23A22BA25C6CF82158DE1ACE4143D075 ___m_Contexts;
|
|
NativeArray_1_t010CFDCC413C944832DC3E8129AE25C0D1FD6876 ___m_ContextAllocInfo;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_AllocationCounters;
|
|
};
|
|
struct IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5_marshaled_pinvoke
|
|
{
|
|
IndirectBufferLimits_t6035702207C41A67B85B52BF1019C16EA7CE0076 ___m_BufferLimits;
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___m_InstanceBuffer;
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___m_InstanceInfoBuffer;
|
|
NativeArray_1_tB8F0DDF2408274818FBB9DB19DE6BF57FCE751A2 ___m_InstanceInfoStaging;
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___m_ArgsBuffer;
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___m_DrawInfoBuffer;
|
|
NativeArray_1_t53D1F8A0601B0A0A14155D124CA9BE481C9F9507 ___m_DrawInfoStaging;
|
|
int32_t ___m_ContextAllocCounter;
|
|
NativeHashMap_2_t0528057075A5322E46CA3AFDB8F9EBDAD8B5731D ___m_ContextIndexFromViewID;
|
|
NativeList_1_t8241184D23A22BA25C6CF82158DE1ACE4143D075 ___m_Contexts;
|
|
NativeArray_1_t010CFDCC413C944832DC3E8129AE25C0D1FD6876 ___m_ContextAllocInfo;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_AllocationCounters;
|
|
};
|
|
struct IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5_marshaled_com
|
|
{
|
|
IndirectBufferLimits_t6035702207C41A67B85B52BF1019C16EA7CE0076 ___m_BufferLimits;
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___m_InstanceBuffer;
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___m_InstanceInfoBuffer;
|
|
NativeArray_1_tB8F0DDF2408274818FBB9DB19DE6BF57FCE751A2 ___m_InstanceInfoStaging;
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___m_ArgsBuffer;
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___m_DrawInfoBuffer;
|
|
NativeArray_1_t53D1F8A0601B0A0A14155D124CA9BE481C9F9507 ___m_DrawInfoStaging;
|
|
int32_t ___m_ContextAllocCounter;
|
|
NativeHashMap_2_t0528057075A5322E46CA3AFDB8F9EBDAD8B5731D ___m_ContextIndexFromViewID;
|
|
NativeList_1_t8241184D23A22BA25C6CF82158DE1ACE4143D075 ___m_Contexts;
|
|
NativeArray_1_t010CFDCC413C944832DC3E8129AE25C0D1FD6876 ___m_ContextAllocInfo;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_AllocationCounters;
|
|
};
|
|
struct InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1
|
|
{
|
|
NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88 ___m_Info;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_Counters;
|
|
NativeQueue_1_tA574A1D792BEDC7C9D7D60530F71E6A15136538C ___m_CounterSync;
|
|
};
|
|
struct InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB
|
|
{
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___m_CounterBuffer;
|
|
UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1 ___m_PendingInfo;
|
|
NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6 ___m_Requests;
|
|
UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1 ___m_LatestInfo;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_LatestCounters;
|
|
bool ___m_HasLatest;
|
|
};
|
|
struct InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshaled_pinvoke
|
|
{
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___m_CounterBuffer;
|
|
UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1 ___m_PendingInfo;
|
|
NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6 ___m_Requests;
|
|
UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1 ___m_LatestInfo;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_LatestCounters;
|
|
int32_t ___m_HasLatest;
|
|
};
|
|
struct InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshaled_com
|
|
{
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___m_CounterBuffer;
|
|
UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1 ___m_PendingInfo;
|
|
NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6 ___m_Requests;
|
|
UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1 ___m_LatestInfo;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___m_LatestCounters;
|
|
int32_t ___m_HasLatest;
|
|
};
|
|
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
struct OccluderContext_tF8A07609A274625BEEE254608925CAD2BF4DFDB5
|
|
{
|
|
int32_t ___version;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___depthBufferSize;
|
|
NativeArray_1_t8F0D14C1F4EAFB3AE60DB55E5E05E84CEA614690 ___subviewData;
|
|
int32_t ___subviewValidMask;
|
|
NativeArray_1_t64A170A060ACF969546C0A9E3DB21FE7ED7A6672 ___occluderMipBounds;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___occluderMipLayoutSize;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___occluderDepthPyramidSize;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___occluderDepthPyramid;
|
|
int32_t ___occlusionDebugOverlaySize;
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___occlusionDebugOverlay;
|
|
bool ___debugNeedsClear;
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___constantBuffer;
|
|
NativeArray_1_t96CEF42677DEFA822FCF9EABABD69E7624393AC9 ___constantBufferData;
|
|
};
|
|
struct OccluderContext_tF8A07609A274625BEEE254608925CAD2BF4DFDB5_marshaled_pinvoke
|
|
{
|
|
int32_t ___version;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___depthBufferSize;
|
|
NativeArray_1_t8F0D14C1F4EAFB3AE60DB55E5E05E84CEA614690 ___subviewData;
|
|
int32_t ___subviewValidMask;
|
|
NativeArray_1_t64A170A060ACF969546C0A9E3DB21FE7ED7A6672 ___occluderMipBounds;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___occluderMipLayoutSize;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___occluderDepthPyramidSize;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___occluderDepthPyramid;
|
|
int32_t ___occlusionDebugOverlaySize;
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___occlusionDebugOverlay;
|
|
int32_t ___debugNeedsClear;
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___constantBuffer;
|
|
NativeArray_1_t96CEF42677DEFA822FCF9EABABD69E7624393AC9 ___constantBufferData;
|
|
};
|
|
struct OccluderContext_tF8A07609A274625BEEE254608925CAD2BF4DFDB5_marshaled_com
|
|
{
|
|
int32_t ___version;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___depthBufferSize;
|
|
NativeArray_1_t8F0D14C1F4EAFB3AE60DB55E5E05E84CEA614690 ___subviewData;
|
|
int32_t ___subviewValidMask;
|
|
NativeArray_1_t64A170A060ACF969546C0A9E3DB21FE7ED7A6672 ___occluderMipBounds;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___occluderMipLayoutSize;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___occluderDepthPyramidSize;
|
|
RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B* ___occluderDepthPyramid;
|
|
int32_t ___occlusionDebugOverlaySize;
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___occlusionDebugOverlay;
|
|
int32_t ___debugNeedsClear;
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___constantBuffer;
|
|
NativeArray_1_t96CEF42677DEFA822FCF9EABABD69E7624393AC9 ___constantBufferData;
|
|
};
|
|
struct OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C
|
|
{
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___cs;
|
|
LocalKeyword_tED7F563B432A5461E58CE7032AF6D1CD669CD0CB ___occlusionDebugKeyword;
|
|
};
|
|
struct OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C_marshaled_pinvoke
|
|
{
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___cs;
|
|
LocalKeyword_tED7F563B432A5461E58CE7032AF6D1CD669CD0CB_marshaled_pinvoke ___occlusionDebugKeyword;
|
|
};
|
|
struct OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C_marshaled_com
|
|
{
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___cs;
|
|
LocalKeyword_tED7F563B432A5461E58CE7032AF6D1CD669CD0CB_marshaled_com ___occlusionDebugKeyword;
|
|
};
|
|
struct ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317
|
|
{
|
|
int32_t ___m_Allocator;
|
|
NativeArray_1_t25F6CEC65DB0532CB91E2B2890FF6C2D52A210A3 ___m_Bits;
|
|
int32_t ___m_Length;
|
|
};
|
|
struct PrefixSumDrawsAndInstances_t270E5AA9BF72798DF9C0F217224637E0B89F710D
|
|
{
|
|
NativeList_1_t50EF7494D5DE96412C6EA67378B11EE5C5C8EE89 ___drawRanges;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___drawBatchIndices;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___batchBinAllocOffsets;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___batchBinCounts;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___binVisibleInstanceCounts;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___batchDrawCommandOffsets;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___binVisibleInstanceOffsets;
|
|
NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A ___cullingOutput;
|
|
IndirectBufferLimits_t6035702207C41A67B85B52BF1019C16EA7CE0076 ___indirectBufferLimits;
|
|
NativeArray_1_t010CFDCC413C944832DC3E8129AE25C0D1FD6876 ___indirectBufferAllocInfo;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___indirectAllocationCounters;
|
|
};
|
|
struct RTHandle_t135537761C47BC929F032B3C8F4D55EA1111B07B : public RuntimeObject
|
|
{
|
|
RTHandleSystem_tAE496B31B56A77B4896E34576C961C3CA073998F* ___m_Owner;
|
|
RenderTexture_tBA90C4C3AD9EECCFDDCC632D97C29FAB80D60D27* ___m_RT;
|
|
Texture_t791CBB51219779964E0E8A2ED7C1AA5F92A4A700* ___m_ExternalTexture;
|
|
RenderTargetIdentifier_tA528663AC6EB3911D8E91AA40F7070FA5455442B ___m_NameID;
|
|
bool ___m_EnableMSAA;
|
|
bool ___m_EnableRandomWrite;
|
|
bool ___m_EnableHWDynamicScale;
|
|
bool ___m_RTHasOwnership;
|
|
String_t* ___m_Name;
|
|
bool ___m_UseCustomHandleScales;
|
|
RTHandleProperties_tBCB3E1EFE8B366995704C1322B9C443877580CD6 ___m_CustomHandleProperties;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___U3CscaleFactorU3Ek__BackingField;
|
|
ScaleFunc_t423F661DAD5C7A18F509C8F1F62C9D6AEA9A9791* ___scaleFunc;
|
|
bool ___U3CuseScalingU3Ek__BackingField;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___U3CreferenceSizeU3Ek__BackingField;
|
|
};
|
|
struct RenderPipelineAsset_t5F9BF815BF931E1314B184E7F9070FB649C7054E : public ScriptableObject_tB3BFDB921A1B1795B38A5417D3B97A89A140436A
|
|
{
|
|
};
|
|
struct Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
struct SilhouettePlaneCache_t6301971CCA888B3498B1FF3A15F6333D956B73A7
|
|
{
|
|
NativeParallelHashMap_2_t4D02654CEC4D45A2841FD43547AD1E2F506E72A9 ___m_SubviewIDToIndexMap;
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 ___m_SlotFreeList;
|
|
NativeList_1_tCC7DC8BFCE32C0047BC2C8A2465220C312878333 ___m_Slots;
|
|
NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34 ___m_PlaneStorage;
|
|
};
|
|
struct SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106
|
|
{
|
|
FixedList32Bytes_1_t2CB002D739D8492583C89E7DE783DC9AEAC33B00 ___m_FixedArray;
|
|
UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718 ___m_List;
|
|
bool ___m_IsEmbedded;
|
|
bool ___U3CValidU3Ek__BackingField;
|
|
int32_t ___Length;
|
|
};
|
|
struct SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106_marshaled_pinvoke
|
|
{
|
|
FixedList32Bytes_1_t2CB002D739D8492583C89E7DE783DC9AEAC33B00 ___m_FixedArray;
|
|
UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718 ___m_List;
|
|
int32_t ___m_IsEmbedded;
|
|
int32_t ___U3CValidU3Ek__BackingField;
|
|
int32_t ___Length;
|
|
};
|
|
struct SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106_marshaled_com
|
|
{
|
|
FixedList32Bytes_1_t2CB002D739D8492583C89E7DE783DC9AEAC33B00 ___m_FixedArray;
|
|
UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718 ___m_List;
|
|
int32_t ___m_IsEmbedded;
|
|
int32_t ___U3CValidU3Ek__BackingField;
|
|
int32_t ___Length;
|
|
};
|
|
struct TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388
|
|
{
|
|
ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C ___handle;
|
|
bool ___builtin;
|
|
};
|
|
struct TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_pinvoke
|
|
{
|
|
ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C ___handle;
|
|
int32_t ___builtin;
|
|
};
|
|
struct TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_com
|
|
{
|
|
ResourceHandle_tD3B1FFBD59EB9C23F0A020351836F834C4BD276C ___handle;
|
|
int32_t ___builtin;
|
|
};
|
|
struct Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1 : public Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3
|
|
{
|
|
};
|
|
struct TransformDispatchData_tDD80F62146EC1E25A25FD4C562BED0C52731E1B4
|
|
{
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___transformedID;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___parentID;
|
|
NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 ___localToWorldMatrices;
|
|
NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD ___positions;
|
|
NativeArray_1_t033CD013BF2CA1D8A5909650F2E75960C527E638 ___rotations;
|
|
NativeArray_1_t97E2BFD61E13EEF2CDE34A313415FAD03AB993FD ___scales;
|
|
};
|
|
struct TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F
|
|
{
|
|
ObjectU5BU5D_tD4BF1BEC72A31DF6611C0B8FA3112AF128FC3F8A* ___changed;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___changedID;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___destroyedID;
|
|
};
|
|
struct TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F_marshaled_pinvoke
|
|
{
|
|
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_pinvoke* ___changed;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___changedID;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___destroyedID;
|
|
};
|
|
struct TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F_marshaled_com
|
|
{
|
|
Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_marshaled_com** ___changed;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___changedID;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___destroyedID;
|
|
};
|
|
struct OnFinishedCulling_t94AEBB560F52F9A2FF21D11548FFE40CCF5417E1 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217 : public Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF
|
|
{
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* ___U3CchildrenU3Ek__BackingField;
|
|
};
|
|
struct MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5 : public Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF
|
|
{
|
|
int32_t ___style;
|
|
Func_1_t367387BB2C476D3F32DB12161B5FDC128DC3231C* ___messageCallback;
|
|
};
|
|
struct Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457 : public Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF
|
|
{
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___U3CgetterU3Ek__BackingField;
|
|
float ___refreshRate;
|
|
String_t* ___formatString;
|
|
};
|
|
struct ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B : public Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF
|
|
{
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* ___values;
|
|
int32_t ___pinnedElementIndex;
|
|
};
|
|
struct ReadOnly_tE69A412FE71F8B82F4822C181711AAA37F3BC5BC
|
|
{
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___instancesNumPrefixSum;
|
|
};
|
|
struct ClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct UpdateFunction_t1C48B7EECBE47AC123A9D9D7D9D2A9EE951C56C4 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
uint32_t ___m_NonSerializedVersion;
|
|
};
|
|
struct CompactVisibilityMasksJob_tDE1D39C552A38F0687E6280ECC355983FA6AA3A5
|
|
{
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererVisibilityMasks;
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 ___compactedVisibilityMasks;
|
|
};
|
|
struct DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF
|
|
{
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 ___key;
|
|
int32_t ___instanceCount;
|
|
int32_t ___instanceOffset;
|
|
MeshProceduralInfo_t09E735D958CD89E7BE479DDD64CEEE2B469328C8 ___procInfo;
|
|
};
|
|
struct DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF_marshaled_pinvoke
|
|
{
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshaled_pinvoke ___key;
|
|
int32_t ___instanceCount;
|
|
int32_t ___instanceOffset;
|
|
MeshProceduralInfo_t09E735D958CD89E7BE479DDD64CEEE2B469328C8 ___procInfo;
|
|
};
|
|
struct DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF_marshaled_com
|
|
{
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshaled_com ___key;
|
|
int32_t ___instanceCount;
|
|
int32_t ___instanceOffset;
|
|
MeshProceduralInfo_t09E735D958CD89E7BE479DDD64CEEE2B469328C8 ___procInfo;
|
|
};
|
|
struct DrawInstance_tBE712DD78F80BD1B66343AC3B9A55ACFE80E8AF8
|
|
{
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 ___key;
|
|
int32_t ___instanceIndex;
|
|
};
|
|
struct DrawInstance_tBE712DD78F80BD1B66343AC3B9A55ACFE80E8AF8_marshaled_pinvoke
|
|
{
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshaled_pinvoke ___key;
|
|
int32_t ___instanceIndex;
|
|
};
|
|
struct DrawInstance_tBE712DD78F80BD1B66343AC3B9A55ACFE80E8AF8_marshaled_com
|
|
{
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshaled_com ___key;
|
|
int32_t ___instanceIndex;
|
|
};
|
|
struct GPUDrivenRendererDataCallback_t4152C087393A384E442BAFE6B3AE0FAFB80C2EFF : public MulticastDelegate_t
|
|
{
|
|
};
|
|
struct GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21 : public RuntimeObject
|
|
{
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* ___m_BatchersContext;
|
|
GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* ___m_GPUDrivenProcessor;
|
|
GPUDrivenRendererDataCallback_t4152C087393A384E442BAFE6B3AE0FAFB80C2EFF* ___m_UpdateRendererInstancesAndBatchesCallback;
|
|
GPUDrivenRendererDataCallback_t4152C087393A384E442BAFE6B3AE0FAFB80C2EFF* ___m_UpdateRendererBatchesCallback;
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* ___m_InstanceCullingBatcher;
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 ___m_ProcessedThisFrameTreeBits;
|
|
};
|
|
struct IndirectBufferContextHandles_t538C1868A84206A7DF9C3F2066551BA1CCE0766D
|
|
{
|
|
BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5 ___instanceBuffer;
|
|
BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5 ___instanceInfoBuffer;
|
|
BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5 ___argsBuffer;
|
|
BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5 ___drawInfoBuffer;
|
|
};
|
|
struct InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966
|
|
{
|
|
NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5 ___m_LODParamsToCameraID;
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 ___m_CompactedVisibilityMasks;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___m_CompactedVisibilityMasksJobsHandle;
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5 ___m_IndirectStorage;
|
|
OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C ___m_OcclusionTestShader;
|
|
int32_t ___m_ResetDrawArgsKernel;
|
|
int32_t ___m_CopyInstancesKernel;
|
|
int32_t ___m_CullInstancesKernel;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* ___m_DebugStats;
|
|
InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1 ___m_SplitDebugArray;
|
|
InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB ___m_OcclusionEventDebugArray;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSampleInstanceOcclusionTest;
|
|
NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E ___m_ShaderVariables;
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___m_ConstantBuffer;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___m_CommandBuffer;
|
|
};
|
|
struct InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966_marshaled_pinvoke
|
|
{
|
|
NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5 ___m_LODParamsToCameraID;
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 ___m_CompactedVisibilityMasks;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___m_CompactedVisibilityMasksJobsHandle;
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5_marshaled_pinvoke ___m_IndirectStorage;
|
|
OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C_marshaled_pinvoke ___m_OcclusionTestShader;
|
|
int32_t ___m_ResetDrawArgsKernel;
|
|
int32_t ___m_CopyInstancesKernel;
|
|
int32_t ___m_CullInstancesKernel;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* ___m_DebugStats;
|
|
InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1 ___m_SplitDebugArray;
|
|
InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshaled_pinvoke ___m_OcclusionEventDebugArray;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSampleInstanceOcclusionTest;
|
|
NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E ___m_ShaderVariables;
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___m_ConstantBuffer;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___m_CommandBuffer;
|
|
};
|
|
struct InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966_marshaled_com
|
|
{
|
|
NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5 ___m_LODParamsToCameraID;
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 ___m_CompactedVisibilityMasks;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___m_CompactedVisibilityMasksJobsHandle;
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5_marshaled_com ___m_IndirectStorage;
|
|
OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C_marshaled_com ___m_OcclusionTestShader;
|
|
int32_t ___m_ResetDrawArgsKernel;
|
|
int32_t ___m_CopyInstancesKernel;
|
|
int32_t ___m_CullInstancesKernel;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* ___m_DebugStats;
|
|
InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1 ___m_SplitDebugArray;
|
|
InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshaled_com ___m_OcclusionEventDebugArray;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSampleInstanceOcclusionTest;
|
|
NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E ___m_ShaderVariables;
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___m_ConstantBuffer;
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___m_CommandBuffer;
|
|
};
|
|
struct MeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE : public Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF
|
|
{
|
|
};
|
|
struct MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71 : public Behaviour_t01970CFBBA658497AE30F311C447DB0440BAB7FA
|
|
{
|
|
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ___m_CancellationTokenSource;
|
|
};
|
|
struct ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69 : public RuntimeObject
|
|
{
|
|
intptr_t ___m_Ptr;
|
|
int32_t ___m_DispatchAllocator;
|
|
TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F ___m_TypeDispatchData;
|
|
TransformDispatchData_tDD80F62146EC1E25A25FD4C562BED0C52731E1B4 ___m_TransformDispatchData;
|
|
ComponentU5BU5D_t40ECDBC5CC15EA282AF49771C20EBFDADC532D0E* ___m_TransformedComponents;
|
|
Action_1_t42A8343A925FA227C9A30B3153BD9DFF00864DC0* ___m_TypeDataCallback;
|
|
Action_1_t66F20A50678273BCDE80B6C298A6521516E5D843* ___m_TransformDataCallback;
|
|
Action_1_t64127E4DD3E938737FD4F04E605CFE2A03708201* ___m_TransformComponentCallback;
|
|
};
|
|
struct OccluderHandles_t7CF26B9286ACCE9EE0EE410DCAB404459C30B6A3
|
|
{
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___occluderDepthPyramid;
|
|
BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5 ___occlusionDebugOverlay;
|
|
};
|
|
struct OccluderHandles_t7CF26B9286ACCE9EE0EE410DCAB404459C30B6A3_marshaled_pinvoke
|
|
{
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_pinvoke ___occluderDepthPyramid;
|
|
BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5 ___occlusionDebugOverlay;
|
|
};
|
|
struct OccluderHandles_t7CF26B9286ACCE9EE0EE410DCAB404459C30B6A3_marshaled_com
|
|
{
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_com ___occluderDepthPyramid;
|
|
BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5 ___occlusionDebugOverlay;
|
|
};
|
|
struct OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123
|
|
{
|
|
int32_t ___viewInstanceID;
|
|
int32_t ___subviewCount;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___depthTexture;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___depthSize;
|
|
bool ___depthIsArray;
|
|
};
|
|
struct OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123_marshaled_pinvoke
|
|
{
|
|
int32_t ___viewInstanceID;
|
|
int32_t ___subviewCount;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_pinvoke ___depthTexture;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___depthSize;
|
|
int32_t ___depthIsArray;
|
|
};
|
|
struct OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123_marshaled_com
|
|
{
|
|
int32_t ___viewInstanceID;
|
|
int32_t ___subviewCount;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_com ___depthTexture;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___depthSize;
|
|
int32_t ___depthIsArray;
|
|
};
|
|
struct OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD : public RuntimeObject
|
|
{
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_DebugOcclusionTestMaterial;
|
|
Material_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3* ___m_OccluderDebugViewMaterial;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___m_OcclusionDebugCS;
|
|
int32_t ___m_ClearOcclusionDebugKernel;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___m_OccluderDepthPyramidCS;
|
|
int32_t ___m_OccluderDepthDownscaleKernel;
|
|
int32_t ___m_FrameIndex;
|
|
SilhouettePlaneCache_t6301971CCA888B3498B1FF3A15F6333D956B73A7 ___m_SilhouettePlaneCache;
|
|
NativeParallelHashMap_2_t4D02654CEC4D45A2841FD43547AD1E2F506E72A9 ___m_ViewIDToIndexMap;
|
|
List_1_t20E23C247C8D2B47F4C6EC3E2F4AA7C79D74F278* ___m_OccluderContextData;
|
|
NativeList_1_tCF3E394EA54717ED0C569129893AB4AE755DF09C ___m_OccluderContextSlots;
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 ___m_FreeOccluderContexts;
|
|
NativeArray_1_tA65DF3C93200CA9EE1285F1D2DDD8FB5657EAAF8 ___m_CommonShaderVariables;
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___m_CommonConstantBuffer;
|
|
NativeArray_1_t1DE29B20DF59D7CF0F8F69260363FB6E9CD19554 ___m_DebugShaderVariables;
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___m_DebugConstantBuffer;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSamplerUpdateOccluders;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSamplerOcclusionTestOverlay;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___m_ProfilingSamplerOccluderOverlay;
|
|
};
|
|
struct ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31
|
|
{
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B ___instanceIndices;
|
|
ReadOnly_t1CAEC312F8157A59A9201E3E3B1A27C44FB47310 ___instances;
|
|
ReadOnly_t314120526818447F30E1FA91A14D79167A6365D4 ___sharedInstances;
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 ___localToWorldIsFlippedBits;
|
|
ReadOnly_tEDE38A52FAB74BA6088AF99AAFC32C7649A289AA ___worldAABBs;
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B ___tetrahedronCacheIndices;
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 ___movedInCurrentFrameBits;
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 ___movedInPreviousFrameBits;
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 ___visibleInPreviousFrameBits;
|
|
ReadOnly_t02392D65620EC811463D7106E5BA6DE3C63F2F74 ___editorData;
|
|
ReadOnly_t1B16B4A15E0EC836CDFA3CF0AB06D92C3320EE7F ___meshLodData;
|
|
};
|
|
struct BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD : public Field_1_t32151A22D4B1B5C1DFFDDACD9F3C78D19596507A
|
|
{
|
|
};
|
|
struct FloatField_t1B59A5C6B3DE8E8B696383C91240F265B89B753B : public Field_1_t644B86FEF42048CB531CD13D6477869470E12AD8
|
|
{
|
|
Func_1_t11C3830580201E0A3A3A2C76523B7905EF40BCF7* ___min;
|
|
Func_1_t11C3830580201E0A3A3A2C76523B7905EF40BCF7* ___max;
|
|
float ___incStep;
|
|
float ___incStepMult;
|
|
int32_t ___decimals;
|
|
};
|
|
struct Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6 : public Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217
|
|
{
|
|
bool ___U3CopenedU3Ek__BackingField;
|
|
bool ___isHeader;
|
|
List_1_t92717732BF98956375510DF49F6E823610AF4FA0* ___contextMenuItems;
|
|
String_t* ___U3CdocumentationUrlU3Ek__BackingField;
|
|
bool ___m_Dirty;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_ColumnLabels;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_ColumnTooltips;
|
|
List_1_tF76E8E8ECBEBD1D51B2AA324DF1BE32A56B93734* ___m_RowContents;
|
|
};
|
|
struct IntField_t44A28D09F4CD0658E53FCED78D08513508256A9A : public Field_1_t7F813BE8CAF3F3F635B34474DDD7B797C5B6CD2A
|
|
{
|
|
Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* ___min;
|
|
Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* ___max;
|
|
int32_t ___incStep;
|
|
int32_t ___intStepMult;
|
|
};
|
|
struct Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590 : public Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217
|
|
{
|
|
bool ___isReadOnly;
|
|
BooleanU5BU5D_tD317D27C31DB892BE79FAE3AEBC0B3FFB73DE9B4* ___m_Header;
|
|
};
|
|
struct AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7 ___binningConfig;
|
|
NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30 ___drawBatches;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___drawInstanceIndices;
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31 ___instanceData;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererVisibilityMasks;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererMeshLodSettings;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___batchBinAllocOffsets;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___batchBinCounts;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___binAllocCounter;
|
|
NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8 ___binConfigIndices;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___binVisibleInstanceCounts;
|
|
int32_t ___debugCounterIndexBase;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___splitDebugCounters;
|
|
};
|
|
struct AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904_marshaled_pinvoke
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshaled_pinvoke ___binningConfig;
|
|
NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30 ___drawBatches;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___drawInstanceIndices;
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31 ___instanceData;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererVisibilityMasks;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererMeshLodSettings;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___batchBinAllocOffsets;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___batchBinCounts;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___binAllocCounter;
|
|
NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8 ___binConfigIndices;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___binVisibleInstanceCounts;
|
|
int32_t ___debugCounterIndexBase;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___splitDebugCounters;
|
|
};
|
|
struct AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904_marshaled_com
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshaled_com ___binningConfig;
|
|
NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30 ___drawBatches;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___drawInstanceIndices;
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31 ___instanceData;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererVisibilityMasks;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererMeshLodSettings;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___batchBinAllocOffsets;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___batchBinCounts;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___binAllocCounter;
|
|
NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8 ___binConfigIndices;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___binVisibleInstanceCounts;
|
|
int32_t ___debugCounterIndexBase;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___splitDebugCounters;
|
|
};
|
|
struct CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7 ___binningConfig;
|
|
int32_t ___viewType;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___cameraPosition;
|
|
float ___sqrMeshLodSelectionConstant;
|
|
float ___sqrScreenRelativeMetric;
|
|
float ___minScreenRelativeHeight;
|
|
bool ___isOrtho;
|
|
bool ___cullLightmappedShadowCasters;
|
|
int32_t ___maxLOD;
|
|
uint32_t ___cullingLayerMask;
|
|
uint64_t ___sceneCullingMask;
|
|
bool ___animateCrossFades;
|
|
NativeArray_1_t12018DEC83E53274D542435F55D8BED16BD4E78E ___frustumPlanePackets;
|
|
NativeArray_1_t68166A4F733ADFE89591B8BCE0284E5970D2816A ___frustumSplitInfos;
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 ___lightFacingFrustumPlanes;
|
|
NativeArray_1_t933EB4C2ED1CCB3C68D5E2EC18C770C2893C8443 ___receiverSplitInfos;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 ___worldToLightSpaceRotation;
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31 ___instanceData;
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E ___sharedInstanceData;
|
|
NativeList_1_t53EAF24037BDCAF4EBF0C2060BFD6694AFAC35AD ___lodGroupCullingData;
|
|
intptr_t ___occlusionBuffer;
|
|
PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E ___cameraInstanceData;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererVisibilityMasks;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererMeshLodSettings;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererCrossFadeValues;
|
|
};
|
|
struct CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681_marshaled_pinvoke
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshaled_pinvoke ___binningConfig;
|
|
int32_t ___viewType;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___cameraPosition;
|
|
float ___sqrMeshLodSelectionConstant;
|
|
float ___sqrScreenRelativeMetric;
|
|
float ___minScreenRelativeHeight;
|
|
int32_t ___isOrtho;
|
|
int32_t ___cullLightmappedShadowCasters;
|
|
int32_t ___maxLOD;
|
|
uint32_t ___cullingLayerMask;
|
|
uint64_t ___sceneCullingMask;
|
|
int32_t ___animateCrossFades;
|
|
NativeArray_1_t12018DEC83E53274D542435F55D8BED16BD4E78E ___frustumPlanePackets;
|
|
NativeArray_1_t68166A4F733ADFE89591B8BCE0284E5970D2816A ___frustumSplitInfos;
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 ___lightFacingFrustumPlanes;
|
|
NativeArray_1_t933EB4C2ED1CCB3C68D5E2EC18C770C2893C8443 ___receiverSplitInfos;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 ___worldToLightSpaceRotation;
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31 ___instanceData;
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E ___sharedInstanceData;
|
|
NativeList_1_t53EAF24037BDCAF4EBF0C2060BFD6694AFAC35AD ___lodGroupCullingData;
|
|
intptr_t ___occlusionBuffer;
|
|
PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E ___cameraInstanceData;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererVisibilityMasks;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererMeshLodSettings;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererCrossFadeValues;
|
|
};
|
|
struct CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681_marshaled_com
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshaled_com ___binningConfig;
|
|
int32_t ___viewType;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___cameraPosition;
|
|
float ___sqrMeshLodSelectionConstant;
|
|
float ___sqrScreenRelativeMetric;
|
|
float ___minScreenRelativeHeight;
|
|
int32_t ___isOrtho;
|
|
int32_t ___cullLightmappedShadowCasters;
|
|
int32_t ___maxLOD;
|
|
uint32_t ___cullingLayerMask;
|
|
uint64_t ___sceneCullingMask;
|
|
int32_t ___animateCrossFades;
|
|
NativeArray_1_t12018DEC83E53274D542435F55D8BED16BD4E78E ___frustumPlanePackets;
|
|
NativeArray_1_t68166A4F733ADFE89591B8BCE0284E5970D2816A ___frustumSplitInfos;
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 ___lightFacingFrustumPlanes;
|
|
NativeArray_1_t933EB4C2ED1CCB3C68D5E2EC18C770C2893C8443 ___receiverSplitInfos;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 ___worldToLightSpaceRotation;
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31 ___instanceData;
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E ___sharedInstanceData;
|
|
NativeList_1_t53EAF24037BDCAF4EBF0C2060BFD6694AFAC35AD ___lodGroupCullingData;
|
|
intptr_t ___occlusionBuffer;
|
|
PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E ___cameraInstanceData;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererVisibilityMasks;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererMeshLodSettings;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererCrossFadeValues;
|
|
};
|
|
struct DisallowGPUDrivenRendering_tF47794ABF9C89D55326226AC8C75471D3C736555 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
bool ___m_AppliedRecursively;
|
|
bool ___m_applyToChildrenRecursively;
|
|
};
|
|
struct DisallowSmallMeshCulling_tA1F3C9FD2CB77E0D445108FD463412346117DB67 : public MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71
|
|
{
|
|
bool ___m_AppliedRecursively;
|
|
bool ___m_applyToChildrenRecursively;
|
|
};
|
|
struct DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7 ___binningConfig;
|
|
NativeParallelHashMap_2_tDA93C536A95E913A4A38B4387FB9E0AC0634B184 ___batchIDs;
|
|
ReadOnly_tE69A412FE71F8B82F4822C181711AAA37F3BC5BC ___instanceDataBuffer;
|
|
NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30 ___drawBatches;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___drawInstanceIndices;
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31 ___instanceData;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererVisibilityMasks;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererMeshLodSettings;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererCrossFadeValues;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___batchBinAllocOffsets;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___batchBinCounts;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___batchDrawCommandOffsets;
|
|
NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8 ___binConfigIndices;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___binVisibleInstanceOffsets;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___binVisibleInstanceCounts;
|
|
NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A ___cullingOutput;
|
|
IndirectBufferLimits_t6035702207C41A67B85B52BF1019C16EA7CE0076 ___indirectBufferLimits;
|
|
GraphicsBufferHandle_t796AECB7D0D9A7DE09882D9EAC25123F6DFA28B5 ___visibleInstancesBufferHandle;
|
|
GraphicsBufferHandle_t796AECB7D0D9A7DE09882D9EAC25123F6DFA28B5 ___indirectArgsBufferHandle;
|
|
NativeArray_1_t010CFDCC413C944832DC3E8129AE25C0D1FD6876 ___indirectBufferAllocInfo;
|
|
NativeArray_1_t53D1F8A0601B0A0A14155D124CA9BE481C9F9507 ___indirectDrawInfoGlobalArray;
|
|
NativeArray_1_tB8F0DDF2408274818FBB9DB19DE6BF57FCE751A2 ___indirectInstanceInfoGlobalArray;
|
|
};
|
|
struct DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215_marshaled_pinvoke
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshaled_pinvoke ___binningConfig;
|
|
NativeParallelHashMap_2_tDA93C536A95E913A4A38B4387FB9E0AC0634B184 ___batchIDs;
|
|
ReadOnly_tE69A412FE71F8B82F4822C181711AAA37F3BC5BC ___instanceDataBuffer;
|
|
NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30 ___drawBatches;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___drawInstanceIndices;
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31 ___instanceData;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererVisibilityMasks;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererMeshLodSettings;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererCrossFadeValues;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___batchBinAllocOffsets;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___batchBinCounts;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___batchDrawCommandOffsets;
|
|
NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8 ___binConfigIndices;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___binVisibleInstanceOffsets;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___binVisibleInstanceCounts;
|
|
NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A ___cullingOutput;
|
|
IndirectBufferLimits_t6035702207C41A67B85B52BF1019C16EA7CE0076 ___indirectBufferLimits;
|
|
GraphicsBufferHandle_t796AECB7D0D9A7DE09882D9EAC25123F6DFA28B5 ___visibleInstancesBufferHandle;
|
|
GraphicsBufferHandle_t796AECB7D0D9A7DE09882D9EAC25123F6DFA28B5 ___indirectArgsBufferHandle;
|
|
NativeArray_1_t010CFDCC413C944832DC3E8129AE25C0D1FD6876 ___indirectBufferAllocInfo;
|
|
NativeArray_1_t53D1F8A0601B0A0A14155D124CA9BE481C9F9507 ___indirectDrawInfoGlobalArray;
|
|
NativeArray_1_tB8F0DDF2408274818FBB9DB19DE6BF57FCE751A2 ___indirectInstanceInfoGlobalArray;
|
|
};
|
|
struct DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215_marshaled_com
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshaled_com ___binningConfig;
|
|
NativeParallelHashMap_2_tDA93C536A95E913A4A38B4387FB9E0AC0634B184 ___batchIDs;
|
|
ReadOnly_tE69A412FE71F8B82F4822C181711AAA37F3BC5BC ___instanceDataBuffer;
|
|
NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30 ___drawBatches;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___drawInstanceIndices;
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31 ___instanceData;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererVisibilityMasks;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererMeshLodSettings;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___rendererCrossFadeValues;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___batchBinAllocOffsets;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___batchBinCounts;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___batchDrawCommandOffsets;
|
|
NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8 ___binConfigIndices;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___binVisibleInstanceOffsets;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___binVisibleInstanceCounts;
|
|
NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A ___cullingOutput;
|
|
IndirectBufferLimits_t6035702207C41A67B85B52BF1019C16EA7CE0076 ___indirectBufferLimits;
|
|
GraphicsBufferHandle_t796AECB7D0D9A7DE09882D9EAC25123F6DFA28B5 ___visibleInstancesBufferHandle;
|
|
GraphicsBufferHandle_t796AECB7D0D9A7DE09882D9EAC25123F6DFA28B5 ___indirectArgsBufferHandle;
|
|
NativeArray_1_t010CFDCC413C944832DC3E8129AE25C0D1FD6876 ___indirectBufferAllocInfo;
|
|
NativeArray_1_t53D1F8A0601B0A0A14155D124CA9BE481C9F9507 ___indirectDrawInfoGlobalArray;
|
|
NativeArray_1_tB8F0DDF2408274818FBB9DB19DE6BF57FCE751A2 ___indirectInstanceInfoGlobalArray;
|
|
};
|
|
struct InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16 : public RuntimeObject
|
|
{
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* ___m_BatchersContext;
|
|
CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* ___m_DrawInstanceData;
|
|
BatchRendererGroup_t452089ECEC9BF01E82CD6AE044B6D75B8CD12D10* ___m_BRG;
|
|
NativeParallelHashMap_2_tDA93C536A95E913A4A38B4387FB9E0AC0634B184 ___m_GlobalBatchIDs;
|
|
InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966 ___m_Culler;
|
|
NativeParallelHashMap_2_tC02F6A3A939816974341E9FB7EA769755D46204C ___m_BatchMaterialHash;
|
|
NativeParallelHashMap_2_tE5393C7FA31C99A84F6C65F5C7F207CAD827B4C5 ___m_PackedMaterialHash;
|
|
NativeParallelHashMap_2_t2EB8E091638D1A733B25C6647D85DA87FC51359F ___m_BatchMeshHash;
|
|
int32_t ___m_CachedInstanceDataBufferLayoutVersion;
|
|
OnCullingCompleteCallback_tF06F0204B04072C0D12E8FD9B2731D24CF3F875C* ___m_OnCompleteCallback;
|
|
};
|
|
struct InstanceOcclusionTestPassData_t391687B1746158B5F049BB945503DC49F32CD62C : public RuntimeObject
|
|
{
|
|
OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842 ___settings;
|
|
InstanceOcclusionTestSubviewSettings_t82AEE150A78ECA4E3B73D453D7E5352087666541 ___subviewSettings;
|
|
OccluderHandles_t7CF26B9286ACCE9EE0EE410DCAB404459C30B6A3 ___occluderHandles;
|
|
IndirectBufferContextHandles_t538C1868A84206A7DF9C3F2066551BA1CCE0766D ___bufferHandles;
|
|
};
|
|
struct Row_t4263ADC980EB84EB443A525B26307F51EF796D4B : public Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6
|
|
{
|
|
};
|
|
struct List_1_tD2FA3273746E404D72561E8324608D18B52B533E_StaticFields
|
|
{
|
|
CameraU5BU5D_t1506EBA524A07AD1066D6DD4D7DFC6721F1AC26B* ___s_emptyArray;
|
|
};
|
|
struct List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52_StaticFields
|
|
{
|
|
PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* ___s_emptyArray;
|
|
};
|
|
struct ComputeGraphContext_t4C18687C77814418D826A1B68C0D02781A9DFC7F_StaticFields
|
|
{
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* ___computecmd;
|
|
};
|
|
struct String_t_StaticFields
|
|
{
|
|
String_t* ___Empty;
|
|
};
|
|
struct Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields
|
|
{
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 ___displayBatcherStats;
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 ___occlusionTestOverlayEnable;
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 ___occlusionTestOverlayCountVisible;
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 ___overrideOcclusionTestToAlwaysPass;
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 ___occluderContextStats;
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 ___occluderDebugViewEnable;
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 ___occluderDebugViewIndex;
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 ___occluderDebugViewRangeMin;
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 ___occluderDebugViewRangeMax;
|
|
};
|
|
struct Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_StaticFields
|
|
{
|
|
String_t* ___drawerModeDisabled;
|
|
String_t* ___allowInEditModeDisabled;
|
|
String_t* ___notGPUResidentRenderPipeline;
|
|
String_t* ___rawBufferNotSupportedByPlatform;
|
|
String_t* ___kernelNotPresent;
|
|
String_t* ___batchRendererGroupShaderStrippingModeInvalid;
|
|
};
|
|
struct ClassifyMaterials_000000EAU24BurstDirectCall_tA9D92518F9B5F69672D804C856458E87D7B4C7FB_StaticFields
|
|
{
|
|
intptr_t ___Pointer;
|
|
};
|
|
struct FindUnsupportedRenderers_000000EBU24BurstDirectCall_tFB98218016190A9044544FDD63B31B7EB7835B40_StaticFields
|
|
{
|
|
intptr_t ___Pointer;
|
|
};
|
|
struct GetMaterialsWithChangedPackedMaterial_000000ECU24BurstDirectCall_t32455FC570ED2D5D145F0EDECD67C3DD07820D22_StaticFields
|
|
{
|
|
intptr_t ___Pointer;
|
|
};
|
|
struct U3CU3Ec_t246178D53C8ADB823D0C73693CF99C3DF2D3EFA2_StaticFields
|
|
{
|
|
U3CU3Ec_t246178D53C8ADB823D0C73693CF99C3DF2D3EFA2* ___U3CU3E9;
|
|
BaseRenderFunc_2_t515113D57462E1E5E14F7EC1F8A22D536C489655* ___U3CU3E9__28_0;
|
|
};
|
|
struct ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_StaticFields
|
|
{
|
|
int32_t ___InstanceOcclusionCullerShaderVariables;
|
|
int32_t ____DrawInfo;
|
|
int32_t ____InstanceInfo;
|
|
int32_t ____DrawArgs;
|
|
int32_t ____InstanceIndices;
|
|
int32_t ____InstanceDataBuffer;
|
|
int32_t ____OccluderDepthPyramid;
|
|
int32_t ____OcclusionDebugCounters;
|
|
};
|
|
struct U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields
|
|
{
|
|
U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* ___U3CU3E9;
|
|
Func_1_t367387BB2C476D3F32DB12161B5FDC128DC3231C* ___U3CU3E9__2_0;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___U3CU3E9__2_1;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___U3CU3E9__2_2;
|
|
Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* ___U3CU3E9__2_16;
|
|
Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* ___U3CU3E9__2_17;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___U3CU3E9__2_26;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___U3CU3E9__3_1;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___U3CU3E9__3_2;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___U3CU3E9__3_3;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___U3CU3E9__3_4;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___U3CU3E9__3_5;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___U3CU3E9__3_6;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___U3CU3E9__3_7;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___U3CU3E9__4_1;
|
|
};
|
|
struct BatchID_t884E3C204D1F4C18FFD2361FC14A1E64CFBD8770_StaticFields
|
|
{
|
|
BatchID_t884E3C204D1F4C18FFD2361FC14A1E64CFBD8770 ___Null;
|
|
};
|
|
struct BatchMaterialID_tF9E95833BB1C35A6D14D47CF4EC8A6EB7D15D65C_StaticFields
|
|
{
|
|
BatchMaterialID_tF9E95833BB1C35A6D14D47CF4EC8A6EB7D15D65C ___Null;
|
|
};
|
|
struct BatchMeshID_t34167B7C1D0503C43A01A7BD213DFC367525D2A0_StaticFields
|
|
{
|
|
BatchMeshID_t34167B7C1D0503C43A01A7BD213DFC367525D2A0 ___Null;
|
|
};
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
|
|
{
|
|
String_t* ___TrueString;
|
|
String_t* ___FalseString;
|
|
};
|
|
struct GPUInstanceIndex_t1B73FC29B273B0470A8E186E3C2F19CA6D8FBA78_StaticFields
|
|
{
|
|
GPUInstanceIndex_t1B73FC29B273B0470A8E186E3C2F19CA6D8FBA78 ___Invalid;
|
|
};
|
|
struct InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B_StaticFields
|
|
{
|
|
InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B ___Invalid;
|
|
};
|
|
struct IntPtr_t_StaticFields
|
|
{
|
|
intptr_t ___Zero;
|
|
};
|
|
struct Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6_StaticFields
|
|
{
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___zeroMatrix;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___identityMatrix;
|
|
};
|
|
struct Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7_StaticFields
|
|
{
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___zeroVector;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___oneVector;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___upVector;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___downVector;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___leftVector;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___rightVector;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___positiveInfinityVector;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___negativeInfinityVector;
|
|
};
|
|
struct Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_StaticFields
|
|
{
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Zero;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_One;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Up;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Down;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Left;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A ___s_Right;
|
|
};
|
|
struct Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2_StaticFields
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___zeroVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___oneVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___upVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___downVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___leftVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___rightVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___forwardVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___backVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___positiveInfinityVector;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___negativeInfinityVector;
|
|
};
|
|
struct Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_StaticFields
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___zeroVector;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___oneVector;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___positiveInfinityVector;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___negativeInfinityVector;
|
|
};
|
|
struct float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA_StaticFields
|
|
{
|
|
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___zero;
|
|
};
|
|
struct float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E_StaticFields
|
|
{
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___zero;
|
|
};
|
|
struct float4_t89D9A294E7A79BD81BFBDD18654508532958555E_StaticFields
|
|
{
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___zero;
|
|
};
|
|
struct uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B_StaticFields
|
|
{
|
|
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___zero;
|
|
};
|
|
struct uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9_StaticFields
|
|
{
|
|
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___zero;
|
|
};
|
|
struct CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7_StaticFields
|
|
{
|
|
bool ___ThrowOnSetRenderTarget;
|
|
};
|
|
struct GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08_StaticFields
|
|
{
|
|
GPUDrivenRendererDataNativeCallback_t74A4C778AB0444EA3F0CB9D4A0BAB569DECB1F1A* ___s_NativeRendererCallback;
|
|
GPUDrivenLODGroupDataNativeCallback_t3C7AFECDD582B8AAA0205A4075B00C42ED1AE75A* ___s_NativeLODGroupCallback;
|
|
};
|
|
struct Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_StaticFields
|
|
{
|
|
int32_t ___OffsetOfInstanceIDInCPlusPlusObject;
|
|
};
|
|
struct RenderersParameters_t5FE65DC16251F4C1775A6CDA267011B9794A3B2B_StaticFields
|
|
{
|
|
int32_t ___s_uintSize;
|
|
};
|
|
struct ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_StaticFields
|
|
{
|
|
ShaderTagId_t453E2085B5EE9448FF75E550CAB111EFF690ECB0 ___kRenderTypeTag;
|
|
};
|
|
struct float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79_StaticFields
|
|
{
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 ___identity;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 ___zero;
|
|
};
|
|
struct float4x4_t7EDD16F7F57DC7F61A6302535F7C19FB97915DF2_StaticFields
|
|
{
|
|
float4x4_t7EDD16F7F57DC7F61A6302535F7C19FB97915DF2 ___identity;
|
|
float4x4_t7EDD16F7F57DC7F61A6302535F7C19FB97915DF2 ___zero;
|
|
};
|
|
struct RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E_StaticFields
|
|
{
|
|
int32_t ___kMaxMRTCount;
|
|
List_1_tB5216E2043E168F4E0A122E4594A52A4BA2394F2* ___s_RegisteredGraphs;
|
|
bool ___U3CisRenderGraphViewerActiveU3Ek__BackingField;
|
|
bool ___U3CenableValidityChecksU3Ek__BackingField;
|
|
OnGraphRegisteredDelegate_t7DEB75DB071EA0F49C47E2617D72D40EF3A8188C* ___onGraphRegistered;
|
|
OnGraphRegisteredDelegate_t7DEB75DB071EA0F49C47E2617D72D40EF3A8188C* ___onGraphUnregistered;
|
|
OnExecutionRegisteredDelegate_tCCD234646691F298602408925867AE91256D2226* ___onExecutionRegistered;
|
|
OnExecutionRegisteredDelegate_tCCD234646691F298602408925867AE91256D2226* ___onExecutionUnregistered;
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___onDebugDataCaptured;
|
|
};
|
|
struct Type_t_StaticFields
|
|
{
|
|
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder;
|
|
Il2CppChar ___Delimiter;
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes;
|
|
RuntimeObject* ___Missing;
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute;
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName;
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase;
|
|
};
|
|
struct BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5_StaticFields
|
|
{
|
|
BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5 ___s_NullHandle;
|
|
};
|
|
struct GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields
|
|
{
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* ___s_Instance;
|
|
bool ___U3CMaintainContextU3Ek__BackingField;
|
|
bool ___U3CForceOcclusionU3Ek__BackingField;
|
|
};
|
|
struct TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_StaticFields
|
|
{
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___s_NullHandle;
|
|
};
|
|
struct Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_StaticFields
|
|
{
|
|
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreCull;
|
|
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPreRender;
|
|
CameraCallback_t844E527BFE37BC0495E7F67993E43C07642DA9DD* ___onPostRender;
|
|
};
|
|
struct ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69_StaticFields
|
|
{
|
|
Action_6_t51807BC92A7C39F1B9981D2B9661C16BA7DDA854* ___s_TypeDispatch;
|
|
Action_8_tB8FB2317194ED06F8C20B32C70ABA34BC783A881* ___s_TransformDispatch;
|
|
};
|
|
struct OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD_StaticFields
|
|
{
|
|
int32_t ___s_MaxContextGCFrame;
|
|
};
|
|
struct Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590_StaticFields
|
|
{
|
|
GUIStyle_t20BA2F9F3FE9D13AAA607EEEBE5547835A6F6580* ___columnHeaderStyle;
|
|
};
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) uint8_t m_Items[1];
|
|
|
|
inline uint8_t GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline uint8_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, uint8_t value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
struct ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* m_Items[1];
|
|
|
|
inline Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457** 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, Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
struct ParamInfoU5BU5D_t04997454CB57D422798CB09352BA40CEF46EC967 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C m_Items[1];
|
|
|
|
inline ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C* 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, ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
}
|
|
inline ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C value)
|
|
{
|
|
m_Items[index] = value;
|
|
}
|
|
};
|
|
struct PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F m_Items[1];
|
|
|
|
inline PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F* 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, PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___type), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___subSystemList), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___updateDelegate), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___type), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___subSystemList), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___updateDelegate), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
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);
|
|
}
|
|
};
|
|
|
|
IL2CPP_EXTERN_C void TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshal_pinvoke(const TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388& unmarshaled, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshal_pinvoke_back(const TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_pinvoke& marshaled, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388& unmarshaled);
|
|
IL2CPP_EXTERN_C void TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshal_pinvoke_cleanup(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshal_com(const TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388& unmarshaled, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshal_com_back(const TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_com& marshaled, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388& unmarshaled);
|
|
IL2CPP_EXTERN_C void TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshal_com_cleanup(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshal_pinvoke(const RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C& unmarshaled, RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshal_pinvoke_back(const RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshaled_pinvoke& marshaled, RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C& unmarshaled);
|
|
IL2CPP_EXTERN_C void RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshal_pinvoke_cleanup(RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshal_com(const RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C& unmarshaled, RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshal_com_back(const RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshaled_com& marshaled, RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C& unmarshaled);
|
|
IL2CPP_EXTERN_C void RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshal_com_cleanup(RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshal_pinvoke(const DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94& unmarshaled, DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshal_pinvoke_back(const DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshaled_pinvoke& marshaled, DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94& unmarshaled);
|
|
IL2CPP_EXTERN_C void DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshal_pinvoke_cleanup(DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshal_com(const DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94& unmarshaled, DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshal_com_back(const DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshaled_com& marshaled, DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94& unmarshaled);
|
|
IL2CPP_EXTERN_C void DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshal_com_cleanup(DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_pinvoke(const BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7& unmarshaled, BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_pinvoke_back(const BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshaled_pinvoke& marshaled, BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7& unmarshaled);
|
|
IL2CPP_EXTERN_C void BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_pinvoke_cleanup(BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_com(const BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7& unmarshaled, BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_com_back(const BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshaled_com& marshaled, BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7& unmarshaled);
|
|
IL2CPP_EXTERN_C void BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_com_cleanup(BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5_marshal_pinvoke(const IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5& unmarshaled, IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5_marshal_pinvoke_back(const IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5_marshaled_pinvoke& marshaled, IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5& unmarshaled);
|
|
IL2CPP_EXTERN_C void IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5_marshal_pinvoke_cleanup(IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C_marshal_pinvoke(const OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C& unmarshaled, OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C_marshal_pinvoke_back(const OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C_marshaled_pinvoke& marshaled, OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C& unmarshaled);
|
|
IL2CPP_EXTERN_C void OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C_marshal_pinvoke_cleanup(OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshal_pinvoke(const InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB& unmarshaled, InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshal_pinvoke_back(const InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshaled_pinvoke& marshaled, InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB& unmarshaled);
|
|
IL2CPP_EXTERN_C void InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshal_pinvoke_cleanup(InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshaled_pinvoke& marshaled);
|
|
IL2CPP_EXTERN_C void IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5_marshal_com(const IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5& unmarshaled, IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5_marshal_com_back(const IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5_marshaled_com& marshaled, IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5& unmarshaled);
|
|
IL2CPP_EXTERN_C void IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5_marshal_com_cleanup(IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C_marshal_com(const OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C& unmarshaled, OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C_marshal_com_back(const OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C_marshaled_com& marshaled, OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C& unmarshaled);
|
|
IL2CPP_EXTERN_C void OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C_marshal_com_cleanup(OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshal_com(const InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB& unmarshaled, InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshaled_com& marshaled);
|
|
IL2CPP_EXTERN_C void InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshal_com_back(const InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshaled_com& marshaled, InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB& unmarshaled);
|
|
IL2CPP_EXTERN_C void InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshal_com_cleanup(InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshaled_com& marshaled);
|
|
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeList_1_get_Length_mB4FC1C8F5BCFBB96FD906F27FF41FC878DB721AC_gshared_inline (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93 NativeList_1_get_Item_m5B47CB99AD82EBCA7BE686B7164EFEA3DD649470_gshared_inline (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeList_1_get_Length_m162ED70EE832FC01BABBD659406195BC6DB50D4A_gshared_inline (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 NativeList_1_get_Item_m775ADBCE0DBDDA68B138888009F9F9633E111CDE_gshared_inline (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeList_1_get_Length_m0741213990CDC270EA01956306826DB5D87C5F6A_gshared_inline (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD NativeList_1_get_Item_m6B6298009A29FAA2779571AAA30AFFC46A518CC1_gshared_inline (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22_gshared (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8_gshared (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObservableList_1_Add_mAC0B855838349364FD856F3E112E0C2529C4FCF7_gshared (ObservableList_1_tE27AD108B4CB5CCFF6DDF2DFB5953AB0C97F731C* __this, RuntimeObject* ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_m5B4B712DB5F08EBF4518A1973C9F11C15A4BEAE9_gshared (MemberInfo_t* ___0_element, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Field_1_set_getter_mF8E6E0323EBD752BE2D6D13285B5993CA830E50D_gshared_inline (Field_1_t32151A22D4B1B5C1DFFDDACD9F3C78D19596507A* __this, Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501_gshared (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Field_1_set_setter_mA45A1B2C3D2FCE0FBD04F05304D354B375823B69_gshared_inline (Field_1_t32151A22D4B1B5C1DFFDDACD9F3C78D19596507A* __this, Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_m475512287B9508E6D4721B3022635FED517234D1_gshared (Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Field_1_set_getter_m0D6269CE6AB37DC17FD68ED4DF23AAA7F5A111EE_gshared_inline (Field_1_t7F813BE8CAF3F3F635B34474DDD7B797C5B6CD2A* __this, Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m1BA854F3F4319EA4A4294DDFDA21C395B8D0FF87_gshared (Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Field_1_set_setter_mEE3F70B069BC0ED608C28AB90F4AE5BD443E5D8F_gshared_inline (Field_1_t7F813BE8CAF3F3F635B34474DDD7B797C5B6CD2A* __this, Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_m94E0C712F86101E026834DA318C3FFF46DE49C71_gshared (Func_1_t11C3830580201E0A3A3A2C76523B7905EF40BCF7* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Field_1_set_getter_m30D3C5756F57A4722D34CD27E76B82E5E2EE9E26_gshared_inline (Field_1_t644B86FEF42048CB531CD13D6477869470E12AD8* __this, Func_1_t11C3830580201E0A3A3A2C76523B7905EF40BCF7* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_m770CD2F8BB65F2EDA5128CA2F96D71C35B23E859_gshared (Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Field_1_set_setter_m90E7EFD04883265D67E9F22A5F40E7DF693FB534_gshared_inline (Field_1_t644B86FEF42048CB531CD13D6477869470E12AD8* __this, Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 NativeList_1_AsArray_mD1E540EB5C863F0EDCA8396DE9541D9E5EC2A180_gshared (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 NativeArray_1_GetSubArray_m2B4EA9FF70CC0BFCB8DCD9630E730DDA436A1F8C_gshared (NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49* __this, int32_t ___0_start, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeList_1_get_Length_m8842BCE2399B0730FC7584F095F1AC006D55886A_gshared_inline (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1__ctor_m30050AB7384DD6D8F7C0421EAC17109FCE7C1F18_gshared (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* __this, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___0_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 NativeList_1_Dispose_m32C1631CCAB960F45262F6F8FAF8DC0404C849B5_gshared (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_inputDeps, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_Add_m11D7D9AEF949F5358C251CCA89B1BEAA5C811D49_gshared (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* __this, Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 NativeList_1_Dispose_m43BDA69DE4F3A437A4BAD6AB97533841A999DF31_gshared (NativeList_1_tA78554A4805525762FFDFAC177852313219B5383* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_inputDeps, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 NativeList_1_Dispose_m0FACBF9E47B138529F80FECF7FDFCC5DEAB21087_gshared (NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_inputDeps, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1__ctor_m5621549719D2A85C6F278F4820E3B893870D8805_gshared (NativeList_1_tA78554A4805525762FFDFAC177852313219B5383* __this, int32_t ___0_initialCapacity, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___1_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1__ctor_m781A6D8DB34A9BB40C315CD9AC3BEACCD89E31E2_gshared (NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7* __this, int32_t ___0_initialCapacity, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___1_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_ResizeUninitialized_m11C65766590A1E4E6C3E827FB5C86B2BB94F20D9_gshared (NativeList_1_tA78554A4805525762FFDFAC177852313219B5383* __this, int32_t ___0_length, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_ResizeUninitialized_m60D1E1D5072E1117AE990970AEC0C156D0F76944_gshared (NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7* __this, int32_t ___0_length, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_Clear_m310A90DA9753E42FCDD8412981439E94F19F0E39_gshared (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_AddRange_mEE6335DEFE249BDE035F4CA1AA0F52D5FE38C88F_gshared (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* __this, NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 ___0_array, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NativeList_1_set_Item_m4CCD80C758C69925CA734D1E1402D66E27F4E212_gshared_inline (NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7* __this, int32_t ___0_index, SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NativeList_1_set_Item_mD793B5345ECFF5C8752BD84D14D612AB16FC228B_gshared_inline (NativeList_1_tA78554A4805525762FFDFAC177852313219B5383* __this, int32_t ___0_index, PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_Dispose_m77CC3DBC60106FBEB1B21A01803D1990990BA9DE_gshared (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1__ctor_m2C334557C31C567C03E7897E40791C9161A2E517_gshared (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF* __this, int32_t ___0_initialCapacity, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___1_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 NativeList_1_Dispose_m8F708559E2FDBFF76B2F2034819D70E4591175D0_gshared (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_inputDeps, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeList_1_get_Length_m125AA2673FEF8244B4ABAAE55ED919FCAFD76D48_gshared_inline (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_ResizeUninitialized_m69A8DED1A29D55DDC2E1CBF7ECFDEC27DABA6423_gshared (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF* __this, int32_t ___0_length, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NativeList_1_set_Item_m09DA963CC6136F433B32EC13AFF1B1B6DA833993_gshared_inline (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF* __this, int32_t ___0_index, SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1__ctor_m9AFA3393ED1432DAA54312C91FA0601D65B6E24E_gshared (NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC* __this, int32_t ___0_initialCapacity, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___1_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C NativeList_1_AsArray_mDD9590C17DD493AFFEFADEF0D927B0AF1EDAAD14_gshared (NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_Dispose_m4E734E41A08E07ADD53AFE661AA0155D86EAE58A_gshared (NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 NativeArray_1_op_Implicit_m00183030196858D0016F2A18C13320B0366B4D00_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_source, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m2B08A55873756E21BCB6D1C2CD1D3ED18D00BCA2_gshared (NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 GPUInstanceDataBufferUploader_WriteInstanceDataJob_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m5975E063AE0936A5910142D9573C1271A7C6AEAF_gshared (GPUInstanceDataBufferUploader_tE52D85AC36021AB1CE62BBC4EBD4C0EC72C99A53* __this, int32_t ___0_parameterIndex, NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 ___1_instanceData, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___2_gatherIndices, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m2C67EBF40272FAE50ACAE7825D1C71C673CE32C7_gshared (NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1__ctor_m98E15AF6E12EDECAB34F6D2B40A8D5201465427E_gshared (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* __this, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___0_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1__ctor_m35799C0CFA6E16DDB0DB2720C37F56A31014D29C_gshared (NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC* __this, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___0_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_gshared_inline (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6_gshared (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C NativeArray_1_GetSubArray_m7A2E07EAE629213B862B7441AF74BE9A8BEEDC10_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, int32_t ___0_start, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C NativeArray_1_GetSubArray_mF9859B73C8B04FE2136D339F27042DFA7AB2227C_gshared (NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C* __this, int32_t ___0_start, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E_gshared (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mD0F26C30D505CF393A50CEAD19D9BAAD3E77CB87_gshared (NativeArray_1_t727E0B11B40EA7D6477F67D79DA7B7F7C383735E* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GPUInstanceDataBufferUploader_PrepareParamWrite_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_mC35E18D84F8E3D9FF126791C5ED119AFAF6A1B92_gshared (GPUInstanceDataBufferUploader_tE52D85AC36021AB1CE62BBC4EBD4C0EC72C99A53* __this, int32_t ___0_parameterIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_mB7356672FF7B43E7BA9814A15428B812950C65CA_gshared (NativeArray_1_t727E0B11B40EA7D6477F67D79DA7B7F7C383735E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mFEECC8D3F82BB0A022FC84C60FE2CE3F0C456172_gshared (List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m20B47157F68B2A1C1C92F34C111874885F78607A_gshared_inline (List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52* __this, PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* List_1_ToArray_mF1B4B099D6EC830C7AE856231485FF238F2985E3_gshared (List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GraphicsSettings_GetRenderPipelineSettings_TisRuntimeObject_mE2EF737215ED168685806935CE4460AB2D8E2BCE_gshared (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDispatcher_EnableTypeTracking_TisRuntimeObject_mFCF95FC68E55C2C41FC08522352CA8C8136EAFBC_gshared (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* __this, int32_t ___0_typeTrackingMask, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDispatcher_EnableTransformTracking_TisRuntimeObject_m482E27E5FBE062E349A8722DC11A2772F8F76C8F_gshared (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* __this, int32_t ___0_trackingType, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnityAction_2__ctor_m7445B0F04ECB8542147C3C9B963A792140CFAD0A_gshared (UnityAction_2_tF47D82C7E3C3B118B409866D926435B55A0675BD* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_2__ctor_m80999490097638177C6B639CEA321424D5BB0991_gshared (Action_2_t38DEBB6BD6AE1CA882236F63F7E1DB3781D38994* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TransformDispatchData_tDD80F62146EC1E25A25FD4C562BED0C52731E1B4 ObjectDispatcher_GetTransformChangesAndClear_TisRuntimeObject_m37EE64470D14E45FD0783D9B34F36AB075B0B959_gshared (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* __this, int32_t ___0_trackingType, int32_t ___1_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F ObjectDispatcher_GetTypeChangesAndClear_TisRuntimeObject_m240EF0622520509C9B3D4CA0ECF66C1CA59A517F_gshared (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* __this, int32_t ___0_allocator, bool ___1_sortByInstanceID, bool ___2_noScriptingArray, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 NativeList_1_AsArray_m55E032CB4280AE9BC2B69ED9C30D36C69F1BC609_gshared (NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_Dispose_m8177C15970B332D07C39E4734E5D587CF4471142_gshared (NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeHashSet_1_get_Count_m17C28292E981C172335DA47ADB15317019619AB9_gshared_inline (NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeHashSet_1_Dispose_mF00D42CE9F82C5713139BDD9F2665AB61F3A4D8D_gshared (NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mE50EB5A286979CF3B3E3B8D13C7E7F9A25D77B20_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_array, int32_t ___1_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Copy_mE732305914FBFBE640845378BDD9B31684A47131_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_src, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___1_dst, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1__ctor_m5697273576B6FA770C7C26B21495B790E0D88EFA_gshared (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* __this, int32_t ___0_initialCapacity, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___1_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1__ctor_m281D3CD28B45C93C5CBC1D3160AD6A8E752650DA_gshared (NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* __this, int32_t ___0_initialCapacity, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___1_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787 NativeParallelHashMap_2_AsReadOnly_m40C4678A893408EE50722DF7800F2317907F444C_gshared (NativeParallelHashMap_2_tC02F6A3A939816974341E9FB7EA769755D46204C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeHashSet_1__ctor_m248D28782C7E6FB2BFD52CF730FA97753A95854A_gshared (NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* __this, int32_t ___0_initialCapacity, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___1_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56 NativeParallelHashMap_2_AsReadOnly_m9547F5A5D2B5E1EF28ED8C562848F0B87B48DC9E_gshared (NativeParallelHashMap_2_tE5393C7FA31C99A84F6C65F5C7F207CAD827B4C5* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnly_get_Length_m563B84F5D44C547A822486B9DEFCA1DC5FC435AD_gshared_inline (ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnly_tD3A31E5F6DA1C56CA4A51C9E6538A057D4B94895 NativeHashSet_1_AsReadOnly_m0C9541B55345EBCCB8D03405F82EE90E7B39760E_gshared (NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B NativeArray_1_AsReadOnly_mAB1F094943B1A70B20CE8C14C678067399384A33_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParallelWriter_t80A8984CE4AF82D8AD8D75CA7F04FDB95E5A6587 NativeList_1_AsParallelWriter_mD909101716149F367E356C281DBBAF9108D1D434_gshared (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 IJobParallelForBatchExtensions_ScheduleBatch_TisFindRenderersFromMaterialOrMeshJob_t91FE5FAC4E968719F44985614268088A90EAA4A0_mD0AACC25CF7BD8B9D065D116A5AF817E656AA261_gshared (FindRenderersFromMaterialOrMeshJob_t91FE5FAC4E968719F44985614268088A90EAA4A0 ___0_jobData, int32_t ___1_arrayLength, int32_t ___2_indicesPerJobCount, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___3_dependsOn, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_2__ctor_m8852153FE761359A21E7B8B7F98A2B5779FCAAFF_gshared (ValueTuple_2_t00298B7EF26DA025E0BBDF2397224F39F05336F5* __this, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 ___0_item1, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 ___1_item2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeList_1__ctor_m15A4AE1124E2C7A933B9038991AFD741FFD3263E_gshared (UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718* __this, int32_t* ___0_ptr, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeList_1_set_Length_m623C592BF512C1A444EA37B6A9AD8AB9CD7314A0_gshared (UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnly_get_Item_m9DFC7CAC9FE6CC930E5BB888FC1018C186B6B135_gshared_inline (ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NativeSortExtension_BinarySearch_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mB0350EBC092FED4729E6FC7064EE7F949BDF76B8_gshared (ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B ___0_array, int32_t ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArrayExtensions_Contains_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m9EAA8F1CA025F587DD03424BB606CC8C66E3A985_gshared (ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B ___0_array, int32_t ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnsafeList_1_AddNoResize_m04467325D48E0444A960789049A6D2CED09B0B14_gshared_inline (UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106 ReadOnly_get_Item_m1C07C4BF3E06906AD18E2F93EAD2CD97CC91D8CD_gshared_inline (ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnly_Contains_mDD64A287EC0275CCF13166E03B987F49313EA4A5_gshared (ReadOnly_tD3A31E5F6DA1C56CA4A51C9E6538A057D4B94895* __this, int32_t ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeList_1_get_Length_mEA927D1405F8410976953A49C12817C90D673A4B_gshared_inline (UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelWriter_AddRangeNoResize_mD31E0D3828906AD492E2136E0D6D27D212856C2D_gshared (ParallelWriter_t80A8984CE4AF82D8AD8D75CA7F04FDB95E5A6587* __this, void* ___0_ptr, int32_t ___1_count, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t7767C5CF41D19BF6C7326C9870C530F1AD3CAC30 NativeArray_1_GetEnumerator_m6E656AE4243351850AD99E832638DDF081239389_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m76DC8FCCF3E42CD42363AD6C2BAC71ABDA1535C2_gshared (Enumerator_t7767C5CF41D19BF6C7326C9870C530F1AD3CAC30* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Enumerator_get_Current_m9615CE722B0B33517472FA29CB73AE60D8E8D522_gshared_inline (Enumerator_t7767C5CF41D19BF6C7326C9870C530F1AD3CAC30* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnly_ContainsKey_m14445E388908EF02FB0AFC01B2FEE92069DE96B4_gshared (ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787* __this, int32_t ___0_key, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_Add_mD5F3F9AEDF81C4AE1F22A002348E5296010D0064_gshared (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* __this, int32_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m62905577B99C79AEA734E15AC569B10365214EDA_gshared_inline (Enumerator_t7767C5CF41D19BF6C7326C9870C530F1AD3CAC30* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeList_1_get_IsEmpty_mB6321124F984DAF254E969158935C9C08369934B_gshared_inline (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_Resize_m7C08A0B66BF2718864FFEC496D873CCE8D434704_gshared (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* __this, int32_t ___0_length, int32_t ___1_options, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_Resize_m2358D62785D3489186FBAD096754E2EA7E67FF16_gshared (NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* __this, int32_t ___0_length, int32_t ___1_options, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeArrayExtensions_Contains_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m05CD00B5078EADD2E55FA6FF5BBB7631C57CAFC6_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_array, int32_t ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnly_get_Length_m1528DD3FAC107316446ECF9DBC017881AA6D472E_gshared_inline (ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadOnly_TryGetValue_m8644DADA12691E5F761055E0749C42FBABC0DA5A_gshared (ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56* __this, int32_t ___0_key, GPUDrivenPackedMaterialData_t9AFE25D18C8FA6EB6A69AEF342C2A19DA824CF38* ___1_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeHashSet_1_Add_mB67F0FEDA3A1AAC916807470790ADC4386B2F992_gshared (NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* __this, int32_t ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FunctionPointer_1_tE1DC1EC606FB2242FB50357BBA39BB4AEDECFCB2 BurstCompiler_CompileFunctionPointer_TisRuntimeObject_m9AB9AE50036FBC10C6765A0FAC83200CAEC21384_gshared (RuntimeObject* ___0_delegateMethod, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t FunctionPointer_1_get_Value_m71D7FF781C694A7C4EE28362DFC78D8DDFE9A105_gshared_inline (FunctionPointer_1_tE1DC1EC606FB2242FB50357BBA39BB4AEDECFCB2* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1__ctor_m26D6FB9FF76D69301AEC2BAE86346773CF67BC2A_gshared (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* __this, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___0_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1__ctor_mF7AFCA9B1F3D787D37E297EFC26D9752E72B6E82_gshared (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* __this, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___0_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1__ctor_mD491A8EEC80D99323131B35D6869BA14837A060B_gshared (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373* __this, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___0_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NativeList_1_set_Item_m8F9BB1FF27B23FA529A5EF8CAB9DA12AA5AE3FEC_gshared_inline (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* __this, int32_t ___0_index, InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeList_1_get_IsCreated_m9D2F6807A7DF2372A6EE81B8C3606C3D4BB55C27_gshared_inline (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_Dispose_m936C1C3C1768D5DC2C3792994C60F4E9D519AEF3_gshared (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeList_1_get_IsCreated_m8C1C2A81E0741FDAC07B6C32D9F197ABF9E875AB_gshared_inline (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_Dispose_m6F1C0DF1C4130EA6750840EFEDED1B0E4ABED7D3_gshared (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeList_1_get_IsCreated_m2E606F9BCDDA3311177026D835C2915F50C20416_gshared_inline (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_Dispose_mC12EE762D54D39A561B6978D28A64AFE0645020D_gshared (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisRuntimeObject_m4A49E1AE2B3C4BE4E8ABC90A0DDF437C4A5FE544_gshared (RuntimeObject* ___0_settings, RuntimeObject** ___1_currentPropertyValue, RuntimeObject* ___2_newValue, String_t* ___3_propertyName, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t* UnsafeList_1_ElementAt_m005F4546B1F03AF0134BE89767635AB68F74E4E8_gshared_inline (UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t ReadOnly_get_Item_m13AB4BEFBEE6EE9755784AE433AA0F8822040898_gshared_inline (ReadOnly_t52ECF37AB8FDCB2D0BD7865EAAB18D0BD20F8117* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* ReadOnly_UnsafeElementAt_m7C121BC14DCA25B8E95B393501BFA8CDD73D47D3_gshared (ReadOnly_tEDE38A52FAB74BA6088AF99AAFC32C7649A289AA* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LODGroupCullingData_t511A004D7CBAE84368FCAA62A0348C24CB46EABF* NativeList_1_ElementAt_mFCD9E7A4E2981401954F416D16AA4455F46F9AE4_gshared (NativeList_1_t53EAF24037BDCAF4EBF0C2060BFD6694AFAC35AD* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GPUDrivenRendererMeshLodData_tFC0A33207178DDD3BD7B630CFB2B933D56EC073F* ReadOnly_UnsafeElementAt_mB3880979EFA3DB70CCDED067C1B4B3CBD696D1ED_gshared (ReadOnly_t1B16B4A15E0EC836CDFA3CF0AB06D92C3320EE7F* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061 ReadOnly_get_Item_m8716F404AD9041C2FF3740B1CF5707196FAE0DB5_gshared_inline (ReadOnly_t660DB38A843BC8666A283FE71913018D9508D052* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t UnsafeList_1_get_Item_m3BC258CC4C92F5D2A744C24BA0EABA6D06D8ED2B_gshared_inline (UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnsafeList_1_set_Item_m1906FF4418AEFA959A8BE8771DC0609774FD0E93_gshared_inline (UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D* __this, int32_t ___0_index, uint8_t ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B ReadOnly_get_Item_m6473FA4606F2A6B90DD618E6FB3E261D11D6CCDF_gshared_inline (ReadOnly_t1CAEC312F8157A59A9201E3E3B1A27C44FB47310* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CPUSharedInstanceFlags_tA2264804A98F5A694C7AFDF536E9612C8C9E5455 ReadOnly_get_Item_m27DDB696888593A986C7109A7206B214407E319D_gshared_inline (ReadOnly_t7FDDA88305363550FE94B8059DE5CE2645E4A30C* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF NativeList_1_get_Item_m6239ACA6F096D9F51BC8E37694D94DBEDAF30050_gshared_inline (NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void* NativeArrayUnsafeUtility_GetUnsafePtr_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mD2D9DC546B80A05000B107C8E09FAA4BED3B2144_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_nativeArray, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t* UnsafeUtility_AsRef_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF01FDF0EACCFED286E93933B693A2BE11A6A8946_gshared_inline (void* ___0_ptr, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010 NativeList_1_get_Item_mA1A9DFAE69C1E05FBA3EC1BE8D292F6A0B749419_gshared_inline (NativeList_1_t50EF7494D5DE96412C6EA67378B11EE5C5C8EE89* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeList_1_get_Length_mE7A316DEDE7A834904E4EDC814338B6A605AC589_gshared_inline (NativeList_1_t50EF7494D5DE96412C6EA67378B11EE5C5C8EE89* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BatchDrawCommand_t9DAB9B739DA9EBC6B1BB0D2DD51AF65B12F66BF0* MemoryUtilities_Malloc_TisBatchDrawCommand_t9DAB9B739DA9EBC6B1BB0D2DD51AF65B12F66BF0_m7E812EC737BE547DE159DEFB8ED25CFEBE919249_gshared (int32_t ___0_count, int32_t ___1_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t* MemoryUtilities_Malloc_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m844E1FE9AA85FBCDA780F255652D40A313DC2633_gshared (int32_t ___0_count, int32_t ___1_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BatchDrawCommandIndirect_t06F3B5DC4AF7D4B115CEECDB0A1E4E92065BC705* MemoryUtilities_Malloc_TisBatchDrawCommandIndirect_t06F3B5DC4AF7D4B115CEECDB0A1E4E92065BC705_m420905EDBA9A64C361E2A6D981B38B48D85066F3_gshared (int32_t ___0_count, int32_t ___1_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float* MemoryUtilities_Malloc_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m269ABA451687B643BABE37DB6019C803CD73F66A_gshared (int32_t ___0_count, int32_t ___1_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BatchID_t884E3C204D1F4C18FFD2361FC14A1E64CFBD8770 NativeParallelHashMap_2_get_Item_m1EBC9739F8BC30E42EA705CFBD1E59BEE46FA803_gshared (NativeParallelHashMap_2_tDA93C536A95E913A4A38B4387FB9E0AC0634B184* __this, uint32_t ___0_key, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1__ctor_mF0B178D7A60B2948564AFE0F967677F1F77DB356_gshared (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88* __this, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___0_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeQueue_1__ctor_mDD9E8ECAA791A7124E92EBC12B9907F770BDD057_gshared (NativeQueue_1_tA574A1D792BEDC7C9D7D60530F71E6A15136538C* __this, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___0_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_Dispose_m43AFADA1FB582C255240041EC6E1056D663F7100_gshared (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeQueue_1_Dispose_mC479914AE4253CBCB5E3BCEBB771C67F84D7ACD6_gshared (NativeQueue_1_tA574A1D792BEDC7C9D7D60530F71E6A15136538C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeList_1_get_Length_m1A46D9A872589738B0134FD788E9C362EAD00018_gshared_inline (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_Add_m19F45CA31E77EAA884BD1AB740FBC644D2B1A1E7_gshared (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88* __this, Info_tA3039772991DEEDBC29A00439A055C5166133A27* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeQueue_1_Enqueue_m28EF4AEC6B38DBC642B97D976A0694572CFD4DBF_gshared (NativeQueue_1_tA574A1D792BEDC7C9D7D60530F71E6A15136538C* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeQueue_1_TryDequeue_mB56FD1925AD16141BD22B158CC14FCF28CEBE2B0_gshared (NativeQueue_1_tA574A1D792BEDC7C9D7D60530F71E6A15136538C* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08* ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_Clear_mB153D0ED83D060E9FABE791884CE1E6027D01488_gshared (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Info_tA3039772991DEEDBC29A00439A055C5166133A27 NativeList_1_get_Item_mBDB41EF423D60B231EA5985CCE550908337E9822_gshared_inline (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_Add_m6F0898FAFF65193E24E8924DC012D7891EEF9664_gshared (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* __this, InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_Clear_mE86287A43D338AE9E3730BD4A6BBB965C13F41A8_gshared (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayExtensions_FillArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m42C776F63A2433E66EFD05FB1C9AB0CD38C4FF42_gshared (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_array, int32_t* ___1_value, int32_t ___2_startIndex, int32_t ___3_length, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeList_1__ctor_mA85E6FF8511F43CD540FAF2D240F7392B510CC9D_gshared (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* __this, int32_t ___0_initialCapacity, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeQueue_1__ctor_m3109BFFD8976B2EF90355B23C5029558950039C9_gshared (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6* __this, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___0_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeList_1_Dispose_mE9A93DD621B4354DEA3E61A0369B82523B67F6B2_gshared (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeQueue_1_TryDequeue_m8CD33F25078F6040C65A718A5321B20B161EBE21_gshared (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6* __this, Request_tAA55F47806E39B0E19B53273DCBFB5CF457F9187* ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeQueue_1_Dispose_m947457616B8DC1D1EF52AA5C64B3F34BE1A225DD_gshared (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeList_1_get_Length_mA3CC0C8D9DB4BDAFBFBF1B61294363E86023C0B3_gshared_inline (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnsafeList_1_Add_mEB8459A0E0C24E56AE72A2570A81DF6477445076_gshared_inline (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* __this, Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeQueue_1_Enqueue_m1B9B5E07283D325B86C3400D62E6F76BA1B0FE37_gshared (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6* __this, Request_tAA55F47806E39B0E19B53273DCBFB5CF457F9187 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_tAA55F47806E39B0E19B53273DCBFB5CF457F9187 NativeQueue_1_Dequeue_mFB2EA0250C211ADFC6F96B75DE8A398E1BF00491_gshared (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C AsyncGPUReadbackRequest_GetData_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0C8174219607025AE80D610B1767D0C69AB524CE_gshared (AsyncGPUReadbackRequest_t6A735D3E0F1DEF8F43EBD0E6FE550FAE564519C7* __this, int32_t ___0_layer, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeQueue_1_IsEmpty_m65DBB89B0F0FADD2F1926200383CC182869A5643_gshared (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Request_tAA55F47806E39B0E19B53273DCBFB5CF457F9187 NativeQueue_1_Peek_m52FD79FC24A5DC722E0F7F6F1F580AD91B38EA2A_gshared (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_Clear_m861822BBA9ABD901811A01ABDE4E2614C7997B2E_gshared (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84 UnsafeList_1_get_Item_m02CD66399DD66F66319F8D7F4590337B9D8500AB_gshared_inline (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeList_1_Add_m13B9283714C231DE2F391CE8EC440FCEF5A28BF4_gshared (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* __this, InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphicsBuffer_SetData_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mBBACEA4828D09243CAF5F2B480292C8811A59147_gshared (GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_data, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m782C18A46EF1C07CE2818023DFA072D278161AB1_gshared (NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeUtility_SizeOf_TisInstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431_m50EA3632EB1CDEF0AC4FA6E77CE06A357B7F3BAA_gshared_inline (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeParallelHashMap_2__ctor_mF69457D66BDC60DFEAA9D5F8DFAA598563B5C74C_gshared (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5* __this, int32_t ___0_capacity, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___1_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeParallelHashMap_2_TryGetValue_m6E67B7DC074842BF90C29990A23C46AE6F5275C4_gshared (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5* __this, int32_t ___0_key, AnimatedFadeData_t965D6428A80522AB9EDFDF2671880282159C5E46* ___1_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E NativeParallelHashMap_2_get_Item_mD349600C14FC15C4FA3A779DFC8158B0A53067B4_gshared (NativeParallelHashMap_2_t36DD1F9F308DCEEBA1C297BEE4AEB4861714A522* __this, int32_t ___0_key, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeParallelHashMap_2_TryGetValue_m8C44E208143352E44ACC41CE5EDC7CB1EF59C7EA_gshared (NativeParallelHashMap_2_t36DD1F9F308DCEEBA1C297BEE4AEB4861714A522* __this, int32_t ___0_key, PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E* ___1_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 IJobParallelForExtensions_Schedule_TisAnimateCrossFadeJob_t4A6EEA489E4EE721D1878717E9FB01FC73C4E90E_mD7221D1252497D1021410C8A1EF14074F09BF169_gshared (AnimateCrossFadeJob_t4A6EEA489E4EE721D1878717E9FB01FC73C4E90E ___0_jobData, int32_t ___1_arrayLength, int32_t ___2_innerloopBatchCount, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___3_dependsOn, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NativeParallelHashMap_2_TryAdd_mFE6468822563C36FFD28CF1434FB8D5664D1CDE4_gshared (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5* __this, int32_t ___0_key, AnimatedFadeData_t965D6428A80522AB9EDFDF2671880282159C5E46 ___1_item, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t12018DEC83E53274D542435F55D8BED16BD4E78E NativeList_1_AsArray_mD72335AB21F040F66CA0076CBC71E6292CD744C8_gshared (NativeList_1_tA78554A4805525762FFDFAC177852313219B5383* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t68166A4F733ADFE89591B8BCE0284E5970D2816A NativeList_1_AsArray_m243784F33AA26E289A433DFE616B929FB0FAE621_gshared (NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t933EB4C2ED1CCB3C68D5E2EC18C770C2893C8443 NativeList_1_AsArray_m300703146ACCBE0D12F5E4E9C9F3FD118E232207_gshared (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 IJobParallelForExtensions_Schedule_TisCullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681_m8D8CCA2EFB5B26BD70152D80E08CCC5E48EE0FCA_gshared (CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681 ___0_jobData, int32_t ___1_arrayLength, int32_t ___2_innerloopBatchCount, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___3_dependsOn, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeList_1_get_Length_m1B19644590B4833588E55C27206E74261176AEBD_gshared_inline (NativeList_1_t0E8F99CBD0349EB2EDB94A940345E760399356C0* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeList_1_get_Length_mAF6ED4830EA3A9BEC5A90C5C30297F098077A6C0_gshared_inline (NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F* MemoryUtilities_Malloc_TisBatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F_m1F65CB986865A957274F7808CE94C84C797611DA_gshared (int32_t ___0_count, int32_t ___1_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_gshared (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1__ctor_m140467F809E7DFD8EC4C512E0B05D4A295DAD523_gshared (NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 IJobParallelForExtensions_Schedule_TisAllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904_m5EE5844609FDACAF2B9DFE42ED665A754885573E_gshared (AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904 ___0_jobData, int32_t ___1_arrayLength, int32_t ___2_innerloopBatchCount, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___3_dependsOn, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 IJobExtensions_Schedule_TisPrefixSumDrawsAndInstances_t270E5AA9BF72798DF9C0F217224637E0B89F710D_mCC979313A633E0FFF5D5EC75DC58C8294BC29AFE_gshared (PrefixSumDrawsAndInstances_t270E5AA9BF72798DF9C0F217224637E0B89F710D ___0_jobData, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___1_dependsOn, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 IJobParallelForExtensions_Schedule_TisDrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215_m1CD41A514234A602CA4EB97B64BAFDD1C0D08D10_gshared (DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215 ___0_jobData, int32_t ___1_arrayLength, int32_t ___2_innerloopBatchCount, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___3_dependsOn, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 NativeArray_1_Dispose_mC1B799BB11763574BF37BB5271CDD3E71396C643_gshared (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_inputDeps, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 IJobParallelForBatchExtensions_ScheduleBatch_TisCompactVisibilityMasksJob_tDE1D39C552A38F0687E6280ECC355983FA6AA3A5_m4DA9CD91074830874EA4857435E6BC3EE643F86E_gshared (CompactVisibilityMasksJob_tDE1D39C552A38F0687E6280ECC355983FA6AA3A5 ___0_jobData, int32_t ___1_arrayLength, int32_t ___2_indicesPerJobCount, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___3_dependsOn, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* RenderGraph_AddComputePass_TisRuntimeObject_m4752327B4ECA159DB714AEB805DE3C0AEDA53359_gshared (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, RuntimeObject** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseRenderFunc_2__ctor_mDC58545FDE0ACE8DDA93E3C3AF0D636A40E65081_gshared (BaseRenderFunc_2_tCEF4A4193D64B47BA9BDF45CF9B801DEB82FED1C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetBufferData_TisInstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431_m4F36200EC1FF6F64F0A11D1BB8793DCE3A94E12F_gshared (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___0_buffer, NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E ___1_data, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeCommandBuffer_SetBufferData_TisInstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431_m820F54B059D444F0DDCAF5FB47FAFEA3C290C9A9_gshared (ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* __this, ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___0_buffer, NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E ___1_data, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeParallelHashMap_2_get_Capacity_m923E5B859834744FCAD09AA6B65F81D87F7A393B_gshared_inline (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeParallelHashMap_2_set_Capacity_m652917B5C743FB404122B4EBAA64D5E55BA8D090_gshared (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeParallelHashMap_2_Clear_m8E95F140A3870CBEDF20959436C2FC36CDAF90E4_gshared (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeArray_1_Dispose_m7BA471A3A3647BD2576F5DEE28D1C0D5107A78F6_gshared (NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NativeParallelHashMap_2_Dispose_mE76A0E7CC8A61D352BEC198AA58E7B99A5DFDBCF_gshared (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeList_1_get_Length_m9191847040F0FA46D2C717CA67FF99BEAB6C955D_gshared_inline (UnsafeList_1_t992261DF45A734DEB130F79025C5BF88D0C2CDC7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93 UnsafeList_1_get_Item_m7A8AD4B85F57E59070C4B04AA53E1D1D19F9C765_gshared_inline (UnsafeList_1_t992261DF45A734DEB130F79025C5BF88D0C2CDC7* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeList_1_get_Length_m80F9D5CE595C89454C0635846077F724AA237900_gshared_inline (UnsafeList_1_t72FFFA60411F6BB2F2C776571F608CDA569E5999* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 UnsafeList_1_get_Item_m4D6C7D8C3B4D659767C13BC97C02EBAE85E14D63_gshared_inline (UnsafeList_1_t72FFFA60411F6BB2F2C776571F608CDA569E5999* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeList_1_get_Length_m935ED3CB98D85276D60494996334F25E04581175_gshared_inline (UnsafeList_1_t86D2231E0AF64C72BA7C266D36B9F3FE399B41EB* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD UnsafeList_1_get_Item_m7D3A3E1E3C853E37E5688B8583E568D6DA76C49E_gshared_inline (UnsafeList_1_t86D2231E0AF64C72BA7C266D36B9F3FE399B41EB* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeList_1_get_Length_mB2C372F0020D014252A727D64471BAF8A605A996_gshared_inline (UnsafeList_1_t96307A04898BD0C49DFF733D301684A2628959F2* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnsafeList_1_set_Item_m43016576D60385E78F4D6D0F222C60B81C8B8A74_gshared_inline (UnsafeList_1_t176765C8600ACA8C102D843301B50E7ED070AF98* __this, int32_t ___0_index, SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnsafeList_1_set_Item_mA63347741A338E379F1145765BF2B695ADB21638_gshared_inline (UnsafeList_1_t3C558FC5C2688389AF4264830148C53464D01E23* __this, int32_t ___0_index, PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeList_1_get_Length_m30C8B237736009EBD4E69E7D215B9650233D037C_gshared_inline (UnsafeList_1_tB27AD3CB321614AC6FA21D53846794B77943121C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnsafeList_1_set_Item_m2D938DC73BF3B2D244FB9468EBECDFA52B986B7B_gshared_inline (UnsafeList_1_tB27AD3CB321614AC6FA21D53846794B77943121C* __this, int32_t ___0_index, SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void List_1_AddWithResize_m3315453B2B00D694353A29FE8E49681D72763A1D_gshared (List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52* __this, PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F ___0_item, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeUtility_ReadArrayElement_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mFBA66C06ECEB0A2BC1AAE634B6E6BB436F957084_gshared_inline (void* ___0_source, int32_t ___1_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnsafeUtility_WriteArrayElement_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0DD1CC90B2F1EF5041F2F4E1DABB58224229F0D7_gshared_inline (void* ___0_destination, int32_t ___1_index, int32_t ___2_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106 UnsafeUtility_ReadArrayElement_TisSmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106_mBBAA1EAB9C8C3DCD248402D1AD668D965844C004_gshared_inline (void* ___0_source, int32_t ___1_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnsafeList_1_set_Item_mBB4CB36DFECBF368AE91CFFCD107ED48C4A424D0_gshared_inline (UnsafeList_1_t72FFFA60411F6BB2F2C776571F608CDA569E5999* __this, int32_t ___0_index, InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t UnsafeUtility_ReadArrayElement_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mDA80BAFF55EA77496672B3B5B3804B55274B7E95_gshared_inline (void* ___0_source, int32_t ___1_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061 UnsafeUtility_ReadArrayElement_TisGPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061_mAEDB1B180D81998C87F22FA964937E18264483CA_gshared_inline (void* ___0_source, int32_t ___1_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B UnsafeUtility_ReadArrayElement_TisInstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B_m86FC76E325E9D3B56133BB7A193BAF12B47FBCC1_gshared_inline (void* ___0_source, int32_t ___1_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CPUSharedInstanceFlags_tA2264804A98F5A694C7AFDF536E9612C8C9E5455 UnsafeUtility_ReadArrayElement_TisCPUSharedInstanceFlags_tA2264804A98F5A694C7AFDF536E9612C8C9E5455_mC23E74B0A75AD5ACA85FA635E97271FA5C627018_gshared_inline (void* ___0_source, int32_t ___1_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF UnsafeList_1_get_Item_m5EE6F4599F5DE0091A45D32CD9E7F50B2AAB735C_gshared_inline (UnsafeList_1_tCC883249B8F95C4AD5632E72EAD324BA3F53915A* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010 UnsafeList_1_get_Item_m3CA419A7F60A4CE62F5D386C1B32224233E58C7F_gshared_inline (UnsafeList_1_tCFDCC580A90753F362AA7EA5DFE667A1452664F8* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeList_1_get_Length_mF04C301821774A4317F58C5BADF8F3308B82F3EF_gshared_inline (UnsafeList_1_tCFDCC580A90753F362AA7EA5DFE667A1452664F8* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeList_1_get_Length_m911F6A25BE23FBF969CC9EE607B6E6C522C16388_gshared_inline (UnsafeList_1_t3F38690D85271A8ADA9D58F82E41003FF0AB256D* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Info_tA3039772991DEEDBC29A00439A055C5166133A27 UnsafeList_1_get_Item_mD34D4FF9C7FE0EE2EAEA2299C7620E482E09C776_gshared_inline (UnsafeList_1_t3F38690D85271A8ADA9D58F82E41003FF0AB256D* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnsafeList_1_Resize_mCC9119D8179C6E6D77B52A6C4E26435DE7DB9D55_gshared (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* __this, int32_t ___0_length, int32_t ___1_options, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeList_1_get_Length_mFB40F49EB3EABA5805AD9B45515BEC8A87557381_gshared_inline (UnsafeList_1_tC398CC6607C9075D2AE819DE88719D2168E0FCEC* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeList_1_get_Length_mEA3F0B39A18DF00B7B46C04E11B59192055F2A39_gshared_inline (UnsafeList_1_tCC883249B8F95C4AD5632E72EAD324BA3F53915A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeParallelHashMap_2_get_Capacity_m3AB546BF597E3C9591B51AF4F67886383AF4FD7A_gshared_inline (UnsafeParallelHashMap_2_t369B83BC0262928819F528952C7A9A26D7600D44* __this, const RuntimeMethod* method) ;
|
|
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2 (Attribute_tFDA8EFEFB0711976D22474794576DAF28F7440AA* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B (RuntimeArray* ___0_array, RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 ___1_fldHandle, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E float3_op_Subtraction_mB6036E9849D95650D6E73DA0D179CD7B61E696F2_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_lhs, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E AABB_get_min_m209EF3ECD01E859258E1BDE8780CA4C25276DF70 (AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E float3_op_Addition_mFFCF4F7457594F5EFB0678C0DE90AAD3D3F6947B_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_lhs, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E AABB_get_max_mCD29B3A2C2DEA60BBF50091D8E3C938511D82B08 (AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987 (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AABB_ToString_mB0C529C757F63FD0F78316C90D2B86206159B678 (AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E float3_op_Multiply_m6E5DC552C8B0F9A180298BD9197FF47B14E0EA81_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_lhs, float ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E math_abs_mC7F2BBD861835C82A0A47A47A44B73E704D7F63B_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_x, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E float4_get_xyz_mE6EC829F35512C7BC159047FDC134E80F3B37A06_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E AABB_RotateExtents_mE4E40331E25B5F3310112548831B83F096C98E06 (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_extents, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___1_m0, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___2_m1, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___3_m2, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E math_transform_m8E47EBD0098A58A9BEB51032E1B6C25C9BD90178_inline (float4x4_t7EDD16F7F57DC7F61A6302535F7C19FB97915DF2 ___0_a, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___1_b, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_center_m5B05F81CB835EB6DD8628FDA24B638F477984DC3_inline (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E float3_op_Implicit_mE1831A3AC179B7EB3236F8202EC8DD5CE05376AB (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_v, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_extents_mFE6DC407FCE2341BE2C750CB554055D211281D25_inline (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 float3_op_Implicit_m9CC301DFD67EEFAA15CA05E91913E862B22326F6 (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_v, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bounds_set_center_m891869DD5B1BEEE2D17907BBFB7EB79AAE44884B_inline (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bounds_set_extents_m09496358547B86A93EFE7BE6371E7A6FE937C46F_inline (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowGPUDrivenRendering_OnDisable_m1F1E89249A83BC47FE22BBA3AFBB3E45AA8A9CA5 (DisallowGPUDrivenRendering_tF47794ABF9C89D55326226AC8C75471D3C736555* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowGPUDrivenRendering_OnEnable_m249A20499E8492DEEBAA51A2F682BAF5832200BE (DisallowGPUDrivenRendering_tF47794ABF9C89D55326226AC8C75471D3C736555* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DisallowGPUDrivenRendering_get_applyToChildrenRecursively_m3E929193F5CE5D66B2FE31D776EC2A2F2116CAA9_inline (DisallowGPUDrivenRendering_tF47794ABF9C89D55326226AC8C75471D3C736555* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowGPUDrivenRendering_AllowGPUDrivenRenderingRecursively_m6A9F55C1FE2690255B488CBD65D4EC7A088795DB (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_transform, bool ___1_allow, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowGPUDrivenRendering_AllowGPUDrivenRendering_m20DF3D8C370F5104515C565084A83B476625F356 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_transform, bool ___1_allow, const RuntimeMethod* method) ;
|
|
inline MeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE* Component_GetComponent_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_m0EDA0079FA3617687C4A28623B79A37D618D9CFB (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( MeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A (Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C* ___0_exists, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_allowGPUDrivenRendering_mFB484D5E0BB8F67E1EEBBE79AB3E46C2FE900BDB (Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Transform_GetEnumerator_mA7E1C882ACA0C33E284711CD09971DEA3FFEF404 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* __this, const RuntimeMethod* method) ;
|
|
inline DisallowGPUDrivenRendering_tF47794ABF9C89D55326226AC8C75471D3C736555* Component_GetComponent_TisDisallowGPUDrivenRendering_tF47794ABF9C89D55326226AC8C75471D3C736555_mA8C6BACEC0954349F2E95941BF17B6D822A0EF07 (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( DisallowGPUDrivenRendering_tF47794ABF9C89D55326226AC8C75471D3C736555* (*) (Component_t39FBE53E5EFCF4409111FB22C15FF73717632EC3*, const RuntimeMethod*))Component_GetComponent_TisRuntimeObject_m7181F81CAEC2CF53F5D2BC79B7425C16E1F80D33_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E (MonoBehaviour_t532A11E69716D348D8AA7F854AFCBFCB8AD17F71* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowSmallMeshCulling_OnDisable_m75A11291A610DED6EADAF48AF38509DE765AA25F (DisallowSmallMeshCulling_tA1F3C9FD2CB77E0D445108FD463412346117DB67* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowSmallMeshCulling_OnEnable_m794055654CE760B4FD1780DC20C0C94C84A99A87 (DisallowSmallMeshCulling_tA1F3C9FD2CB77E0D445108FD463412346117DB67* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DisallowSmallMeshCulling_get_applyToChildrenRecursively_m07F3D5D527D2DEF50D7B02D214383B8AF78C4C64_inline (DisallowSmallMeshCulling_tA1F3C9FD2CB77E0D445108FD463412346117DB67* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowSmallMeshCulling_AllowSmallMeshCullingRecursively_m8D9B550BDF92C3C920B34AC0DDC65D5B095F9D22 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_transform, bool ___1_allow, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowSmallMeshCulling_AllowSmallMeshCulling_m8D38B7DB8F8A05A7839BC00395B7137C4688E996 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_transform, bool ___1_allow, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Renderer_set_smallMeshCulling_mDBF889A8FB0840218FC19F3F8F20310F1DB3FF10 (Renderer_t320575F223BCB177A982E5DDB5DB19FAA89E7FBF* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* GPUResidentDrawer_GetDebugStats_m857EE673158C860D3471D0CC6203B60D0BC98B4D (const RuntimeMethod* method) ;
|
|
inline int32_t NativeList_1_get_Length_mB4FC1C8F5BCFBB96FD906F27FF41FC878DB721AC_inline (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373*, const RuntimeMethod*))NativeList_1_get_Length_mB4FC1C8F5BCFBB96FD906F27FF41FC878DB721AC_gshared_inline)(__this, method);
|
|
}
|
|
inline DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93 NativeList_1_get_Item_m5B47CB99AD82EBCA7BE686B7164EFEA3DD649470_inline (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93 (*) (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373*, int32_t, const RuntimeMethod*))NativeList_1_get_Item_m5B47CB99AD82EBCA7BE686B7164EFEA3DD649470_gshared_inline)(__this, ___0_index, method);
|
|
}
|
|
inline int32_t NativeList_1_get_Length_m162ED70EE832FC01BABBD659406195BC6DB50D4A_inline (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0*, const RuntimeMethod*))NativeList_1_get_Length_m162ED70EE832FC01BABBD659406195BC6DB50D4A_gshared_inline)(__this, method);
|
|
}
|
|
inline InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 NativeList_1_get_Item_m775ADBCE0DBDDA68B138888009F9F9633E111CDE_inline (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 (*) (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0*, int32_t, const RuntimeMethod*))NativeList_1_get_Item_m775ADBCE0DBDDA68B138888009F9F9633E111CDE_gshared_inline)(__this, ___0_index, method);
|
|
}
|
|
inline int32_t NativeList_1_get_Length_m0741213990CDC270EA01956306826DB5D87C5F6A_inline (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08*, const RuntimeMethod*))NativeList_1_get_Length_m0741213990CDC270EA01956306826DB5D87C5F6A_gshared_inline)(__this, method);
|
|
}
|
|
inline InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD NativeList_1_get_Item_m6B6298009A29FAA2779571AAA30AFFC46A518CC1_inline (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD (*) (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08*, int32_t, const RuntimeMethod*))NativeList_1_get_Item_m6B6298009A29FAA2779571AAA30AFFC46A518CC1_gshared_inline)(__this, ___0_index, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass29_0__ctor_m9E9E0D304D4857CCC41C81920D8F9B2426B21022 (U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Row__ctor_m67B21E4FEDB0B9C6A9F75055E37480BFA3681DBE (Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline (Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Foldout_set_opened_m9B3C64BB8E4E8444017BB7D31888B2713C0CC80C_inline (Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
inline void Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22 (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline (Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* __this, const RuntimeMethod* method) ;
|
|
inline void Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8 (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* __this, Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___0_value, const RuntimeMethod* method) ;
|
|
inline void ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB (ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* __this, Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08*, Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*, const RuntimeMethod*))ObservableList_1_Add_mAC0B855838349364FD856F3E112E0C2529C4FCF7_gshared)(__this, ___0_item, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Widget_set_tooltip_m87968E949EAD82E82438D33EAB241C6B8352C37B_inline (Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass36_0__ctor_mCF1A9D6AB58A71DF67B082ABF5863ADF15DB90DF (U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass37_0__ctor_mE3CAD25DCE82E40BC3470957C9405A129586BCDF (U3CU3Ec__DisplayClass37_0_t890942068BB6DC32AAC4C50916EA757008A490F8* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugDisplayGPUResidentDrawer_get_displayBatcherStats_m210D40F2C66835ADDD79B906A5266E0F233D3C34 (DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPanel__ctor_mC4E295FA1EE20556ED1C2F8876B443177EF1250E (SettingsPanel_tF7EA42E89110BD08D9CE148CFE63B8DFC63A69DE* __this, DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* ___0_data, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* __this, float ___0_x, float ___1_y, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0__ctor_m65677D4DD004FEA95CEF164DA1CFCF023CAFE84D (U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugDisplaySettingsPanel__ctor_m7F828CE070448872C8F40288B5ACAC10079EFECD (DebugDisplaySettingsPanel_tEA56F5761AF34C3DE63EF3294A407579E759C336* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Foldout__ctor_m139328695A6D59A234CDE32D0CEDA6B80A4F96D2 (Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ;
|
|
inline HelpURLAttribute_tC499F826613B34E001AEAE5D42BA2B3AD365E91D* CustomAttributeExtensions_GetCustomAttribute_TisHelpURLAttribute_tC499F826613B34E001AEAE5D42BA2B3AD365E91D_m82FD9652EC1B88FE6F5E28D93BCE6260A7D9FBB3 (MemberInfo_t* ___0_element, const RuntimeMethod* method)
|
|
{
|
|
return (( HelpURLAttribute_tC499F826613B34E001AEAE5D42BA2B3AD365E91D* (*) (MemberInfo_t*, const RuntimeMethod*))CustomAttributeExtensions_GetCustomAttribute_TisRuntimeObject_m5B4B712DB5F08EBF4518A1973C9F11C15A4BEAE9_gshared)(___0_element, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Foldout_set_documentationUrl_m45C9DB6B7962CE987BA7728F261EC41D80621AC1_inline (Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugDisplaySettingsPanel_AddWidget_mFFB7C207146C3B2C95889C1483926569095BE99E (DebugDisplaySettingsPanel_tEA56F5761AF34C3DE63EF3294A407579E759C336* __this, Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF* ___0_widget, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MessageBox__ctor_mF48843A6B29FCC39637EF3421D0C8789A2E40D52 (MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5* __this, const RuntimeMethod* method) ;
|
|
inline void Func_1__ctor_m27A68E928C1D9158EAAD261086B9BC424339327B (Func_1_t367387BB2C476D3F32DB12161B5FDC128DC3231C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_1_t367387BB2C476D3F32DB12161B5FDC128DC3231C*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Container__ctor_m31E5465D076DCC7A1C932B44B7D2000821C0BFE8 (Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BoolField__ctor_m8C1D78E29A30C2D3844607274207943D3B576E55 (BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Widget_set_nameAndTooltip_m6A2AA733173D30AA828D74FAB162ECBCECC7A80A (Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF* __this, NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 ___0_value, const RuntimeMethod* method) ;
|
|
inline void Field_1_set_getter_mF8E6E0323EBD752BE2D6D13285B5993CA830E50D_inline (Field_1_t32151A22D4B1B5C1DFFDDACD9F3C78D19596507A* __this, Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Field_1_t32151A22D4B1B5C1DFFDDACD9F3C78D19596507A*, Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*, const RuntimeMethod*))Field_1_set_getter_mF8E6E0323EBD752BE2D6D13285B5993CA830E50D_gshared_inline)(__this, ___0_value, method);
|
|
}
|
|
inline void Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501 (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
inline void Field_1_set_setter_mA45A1B2C3D2FCE0FBD04F05304D354B375823B69_inline (Field_1_t32151A22D4B1B5C1DFFDDACD9F3C78D19596507A* __this, Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Field_1_t32151A22D4B1B5C1DFFDDACD9F3C78D19596507A*, Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*, const RuntimeMethod*))Field_1_set_setter_mA45A1B2C3D2FCE0FBD04F05304D354B375823B69_gshared_inline)(__this, ___0_value, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IntField__ctor_m01170A091DE36EB6E36BD4988B04FC83CE07BA25 (IntField_t44A28D09F4CD0658E53FCED78D08513508256A9A* __this, const RuntimeMethod* method) ;
|
|
inline void Func_1__ctor_m475512287B9508E6D4721B3022635FED517234D1 (Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_m475512287B9508E6D4721B3022635FED517234D1_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
inline void Field_1_set_getter_m0D6269CE6AB37DC17FD68ED4DF23AAA7F5A111EE_inline (Field_1_t7F813BE8CAF3F3F635B34474DDD7B797C5B6CD2A* __this, Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Field_1_t7F813BE8CAF3F3F635B34474DDD7B797C5B6CD2A*, Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD*, const RuntimeMethod*))Field_1_set_getter_m0D6269CE6AB37DC17FD68ED4DF23AAA7F5A111EE_gshared_inline)(__this, ___0_value, method);
|
|
}
|
|
inline void Action_1__ctor_m1BA854F3F4319EA4A4294DDFDA21C395B8D0FF87 (Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m1BA854F3F4319EA4A4294DDFDA21C395B8D0FF87_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
inline void Field_1_set_setter_mEE3F70B069BC0ED608C28AB90F4AE5BD443E5D8F_inline (Field_1_t7F813BE8CAF3F3F635B34474DDD7B797C5B6CD2A* __this, Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Field_1_t7F813BE8CAF3F3F635B34474DDD7B797C5B6CD2A*, Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404*, const RuntimeMethod*))Field_1_set_setter_mEE3F70B069BC0ED608C28AB90F4AE5BD443E5D8F_gshared_inline)(__this, ___0_value, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FloatField__ctor_m7F65D8D59BFF5ADB91AA09D8FE3EF063BCF90BD9 (FloatField_t1B59A5C6B3DE8E8B696383C91240F265B89B753B* __this, const RuntimeMethod* method) ;
|
|
inline void Func_1__ctor_m94E0C712F86101E026834DA318C3FFF46DE49C71 (Func_1_t11C3830580201E0A3A3A2C76523B7905EF40BCF7* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_1_t11C3830580201E0A3A3A2C76523B7905EF40BCF7*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_m94E0C712F86101E026834DA318C3FFF46DE49C71_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
inline void Field_1_set_getter_m30D3C5756F57A4722D34CD27E76B82E5E2EE9E26_inline (Field_1_t644B86FEF42048CB531CD13D6477869470E12AD8* __this, Func_1_t11C3830580201E0A3A3A2C76523B7905EF40BCF7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Field_1_t644B86FEF42048CB531CD13D6477869470E12AD8*, Func_1_t11C3830580201E0A3A3A2C76523B7905EF40BCF7*, const RuntimeMethod*))Field_1_set_getter_m30D3C5756F57A4722D34CD27E76B82E5E2EE9E26_gshared_inline)(__this, ___0_value, method);
|
|
}
|
|
inline void Action_1__ctor_m770CD2F8BB65F2EDA5128CA2F96D71C35B23E859 (Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_1__ctor_m770CD2F8BB65F2EDA5128CA2F96D71C35B23E859_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
inline void Field_1_set_setter_m90E7EFD04883265D67E9F22A5F40E7DF693FB534_inline (Field_1_t644B86FEF42048CB531CD13D6477869470E12AD8* __this, Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Field_1_t644B86FEF42048CB531CD13D6477869470E12AD8*, Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A*, const RuntimeMethod*))Field_1_set_setter_m90E7EFD04883265D67E9F22A5F40E7DF693FB534_gshared_inline)(__this, ___0_value, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPanel_AddOcclusionContextStatsWidget_mBBDAD684776194C51A2E3010D8A59938BD7F746B (SettingsPanel_tF7EA42E89110BD08D9CE148CFE63B8DFC63A69DE* __this, DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* ___0_data, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPanel_AddInstanceCullingStatsWidget_mF9C247F7AF56C7FDF3B0D459DF7387E1C209332B (SettingsPanel_tF7EA42E89110BD08D9CE148CFE63B8DFC63A69DE* __this, DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* ___0_data, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass3_0__ctor_m9D53BA0B98D193D6EC91584B253D22ECFDE1A89A (U3CU3Ec__DisplayClass3_0_tE52C775842A473C8F901E83EBE8F4FE7551943B1* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple__ctor_m4B537B1B68B2CBBCF732EEF7C7019DEE49B56B8A (ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Table__ctor_m2C4DA9603E5F18A6A8B9E7B590A88A6319E0D5B5 (Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* DebugDisplayGPUResidentDrawer_AddInstanceCullerViewDataRow_m9F1A1FB82CC3344A6A3A2DC88D8EF67A67F8A767 (int32_t ___0_viewIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* DebugDisplayGPUResidentDrawer_AddInstanceOcclusionPassDataRow_mD27E269D6934863E7BD1A75433C1DD6F6B080A9B (int32_t ___0_eventIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m4B6078FB02177992D2D89D03034193B119FCC121 (U3CU3Ec__DisplayClass4_0_t8389B0AD45D035267299AC57A0AD96EA60F3BA6C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* DebugDisplayGPUResidentDrawer_AddOcclusionContextDataRow_mDCD25714EE18DC98C484BC29D6780364F36C371B (int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m795644A9581215B808B0A8ACF217AF65CA840E5E (U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 GPUResidentDrawer_GetGlobalSettingsFromRPAsset_m4710F7D4D983AEB1ADD00A40E7E4068C330C9A41 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GPUResidentDrawer_IsGPUResidentDrawerSupportedBySRP_m24CCB3D5623CD94D8DA06D20CE59806BC9D35922 (GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 ___0_settings, String_t** ___1_message, int32_t* ___2_severity, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GPUResidentDrawer_IsEnabled_m03CFAB6E2CE8D71361F5223C940F4C0A785A1116 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugDisplayGPUResidentDrawer_GetOcclusionContextsCounts_m60D0D1EBF103C8A3199281D3DC5CD2C318F98CE2 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF (int32_t ___0_val1, int32_t ___1_val2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugDisplayGPUResidentDrawer_GetInstanceCullerViewCount_m92894DC66DDDCC9E86096BBE082D1D306C2A085A (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 DebugDisplayGPUResidentDrawer_GetInstanceCullerViewStats_m0FBAB4D8A7F7B2AD56BABE57E5E0648B5686A85C (int32_t ___0_viewIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugDisplayGPUResidentDrawer_get_occlusionTestOverlayEnable_m9A235C5BC833535F37EF6521C8201C3CE29C51A5 (DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugDisplayGPUResidentDrawer_set_occlusionTestOverlayEnable_mA2EB2A26999F2D9AF42AA8E3E4636C26C2B742EB (DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugDisplayGPUResidentDrawer_get_occlusionTestOverlayCountVisible_m634A2AC553EFFABBE7867FF3F849B56854132881 (DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugDisplayGPUResidentDrawer_set_occlusionTestOverlayCountVisible_mB528723B0E9B869C1A316E1E96A992559BF6F7ED (DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugDisplayGPUResidentDrawer_get_overrideOcclusionTestToAlwaysPass_m540F53888B63B89065870B56B8981D23580A82E3 (DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugDisplayGPUResidentDrawer_set_overrideOcclusionTestToAlwaysPass_m20C4D9DC1E966A9C4C4D0D466F4BD38ADD30AE13 (DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugDisplayGPUResidentDrawer_set_displayBatcherStats_m59E27BDE577C32E337F723FEF8F63C6BC686C662 (DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugDisplayGPUResidentDrawer_GetInstanceOcclusionEventCount_mD84250B5B4DF8C05FAC630C7E60E9E27125E14A8 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD DebugDisplayGPUResidentDrawer_GetInstanceOcclusionEventStats_m602D50534C866EEB3661DA78C183640EE3224B94 (int32_t ___0_passIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8 (String_t* ___0_format, RuntimeObject* ___1_arg0, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DebugDisplayGPUResidentDrawer_OccluderVersionString_m7714E7A750D1B3965E3E07AC82B75EDCFFC0A265 (InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* ___0_stats, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DebugDisplayGPUResidentDrawer_OcclusionTestString_m1B455D1A286D34A76D5A3F9F0583852B93AEDB4B (InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* ___0_stats, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DebugDisplayGPUResidentDrawer_VisibleInstancesString_m379FD46F020F09A4F6104D0B903B87E6D5CF440E (InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* ___0_stats, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DebugDisplayGPUResidentDrawer_CulledInstancesString_mD981EA1AFC5F7D9E5FE201A576EF96E47FD545E7 (InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* ___0_stats, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DebugDisplayGPUResidentDrawer_VisiblePrimitivesString_mA9A2E88C6B9E671A2CB81B6C1E419353A5B8D7B1 (InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* ___0_stats, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DebugDisplayGPUResidentDrawer_CulledPrimitivesString_m67116AB84AB698B088998CD8C944E99D946DCA50 (InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* ___0_stats, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93 DebugDisplayGPUResidentDrawer_GetOccluderStats_mC14EA7475AC1AFC3C3252E433ADB1C537CD934A4 (int32_t ___0_occluderIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline (Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E float3_op_Multiply_m38F52B61F8E5636955A1A6DF3A75BD0724148350_inline (float ___0_lhs, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E math_cross_m4CA2DAE150C6381B0D05E8AA9E48E88CF6157180_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_x, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___1_y, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float math_dot_mE193D8880350D74CC8D63A0D53CDC5902F844AAD_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_x, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___1_y, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void float4__ctor_m2A21052EF06884F609D1CDA9A2C2ED84A7584345_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E* __this, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_xyz, float ___1_w, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_asuint_m503D1ABF19E4BA615FD8AE1BF1A2E103BBED6139_inline (float ___0_x, const RuntimeMethod* method) ;
|
|
inline NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 NativeList_1_AsArray_mD1E540EB5C863F0EDCA8396DE9541D9E5EC2A180 (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 (*) (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34*, const RuntimeMethod*))NativeList_1_AsArray_mD1E540EB5C863F0EDCA8396DE9541D9E5EC2A180_gshared)(__this, method);
|
|
}
|
|
inline NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 NativeArray_1_GetSubArray_m2B4EA9FF70CC0BFCB8DCD9630E730DDA436A1F8C (NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49* __this, int32_t ___0_start, int32_t ___1_length, const RuntimeMethod* method)
|
|
{
|
|
return (( NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 (*) (NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49*, int32_t, int32_t, const RuntimeMethod*))NativeArray_1_GetSubArray_m2B4EA9FF70CC0BFCB8DCD9630E730DDA436A1F8C_gshared)(__this, ___0_start, ___1_length, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 ReceiverPlanes_LightFacingFrustumPlaneSubArray_m995D1E681E0ED63DFA8489C582A2FCBAF1C9356B (ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2* __this, const RuntimeMethod* method) ;
|
|
inline int32_t NativeList_1_get_Length_m8842BCE2399B0730FC7584F095F1AC006D55886A_inline (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34*, const RuntimeMethod*))NativeList_1_get_Length_m8842BCE2399B0730FC7584F095F1AC006D55886A_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 ReceiverPlanes_SilhouettePlaneSubArray_m851F735918EE9297C64815C42AAD446BCBE55F4B (ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D (int32_t ___0_a, const RuntimeMethod* method) ;
|
|
inline void NativeList_1__ctor_m30050AB7384DD6D8F7C0421EAC17109FCE7C1F18 (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* __this, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___0_allocator, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34*, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148, const RuntimeMethod*))NativeList_1__ctor_m30050AB7384DD6D8F7C0421EAC17109FCE7C1F18_gshared)(__this, ___0_allocator, method);
|
|
}
|
|
inline JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 NativeList_1_Dispose_m32C1631CCAB960F45262F6F8FAF8DC0404C849B5 (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_inputDeps, const RuntimeMethod* method)
|
|
{
|
|
return (( JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 (*) (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34*, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08, const RuntimeMethod*))NativeList_1_Dispose_m32C1631CCAB960F45262F6F8FAF8DC0404C849B5_gshared)(__this, ___0_inputDeps, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReceiverPlanes_Dispose_mE53DCBAD81DDB002760FC5661F3B26330B62ACF4 (ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_job, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Matrix4x4_get_Item_m771C2EE3A3BFFBAC9F2AD07FFCAAF6146C1BE92A (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Matrix4x4_GetColumn_m5CE079D7A69DE70E3144BADD20A1651C73A8D118 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_UnaryNegation_mE451F7AD9633EB555659025C54DE0A15AE436283_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_a, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector4_op_Implicit_m0217ADDC8CADDB93ACBABB17A50207698DAB0071_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_v, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Plane_get_normal_mA161D94E6F7327BC111007C880B76E1731729EFB_inline (Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Dot_mBB86BB940AA0A32FA7D3C02AC42E5BC7095A5D52_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_lhs, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReceiverPlanes_IsSignBitSet_m115EC872F6B26CBF654D849659242E76E7850A09 (float ___0_x, const RuntimeMethod* method) ;
|
|
inline void NativeList_1_Add_m11D7D9AEF949F5358C251CCA89B1BEAA5C811D49 (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* __this, Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34*, Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C*, const RuntimeMethod*))NativeList_1_Add_m11D7D9AEF949F5358C251CCA89B1BEAA5C811D49_gshared)(__this, ___0_value, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Plane_get_distance_m2D50D2C23E2D9438272F876878015B38DAF5ED30_inline (Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Line_t8D244028CB246A8809C238B421BD36B0631DA731 Line_LineOfPlaneIntersectingPlane_m0ED39FE7E09D672A03C93AA51883CECB1FFF2EF8 (float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___0_a, float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___1_b, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E Line_PlaneContainingLineWithNormalPerpendicularToVector_m34DB45E98946F82ECB81242D6CE074AEF43E0CF0 (Line_t8D244028CB246A8809C238B421BD36B0631DA731 ___0_a, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___1_b, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float math_length_m6A2B63D7A3B84261C2F7FCAA2CB382288A57D257_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_x, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E float4_op_Division_mA82993BB826C4799764D5B0E543D0D7776F4F8A2_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___0_lhs, float ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 math_isnan_mED38B88FBA9F6236AD15DE1464A11EC9C79C2523_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___0_x, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool math_any_mF5CAEC62F24E2940A7F6702EE75F549A46456016_inline (bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___0_x, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Plane__ctor_mACA7F957A13DD97953808B8E0CF95EAD7D39463E_inline (Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_inNormal, float ___1_d, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Matrix4x4_GetPosition_m9C2F34474967E47C83886A2EC335DFE37B563E80 (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Plane_GetDistanceToPoint_m43E27525BB203513B13EF35F8EDB3785CA4AE6DC_inline (Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_point, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E Line_PlaneContainingLineAndPoint_m59813FE596901FCDFCA7E64A83841D14AB030402 (Line_t8D244028CB246A8809C238B421BD36B0631DA731 ___0_a, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___1_b, const RuntimeMethod* method) ;
|
|
inline JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 NativeList_1_Dispose_m43BDA69DE4F3A437A4BAD6AB97533841A999DF31 (NativeList_1_tA78554A4805525762FFDFAC177852313219B5383* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_inputDeps, const RuntimeMethod* method)
|
|
{
|
|
return (( JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 (*) (NativeList_1_tA78554A4805525762FFDFAC177852313219B5383*, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08, const RuntimeMethod*))NativeList_1_Dispose_m43BDA69DE4F3A437A4BAD6AB97533841A999DF31_gshared)(__this, ___0_inputDeps, method);
|
|
}
|
|
inline JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 NativeList_1_Dispose_m0FACBF9E47B138529F80FECF7FDFCC5DEAB21087 (NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_inputDeps, const RuntimeMethod* method)
|
|
{
|
|
return (( JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 (*) (NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7*, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08, const RuntimeMethod*))NativeList_1_Dispose_m0FACBF9E47B138529F80FECF7FDFCC5DEAB21087_gshared)(__this, ___0_inputDeps, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrustumPlaneCuller_Dispose_m802E9F4605F17D55D46C6C0D308830667DE0A08B (FrustumPlaneCuller_t8CD42C335DE2FBB33999860D65217D82FF749EAA* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_job, const RuntimeMethod* method) ;
|
|
inline void NativeList_1__ctor_m5621549719D2A85C6F278F4820E3B893870D8805 (NativeList_1_tA78554A4805525762FFDFAC177852313219B5383* __this, int32_t ___0_initialCapacity, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___1_allocator, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_tA78554A4805525762FFDFAC177852313219B5383*, int32_t, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148, const RuntimeMethod*))NativeList_1__ctor_m5621549719D2A85C6F278F4820E3B893870D8805_gshared)(__this, ___0_initialCapacity, ___1_allocator, method);
|
|
}
|
|
inline void NativeList_1__ctor_m781A6D8DB34A9BB40C315CD9AC3BEACCD89E31E2 (NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7* __this, int32_t ___0_initialCapacity, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___1_allocator, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7*, int32_t, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148, const RuntimeMethod*))NativeList_1__ctor_m781A6D8DB34A9BB40C315CD9AC3BEACCD89E31E2_gshared)(__this, ___0_initialCapacity, ___1_allocator, method);
|
|
}
|
|
inline void NativeList_1_ResizeUninitialized_m11C65766590A1E4E6C3E827FB5C86B2BB94F20D9 (NativeList_1_tA78554A4805525762FFDFAC177852313219B5383* __this, int32_t ___0_length, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_tA78554A4805525762FFDFAC177852313219B5383*, int32_t, const RuntimeMethod*))NativeList_1_ResizeUninitialized_m11C65766590A1E4E6C3E827FB5C86B2BB94F20D9_gshared)(__this, ___0_length, method);
|
|
}
|
|
inline void NativeList_1_ResizeUninitialized_m60D1E1D5072E1117AE990970AEC0C156D0F76944 (NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7* __this, int32_t ___0_length, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7*, int32_t, const RuntimeMethod*))NativeList_1_ResizeUninitialized_m60D1E1D5072E1117AE990970AEC0C156D0F76944_gshared)(__this, ___0_length, method);
|
|
}
|
|
inline void NativeList_1_Clear_m310A90DA9753E42FCDD8412981439E94F19F0E39 (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34*, const RuntimeMethod*))NativeList_1_Clear_m310A90DA9753E42FCDD8412981439E94F19F0E39_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReceiverSphereCuller_UseReceiverPlanes_mEA2EE8FE32563F3FBE40D6AADA9724719186674E (ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6* __this, const RuntimeMethod* method) ;
|
|
inline void NativeList_1_AddRange_mEE6335DEFE249BDE035F4CA1AA0F52D5FE38C88F (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* __this, NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 ___0_array, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34*, NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49, const RuntimeMethod*))NativeList_1_AddRange_mEE6335DEFE249BDE035F4CA1AA0F52D5FE38C88F_gshared)(__this, ___0_array, method);
|
|
}
|
|
inline void NativeList_1_set_Item_m4CCD80C758C69925CA734D1E1402D66E27F4E212_inline (NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7* __this, int32_t ___0_index, SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7*, int32_t, SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A, const RuntimeMethod*))NativeList_1_set_Item_m4CCD80C758C69925CA734D1E1402D66E27F4E212_gshared_inline)(__this, ___0_index, ___1_value, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlanePacket4__ctor_m1B67A6C35FB1B6B6BE21D76B496DA3531F636CC7 (PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B* __this, NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 ___0_planes, int32_t ___1_offset, int32_t ___2_limit, const RuntimeMethod* method) ;
|
|
inline void NativeList_1_set_Item_mD793B5345ECFF5C8752BD84D14D612AB16FC228B_inline (NativeList_1_tA78554A4805525762FFDFAC177852313219B5383* __this, int32_t ___0_index, PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_tA78554A4805525762FFDFAC177852313219B5383*, int32_t, PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B, const RuntimeMethod*))NativeList_1_set_Item_mD793B5345ECFF5C8752BD84D14D612AB16FC228B_gshared_inline)(__this, ___0_index, ___1_value, method);
|
|
}
|
|
inline void NativeList_1_Dispose_m77CC3DBC60106FBEB1B21A01803D1990990BA9DE (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34*, const RuntimeMethod*))NativeList_1_Dispose_m77CC3DBC60106FBEB1B21A01803D1990990BA9DE_gshared)(__this, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E float3_get_xxxx_mA6AD50CF981609B495FD7C53EEAB7D61DE73F892_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E float3_get_yyyy_mB6E38BE809A21BFDA2B8C50550772688DED62F87_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E float3_get_zzzz_mB027C227FD1F33215575C08462A2E01672EEF86E_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool4__ctor_m2A59D4A3453F6D4B684BABDF76792A2F28112307_inline (bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619* __this, bool ___0_v, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E float4_op_Multiply_m0E98338FB7DFF55B101EBCD78A8703ADB9C08667_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___0_lhs, float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E float4_op_Addition_m2CF2E1B2DAD4996DE3C5B6DFB90185E4CC8F0F44_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___0_lhs, float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 float4_op_LessThan_mE58C0AE08E7145B15A2BE0280751B39BB4B9B4AF_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___0_lhs, float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 bool4_op_BitwiseOr_mEA4CFA895D210A3B2D79011D473F4A17B3BF2DDA_inline (bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___0_lhs, bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline (int32_t ___0_a, int32_t ___1_b, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void float4__ctor_mB2F7F2D8BCE8159BEF5A0D6400499E211858ED2D_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E* __this, float ___0_x, float ___1_y, float ___2_z, float ___3_w, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E math_abs_m3520AF73CED32CCB365373E2AACD939AA8D281A7_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___0_x, const RuntimeMethod* method) ;
|
|
inline void NativeList_1__ctor_m2C334557C31C567C03E7897E40791C9161A2E517 (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF* __this, int32_t ___0_initialCapacity, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___1_allocator, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF*, int32_t, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148, const RuntimeMethod*))NativeList_1__ctor_m2C334557C31C567C03E7897E40791C9161A2E517_gshared)(__this, ___0_initialCapacity, ___1_allocator, method);
|
|
}
|
|
inline JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 NativeList_1_Dispose_m8F708559E2FDBFF76B2F2034819D70E4591175D0 (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_inputDeps, const RuntimeMethod* method)
|
|
{
|
|
return (( JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 (*) (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF*, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08, const RuntimeMethod*))NativeList_1_Dispose_m8F708559E2FDBFF76B2F2034819D70E4591175D0_gshared)(__this, ___0_inputDeps, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReceiverSphereCuller_Dispose_mFCC83320D29032DBC7A3173ADFE8F764A472FFA5 (ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_job, const RuntimeMethod* method) ;
|
|
inline int32_t NativeList_1_get_Length_m125AA2673FEF8244B4ABAAE55ED919FCAFD76D48_inline (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF*, const RuntimeMethod*))NativeList_1_get_Length_m125AA2673FEF8244B4ABAAE55ED919FCAFD76D48_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float4x4_t7EDD16F7F57DC7F61A6302535F7C19FB97915DF2 float4x4_op_Implicit_mCDD72C5454A8DAFB2A659484006D18D5979BE6AB (Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 ___0_m, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 float3x3_op_Explicit_m96EE7F9704CC46B7F40AD13D81ADED7083A2522C (float4x4_t7EDD16F7F57DC7F61A6302535F7C19FB97915DF2 ___0_f4x4, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 math_transpose_mECD2E8FB703C258FFE6D446C231833E952B1E0B2_inline (float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 ___0_v, const RuntimeMethod* method) ;
|
|
inline void NativeList_1_ResizeUninitialized_m69A8DED1A29D55DDC2E1CBF7ECFDEC27DABA6423 (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF* __this, int32_t ___0_length, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF*, int32_t, const RuntimeMethod*))NativeList_1_ResizeUninitialized_m69A8DED1A29D55DDC2E1CBF7ECFDEC27DABA6423_gshared)(__this, ___0_length, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E math_mul_m4C38B3C1EB3A8DEBFD06421A2FCBE54E7CDC46EE_inline (float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 ___0_a, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___1_b, const RuntimeMethod* method) ;
|
|
inline void NativeList_1_set_Item_m09DA963CC6136F433B32EC13AFF1B1B6DA833993_inline (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF* __this, int32_t ___0_index, SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF*, int32_t, SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A, const RuntimeMethod*))NativeList_1_set_Item_m09DA963CC6136F433B32EC13AFF1B1B6DA833993_gshared_inline)(__this, ___0_index, ___1_value, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float math_abs_m3D9508B36B045BFE7B89C6C69AD34596264E4FE1_inline (float ___0_x, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float math_max_m4B454A91AE8827997609E74C4C24036BBD3CC496_inline (float ___0_x, float ___1_y, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float math_sqrt_mEF31DE7BD0179009683C5D7B0C58E6571B30CF4A_inline (float ___0_x, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ReceiverSphereCuller_DistanceUntilCylinderFullyCrossesPlane_m1E5B038B031E5090A38EE0FF6EFC405E4BDD63E1 (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_cylinderCenter, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___1_cylinderDirection, float ___2_cylinderRadius, Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C ___3_plane, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float math_min_m54FD010BEF505D2BA1F79FC793BEB0723C329C3B_inline (float ___0_x, float ___1_y, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float math_lengthsq_mE03E2168984FB33F53C2B3FE2E8D4759E78B57A2_inline (float ___0_x, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA float3_get_xy_mFD536022DC4F5162E2FE30328BE2418E4878349A_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float math_lengthsq_mDC7DB2DF1C069D45CE87BC737AF59CB0094042FA_inline (float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___0_x, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void float3__ctor_mC61002CD0EC13D7C37D846D021A78C028FB80DB9_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E* __this, float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float math_lengthsq_mC699F3F214F05B26BEBAF1B46E3AA3C00407A532_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_x, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* RenderersBatchersContext_get_occlusionCullingCommon_mB5106ABB84E6D34B14EBA467B292E39DDCB60C1D_inline (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUDrivenRendererDataCallback__ctor_m53E13F6345B5C0EF66C15468172649A9F9EB3986 (GPUDrivenRendererDataCallback_t4152C087393A384E442BAFE6B3AE0FAFB80C2EFF* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnFinishedCulling__ctor_mA202B9589AE563B23247C3094F5E5D7DB7EC943C (OnFinishedCulling_t94AEBB560F52F9A2FF21D11548FFE40CCF5417E1* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCullingBatcher__ctor_m98D5EFDC5F3AF7FF61DEE777748DBD66758A239B (InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* __this, RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* ___0_batcherContext, InstanceCullingBatcherDesc_t3D2118CDA49498761F63BA7776E58BB95A8D643A ___1_desc, OnFinishedCulling_t94AEBB560F52F9A2FF21D11548FFE40CCF5417E1* ___2_onFinishedCulling, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUDrivenProcessor_ClearMaterialFilters_m9B0FD6EB13E88552F0450125E28FBCB1E7790AAF (GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCullingBatcher_Dispose_m6A9FED11F52B4FD30BAF1ECE6676B853B9BCCA42 (InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParallelBitArray_get_IsCreated_m31B6CFD3C95548F523C3D074463B827B7CD7A535 (ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelBitArray_Dispose_m24CBECA125F3D0090E9786E6AF56CB2E6DE452C6 (ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCullingBatcher_OnEndContextRendering_mB4D41FEA107B3D5ECF9AF02F3937726021141A26 (InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCullingBatcher_OnBeginCameraRendering_mE389E1056E80885B9816E9231F9C3C2A42B72221 (InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCullingBatcher_OnEndCameraRendering_m189059E45FB5732F03BAFABF3421CDD68D81DEB1 (InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCullingBatcher_UpdateFrame_mD1B5D19FB7AB428A0E766E54E1E58821EF647457 (InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderersBatchersContext_UpdateFrame_mCFA782A62647ADD043E3247EFF36079A2426DAD4 (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCullingBatcher_DestroyMaterials_mF017E0AF2451934C0B8D3D9F7457FCDB3908F087 (InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_destroyedMaterials, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCullingBatcher_DestroyDrawInstances_m53512A8BD8DF31ADE89587FD55D5B4226F9F6A44 (InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* __this, NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C ___0_instances, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCullingBatcher_DestroyMeshes_m7CB28EB447BDD8A7EF2780BB3BA51A16239B91BD (InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_destroyedMeshes, const RuntimeMethod* method) ;
|
|
inline void NativeList_1__ctor_m9AFA3393ED1432DAA54312C91FA0601D65B6E24E (NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC* __this, int32_t ___0_initialCapacity, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___1_allocator, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC*, int32_t, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148, const RuntimeMethod*))NativeList_1__ctor_m9AFA3393ED1432DAA54312C91FA0601D65B6E24E_gshared)(__this, ___0_initialCapacity, ___1_allocator, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 RenderersBatchersContext_ScheduleQueryRendererGroupInstancesJob_m41084D427885CB440E7ACDD227EF915E37B24FA3 (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_rendererGroupIDs, NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC ___1_instances, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A (JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08* __this, const RuntimeMethod* method) ;
|
|
inline NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C NativeList_1_AsArray_mDD9590C17DD493AFFEFADEF0D927B0AF1EDAAD14 (NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C (*) (NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC*, const RuntimeMethod*))NativeList_1_AsArray_mDD9590C17DD493AFFEFADEF0D927B0AF1EDAAD14_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_DestroyDrawInstances_m9513A335709809ED850D1AF76E2A6FFCB8707AF9 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C ___0_instances, const RuntimeMethod* method) ;
|
|
inline void NativeList_1_Dispose_m4E734E41A08E07ADD53AFE661AA0155D86EAE58A (NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC*, const RuntimeMethod*))NativeList_1_Dispose_m4E734E41A08E07ADD53AFE661AA0155D86EAE58A_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderersBatchersContext_FreeRendererGroupInstances_m1BBD1A75AFD3CED5F347ED940D15EF20D303EA17 (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_rendererGroupsID, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RenderersBatchersContext_get_hasBoundingSpheres_mA6745C1F53546E926C85BC0B69E1E176E5C07B54 (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* InstanceCullingBatcher_get_culler_mBFCD2ACBB0F3D4A650233F186A5EB98D47A714D4 (InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_InstanceOcclusionTest_m8E12352E27A10F62B9C737C3C7D0394DBC416F15 (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* ___1_settings, ReadOnlySpan_1_tFBC0482980BECAC34D5B41E0EF4D72F24C6E3AF9 ___2_subviewOcclusionTests, RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* ___3_batchersContext, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OcclusionCullingCommon_UpdateInstanceOccluders_m66590207897221E9FA80265BBEB4E9E40708646D (OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123* ___1_occluderParams, ReadOnlySpan_1_t9B25EFB1CF91958EB1F59EE0FF50F09C87631AE8 ___2_occluderSubviewUpdates, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUDrivenProcessor_set_enablePartialRendering_m0F6F908F150030A9C2F4FC9B83ABF2026A698F9F (GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
inline ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 NativeArray_1_op_Implicit_m00183030196858D0016F2A18C13320B0366B4D00 (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_source, const RuntimeMethod* method)
|
|
{
|
|
return (( ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 (*) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, const RuntimeMethod*))NativeArray_1_op_Implicit_m00183030196858D0016F2A18C13320B0366B4D00_gshared)(___0_source, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUDrivenProcessor_EnableGPUDrivenRenderingAndDispatchRendererData_mAED2F4E1CCC7D10417FA4700E833FC9977A60431 (GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* __this, ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 ___0_renderersID, GPUDrivenRendererDataCallback_t4152C087393A384E442BAFE6B3AE0FAFB80C2EFF* ___1_callback, bool ___2_materialUpdateOnly, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 InstanceCullingBatcher_SchedulePackedMaterialCacheUpdate_m22B6C778DE0258BCEA6BFBB9F9278637010B5A0C (InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_materialIDs, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 ___1_packedMaterialDatas, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCullingBatcher_PostCullBeginCameraRendering_m8C7F421728438AB4A12BF864206727A08A2C30D6 (InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* __this, RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6 ___0_context, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderersBatchersContext_UpdateAmbientProbeAndGpuBuffer_m9635A08E6A72E53938EA2C332B7F37BFD6925535 (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, bool ___0_forceUpdate, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_FreeRendererGroupInstances_mB2929BF0DE2234256EB75CC078DE8441CA9594E9 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_rendererGroupIDs, const RuntimeMethod* method) ;
|
|
inline void NativeArray_1__ctor_m2B08A55873756E21BCB6D1C2CD1D3ED18D00BCA2 (NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m2B08A55873756E21BCB6D1C2CD1D3ED18D00BCA2_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderersBatchersContext_ReallocateAndGetInstances_m75003DE54327AFC9FC9226F543E2AA42ED4CA436 (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, GPUDrivenRendererGroupData_t8A323BA9775EF8B8B2D025EE16F29E81A770C568* ___0_rendererData, NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C ___1_instances, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 RenderersBatchersContext_ScheduleUpdateInstanceDataJob_m52A9965BBC3ACB0F00144C8D39E46478543B623B (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C ___0_instances, GPUDrivenRendererGroupData_t8A323BA9775EF8B8B2D025EE16F29E81A770C568* ___1_rendererData, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GPUInstanceDataBufferUploader_tE52D85AC36021AB1CE62BBC4EBD4C0EC72C99A53 RenderersBatchersContext_CreateDataBufferUploader_mE83CA3760B15FBD7BD9E8166D38C01ACA6DC4385 (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, int32_t ___0_capacity, int32_t ___1_instanceType, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GPUInstanceDataBufferUploader_AllocateUploadHandles_mAFB40A36A5FDAF5C560EB04B822012E57219A607_inline (GPUInstanceDataBufferUploader_tE52D85AC36021AB1CE62BBC4EBD4C0EC72C99A53* __this, int32_t ___0_handlesLength, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderersParameters_t5FE65DC16251F4C1775A6CDA267011B9794A3B2B RenderersBatchersContext_get_renderersParameters_mFAD826F98D88258ACEB3BAAB3BCA506E9DA8C54E_inline (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, const RuntimeMethod* method) ;
|
|
inline JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 GPUInstanceDataBufferUploader_WriteInstanceDataJob_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m5975E063AE0936A5910142D9573C1271A7C6AEAF (GPUInstanceDataBufferUploader_tE52D85AC36021AB1CE62BBC4EBD4C0EC72C99A53* __this, int32_t ___0_parameterIndex, NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 ___1_instanceData, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___2_gatherIndices, const RuntimeMethod* method)
|
|
{
|
|
return (( JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 (*) (GPUInstanceDataBufferUploader_tE52D85AC36021AB1CE62BBC4EBD4C0EC72C99A53*, int32_t, NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C, const RuntimeMethod*))GPUInstanceDataBufferUploader_WriteInstanceDataJob_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m5975E063AE0936A5910142D9573C1271A7C6AEAF_gshared)(__this, ___0_parameterIndex, ___1_instanceData, ___2_gatherIndices, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderersBatchersContext_SubmitToGpu_m7D51CAAFDF4D04FDB49B81F907ADA5C0023909BF (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C ___0_instances, GPUInstanceDataBufferUploader_tE52D85AC36021AB1CE62BBC4EBD4C0EC72C99A53* ___1_uploader, bool ___2_submitOnlyWrittenParams, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderersBatchersContext_ChangeInstanceBufferVersion_m8BDA9E1B471724D930283E832CDC1C4D1172499C (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUInstanceDataBufferUploader_Dispose_m0D8CBA64EB57BF6554F97E74B238F0A159B574B5 (GPUInstanceDataBufferUploader_tE52D85AC36021AB1CE62BBC4EBD4C0EC72C99A53* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderersBatchersContext_InitializeInstanceTransforms_m3346F85D05A58656054559FF0D221E5F5D42C813 (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C ___0_instances, NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 ___1_localToWorldMatrices, NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 ___2_prevLocalToWorldMatrices, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCullingBatcher_BuildBatch_mCCF451A6EF0FDA419A13DA10D82E854480B2CFFD (InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* __this, NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C ___0_instances, GPUDrivenRendererGroupData_t8A323BA9775EF8B8B2D025EE16F29E81A770C568* ___1_rendererData, bool ___2_registerMaterialsAndMeshes, const RuntimeMethod* method) ;
|
|
inline void NativeArray_1_Dispose_m2C67EBF40272FAE50ACAE7825D1C71C673CE32C7 (NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C*, const RuntimeMethod*))NativeArray_1_Dispose_m2C67EBF40272FAE50ACAE7825D1C71C673CE32C7_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_ProcessTrees_mA20D5412045E8AE5E485DE8F50B350F0A88538B7 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCullingBatcher_OnFinishedCulling_mA2C92EE1760B83D8F49B13F81E6736E488ACBF70 (InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* __this, intptr_t ___0_customCullingResult, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RenderersBatchersContext_GetAliveInstancesOfType_mAB16FC96B0BC9357E0DC9FA279AD4844AE0BBD60 (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, int32_t ___0_instanceType, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 InstanceCullingBatcher_GetCompactedVisibilityMasks_m56336BD173368549DEDC4D743382E3311D29B144 (InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* __this, bool ___0_syncCullingJobs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C RenderersBatchersContext_get_aliveInstances_m464BB51D736CC6E53816E92B54FA52E20A6AB992 (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelBitArray__ctor_m7BB9EA31D2DF48FD4BE5D8773C539A76C5D4E6E4 (ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ParallelBitArray_get_Length_m82FE0E2AC9FAB29DA67E28FFAEA04EB642955B08_inline (ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelBitArray_Resize_mA268182EEF9B41198BFC3780A74CF12D9B232011 (ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317* __this, int32_t ___0_newLength, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34 (const RuntimeMethod* method) ;
|
|
inline void NativeList_1__ctor_m98E15AF6E12EDECAB34F6D2B40A8D5201465427E (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* __this, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___0_allocator, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148, const RuntimeMethod*))NativeList_1__ctor_m98E15AF6E12EDECAB34F6D2B40A8D5201465427E_gshared)(__this, ___0_allocator, method);
|
|
}
|
|
inline void NativeList_1__ctor_m35799C0CFA6E16DDB0DB2720C37F56A31014D29C (NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC* __this, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___0_allocator, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC*, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148, const RuntimeMethod*))NativeList_1__ctor_m35799C0CFA6E16DDB0DB2720C37F56A31014D29C_gshared)(__this, ___0_allocator, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderersBatchersContext_GetVisibleTreeInstances_m5C91EC91858A7EA240EF72E870C8C6A14D1FCC7F (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317* ___0_compactedVisibilityMasks, ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317* ___1_processedBits, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 ___2_visibeTreeRendererIDs, NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC ___3_visibeTreeInstances, bool ___4_becomeVisibleOnly, int32_t* ___5_becomeVisibeTreeInstancesCount, const RuntimeMethod* method) ;
|
|
inline int32_t NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_inline (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*, const RuntimeMethod*))NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_gshared_inline)(__this, method);
|
|
}
|
|
inline NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6 (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C (*) (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*, const RuntimeMethod*))NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6_gshared)(__this, method);
|
|
}
|
|
inline NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C NativeArray_1_GetSubArray_m7A2E07EAE629213B862B7441AF74BE9A8BEEDC10 (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, int32_t ___0_start, int32_t ___1_length, const RuntimeMethod* method)
|
|
{
|
|
return (( NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C (*) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, int32_t, int32_t, const RuntimeMethod*))NativeArray_1_GetSubArray_m7A2E07EAE629213B862B7441AF74BE9A8BEEDC10_gshared)(__this, ___0_start, ___1_length, method);
|
|
}
|
|
inline NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C NativeArray_1_GetSubArray_mF9859B73C8B04FE2136D339F27042DFA7AB2227C (NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C* __this, int32_t ___0_start, int32_t ___1_length, const RuntimeMethod* method)
|
|
{
|
|
return (( NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C (*) (NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C*, int32_t, int32_t, const RuntimeMethod*))NativeArray_1_GetSubArray_mF9859B73C8B04FE2136D339F27042DFA7AB2227C_gshared)(__this, ___0_start, ___1_length, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_UpdateSpeedTreeWindAndUploadWindParamsToGPU_m1E26807F0F67557341970AC983776178A0E90490 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_treeRendererIDs, NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C ___1_treeInstances, bool ___2_history, const RuntimeMethod* method) ;
|
|
inline void NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*, const RuntimeMethod*))NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E_gshared)(__this, method);
|
|
}
|
|
inline void NativeArray_1__ctor_mD0F26C30D505CF393A50CEAD19D9BAAD3E77CB87 (NativeArray_1_t727E0B11B40EA7D6477F67D79DA7B7F7C383735E* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeArray_1_t727E0B11B40EA7D6477F67D79DA7B7F7C383735E*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_mD0F26C30D505CF393A50CEAD19D9BAAD3E77CB87_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnly_tE69A412FE71F8B82F4822C181711AAA37F3BC5BC RenderersBatchersContext_get_instanceDataBuffer_m085CC45CC334F7C4AFFC82F08FE9041267BC3FC0 (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadOnly_CPUInstanceArrayToGPUInstanceArray_m246175FBDE0C68B01CF4B8B0F73087368CA7ACF3 (ReadOnly_tE69A412FE71F8B82F4822C181711AAA37F3BC5BC* __this, NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C ___0_instances, NativeArray_1_t727E0B11B40EA7D6477F67D79DA7B7F7C383735E ___1_gpuInstanceIndices, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderersBatchersContext_UpdateInstanceWindDataHistory_m08DA4EE6C170DEA9C8A9B876071CEB4804438173 (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, NativeArray_1_t727E0B11B40EA7D6477F67D79DA7B7F7C383735E ___0_gpuInstanceIndices, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t GPUInstanceDataBufferUploader_GetUploadBufferPtr_m0CB3210A88F79E17329FDE29AD57C33C975D55DD (GPUInstanceDataBufferUploader_tE52D85AC36021AB1CE62BBC4EBD4C0EC72C99A53* __this, const RuntimeMethod* method) ;
|
|
inline int32_t GPUInstanceDataBufferUploader_PrepareParamWrite_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_mC35E18D84F8E3D9FF126791C5ED119AFAF6A1B92 (GPUInstanceDataBufferUploader_tE52D85AC36021AB1CE62BBC4EBD4C0EC72C99A53* __this, int32_t ___0_parameterIndex, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (GPUInstanceDataBufferUploader_tE52D85AC36021AB1CE62BBC4EBD4C0EC72C99A53*, int32_t, const RuntimeMethod*))GPUInstanceDataBufferUploader_PrepareParamWrite_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_mC35E18D84F8E3D9FF126791C5ED119AFAF6A1B92_gshared)(__this, ___0_parameterIndex, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t GPUInstanceDataBufferUploader_GetUIntPerInstance_mE171D8F73FE5CDE5D3F83C730F31877B8649A59C_inline (GPUInstanceDataBufferUploader_tE52D85AC36021AB1CE62BBC4EBD4C0EC72C99A53* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SpeedTreeWindManager_UpdateWindAndWriteBufferWindParams_m23A5F63BB153D53BFFC964F460A96FBCED2E2365 (ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 ___0_renderersID, SpeedTreeWindParamsBufferIterator_t1A1ABDB77C12F567E52E4779294882FD6099D8BA ___1_windParams, bool ___2_history, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderersBatchersContext_SubmitToGpu_m522529681D96803ECD637E642083FD54D8FBAAB6 (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, NativeArray_1_t727E0B11B40EA7D6477F67D79DA7B7F7C383735E ___0_gpuInstanceIndices, GPUInstanceDataBufferUploader_tE52D85AC36021AB1CE62BBC4EBD4C0EC72C99A53* ___1_uploader, bool ___2_submitOnlyWrittenParams, const RuntimeMethod* method) ;
|
|
inline void NativeArray_1_Dispose_mB7356672FF7B43E7BA9814A15428B812950C65CA (NativeArray_1_t727E0B11B40EA7D6477F67D79DA7B7F7C383735E* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeArray_1_t727E0B11B40EA7D6477F67D79DA7B7F7C383735E*, const RuntimeMethod*))NativeArray_1_Dispose_mB7356672FF7B43E7BA9814A15428B812950C65CA_gshared)(__this, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 GPUResidentDrawer_get_settings_m3F0472441E9F1191B0E0FC43B6D8BBF004EAF3C6_inline (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* GPUResidentDrawer_get_batcher_m03715B9C280D664F90B0B1F592D9C3ADD212F9F3_inline (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_PostCullBeginCameraRendering_m9C006EAC8C65FBC1B7DD3F9F4123E071EC1D2F44 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6 ___0_context, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_OnSetupAmbientProbe_mDCAD4C9AE21158471F846321EA2A58DBDA1914A6 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_InstanceOcclusionTest_mCDEFBDADDB90AA06A2E1394B5B80E807CBB5AA43 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* ___1_settings, ReadOnlySpan_1_tFBC0482980BECAC34D5B41E0EF4D72F24C6E3AF9 ___2_subviewOcclusionTests, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_UpdateInstanceOccluders_m5570E1F11C12314DD68EA4A1B9B4EE0473FD6A18 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123* ___1_occluderParams, ReadOnlySpan_1_t9B25EFB1CF91958EB1F59EE0FF50F09C87631AE8 ___2_occluderSubviewUpdates, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* GPUResidentBatcher_get_occlusionCullingCommon_mCC135850F6B339139CBA5E60715E4B059195CBC7 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OcclusionCullingCommon_RenderDebugOcclusionTestOverlay_mFC06DC3F4302109DCBCE0016F77FDC7221C0F850 (OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* ___1_debugSettings, int32_t ___2_viewInstanceID, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___3_colorBuffer, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OcclusionCullingCommon_RenderDebugOccluderOverlay_mDCEE8545488D66BAFEEC82CA0A5B078EF76F1719 (OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* ___1_debugSettings, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___2_screenPos, float ___3_maxHeight, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___4_colorBuffer, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* RenderersBatchersContext_get_debugStats_m26AAE0C2CF41DBE02DD210D1FDDB808F8A88CB87_inline (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F PlayerLoop_GetCurrentPlayerLoop_mDC8CBE388799E9CF78200030C101875B1ABD4BA3 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ;
|
|
inline void List_1__ctor_mFEECC8D3F82BB0A022FC84C60FE2CE3F0C456172 (List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52*, const RuntimeMethod*))List_1__ctor_mFEECC8D3F82BB0A022FC84C60FE2CE3F0C456172_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UpdateFunction__ctor_m0D1D766F22D02176396DA6745A60EA046EE8227B (UpdateFunction_t1C48B7EECBE47AC123A9D9D7D9D2A9EE951C56C4* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00 (Delegate_t* ___0_a, Delegate_t* ___1_b, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
inline void List_1_Add_m20B47157F68B2A1C1C92F34C111874885F78607A_inline (List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52* __this, PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52*, PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F, const RuntimeMethod*))List_1_Add_m20B47157F68B2A1C1C92F34C111874885F78607A_gshared_inline)(__this, ___0_item, method);
|
|
}
|
|
inline PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* List_1_ToArray_mF1B4B099D6EC830C7AE856231485FF238F2985E3 (List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* (*) (List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52*, const RuntimeMethod*))List_1_ToArray_mF1B4B099D6EC830C7AE856231485FF238F2985E3_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlayerLoop_SetPlayerLoop_m7D2DB1287D886B0AC17C24F86C897C82A813D01B (PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F ___0_loop, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172 (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderPipelineAsset_t5F9BF815BF931E1314B184E7F9070FB649C7054E* GraphicsSettings_get_currentRenderPipeline_mEC94DC23DE4F901D6A629E2DE882982686AF75F1 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GPUResidentDrawer_IsForcedOnViaCommandLine_mC2F9713BA2691A02C23E22E59DDC30E41289539F (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GPUResidentDrawer_IsOcclusionForcedOnViaCommandLine_mA0CD2D200E26C820386D92E58645EF2FF0B02FDA (const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GPUResidentDrawer_get_ForceOcclusion_m6C97AA5F01C6062E108460F76FB92745C07CB4CC_inline (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_Recreate_m09E096E3492D77EE4A3D0D070FA53D2017AD6874 (GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 ___0_settings, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_Dispose_mD5709371AD0309C33F25511B22C7C1DCD6AC234D (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_CleanUp_mF773237C2F3AEF0251249FFD56C02F7A650EE9C2 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer__ctor_m3B65B01D5C54231BF2D7C4C65B4FA11DDA8CCA1A (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 ___0_settings, int32_t ___1_maxInstanceCount, int32_t ___2_maxTreeInstanceCount, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_LogMessage_m7FF3E65D1A87DF183F9D29254AE637D842B88D41 (String_t* ___0_message, int32_t ___1_severity, const RuntimeMethod* method) ;
|
|
inline GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* GraphicsSettings_GetRenderPipelineSettings_TisGPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F_mA20CF00708DEE93E14AD14947837BC1D9E8DA350 (const RuntimeMethod* method)
|
|
{
|
|
return (( GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* (*) (const RuntimeMethod*))GraphicsSettings_GetRenderPipelineSettings_TisRuntimeObject_mE2EF737215ED168685806935CE4460AB2D8E2BCE_gshared)(method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderersBatchersContextDesc_t47AEE1367DEEF0614191847ED49C575067AE4D1A RenderersBatchersContextDesc_NewDefault_m60D7888149F2142AA66FECE97FDB3D098A3EC7DA (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceNumInfo__ctor_mCFED34B4FC73F15366339611E22502A8366B016C (InstanceNumInfo_t7A1D777B0536C5D51D71D86E0EFD10A47D28BCF5* __this, int32_t ___0_meshRendererNum, int32_t ___1_speedTreeNum, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InstanceCullingBatcherDesc_t3D2118CDA49498761F63BA7776E58BB95A8D643A InstanceCullingBatcherDesc_NewDefault_mC543DB9EBF6418504763D8C66FCD457AC5A8B9AF (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUDrivenProcessor__ctor_m948EF9E39B2F0A3F9D2936805C9CC95B46C19019 (GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderersBatchersContext__ctor_m0284FF6010F6BE127276B918BCB7F8D488D82C33 (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, RenderersBatchersContextDesc_t47AEE1367DEEF0614191847ED49C575067AE4D1A* ___0_desc, GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* ___1_gpuDrivenProcessor, GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* ___2_resources, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher__ctor_mE43D45A4CCB93B7DD21D5FB49C4D6BA16DEC72B2 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* ___0_batcherContext, InstanceCullingBatcherDesc_t3D2118CDA49498761F63BA7776E58BB95A8D643A ___1_instanceCullerBatcherDesc, GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* ___2_gpuDrivenProcessor, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDispatcher__ctor_mC47EC34BD0F2B8E8FFF9300AEBF7C65AF1055961 (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* __this, const RuntimeMethod* method) ;
|
|
inline void ObjectDispatcher_EnableTypeTracking_TisLODGroup_tA4C4F98D3F698143BC7529146AB31A3D2EF24D9A_m4F3AB0C7A1DC755E20D3862E114759E9EE3C3812 (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* __this, int32_t ___0_typeTrackingMask, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69*, int32_t, const RuntimeMethod*))ObjectDispatcher_EnableTypeTracking_TisRuntimeObject_mFCF95FC68E55C2C41FC08522352CA8C8136EAFBC_gshared)(__this, ___0_typeTrackingMask, method);
|
|
}
|
|
inline void ObjectDispatcher_EnableTypeTracking_TisMesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4_m3883BB97F67780D1CB18B067D342DA2A134A8B21 (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* __this, int32_t ___0_typeTrackingMask, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69*, int32_t, const RuntimeMethod*))ObjectDispatcher_EnableTypeTracking_TisRuntimeObject_mFCF95FC68E55C2C41FC08522352CA8C8136EAFBC_gshared)(__this, ___0_typeTrackingMask, method);
|
|
}
|
|
inline void ObjectDispatcher_EnableTypeTracking_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mD5365E4996CD49271D4DCD5A82877D2B979E5F0B (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* __this, int32_t ___0_typeTrackingMask, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69*, int32_t, const RuntimeMethod*))ObjectDispatcher_EnableTypeTracking_TisRuntimeObject_mFCF95FC68E55C2C41FC08522352CA8C8136EAFBC_gshared)(__this, ___0_typeTrackingMask, method);
|
|
}
|
|
inline void ObjectDispatcher_EnableTypeTracking_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_mE7983A612740D5745E327FE2BF01BC9FEBE79102 (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* __this, int32_t ___0_typeTrackingMask, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69*, int32_t, const RuntimeMethod*))ObjectDispatcher_EnableTypeTracking_TisRuntimeObject_mFCF95FC68E55C2C41FC08522352CA8C8136EAFBC_gshared)(__this, ___0_typeTrackingMask, method);
|
|
}
|
|
inline void ObjectDispatcher_EnableTypeTracking_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m0758F11E5777F93192480C568F3EEAB045156AF5 (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* __this, int32_t ___0_typeTrackingMask, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69*, int32_t, const RuntimeMethod*))ObjectDispatcher_EnableTypeTracking_TisRuntimeObject_mFCF95FC68E55C2C41FC08522352CA8C8136EAFBC_gshared)(__this, ___0_typeTrackingMask, method);
|
|
}
|
|
inline void ObjectDispatcher_EnableTransformTracking_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_mC5E55A5337054B3A134A92CD878A36DCAD9DDF10 (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* __this, int32_t ___0_trackingType, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69*, int32_t, const RuntimeMethod*))ObjectDispatcher_EnableTransformTracking_TisRuntimeObject_m482E27E5FBE062E349A8722DC11A2772F8F76C8F_gshared)(__this, ___0_trackingType, method);
|
|
}
|
|
inline void ObjectDispatcher_EnableTransformTracking_TisLODGroup_tA4C4F98D3F698143BC7529146AB31A3D2EF24D9A_m72AF00D58EDBD935A7D45DC322850E04A6D9DBD7 (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* __this, int32_t ___0_trackingType, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69*, int32_t, const RuntimeMethod*))ObjectDispatcher_EnableTransformTracking_TisRuntimeObject_m482E27E5FBE062E349A8722DC11A2772F8F76C8F_gshared)(__this, ___0_trackingType, method);
|
|
}
|
|
inline void UnityAction_2__ctor_m0E0C01B7056EB1CB1E6C6F4FC457EBCA3F6B0041 (UnityAction_2_t1C08AEB5AA4F72FEFAB7F303E33C8CFFF80A8C3A* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnityAction_2_t1C08AEB5AA4F72FEFAB7F303E33C8CFFF80A8C3A*, RuntimeObject*, intptr_t, const RuntimeMethod*))UnityAction_2__ctor_m7445B0F04ECB8542147C3C9B963A792140CFAD0A_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SceneManager_add_sceneLoaded_m14BEBCC5E4A8DD2C806A48D79A4773315CB434C6 (UnityAction_2_t1C08AEB5AA4F72FEFAB7F303E33C8CFFF80A8C3A* ___0_value, const RuntimeMethod* method) ;
|
|
inline void Action_2__ctor_mE4EA7371FB4F7B732348CB60755BE18E1CFFF966 (Action_2_t6D9E9C15AEDCB64542D2BB7BFFA1C9560CBDADE6* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_t6D9E9C15AEDCB64542D2BB7BFFA1C9560CBDADE6*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_2__ctor_m80999490097638177C6B639CEA321424D5BB0991_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderPipelineManager_add_beginContextRendering_mA3DADFA0593017C8A53DF5F1763AFFFA010EAF12 (Action_2_t6D9E9C15AEDCB64542D2BB7BFFA1C9560CBDADE6* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderPipelineManager_add_endContextRendering_mCDBFF605A0CB1AED0D63D813BDD45F81AA95104A (Action_2_t6D9E9C15AEDCB64542D2BB7BFFA1C9560CBDADE6* ___0_value, const RuntimeMethod* method) ;
|
|
inline void Action_2__ctor_mBEB5B9B513FE305CE98CA8065CC6E6CC0E5A4D51 (Action_2_t8E07914D7090FF200FE84404EEEFAF3CE183C9F3* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Action_2_t8E07914D7090FF200FE84404EEEFAF3CE183C9F3*, RuntimeObject*, intptr_t, const RuntimeMethod*))Action_2__ctor_m80999490097638177C6B639CEA321424D5BB0991_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderPipelineManager_add_beginCameraRendering_m44DF94A62BE65F929101983FACE63BA4FE4B584A (Action_2_t8E07914D7090FF200FE84404EEEFAF3CE183C9F3* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderPipelineManager_add_endCameraRendering_m664BCFE6FCD9D3172DF3157777EA3B45BF11476C (Action_2_t8E07914D7090FF200FE84404EEEFAF3CE183C9F3* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shader_EnableKeyword_m2449D6D86962FA7F5D1ED2B165EF63B019CBCCF1 (String_t* ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_InsertIntoPlayerLoop_mBDEE8B11EE73F12439561D73E4A2A3C8D6861007 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SceneManager_remove_sceneLoaded_m72A7C2A1B8EF1C21A208A9A015375577768B3978 (UnityAction_2_t1C08AEB5AA4F72FEFAB7F303E33C8CFFF80A8C3A* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderPipelineManager_remove_beginContextRendering_m16FFBADFFF0251FA6AD1571EB7340047A92A8D83 (Action_2_t6D9E9C15AEDCB64542D2BB7BFFA1C9560CBDADE6* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderPipelineManager_remove_endContextRendering_m5064BA9F492389F7B9D1E2EE5832DF5E94F73D5E (Action_2_t6D9E9C15AEDCB64542D2BB7BFFA1C9560CBDADE6* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderPipelineManager_remove_beginCameraRendering_m6A9B576247B531A6C1C715870A37343AC702976E (Action_2_t8E07914D7090FF200FE84404EEEFAF3CE183C9F3* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderPipelineManager_remove_endCameraRendering_m0EC9DE4937A7B58074E35E75CCDE819D4A1E302A (Action_2_t8E07914D7090FF200FE84404EEEFAF3CE183C9F3* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_RemoveFromPlayerLoop_m18F5D085D7C67EEA7EFDB5ABC52AB8C343CA5CAF (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Shader_DisableKeyword_m20FCB3643CD53D86E46DA431DA971E59D49DAF88 (String_t* ___0_keyword, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDispatcher_Dispose_mC0F31767E6DC1449A8F1400EC0690231A5ED1529 (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_Dispose_m027050D276B285BED80401912FB6B3D0BADC90AD (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderersBatchersContext_Dispose_mD6CFED69D7F9007FBA28516C2A6CCD9394D1FC3E (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUDrivenProcessor_Dispose_mD3F1E82CFEF59FC3B70403377D137093758554C7 (GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_PostPostLateUpdate_m94401477ABD5387DBAAD1D6A1CC39E59AE1E2EEB (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271_inline (intptr_t ___0_value1, intptr_t ___1_value2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ScriptableRenderContext_Internal_GetPtr_m6265FA2C9D627F93662781E1CA82084AFCC234CA (ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_OnBeginContextRendering_mFCE0FA21DAB11BC5B770CB5C63F14C32B2ECC30F (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_OnEndContextRendering_mDC1CCC712A83C48E61D34E56BE21B5458C77BB61 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_OnBeginCameraRendering_m818CA5BB64950FFCF566414C70CC5D8B6D96A922 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_OnEndCameraRendering_mC31C1F8395CEED9B4AD6321DACC36E9115666885 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method) ;
|
|
inline TransformDispatchData_tDD80F62146EC1E25A25FD4C562BED0C52731E1B4 ObjectDispatcher_GetTransformChangesAndClear_TisLODGroup_tA4C4F98D3F698143BC7529146AB31A3D2EF24D9A_mDEB7DD3B198B59D0716CF2353A2D2DBA419BAEAD (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* __this, int32_t ___0_trackingType, int32_t ___1_allocator, const RuntimeMethod* method)
|
|
{
|
|
return (( TransformDispatchData_tDD80F62146EC1E25A25FD4C562BED0C52731E1B4 (*) (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69*, int32_t, int32_t, const RuntimeMethod*))ObjectDispatcher_GetTransformChangesAndClear_TisRuntimeObject_m37EE64470D14E45FD0783D9B34F36AB075B0B959_gshared)(__this, ___0_trackingType, ___1_allocator, method);
|
|
}
|
|
inline TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F ObjectDispatcher_GetTypeChangesAndClear_TisLODGroup_tA4C4F98D3F698143BC7529146AB31A3D2EF24D9A_mFCCDA5A10F448CF8FF70B5CA6DC09B631B528AA8 (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* __this, int32_t ___0_allocator, bool ___1_sortByInstanceID, bool ___2_noScriptingArray, const RuntimeMethod* method)
|
|
{
|
|
return (( TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F (*) (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69*, int32_t, bool, bool, const RuntimeMethod*))ObjectDispatcher_GetTypeChangesAndClear_TisRuntimeObject_m240EF0622520509C9B3D4CA0ECF66C1CA59A517F_gshared)(__this, ___0_allocator, ___1_sortByInstanceID, ___2_noScriptingArray, method);
|
|
}
|
|
inline TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F ObjectDispatcher_GetTypeChangesAndClear_TisMesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4_m815939888DE3D2906DA83716E96633DEDD479C8B (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* __this, int32_t ___0_allocator, bool ___1_sortByInstanceID, bool ___2_noScriptingArray, const RuntimeMethod* method)
|
|
{
|
|
return (( TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F (*) (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69*, int32_t, bool, bool, const RuntimeMethod*))ObjectDispatcher_GetTypeChangesAndClear_TisRuntimeObject_m240EF0622520509C9B3D4CA0ECF66C1CA59A517F_gshared)(__this, ___0_allocator, ___1_sortByInstanceID, ___2_noScriptingArray, method);
|
|
}
|
|
inline TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F ObjectDispatcher_GetTypeChangesAndClear_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m0BA9DAE0D1A191ADB985AE426A727922792F5B75 (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* __this, int32_t ___0_allocator, bool ___1_sortByInstanceID, bool ___2_noScriptingArray, const RuntimeMethod* method)
|
|
{
|
|
return (( TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F (*) (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69*, int32_t, bool, bool, const RuntimeMethod*))ObjectDispatcher_GetTypeChangesAndClear_TisRuntimeObject_m240EF0622520509C9B3D4CA0ECF66C1CA59A517F_gshared)(__this, ___0_allocator, ___1_sortByInstanceID, ___2_noScriptingArray, method);
|
|
}
|
|
inline TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F ObjectDispatcher_GetTypeChangesAndClear_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_m26DDB5DA92262DBFE26F53C77DC86971CCA7145E (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* __this, int32_t ___0_allocator, bool ___1_sortByInstanceID, bool ___2_noScriptingArray, const RuntimeMethod* method)
|
|
{
|
|
return (( TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F (*) (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69*, int32_t, bool, bool, const RuntimeMethod*))ObjectDispatcher_GetTypeChangesAndClear_TisRuntimeObject_m240EF0622520509C9B3D4CA0ECF66C1CA59A517F_gshared)(__this, ___0_allocator, ___1_sortByInstanceID, ___2_noScriptingArray, method);
|
|
}
|
|
inline TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F ObjectDispatcher_GetTypeChangesAndClear_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_mDB080F3A400018256AD1E54C7F30D8A8ECEC19DE (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* __this, int32_t ___0_allocator, bool ___1_sortByInstanceID, bool ___2_noScriptingArray, const RuntimeMethod* method)
|
|
{
|
|
return (( TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F (*) (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69*, int32_t, bool, bool, const RuntimeMethod*))ObjectDispatcher_GetTypeChangesAndClear_TisRuntimeObject_m240EF0622520509C9B3D4CA0ECF66C1CA59A517F_gshared)(__this, ___0_allocator, ___1_sortByInstanceID, ___2_noScriptingArray, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_ClassifyMaterials_m07623E4BDE7E899A29EB6E9A9DA2B9FA78ACC722 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_materials, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___1_unsupportedMaterials, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___2_supportedMaterials, NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* ___3_supportedPackedMaterialDatas, int32_t ___4_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 GPUResidentDrawer_FindUnsupportedRenderers_m1C0CB02546C7733938983343B8668CAC84E60772 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_unsupportedMaterials, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_ProcessMaterials_m5F9A91DF336FD3CA1CFD81608475C39F85FD89D5 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_destroyedID, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___1_unsupportedMaterials, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_ProcessMeshes_m254F0CB1EB50564FF5FCC3CDD00420784BB45C04 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_destroyedID, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_ProcessLODGroups_mFDBD9F9CD5F13FDE5AEC4817644BC1BEF6D71D7C (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_changedID, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___1_destroyed, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___2_transformedID, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_ProcessCameras_m9F6D7A6DB3E4162F0C6B2D0E8B712876B3D56640 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_changedIDs, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___1_destroyedIDs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_ProcessRenderers_m381BBD34CA5CDCABD580BD2464CBA98ABDBC9E87 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F ___0_rendererChanges, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___1_unsupportedRenderers, const RuntimeMethod* method) ;
|
|
inline NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 NativeList_1_AsArray_m55E032CB4280AE9BC2B69ED9C30D36C69F1BC609 (NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 (*) (NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B*, const RuntimeMethod*))NativeList_1_AsArray_m55E032CB4280AE9BC2B69ED9C30D36C69F1BC609_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_ProcessRendererMaterialAndMeshChanges_mA6E500BC36021FA83526CD3495E5800A4084F6CC (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_excludedRenderers, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___1_changedMaterials, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 ___2_changedPackedMaterialDatas, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___3_changedMeshes, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TransformDispatchData_Dispose_m1C2E3B8C249D6E8785C19CC17C7ACBA4167A31BF (TransformDispatchData_tDD80F62146EC1E25A25FD4C562BED0C52731E1B4* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TypeDispatchData_Dispose_m5E70993B62AFC8BB19163A8D7711BD3B5CC9424C (TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F* __this, const RuntimeMethod* method) ;
|
|
inline void NativeList_1_Dispose_m8177C15970B332D07C39E4734E5D587CF4471142 (NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B*, const RuntimeMethod*))NativeList_1_Dispose_m8177C15970B332D07C39E4734E5D587CF4471142_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderersBatchersContext_UpdateInstanceMotions_m597C9A66CF49C8F6A010D5D7D0E866657DA207ED (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_UpdateFrame_mB0B6728FE5D08E785FD7747D9AF4D065705D944D (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_DestroyMaterials_m0BEE5AE70E666A3E35E16EA8D941480E1351A243 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_destroyedMaterials, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderersBatchersContext_UpdateCameras_m894C3BAC8B3BD71A63212C2E49E40C72D46F352B (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_cameraIDs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderersBatchersContext_FreePerCameraInstanceData_mD63662D47C596B2B718DA97E662CCBB7B4D4D900 (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_cameraIDs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 GPUResidentDrawer_ScheduleQueryMeshInstancesJob_m63420C906AFFC9D2431B6FD4B71BEBC19F6B902C (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_sortedMeshIDs, NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC ___1_instances, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_DestroyMeshes_m4B3BF017904878023774926DE457D2476283B094 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_destroyedMeshes, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderersBatchersContext_DestroyLODGroups_m2F2BB8BC930C966F0C1FD6392D669D26B2967675 (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_destroyed, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderersBatchersContext_UpdateLODGroups_mCC2A5E08EF4A3A88B195D71F252997FAE8255490 (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_changedID, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderersBatchersContext_TransformLODGroups_mB0CB4CD84FB8FF1E35821FD3CB869166ED7D5B7D (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_lodGroupsID, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744 GPUResidentDrawer_GetMaterialsWithChangedPackedMaterial_m112BC45C2CEA7D3B26EDE1B217430AA49E5EE0E8 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_materials, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 ___1_packedMaterialDatas, int32_t ___2_allocator, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 GPUResidentBatcher_SchedulePackedMaterialCacheUpdate_mB5D6DC79D682FEAA1A5F68BEB685132B1F549881 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_materialIDs, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 ___1_packedMaterialDatas, const RuntimeMethod* method) ;
|
|
inline int32_t NativeHashSet_1_get_Count_m17C28292E981C172335DA47ADB15317019619AB9_inline (NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744*, const RuntimeMethod*))NativeHashSet_1_get_Count_m17C28292E981C172335DA47ADB15317019619AB9_gshared_inline)(__this, method);
|
|
}
|
|
inline void NativeHashSet_1_Dispose_mF00D42CE9F82C5713139BDD9F2665AB61F3A4D8D (NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744*, const RuntimeMethod*))NativeHashSet_1_Dispose_mF00D42CE9F82C5713139BDD9F2665AB61F3A4D8D_gshared)(__this, method);
|
|
}
|
|
inline void NativeArray_1__ctor_mE50EB5A286979CF3B3E3B8D13C7E7F9A25D77B20 (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_array, int32_t ___1_allocator, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C, int32_t, const RuntimeMethod*))NativeArray_1__ctor_mE50EB5A286979CF3B3E3B8D13C7E7F9A25D77B20_gshared)(__this, ___0_array, ___1_allocator, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ParallelSortExtensions_ParallelSort_m237D06D0D0DA504CE809A6FF2D2CEF9CE0221A08 (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_array, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t00298B7EF26DA025E0BBDF2397224F39F05336F5 GPUResidentDrawer_FindRenderersFromMaterialsOrMeshes_m8D69EF84FB8C5830ACB7E1261331459DF4DEE8F6 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_sortedExcludeRenderers, NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744 ___1_materials, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___2_meshes, int32_t ___3_rendererListAllocator, const RuntimeMethod* method) ;
|
|
inline void NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, const RuntimeMethod*))NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_gshared)(__this, method);
|
|
}
|
|
inline void NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method);
|
|
}
|
|
inline void NativeArray_1_Copy_mE732305914FBFBE640845378BDD9B31684A47131 (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_src, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___1_dst, int32_t ___2_length, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C, int32_t, const RuntimeMethod*))NativeArray_1_Copy_mE732305914FBFBE640845378BDD9B31684A47131_gshared)(___0_src, ___1_dst, ___2_length, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 GPUResidentDrawer_ScheduleQueryRendererGroupInstancesJob_mCC2105095C5D0AB94F74B0DF5033C72BF8F64E21 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_rendererGroupIDs, NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C ___1_instances, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_UpdateRenderers_m08752E00B533B9709C0EF2892D843BF10D24920B (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_renderersID, bool ___1_materialUpdateOnly, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_FreeRendererGroupInstances_m038FBB93EAF3C06AA447CBBC04E2F9CEC8675814 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_rendererGroupIDs, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___1_unsupportedRendererGroupIDs, const RuntimeMethod* method) ;
|
|
inline TransformDispatchData_tDD80F62146EC1E25A25FD4C562BED0C52731E1B4 ObjectDispatcher_GetTransformChangesAndClear_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_m5771BAA041C3E095532BE8362B06CC9AD6AD79B4 (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* __this, int32_t ___0_trackingType, int32_t ___1_allocator, const RuntimeMethod* method)
|
|
{
|
|
return (( TransformDispatchData_tDD80F62146EC1E25A25FD4C562BED0C52731E1B4 (*) (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69*, int32_t, int32_t, const RuntimeMethod*))ObjectDispatcher_GetTransformChangesAndClear_TisRuntimeObject_m37EE64470D14E45FD0783D9B34F36AB075B0B959_gshared)(__this, ___0_trackingType, ___1_allocator, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_TransformInstances_m20475CB2F2401DD9A54661E4EA63ACC2A5D72B49 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C ___0_instances, NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 ___1_localToWorldMatrices, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderersBatchersContext_UpdateInstanceTransforms_m83DE2D5F845C8D5C10B3E6B809BE32E00E1607AE (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C ___0_instances, NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 ___1_localToWorldMatrices, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RenderersBatchersContext_FreeInstances_m8D8AFCF6F9AD2F684CBFCD5B9126C77B9BA856E0 (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C ___0_instances, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUDrivenProcessor_DisableGPUDrivenRendering_mBDE8795BE25205E33748E36EBFAE140E811B30BA (GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* __this, ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 ___0_renderersID, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 RenderersBatchersContext_ScheduleQueryRendererGroupInstancesJob_mEE8968FD91E2F49D2AE33D4A3D0E8C745FF489E4 (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_rendererGroupIDs, NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C ___1_instances, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 RenderersBatchersContext_ScheduleQueryRendererGroupInstancesJob_m07B14A5915E64E55DB6DEE709DABD8446F320E13 (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_rendererGroupIDs, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___1_instancesOffset, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___2_instancesCount, NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC ___3_instances, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 RenderersBatchersContext_ScheduleQueryMeshInstancesJob_mEF8DDD764AFBFBFA23B708EF823511E8CD748966 (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_sortedMeshIDs, NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC ___1_instances, const RuntimeMethod* method) ;
|
|
inline void NativeList_1__ctor_m5697273576B6FA770C7C26B21495B790E0D88EFA (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* __this, int32_t ___0_initialCapacity, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___1_allocator, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*, int32_t, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148, const RuntimeMethod*))NativeList_1__ctor_m5697273576B6FA770C7C26B21495B790E0D88EFA_gshared)(__this, ___0_initialCapacity, ___1_allocator, method);
|
|
}
|
|
inline void NativeList_1__ctor_m281D3CD28B45C93C5CBC1D3160AD6A8E752650DA (NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* __this, int32_t ___0_initialCapacity, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___1_allocator, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B*, int32_t, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148, const RuntimeMethod*))NativeList_1__ctor_m281D3CD28B45C93C5CBC1D3160AD6A8E752650DA_gshared)(__this, ___0_initialCapacity, ___1_allocator, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* GPUResidentBatcher_get_instanceCullingBatcher_m9E7BF9BA5E63072AB043C86836AC4C036AD5D465_inline (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeParallelHashMap_2_tC02F6A3A939816974341E9FB7EA769755D46204C InstanceCullingBatcher_get_batchMaterialHash_mF1798E2B3C1C885996C171F3F4EDFB7DFDC53151_inline (InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* __this, const RuntimeMethod* method) ;
|
|
inline ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787 NativeParallelHashMap_2_AsReadOnly_m40C4678A893408EE50722DF7800F2317907F444C (NativeParallelHashMap_2_tC02F6A3A939816974341E9FB7EA769755D46204C* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787 (*) (NativeParallelHashMap_2_tC02F6A3A939816974341E9FB7EA769755D46204C*, const RuntimeMethod*))NativeParallelHashMap_2_AsReadOnly_m40C4678A893408EE50722DF7800F2317907F444C_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawerBurst_ClassifyMaterials_m9FEDC6820FD183791F7BD2B682CFFFBBF9DC9F40 (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787* ___1_batchMaterialHash, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___2_supportedMaterialIDs, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedMaterialIDs, NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* ___4_supportedPackedMaterialDatas, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E RenderersBatchersContext_get_sharedInstanceData_m657B7F8E58C1857C9A941039A9C87EDEE14BE073 (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawerBurst_FindUnsupportedRenderers_m927B5E54923278315B6256EA8178A34AA566B4BD (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_unsupportedMaterials, ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* ___1_materialIDArrays, ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* ___2_rendererGroups, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedRenderers, const RuntimeMethod* method) ;
|
|
inline void NativeHashSet_1__ctor_m248D28782C7E6FB2BFD52CF730FA97753A95854A (NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* __this, int32_t ___0_initialCapacity, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___1_allocator, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744*, int32_t, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148, const RuntimeMethod*))NativeHashSet_1__ctor_m248D28782C7E6FB2BFD52CF730FA97753A95854A_gshared)(__this, ___0_initialCapacity, ___1_allocator, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeParallelHashMap_2_tE5393C7FA31C99A84F6C65F5C7F207CAD827B4C5 InstanceCullingBatcher_get_packedMaterialHash_m12837A329EFD8A76B3E25C2140F516E2847570EC_inline (InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* __this, const RuntimeMethod* method) ;
|
|
inline ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56 NativeParallelHashMap_2_AsReadOnly_m9547F5A5D2B5E1EF28ED8C562848F0B87B48DC9E (NativeParallelHashMap_2_tE5393C7FA31C99A84F6C65F5C7F207CAD827B4C5* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56 (*) (NativeParallelHashMap_2_tE5393C7FA31C99A84F6C65F5C7F207CAD827B4C5*, const RuntimeMethod*))NativeParallelHashMap_2_AsReadOnly_m9547F5A5D2B5E1EF28ED8C562848F0B87B48DC9E_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawerBurst_GetMaterialsWithChangedPackedMaterial_mC2D4AB98974823074A7E8543ED7A3D5BF7DB26FA (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446* ___1_packedMaterialDatas, ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56* ___2_packedMaterialHash, NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* ___3_filteredMaterials, const RuntimeMethod* method) ;
|
|
inline int32_t ReadOnly_get_Length_m563B84F5D44C547A822486B9DEFCA1DC5FC435AD_inline (ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B*, const RuntimeMethod*))ReadOnly_get_Length_m563B84F5D44C547A822486B9DEFCA1DC5FC435AD_gshared_inline)(__this, method);
|
|
}
|
|
inline ReadOnly_tD3A31E5F6DA1C56CA4A51C9E6538A057D4B94895 NativeHashSet_1_AsReadOnly_m0C9541B55345EBCCB8D03405F82EE90E7B39760E (NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( ReadOnly_tD3A31E5F6DA1C56CA4A51C9E6538A057D4B94895 (*) (NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744*, const RuntimeMethod*))NativeHashSet_1_AsReadOnly_m0C9541B55345EBCCB8D03405F82EE90E7B39760E_gshared)(__this, method);
|
|
}
|
|
inline ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B NativeArray_1_AsReadOnly_mAB1F094943B1A70B20CE8C14C678067399384A33 (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B (*) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, const RuntimeMethod*))NativeArray_1_AsReadOnly_mAB1F094943B1A70B20CE8C14C678067399384A33_gshared)(__this, method);
|
|
}
|
|
inline ParallelWriter_t80A8984CE4AF82D8AD8D75CA7F04FDB95E5A6587 NativeList_1_AsParallelWriter_mD909101716149F367E356C281DBBAF9108D1D434 (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( ParallelWriter_t80A8984CE4AF82D8AD8D75CA7F04FDB95E5A6587 (*) (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*, const RuntimeMethod*))NativeList_1_AsParallelWriter_mD909101716149F367E356C281DBBAF9108D1D434_gshared)(__this, method);
|
|
}
|
|
inline JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 IJobParallelForBatchExtensions_ScheduleBatch_TisFindRenderersFromMaterialOrMeshJob_t91FE5FAC4E968719F44985614268088A90EAA4A0_mD0AACC25CF7BD8B9D065D116A5AF817E656AA261 (FindRenderersFromMaterialOrMeshJob_t91FE5FAC4E968719F44985614268088A90EAA4A0 ___0_jobData, int32_t ___1_arrayLength, int32_t ___2_indicesPerJobCount, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___3_dependsOn, const RuntimeMethod* method)
|
|
{
|
|
return (( JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 (*) (FindRenderersFromMaterialOrMeshJob_t91FE5FAC4E968719F44985614268088A90EAA4A0, int32_t, int32_t, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08, const RuntimeMethod*))IJobParallelForBatchExtensions_ScheduleBatch_TisFindRenderersFromMaterialOrMeshJob_t91FE5FAC4E968719F44985614268088A90EAA4A0_mD0AACC25CF7BD8B9D065D116A5AF817E656AA261_gshared)(___0_jobData, ___1_arrayLength, ___2_indicesPerJobCount, ___3_dependsOn, method);
|
|
}
|
|
inline void ValueTuple_2__ctor_m8852153FE761359A21E7B8B7F98A2B5779FCAAFF (ValueTuple_2_t00298B7EF26DA025E0BBDF2397224F39F05336F5* __this, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 ___0_item1, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 ___1_item2, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ValueTuple_2_t00298B7EF26DA025E0BBDF2397224F39F05336F5*, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213, const RuntimeMethod*))ValueTuple_2__ctor_m8852153FE761359A21E7B8B7F98A2B5779FCAAFF_gshared)(__this, ___0_item1, ___1_item2, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GPUResidentDrawer_IsProjectSupported_m4F5CDE5F81A0BE7CF42E37F1545E85A8C5A07DE3 (String_t** ___0_message, int32_t* ___1_severity, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BatchRendererGroup_get_BufferTarget_m01D4DFEAAE898864AC8D1CA277311E4836CA9B97 (const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GPUResidentDrawer_get_MaintainContext_mC393C718E2CF175293B7B1E86C7C70A5AC6D046C_inline (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9 (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
|
inline void UnsafeList_1__ctor_m15A4AE1124E2C7A933B9038991AFD741FFD3263E (UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718* __this, int32_t* ___0_ptr, int32_t ___1_length, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718*, int32_t*, int32_t, const RuntimeMethod*))UnsafeList_1__ctor_m15A4AE1124E2C7A933B9038991AFD741FFD3263E_gshared)(__this, ___0_ptr, ___1_length, method);
|
|
}
|
|
inline void UnsafeList_1_set_Length_m623C592BF512C1A444EA37B6A9AD8AB9CD7314A0 (UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718*, int32_t, const RuntimeMethod*))UnsafeList_1_set_Length_m623C592BF512C1A444EA37B6A9AD8AB9CD7314A0_gshared)(__this, ___0_value, method);
|
|
}
|
|
inline int32_t ReadOnly_get_Item_m9DFC7CAC9FE6CC930E5BB888FC1018C186B6B135_inline (ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B*, int32_t, const RuntimeMethod*))ReadOnly_get_Item_m9DFC7CAC9FE6CC930E5BB888FC1018C186B6B135_gshared_inline)(__this, ___0_index, method);
|
|
}
|
|
inline int32_t NativeSortExtension_BinarySearch_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mB0350EBC092FED4729E6FC7064EE7F949BDF76B8 (ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B ___0_array, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B, int32_t, const RuntimeMethod*))NativeSortExtension_BinarySearch_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mB0350EBC092FED4729E6FC7064EE7F949BDF76B8_gshared)(___0_array, ___1_value, method);
|
|
}
|
|
inline bool NativeArrayExtensions_Contains_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m9EAA8F1CA025F587DD03424BB606CC8C66E3A985 (ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B ___0_array, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B, int32_t, const RuntimeMethod*))NativeArrayExtensions_Contains_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m9EAA8F1CA025F587DD03424BB606CC8C66E3A985_gshared)(___0_array, ___1_value, method);
|
|
}
|
|
inline void UnsafeList_1_AddNoResize_m04467325D48E0444A960789049A6D2CED09B0B14_inline (UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718*, int32_t, const RuntimeMethod*))UnsafeList_1_AddNoResize_m04467325D48E0444A960789049A6D2CED09B0B14_gshared_inline)(__this, ___0_value, method);
|
|
}
|
|
inline SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106 ReadOnly_get_Item_m1C07C4BF3E06906AD18E2F93EAD2CD97CC91D8CD_inline (ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106 (*) (ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4*, int32_t, const RuntimeMethod*))ReadOnly_get_Item_m1C07C4BF3E06906AD18E2F93EAD2CD97CC91D8CD_gshared_inline)(__this, ___0_index, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmallIntegerArray_get_Item_m81A85EC298981F31BB405CA783D90BB96697C2DE (SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
inline bool ReadOnly_Contains_mDD64A287EC0275CCF13166E03B987F49313EA4A5 (ReadOnly_tD3A31E5F6DA1C56CA4A51C9E6538A057D4B94895* __this, int32_t ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (ReadOnly_tD3A31E5F6DA1C56CA4A51C9E6538A057D4B94895*, int32_t, const RuntimeMethod*))ReadOnly_Contains_mDD64A287EC0275CCF13166E03B987F49313EA4A5_gshared)(__this, ___0_item, method);
|
|
}
|
|
inline int32_t UnsafeList_1_get_Length_mEA927D1405F8410976953A49C12817C90D673A4B_inline (UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718*, const RuntimeMethod*))UnsafeList_1_get_Length_mEA927D1405F8410976953A49C12817C90D673A4B_gshared_inline)(__this, method);
|
|
}
|
|
inline void ParallelWriter_AddRangeNoResize_mD31E0D3828906AD492E2136E0D6D27D212856C2D (ParallelWriter_t80A8984CE4AF82D8AD8D75CA7F04FDB95E5A6587* __this, void* ___0_ptr, int32_t ___1_count, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ParallelWriter_t80A8984CE4AF82D8AD8D75CA7F04FDB95E5A6587*, void*, int32_t, const RuntimeMethod*))ParallelWriter_AddRangeNoResize_mD31E0D3828906AD492E2136E0D6D27D212856C2D_gshared)(__this, ___0_ptr, ___1_count, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void FindRenderersFromMaterialOrMeshJob_Execute_m7B9713786ED58196A531F44ECABD1912DF45E59F (FindRenderersFromMaterialOrMeshJob_t91FE5FAC4E968719F44985614268088A90EAA4A0* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_startIndex, int32_t ___1_count, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassifyMaterials_000000EAU24BurstDirectCall_Invoke_mD3CEE60D14FAD80A8B93325A6BF8BE021DAF32E8 (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787* ___1_batchMaterialHash, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___2_supportedMaterialIDs, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedMaterialIDs, NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* ___4_supportedPackedMaterialDatas, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FindUnsupportedRenderers_000000EBU24BurstDirectCall_Invoke_m03FEB1F6442827DED3F5E74E299CD6E1A2FDA6BC (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_unsupportedMaterials, ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* ___1_materialIDArrays, ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* ___2_rendererGroups, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedRenderers, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetMaterialsWithChangedPackedMaterial_000000ECU24BurstDirectCall_Invoke_m0A6F2FFAD878C8CAFB964098E85152D78D43265F (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446* ___1_packedMaterialDatas, ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56* ___2_packedMaterialHash, NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* ___3_filteredMaterials, const RuntimeMethod* method) ;
|
|
inline Enumerator_t7767C5CF41D19BF6C7326C9870C530F1AD3CAC30 NativeArray_1_GetEnumerator_m6E656AE4243351850AD99E832638DDF081239389 (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Enumerator_t7767C5CF41D19BF6C7326C9870C530F1AD3CAC30 (*) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, const RuntimeMethod*))NativeArray_1_GetEnumerator_m6E656AE4243351850AD99E832638DDF081239389_gshared)(__this, method);
|
|
}
|
|
inline void Enumerator_Dispose_m76DC8FCCF3E42CD42363AD6C2BAC71ABDA1535C2 (Enumerator_t7767C5CF41D19BF6C7326C9870C530F1AD3CAC30* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t7767C5CF41D19BF6C7326C9870C530F1AD3CAC30*, const RuntimeMethod*))Enumerator_Dispose_m76DC8FCCF3E42CD42363AD6C2BAC71ABDA1535C2_gshared)(__this, method);
|
|
}
|
|
inline int32_t Enumerator_get_Current_m9615CE722B0B33517472FA29CB73AE60D8E8D522_inline (Enumerator_t7767C5CF41D19BF6C7326C9870C530F1AD3CAC30* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Enumerator_t7767C5CF41D19BF6C7326C9870C530F1AD3CAC30*, const RuntimeMethod*))Enumerator_get_Current_m9615CE722B0B33517472FA29CB73AE60D8E8D522_gshared_inline)(__this, method);
|
|
}
|
|
inline bool ReadOnly_ContainsKey_m14445E388908EF02FB0AFC01B2FEE92069DE96B4 (ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787*, int32_t, const RuntimeMethod*))ReadOnly_ContainsKey_m14445E388908EF02FB0AFC01B2FEE92069DE96B4_gshared)(__this, ___0_key, method);
|
|
}
|
|
inline void NativeList_1_Add_mD5F3F9AEDF81C4AE1F22A002348E5296010D0064 (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* __this, int32_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*, int32_t*, const RuntimeMethod*))NativeList_1_Add_mD5F3F9AEDF81C4AE1F22A002348E5296010D0064_gshared)(__this, ___0_value, method);
|
|
}
|
|
inline bool Enumerator_MoveNext_m62905577B99C79AEA734E15AC569B10365214EDA_inline (Enumerator_t7767C5CF41D19BF6C7326C9870C530F1AD3CAC30* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t7767C5CF41D19BF6C7326C9870C530F1AD3CAC30*, const RuntimeMethod*))Enumerator_MoveNext_m62905577B99C79AEA734E15AC569B10365214EDA_gshared_inline)(__this, method);
|
|
}
|
|
inline bool NativeList_1_get_IsEmpty_mB6321124F984DAF254E969158935C9C08369934B_inline (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*, const RuntimeMethod*))NativeList_1_get_IsEmpty_mB6321124F984DAF254E969158935C9C08369934B_gshared_inline)(__this, method);
|
|
}
|
|
inline void NativeList_1_Resize_m7C08A0B66BF2718864FFEC496D873CCE8D434704 (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* __this, int32_t ___0_length, int32_t ___1_options, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*, int32_t, int32_t, const RuntimeMethod*))NativeList_1_Resize_m7C08A0B66BF2718864FFEC496D873CCE8D434704_gshared)(__this, ___0_length, ___1_options, method);
|
|
}
|
|
inline void NativeList_1_Resize_m2358D62785D3489186FBAD096754E2EA7E67FF16 (NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* __this, int32_t ___0_length, int32_t ___1_options, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B*, int32_t, int32_t, const RuntimeMethod*))NativeList_1_Resize_m2358D62785D3489186FBAD096754E2EA7E67FF16_gshared)(__this, ___0_length, ___1_options, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GPUDrivenProcessor_ClassifyMaterials_m5B53072BEA2EDFB446E9152A1701C158FF48DEFD (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_materialIDs, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___1_unsupportedMaterialIDs, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___2_supportedMaterialIDs, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 ___3_supportedPackedMaterialDatas, const RuntimeMethod* method) ;
|
|
inline bool NativeArrayExtensions_Contains_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m05CD00B5078EADD2E55FA6FF5BBB7631C57CAFC6 (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_array, int32_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C, int32_t, const RuntimeMethod*))NativeArrayExtensions_Contains_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m05CD00B5078EADD2E55FA6FF5BBB7631C57CAFC6_gshared)(___0_array, ___1_value, method);
|
|
}
|
|
inline int32_t ReadOnly_get_Length_m1528DD3FAC107316446ECF9DBC017881AA6D472E_inline (ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4*, const RuntimeMethod*))ReadOnly_get_Length_m1528DD3FAC107316446ECF9DBC017881AA6D472E_gshared_inline)(__this, method);
|
|
}
|
|
inline bool ReadOnly_TryGetValue_m8644DADA12691E5F761055E0749C42FBABC0DA5A (ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56* __this, int32_t ___0_key, GPUDrivenPackedMaterialData_t9AFE25D18C8FA6EB6A69AEF342C2A19DA824CF38* ___1_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56*, int32_t, GPUDrivenPackedMaterialData_t9AFE25D18C8FA6EB6A69AEF342C2A19DA824CF38*, const RuntimeMethod*))ReadOnly_TryGetValue_m8644DADA12691E5F761055E0749C42FBABC0DA5A_gshared)(__this, ___0_key, ___1_item, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GPUDrivenPackedMaterialData_Equals_m59C839C10A6F58AFE9160E899EBA2AC7BB9DA480 (GPUDrivenPackedMaterialData_t9AFE25D18C8FA6EB6A69AEF342C2A19DA824CF38* __this, GPUDrivenPackedMaterialData_t9AFE25D18C8FA6EB6A69AEF342C2A19DA824CF38 ___0_other, const RuntimeMethod* method) ;
|
|
inline bool NativeHashSet_1_Add_mB67F0FEDA3A1AAC916807470790ADC4386B2F992 (NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* __this, int32_t ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744*, int32_t, const RuntimeMethod*))NativeHashSet_1_Add_mB67F0FEDA3A1AAC916807470790ADC4386B2F992_gshared)(__this, ___0_item, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassifyMaterials_000000EAU24PostfixBurstDelegate__ctor_mC4F84D6240623D86FDD64864987D15DE06A6E36D (ClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1* __this, RuntimeObject* ___0_p, intptr_t ___1_p, const RuntimeMethod* method) ;
|
|
inline FunctionPointer_1_tBAF8A2D623650EAE449B8C0927AA758A8957B06C BurstCompiler_CompileFunctionPointer_TisClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1_mD56E7680DC7675C837B6EBA8CFD800A82E00FE66 (ClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1* ___0_delegateMethod, const RuntimeMethod* method)
|
|
{
|
|
return (( FunctionPointer_1_tBAF8A2D623650EAE449B8C0927AA758A8957B06C (*) (ClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1*, const RuntimeMethod*))BurstCompiler_CompileFunctionPointer_TisRuntimeObject_m9AB9AE50036FBC10C6765A0FAC83200CAEC21384_gshared)(___0_delegateMethod, method);
|
|
}
|
|
inline intptr_t FunctionPointer_1_get_Value_m7BB4378639EB09C6A4DA8BC308DC3DFBF21E276C_inline (FunctionPointer_1_tBAF8A2D623650EAE449B8C0927AA758A8957B06C* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( intptr_t (*) (FunctionPointer_1_tBAF8A2D623650EAE449B8C0927AA758A8957B06C*, const RuntimeMethod*))FunctionPointer_1_get_Value_m71D7FF781C694A7C4EE28362DFC78D8DDFE9A105_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassifyMaterials_000000EAU24BurstDirectCall_GetFunctionPointerDiscard_m630BE1B0C2407F9048736F1867ED10A871265FE4 (intptr_t* ___0_p, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BurstCompiler_get_IsEnabled_m55FDBCB2279A83AC8926260034F870E3A11116C7 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ClassifyMaterials_000000EAU24BurstDirectCall_GetFunctionPointer_mDA8220D2BA2B4553E30F6C89197B7F506A5449E0 (const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GPUResidentDrawerBurst_ClassifyMaterialsU24BurstManaged_mB0D38D1C45E45E052FB7EDFF5FC730712F97C388_inline (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787* ___1_batchMaterialHash, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___2_supportedMaterialIDs, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedMaterialIDs, NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* ___4_supportedPackedMaterialDatas, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate__ctor_m2C1BCD722B1F2C354361226A1AA233720242D190 (FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A* __this, RuntimeObject* ___0_p, intptr_t ___1_p, const RuntimeMethod* method) ;
|
|
inline FunctionPointer_1_t18B54276A09B4782EA61A01FEB714CB0F1BC2DCC BurstCompiler_CompileFunctionPointer_TisFindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A_mEA65331AA6E8EF44EB20F15344306CDDD1825785 (FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A* ___0_delegateMethod, const RuntimeMethod* method)
|
|
{
|
|
return (( FunctionPointer_1_t18B54276A09B4782EA61A01FEB714CB0F1BC2DCC (*) (FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A*, const RuntimeMethod*))BurstCompiler_CompileFunctionPointer_TisRuntimeObject_m9AB9AE50036FBC10C6765A0FAC83200CAEC21384_gshared)(___0_delegateMethod, method);
|
|
}
|
|
inline intptr_t FunctionPointer_1_get_Value_mBECC6530F0941980BE937B6342CFD006F52C0FAF_inline (FunctionPointer_1_t18B54276A09B4782EA61A01FEB714CB0F1BC2DCC* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( intptr_t (*) (FunctionPointer_1_t18B54276A09B4782EA61A01FEB714CB0F1BC2DCC*, const RuntimeMethod*))FunctionPointer_1_get_Value_m71D7FF781C694A7C4EE28362DFC78D8DDFE9A105_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FindUnsupportedRenderers_000000EBU24BurstDirectCall_GetFunctionPointerDiscard_mFD3226FAEE1D006D453263BD8C54033C19808859 (intptr_t* ___0_p, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t FindUnsupportedRenderers_000000EBU24BurstDirectCall_GetFunctionPointer_m103CA6E3670A70751F360E6B8C15C5FFD4F6755D (const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GPUResidentDrawerBurst_FindUnsupportedRenderersU24BurstManaged_m342114EE5DA2CE7AFEEE16D6E6A0D5D4D0E8A070_inline (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_unsupportedMaterials, ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* ___1_materialIDArrays, ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* ___2_rendererGroups, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedRenderers, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate__ctor_m6733B50C5D6E96221804AF959C8EB0BDE5E527B7 (GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4* __this, RuntimeObject* ___0_p, intptr_t ___1_p, const RuntimeMethod* method) ;
|
|
inline FunctionPointer_1_t382188835D907B7A786CD8DE183826FE00204C4F BurstCompiler_CompileFunctionPointer_TisGetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4_m2CEAE42B62C0B3479B04FAAED388332F7EF8816A (GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4* ___0_delegateMethod, const RuntimeMethod* method)
|
|
{
|
|
return (( FunctionPointer_1_t382188835D907B7A786CD8DE183826FE00204C4F (*) (GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4*, const RuntimeMethod*))BurstCompiler_CompileFunctionPointer_TisRuntimeObject_m9AB9AE50036FBC10C6765A0FAC83200CAEC21384_gshared)(___0_delegateMethod, method);
|
|
}
|
|
inline intptr_t FunctionPointer_1_get_Value_mD2342A0DA927E197088BE92B5D78B3A96D760BAA_inline (FunctionPointer_1_t382188835D907B7A786CD8DE183826FE00204C4F* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( intptr_t (*) (FunctionPointer_1_t382188835D907B7A786CD8DE183826FE00204C4F*, const RuntimeMethod*))FunctionPointer_1_get_Value_m71D7FF781C694A7C4EE28362DFC78D8DDFE9A105_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetMaterialsWithChangedPackedMaterial_000000ECU24BurstDirectCall_GetFunctionPointerDiscard_m962995FC733D4E31B794832084F84457A16D9ECC (intptr_t* ___0_p, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t GetMaterialsWithChangedPackedMaterial_000000ECU24BurstDirectCall_GetFunctionPointer_mEC4DAEC145F5828F1F4CC9592858D4DBEEF4E1E5 (const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GPUResidentDrawerBurst_GetMaterialsWithChangedPackedMaterialU24BurstManaged_mF321C2281AE3F7783E5F716EF61481A4506456A6_inline (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446* ___1_packedMaterialDatas, ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56* ___2_packedMaterialHash, NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* ___3_filteredMaterials, const RuntimeMethod* method) ;
|
|
inline void NativeList_1__ctor_m26D6FB9FF76D69301AEC2BAE86346773CF67BC2A (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* __this, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___0_allocator, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0*, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148, const RuntimeMethod*))NativeList_1__ctor_m26D6FB9FF76D69301AEC2BAE86346773CF67BC2A_gshared)(__this, ___0_allocator, method);
|
|
}
|
|
inline void NativeList_1__ctor_mF7AFCA9B1F3D787D37E297EFC26D9752E72B6E82 (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* __this, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___0_allocator, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08*, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148, const RuntimeMethod*))NativeList_1__ctor_mF7AFCA9B1F3D787D37E297EFC26D9752E72B6E82_gshared)(__this, ___0_allocator, method);
|
|
}
|
|
inline void NativeList_1__ctor_mD491A8EEC80D99323131B35D6869BA14837A060B (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373* __this, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___0_allocator, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373*, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148, const RuntimeMethod*))NativeList_1__ctor_mD491A8EEC80D99323131B35D6869BA14837A060B_gshared)(__this, ___0_allocator, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD DebugRendererBatcherStats_GetLastInstanceOcclusionEventStatsForView_m38D2A57AE45F2792F2E3C2E8C428A45EE4D74065 (DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* __this, int32_t ___0_viewIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52 (int32_t ___0_val1, int32_t ___1_val2, const RuntimeMethod* method) ;
|
|
inline void NativeList_1_set_Item_m8F9BB1FF27B23FA529A5EF8CAB9DA12AA5AE3FEC_inline (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* __this, int32_t ___0_index, InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0*, int32_t, InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173, const RuntimeMethod*))NativeList_1_set_Item_m8F9BB1FF27B23FA529A5EF8CAB9DA12AA5AE3FEC_gshared_inline)(__this, ___0_index, ___1_value, method);
|
|
}
|
|
inline bool NativeList_1_get_IsCreated_m9D2F6807A7DF2372A6EE81B8C3606C3D4BB55C27_inline (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0*, const RuntimeMethod*))NativeList_1_get_IsCreated_m9D2F6807A7DF2372A6EE81B8C3606C3D4BB55C27_gshared_inline)(__this, method);
|
|
}
|
|
inline void NativeList_1_Dispose_m936C1C3C1768D5DC2C3792994C60F4E9D519AEF3 (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0*, const RuntimeMethod*))NativeList_1_Dispose_m936C1C3C1768D5DC2C3792994C60F4E9D519AEF3_gshared)(__this, method);
|
|
}
|
|
inline bool NativeList_1_get_IsCreated_m8C1C2A81E0741FDAC07B6C32D9F197ABF9E875AB_inline (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08*, const RuntimeMethod*))NativeList_1_get_IsCreated_m8C1C2A81E0741FDAC07B6C32D9F197ABF9E875AB_gshared_inline)(__this, method);
|
|
}
|
|
inline void NativeList_1_Dispose_m6F1C0DF1C4130EA6750840EFEDED1B0E4ABED7D3 (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08*, const RuntimeMethod*))NativeList_1_Dispose_m6F1C0DF1C4130EA6750840EFEDED1B0E4ABED7D3_gshared)(__this, method);
|
|
}
|
|
inline bool NativeList_1_get_IsCreated_m2E606F9BCDDA3311177026D835C2915F50C20416_inline (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373*, const RuntimeMethod*))NativeList_1_get_IsCreated_m2E606F9BCDDA3311177026D835C2915F50C20416_gshared_inline)(__this, method);
|
|
}
|
|
inline void NativeList_1_Dispose_mC12EE762D54D39A561B6978D28A64AFE0645020D (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373*, const RuntimeMethod*))NativeList_1_Dispose_mC12EE762D54D39A561B6978D28A64AFE0645020D_gshared)(__this, method);
|
|
}
|
|
inline void RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8_mB626479C1AFB7962C3CCF8700B4021E92D0A0536 (RuntimeObject* ___0_settings, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8** ___1_currentPropertyValue, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___2_newValue, String_t* ___3_propertyName, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (RuntimeObject*, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8**, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8*, String_t*, const RuntimeMethod*))RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisRuntimeObject_m4A49E1AE2B3C4BE4E8ABC90A0DDF437C4A5FE544_gshared)(___0_settings, ___1_currentPropertyValue, ___2_newValue, ___3_propertyName, method);
|
|
}
|
|
inline void RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisShader_tADC867D36B7876EE22427FAA2CE485105F4EE692_m9307F65BDB77DA16B533E312EC230CE32FFA45EB (RuntimeObject* ___0_settings, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692** ___1_currentPropertyValue, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___2_newValue, String_t* ___3_propertyName, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (RuntimeObject*, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692**, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692*, String_t*, const RuntimeMethod*))RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisRuntimeObject_m4A49E1AE2B3C4BE4E8ABC90A0DDF437C4A5FE544_gshared)(___0_settings, ___1_currentPropertyValue, ___2_newValue, ___3_propertyName, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OcclusionCullingSettings__ctor_mE814849AC60B1DC1AC17E02F1AF2128DF38FE95A (OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* __this, int32_t ___0_viewInstanceID, int32_t ___1_occlusionTest, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A Vector2Int_get_zero_mF92C338E9CB9434105090E675E04D20A29649553_inline (const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline (const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OccluderSubviewUpdate__ctor_m482C60BE94ECE0B1F15E930936345D9F60E399A8 (OccluderSubviewUpdate_t0F6F2469118EFD70CCA43057AEDD76AF2EF4DBB7* __this, int32_t ___0_subviewIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OccluderParameters__ctor_mBBA1CD9856BD109C9F1D18715B28E2DA95CE83D9 (OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123* __this, int32_t ___0_viewInstanceID, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_Reinitialize_m542E6537EC9C14A35291824BA6798D5D0D747190 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478 (String_t* ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RangeKey_Equals_m05E612C122D91758588CEB7529751045E6F09493 (RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C* __this, RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RangeKey_GetHashCode_mC38845B6A1CC657D6F6B1149E7448AA6A3EF3257 (RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BatchMeshID_op_Equality_m528279503512F2544410DE9491BAB7EA9E3C4EC3 (BatchMeshID_t34167B7C1D0503C43A01A7BD213DFC367525D2A0 ___0_a, BatchMeshID_t34167B7C1D0503C43A01A7BD213DFC367525D2A0 ___1_b, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BatchMaterialID_op_Equality_m4218A5B35948972CBCB1757DD41526B1CDC8CD77 (BatchMaterialID_tF9E95833BB1C35A6D14D47CF4EC8A6EB7D15D65C ___0_a, BatchMaterialID_tF9E95833BB1C35A6D14D47CF4EC8A6EB7D15D65C ___1_b, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DrawKey_Equals_mBA2838871085C8944B81322DC6E851F4273E8E91 (DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94* __this, DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 ___0_other, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DrawKey_GetHashCode_m6E3C5F3D42D02D8035AA7E7B5501FDBC1551F4E5 (DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinningConfig_get_visibilityConfigCount_m0B698DBD65F8147B56C14CA7CFB741EAB701B3B9 (BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7* __this, const RuntimeMethod* method) ;
|
|
inline uint8_t* UnsafeList_1_ElementAt_m005F4546B1F03AF0134BE89767635AB68F74E4E8_inline (UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( uint8_t* (*) (UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D*, int32_t, const RuntimeMethod*))UnsafeList_1_ElementAt_m005F4546B1F03AF0134BE89767635AB68F74E4E8_gshared_inline)(__this, ___0_index, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void AnimateCrossFadeJob_Execute_mA3C0021BE25AE2F67FD93948B6115ECE990DAFE9 (AnimateCrossFadeJob_t4A6EEA489E4EE721D1878717E9FB01FC73C4E90E* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_instanceIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_clamp_m845CE3909BF025F1A435484446712886216D42CE_inline (uint32_t ___0_valueToClamp, uint32_t ___1_lowerBound, uint32_t ___2_upperBound, const RuntimeMethod* method) ;
|
|
inline uint32_t ReadOnly_get_Item_m13AB4BEFBEE6EE9755784AE433AA0F8822040898_inline (ReadOnly_t52ECF37AB8FDCB2D0BD7865EAAB18D0BD20F8117* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( uint32_t (*) (ReadOnly_t52ECF37AB8FDCB2D0BD7865EAAB18D0BD20F8117*, int32_t, const RuntimeMethod*))ReadOnly_get_Item_m13AB4BEFBEE6EE9755784AE433AA0F8822040898_gshared_inline)(__this, ___0_index, method);
|
|
}
|
|
inline AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* ReadOnly_UnsafeElementAt_m7C121BC14DCA25B8E95B393501BFA8CDD73D47D3 (ReadOnly_tEDE38A52FAB74BA6088AF99AAFC32C7649A289AA* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* (*) (ReadOnly_tEDE38A52FAB74BA6088AF99AAFC32C7649A289AA*, int32_t, const RuntimeMethod*))ReadOnly_UnsafeElementAt_m7C121BC14DCA25B8E95B393501BFA8CDD73D47D3_gshared)(__this, ___0_index, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LODRenderingUtils_CalculateSqrPerspectiveDistance_mF050ADA4BADB90CC903419FDA4124CF1C4749CA8 (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_objPosition, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_camPosition, float ___2_sqrScreenRelativeMetric, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float LODRenderingUtils_CalculateLODDistance_m37BB5F6DED42AD36FF3AD3C214164C4CA43AE33E (float ___0_relativeScreenHeight, float ___1_size, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline (float ___0_a, float ___1_b, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR uint32_t CullingJob_PackFloatToUint8_m7E24A8A8334FF990F67C75BCE8BB991037645230 (float ___0_percent, const RuntimeMethod* method) ;
|
|
inline LODGroupCullingData_t511A004D7CBAE84368FCAA62A0348C24CB46EABF* NativeList_1_ElementAt_mFCD9E7A4E2981401954F416D16AA4455F46F9AE4 (NativeList_1_t53EAF24037BDCAF4EBF0C2060BFD6694AFAC35AD* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( LODGroupCullingData_t511A004D7CBAE84368FCAA62A0348C24CB46EABF* (*) (NativeList_1_t53EAF24037BDCAF4EBF0C2060BFD6694AFAC35AD*, int32_t, const RuntimeMethod*))NativeList_1_ElementAt_mFCD9E7A4E2981401954F416D16AA4455F46F9AE4_gshared)(__this, ___0_index, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_tzcnt_m07FD7550AAB5D94312E99571B112D652E8230360_inline (uint32_t ___0_x, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_max_m9083201D37A8ED0157B127B5878D9B7F3A2A40BE_inline (int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR uint32_t CullingJob_CalculateLODVisibility_mF87528623E251C0B920199D5DFB1021842A5F774 (CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_instanceIndex, int32_t ___1_sharedInstanceIndex, uint8_t ___2_instanceFlags, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t FrustumPlaneCuller_ComputeSplitVisibilityMask_mCFC42DB8BADE15AB4A87F4BC60A3B5D7507745DC (NativeArray_1_t12018DEC83E53274D542435F55D8BED16BD4E78E ___0_planePackets, NativeArray_1_t68166A4F733ADFE89591B8BCE0284E5970D2816A ___1_splitInfos, AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* ___2_bounds, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ReceiverSphereCuller_ComputeSplitVisibilityMask_m1188332DCE2CBF80B1A431AFB1BD49955898936F (NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 ___0_lightFacingFrustumPlanes, NativeArray_1_t933EB4C2ED1CCB3C68D5E2EC18C770C2893C8443 ___1_splitInfos, float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 ___2_worldToLightSpaceRotation, AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* ___3_bounds, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B_inline (intptr_t ___0_value1, intptr_t ___1_value2, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 AABBExtensions_ToBounds_m7CAFEDB45226C652830072153F7236BA97C6C520 (AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A ___0_aabb, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BatchRendererGroup_OcclusionTestAABB_mD8CB44FEC173B6464E3722E6DFCC310C4723FFA7 (intptr_t ___0_occlusionBuffer, Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 ___1_aabb, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR uint32_t CullingJob_CalculateVisibilityMask_m285DA7E28A8582C95BAE2C6794C34FC3F8F195ED (CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_instanceIndex, int32_t ___1_sharedInstanceIndex, uint8_t ___2_instanceFlags, const RuntimeMethod* method) ;
|
|
inline GPUDrivenRendererMeshLodData_tFC0A33207178DDD3BD7B630CFB2B933D56EC073F* ReadOnly_UnsafeElementAt_mB3880979EFA3DB70CCDED067C1B4B3CBD696D1ED (ReadOnly_t1B16B4A15E0EC836CDFA3CF0AB06D92C3320EE7F* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( GPUDrivenRendererMeshLodData_tFC0A33207178DDD3BD7B630CFB2B933D56EC073F* (*) (ReadOnly_t1B16B4A15E0EC836CDFA3CF0AB06D92C3320EE7F*, int32_t, const RuntimeMethod*))ReadOnly_UnsafeElementAt_mB3880979EFA3DB70CCDED067C1B4B3CBD696D1ED_gshared)(__this, ___0_index, method);
|
|
}
|
|
inline GPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061 ReadOnly_get_Item_m8716F404AD9041C2FF3740B1CF5707196FAE0DB5_inline (ReadOnly_t660DB38A843BC8666A283FE71913018D9508D052* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( GPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061 (*) (ReadOnly_t660DB38A843BC8666A283FE71913018D9508D052*, int32_t, const RuntimeMethod*))ReadOnly_get_Item_m8716F404AD9041C2FF3740B1CF5707196FAE0DB5_gshared_inline)(__this, ___0_index, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_clamp_m9EABD008C8EAD9D150062ABE724D96FA2121EE1C_inline (int32_t ___0_valueToClamp, int32_t ___1_lowerBound, int32_t ___2_upperBound, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double math_log2_m6B62F168669E44F7CE5CFE99456183815EC32C7E_inline (double ___0_x, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double math_max_m8830F8721EFC73BCF991CD497115A103B86BF3BE_inline (double ___0_x, double ___1_y, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double math_clamp_m39FE4EA2420B8DF536A1344B16D9E39EF5B7155F_inline (double ___0_valueToClamp, double ___1_lowerBound, double ___2_upperBound, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double math_floor_m49AF91133E08FD4B7A652BCC41F25EEC9DF52D07_inline (double ___0_x, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR uint32_t CullingJob_ComputeMeshLODLevel_m0CF5B90B965B46AA61BD4B00EF15C1528BF03A0D (CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_instanceIndex, int32_t ___1_sharedInstanceIndex, const RuntimeMethod* method) ;
|
|
inline uint8_t UnsafeList_1_get_Item_m3BC258CC4C92F5D2A744C24BA0EABA6D06D8ED2B_inline (UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( uint8_t (*) (UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D*, int32_t, const RuntimeMethod*))UnsafeList_1_get_Item_m3BC258CC4C92F5D2A744C24BA0EABA6D06D8ED2B_gshared_inline)(__this, ___0_index, method);
|
|
}
|
|
inline void UnsafeList_1_set_Item_m1906FF4418AEFA959A8BE8771DC0609774FD0E93_inline (UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D* __this, int32_t ___0_index, uint8_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D*, int32_t, uint8_t, const RuntimeMethod*))UnsafeList_1_set_Item_m1906FF4418AEFA959A8BE8771DC0609774FD0E93_gshared_inline)(__this, ___0_index, ___1_value, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR uint32_t CullingJob_ComputeMeshLODCrossfade_mF911187408B6601080C28F1227FAF60DE832B750 (CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_instanceIndex, uint32_t* ___1_meshLodLevel, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void CullingJob_EnforcePreviousFrameMeshLOD_m20C1DF1641349AC2B1B455E7A49D0DE6BC3497B2 (CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_instanceIndex, uint32_t* ___1_meshLodLevel, const RuntimeMethod* method) ;
|
|
inline InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B ReadOnly_get_Item_m6473FA4606F2A6B90DD618E6FB3E261D11D6CCDF_inline (ReadOnly_t1CAEC312F8157A59A9201E3E3B1A27C44FB47310* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B (*) (ReadOnly_t1CAEC312F8157A59A9201E3E3B1A27C44FB47310*, int32_t, const RuntimeMethod*))ReadOnly_get_Item_m6473FA4606F2A6B90DD618E6FB3E261D11D6CCDF_gshared_inline)(__this, ___0_index, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnly_InstanceToIndex_mE76C9EBF3ACCFDD5D73B3A99925CAE88DE2DDBE8 (ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E* __this, ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* ___0_instanceData, InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B ___1_instance, const RuntimeMethod* method) ;
|
|
inline CPUSharedInstanceFlags_tA2264804A98F5A694C7AFDF536E9612C8C9E5455 ReadOnly_get_Item_m27DDB696888593A986C7109A7206B214407E319D_inline (ReadOnly_t7FDDA88305363550FE94B8059DE5CE2645E4A30C* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( CPUSharedInstanceFlags_tA2264804A98F5A694C7AFDF536E9612C8C9E5455 (*) (ReadOnly_t7FDDA88305363550FE94B8059DE5CE2645E4A30C*, int32_t, const RuntimeMethod*))ReadOnly_get_Item_m27DDB696888593A986C7109A7206B214407E319D_gshared_inline)(__this, ___0_index, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InstanceHandle_get_index_mD1303DDB5E62977480B92E3DCECC534B1465CB94_inline (InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ParallelBitArray_Get_m250C22A6191BAF4C5B314EFAF451E391D251F2B0 (ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void CullingJob_Execute_m172CC218FA8F7198BD69C1C87294FD90D94DB884 (CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_instanceIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B InstanceHandle_FromInt_m501BC299814E873C1040C63575F9391327992272 (int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnly_InstanceToIndex_mA64D7447F6466C660DE83765B1B42673D922CCE2 (ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* __this, InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B ___0_instance, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool AllocateBinsPerBatch_IsInstanceFlipped_m5ED8B8D355142D10DB3983D15A256B5DBD4D6ABA (AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_rendererIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool AllocateBinsPerBatch_IsMeshLodVisible_m9D1674B4CE766557E8D2234D56DF2BACC2EDB576 (AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_batchLodLevel, int32_t ___1_rendererIndex, bool ___2_supportsCrossFade, const RuntimeMethod* method) ;
|
|
inline DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF NativeList_1_get_Item_m6239ACA6F096D9F51BC8E37694D94DBEDAF30050_inline (NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF (*) (NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30*, int32_t, const RuntimeMethod*))NativeList_1_get_Item_m6239ACA6F096D9F51BC8E37694D94DBEDAF30050_gshared_inline)(__this, ___0_index, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_countbits_m4CA1327F4995735E6AA4862E641E128312C404BD_inline (uint64_t ___0_x, const RuntimeMethod* method) ;
|
|
inline void* NativeArrayUnsafeUtility_GetUnsafePtr_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mD2D9DC546B80A05000B107C8E09FAA4BED3B2144 (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_nativeArray, const RuntimeMethod* method)
|
|
{
|
|
return (( void* (*) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C, const RuntimeMethod*))NativeArrayUnsafeUtility_GetUnsafePtr_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mD2D9DC546B80A05000B107C8E09FAA4BED3B2144_gshared)(___0_nativeArray, method);
|
|
}
|
|
inline int32_t* UnsafeUtility_AsRef_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF01FDF0EACCFED286E93933B693A2BE11A6A8946_inline (void* ___0_ptr, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t* (*) (void*, const RuntimeMethod*))UnsafeUtility_AsRef_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF01FDF0EACCFED286E93933B693A2BE11A6A8946_gshared_inline)(___0_ptr, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Add_m2455208C56EEFD8832AEAD8AF7368A3FEB33A73C (int32_t* ___0_location1, int32_t ___1_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_tzcnt_mB3717EA8D7052CBC8F048C8ADB37D6C6060C5490_inline (uint64_t ___0_x, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_tzcnt_m85FEAD596A8E327F7B6820310B7FBD9822BA735C_inline (int32_t ___0_x, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR int32_t AllocateBinsPerBatch_GetPrimitiveCount_mDFE67FB3449B3DB33665C336DB6FC830E8B27A14 (int32_t ___0_indexCount, int32_t ___1_topology, bool ___2_nativeQuads, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void AllocateBinsPerBatch_Execute_m8244D8F2860ED03B023A6D348D9471F2AF76E0F1 (AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_batchIndex, const RuntimeMethod* method) ;
|
|
inline DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010 NativeList_1_get_Item_mA1A9DFAE69C1E05FBA3EC1BE8D292F6A0B749419_inline (NativeList_1_t50EF7494D5DE96412C6EA67378B11EE5C5C8EE89* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010 (*) (NativeList_1_t50EF7494D5DE96412C6EA67378B11EE5C5C8EE89*, int32_t, const RuntimeMethod*))NativeList_1_get_Item_mA1A9DFAE69C1E05FBA3EC1BE8D292F6A0B749419_gshared_inline)(__this, ___0_index, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BatchFilterSettings_set_batchLayer_m6A6C6FD4365A708E12E79F1243F349E02AEAC4DF_inline (BatchFilterSettings_t24CAFF037E8C667ABC0B23D55D6CC7125947CDE2* __this, uint8_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BatchFilterSettings_set_motionMode_mF9C0E322FE369777B865E4968F8A335B3963A0F4 (BatchFilterSettings_t24CAFF037E8C667ABC0B23D55D6CC7125947CDE2* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BatchFilterSettings_set_shadowCastingMode_mF25FA5ED14ABE8D033B637C3846B57E0E221798D (BatchFilterSettings_t24CAFF037E8C667ABC0B23D55D6CC7125947CDE2* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BatchFilterSettings_set_receiveShadows_mEBE859A2B97142D275CA31B634AB97A1AC1EEC63 (BatchFilterSettings_t24CAFF037E8C667ABC0B23D55D6CC7125947CDE2* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BatchFilterSettings_set_staticShadowCaster_mE34D81BBC5B001D1959D6AAEF0CA167B7B596D44 (BatchFilterSettings_t24CAFF037E8C667ABC0B23D55D6CC7125947CDE2* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BatchFilterSettings_set_allDepthSorted_mC6827A891D8AC1F5F70434A68BF3336D4859875B (BatchFilterSettings_t24CAFF037E8C667ABC0B23D55D6CC7125947CDE2* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
inline int32_t NativeList_1_get_Length_mE7A316DEDE7A834904E4EDC814338B6A605AC589_inline (NativeList_1_t50EF7494D5DE96412C6EA67378B11EE5C5C8EE89* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NativeList_1_t50EF7494D5DE96412C6EA67378B11EE5C5C8EE89*, const RuntimeMethod*))NativeList_1_get_Length_mE7A316DEDE7A834904E4EDC814338B6A605AC589_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IndirectBufferAllocInfo_IsWithinLimits_mE8807A3A2DDE4F3E3E9091E2441D847F4BFC4067 (IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02* __this, IndirectBufferLimits_t6035702207C41A67B85B52BF1019C16EA7CE0076* ___0_limits, const RuntimeMethod* method) ;
|
|
inline BatchDrawCommand_t9DAB9B739DA9EBC6B1BB0D2DD51AF65B12F66BF0* MemoryUtilities_Malloc_TisBatchDrawCommand_t9DAB9B739DA9EBC6B1BB0D2DD51AF65B12F66BF0_m7E812EC737BE547DE159DEFB8ED25CFEBE919249 (int32_t ___0_count, int32_t ___1_allocator, const RuntimeMethod* method)
|
|
{
|
|
return (( BatchDrawCommand_t9DAB9B739DA9EBC6B1BB0D2DD51AF65B12F66BF0* (*) (int32_t, int32_t, const RuntimeMethod*))MemoryUtilities_Malloc_TisBatchDrawCommand_t9DAB9B739DA9EBC6B1BB0D2DD51AF65B12F66BF0_m7E812EC737BE547DE159DEFB8ED25CFEBE919249_gshared)(___0_count, ___1_allocator, method);
|
|
}
|
|
inline int32_t* MemoryUtilities_Malloc_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m844E1FE9AA85FBCDA780F255652D40A313DC2633 (int32_t ___0_count, int32_t ___1_allocator, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t* (*) (int32_t, int32_t, const RuntimeMethod*))MemoryUtilities_Malloc_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m844E1FE9AA85FBCDA780F255652D40A313DC2633_gshared)(___0_count, ___1_allocator, method);
|
|
}
|
|
inline BatchDrawCommandIndirect_t06F3B5DC4AF7D4B115CEECDB0A1E4E92065BC705* MemoryUtilities_Malloc_TisBatchDrawCommandIndirect_t06F3B5DC4AF7D4B115CEECDB0A1E4E92065BC705_m420905EDBA9A64C361E2A6D981B38B48D85066F3 (int32_t ___0_count, int32_t ___1_allocator, const RuntimeMethod* method)
|
|
{
|
|
return (( BatchDrawCommandIndirect_t06F3B5DC4AF7D4B115CEECDB0A1E4E92065BC705* (*) (int32_t, int32_t, const RuntimeMethod*))MemoryUtilities_Malloc_TisBatchDrawCommandIndirect_t06F3B5DC4AF7D4B115CEECDB0A1E4E92065BC705_m420905EDBA9A64C361E2A6D981B38B48D85066F3_gshared)(___0_count, ___1_allocator, method);
|
|
}
|
|
inline float* MemoryUtilities_Malloc_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m269ABA451687B643BABE37DB6019C803CD73F66A (int32_t ___0_count, int32_t ___1_allocator, const RuntimeMethod* method)
|
|
{
|
|
return (( float* (*) (int32_t, int32_t, const RuntimeMethod*))MemoryUtilities_Malloc_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m269ABA451687B643BABE37DB6019C803CD73F66A_gshared)(___0_count, ___1_allocator, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void PrefixSumDrawsAndInstances_Execute_m8EADFE8897EAE00866B67F8AE64CA774EE33B5F9 (PrefixSumDrawsAndInstances_t270E5AA9BF72798DF9C0F217224637E0B89F710D* IL2CPP_PARAMETER_RESTRICT __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GPUInstanceIndex_t1B73FC29B273B0470A8E186E3C2F19CA6D8FBA78 ReadOnly_CPUInstanceToGPUInstance_m01CDC3239F33A9D1A861D1816930C4A7E71440E5 (ReadOnly_tE69A412FE71F8B82F4822C181711AAA37F3BC5BC* __this, InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B ___0_instance, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t GPUInstanceIndex_get_index_m0EDBD4FD5FC090990E2A24DCEBB5346B260C919D_inline (GPUInstanceIndex_t1B73FC29B273B0470A8E186E3C2F19CA6D8FBA78* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GPUInstanceIndex_set_index_m24EF3293A5E4CA20F4186F53B459500CDAE40687_inline (GPUInstanceIndex_t1B73FC29B273B0470A8E186E3C2F19CA6D8FBA78* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR int32_t DrawCommandOutputPerBatch_EncodeGPUInstanceIndexAndCrossFade_m6EFB0D6BB29BF2F65B66913BD2F82E4364ED8830 (DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_rendererIndex, bool ___1_negateCrossFade, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool DrawCommandOutputPerBatch_IsInstanceFlipped_m1AE2BD53A7D17783F262A94539417F423FD4CF79 (DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_rendererIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool DrawCommandOutputPerBatch_IsMeshLodVisible_mF345AFA69786A2EB8E65B25BFDB933A6321F1054 (DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_batchLodLevel, int32_t ___1_rendererIndex, bool ___2_supportsCrossFade, bool* ___3_negateCrossfade, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IndirectBufferAllocInfo_IsEmpty_m47785BE361D9B989BE0455AD1884831AB99E4009 (IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02* __this, const RuntimeMethod* method) ;
|
|
inline BatchID_t884E3C204D1F4C18FFD2361FC14A1E64CFBD8770 NativeParallelHashMap_2_get_Item_m1EBC9739F8BC30E42EA705CFBD1E59BEE46FA803 (NativeParallelHashMap_2_tDA93C536A95E913A4A38B4387FB9E0AC0634B184* __this, uint32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( BatchID_t884E3C204D1F4C18FFD2361FC14A1E64CFBD8770 (*) (NativeParallelHashMap_2_tDA93C536A95E913A4A38B4387FB9E0AC0634B184*, uint32_t, const RuntimeMethod*))NativeParallelHashMap_2_get_Item_m1EBC9739F8BC30E42EA705CFBD1E59BEE46FA803_gshared)(__this, ___0_key, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void DrawCommandOutputPerBatch_Execute_mF995D35E2E640A3172F4BC62E37BF103CFBBBBA7 (DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_batchIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ParallelBitArray_InterlockedOrChunk_m51A85AD8A6A6FFD317303DEABA6B9797B79CE658 (ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317* __this, int32_t ___0_chunk_index, uint64_t ___1_chunk_bits, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void CompactVisibilityMasksJob_Execute_m7D5B39DEFEC4944D35111B4B7D22267147B4AB1E (CompactVisibilityMasksJob_tDE1D39C552A38F0687E6280ECC355983FA6AA3A5* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_startIndex, int32_t ___1_count, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C InstanceCullerSplitDebugArray_get_Counters_mBDB8C933AEEB9F934132442CA20FC54A9E9A01AB_inline (InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* __this, const RuntimeMethod* method) ;
|
|
inline void NativeList_1__ctor_mF0B178D7A60B2948564AFE0F967677F1F77DB356 (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88* __this, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___0_allocator, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88*, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148, const RuntimeMethod*))NativeList_1__ctor_mF0B178D7A60B2948564AFE0F967677F1F77DB356_gshared)(__this, ___0_allocator, method);
|
|
}
|
|
inline void NativeQueue_1__ctor_mDD9E8ECAA791A7124E92EBC12B9907F770BDD057 (NativeQueue_1_tA574A1D792BEDC7C9D7D60530F71E6A15136538C* __this, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___0_allocator, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeQueue_1_tA574A1D792BEDC7C9D7D60530F71E6A15136538C*, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148, const RuntimeMethod*))NativeQueue_1__ctor_mDD9E8ECAA791A7124E92EBC12B9907F770BDD057_gshared)(__this, ___0_allocator, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCullerSplitDebugArray_Init_m0E461744D899802E8123D32B79AD2EEC7FF1ED66 (InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* __this, const RuntimeMethod* method) ;
|
|
inline void NativeList_1_Dispose_m43AFADA1FB582C255240041EC6E1056D663F7100 (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88*, const RuntimeMethod*))NativeList_1_Dispose_m43AFADA1FB582C255240041EC6E1056D663F7100_gshared)(__this, method);
|
|
}
|
|
inline void NativeQueue_1_Dispose_mC479914AE4253CBCB5E3BCEBB771C67F84D7ACD6 (NativeQueue_1_tA574A1D792BEDC7C9D7D60530F71E6A15136538C* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeQueue_1_tA574A1D792BEDC7C9D7D60530F71E6A15136538C*, const RuntimeMethod*))NativeQueue_1_Dispose_mC479914AE4253CBCB5E3BCEBB771C67F84D7ACD6_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCullerSplitDebugArray_Dispose_m0FA405A9BA291E560088D998A71EE3FEF95100C1 (InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* __this, const RuntimeMethod* method) ;
|
|
inline int32_t NativeList_1_get_Length_m1A46D9A872589738B0134FD788E9C362EAD00018_inline (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88*, const RuntimeMethod*))NativeList_1_get_Length_m1A46D9A872589738B0134FD788E9C362EAD00018_gshared_inline)(__this, method);
|
|
}
|
|
inline void NativeList_1_Add_m19F45CA31E77EAA884BD1AB740FBC644D2B1A1E7 (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88* __this, Info_tA3039772991DEEDBC29A00439A055C5166133A27* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88*, Info_tA3039772991DEEDBC29A00439A055C5166133A27*, const RuntimeMethod*))NativeList_1_Add_m19F45CA31E77EAA884BD1AB740FBC644D2B1A1E7_gshared)(__this, ___0_value, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InstanceCullerSplitDebugArray_TryAddSplits_m8F0CAC17CB3DA747A187760D3961255C1E95BDF5 (InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* __this, int32_t ___0_viewType, int32_t ___1_viewInstanceID, int32_t ___2_splitCount, const RuntimeMethod* method) ;
|
|
inline void NativeQueue_1_Enqueue_m28EF4AEC6B38DBC642B97D976A0694572CFD4DBF (NativeQueue_1_tA574A1D792BEDC7C9D7D60530F71E6A15136538C* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeQueue_1_tA574A1D792BEDC7C9D7D60530F71E6A15136538C*, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08, const RuntimeMethod*))NativeQueue_1_Enqueue_m28EF4AEC6B38DBC642B97D976A0694572CFD4DBF_gshared)(__this, ___0_value, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCullerSplitDebugArray_AddSync_m05D0080857890E3C8E46730B1D4DC17E4FB71D90 (InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* __this, int32_t ___0_baseIndex, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___1_jobHandle, const RuntimeMethod* method) ;
|
|
inline bool NativeQueue_1_TryDequeue_mB56FD1925AD16141BD22B158CC14FCF28CEBE2B0 (NativeQueue_1_tA574A1D792BEDC7C9D7D60530F71E6A15136538C* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (NativeQueue_1_tA574A1D792BEDC7C9D7D60530F71E6A15136538C*, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08*, const RuntimeMethod*))NativeQueue_1_TryDequeue_mB56FD1925AD16141BD22B158CC14FCF28CEBE2B0_gshared)(__this, ___0_item, method);
|
|
}
|
|
inline void NativeList_1_Clear_mB153D0ED83D060E9FABE791884CE1E6027D01488 (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0*, const RuntimeMethod*))NativeList_1_Clear_mB153D0ED83D060E9FABE791884CE1E6027D01488_gshared)(__this, method);
|
|
}
|
|
inline Info_tA3039772991DEEDBC29A00439A055C5166133A27 NativeList_1_get_Item_mBDB41EF423D60B231EA5985CCE550908337E9822_inline (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( Info_tA3039772991DEEDBC29A00439A055C5166133A27 (*) (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88*, int32_t, const RuntimeMethod*))NativeList_1_get_Item_mBDB41EF423D60B231EA5985CCE550908337E9822_gshared_inline)(__this, ___0_index, method);
|
|
}
|
|
inline void NativeList_1_Add_m6F0898FAFF65193E24E8924DC012D7891EEF9664 (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* __this, InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0*, InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173*, const RuntimeMethod*))NativeList_1_Add_m6F0898FAFF65193E24E8924DC012D7891EEF9664_gshared)(__this, ___0_value, method);
|
|
}
|
|
inline void NativeList_1_Clear_mE86287A43D338AE9E3730BD4A6BBB965C13F41A8 (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88*, const RuntimeMethod*))NativeList_1_Clear_mE86287A43D338AE9E3730BD4A6BBB965C13F41A8_gshared)(__this, method);
|
|
}
|
|
inline void ArrayExtensions_FillArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m42C776F63A2433E66EFD05FB1C9AB0CD38C4FF42 (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_array, int32_t* ___1_value, int32_t ___2_startIndex, int32_t ___3_length, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, int32_t*, int32_t, int32_t, const RuntimeMethod*))ArrayExtensions_FillArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m42C776F63A2433E66EFD05FB1C9AB0CD38C4FF42_gshared)(___0_array, ___1_value, ___2_startIndex, ___3_length, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCullerSplitDebugArray_MoveToDebugStatsAndClear_mAA78838CCD17348C01F115022EF530C3F5B98AD4 (InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* __this, DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* ___0_debugStats, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* InstanceOcclusionEventDebugArray_get_CounterBuffer_mF25E7B744518F980443AFCF79E48EA3CCF852D04_inline (InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphicsBuffer__ctor_mBDE2A119B58AD582F79CFE8071F47001965D14F4 (GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* __this, int32_t ___0_target, int32_t ___1_count, int32_t ___2_stride, const RuntimeMethod* method) ;
|
|
inline void UnsafeList_1__ctor_mA85E6FF8511F43CD540FAF2D240F7392B510CC9D (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* __this, int32_t ___0_initialCapacity, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___1_allocator, int32_t ___2_options, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1*, int32_t, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148, int32_t, const RuntimeMethod*))UnsafeList_1__ctor_mA85E6FF8511F43CD540FAF2D240F7392B510CC9D_gshared)(__this, ___0_initialCapacity, ___1_allocator, ___2_options, method);
|
|
}
|
|
inline void NativeQueue_1__ctor_m3109BFFD8976B2EF90355B23C5029558950039C9 (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6* __this, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___0_allocator, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6*, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148, const RuntimeMethod*))NativeQueue_1__ctor_m3109BFFD8976B2EF90355B23C5029558950039C9_gshared)(__this, ___0_allocator, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceOcclusionEventDebugArray_Init_mF8AEF95440DA22ACC2DB5717CEBD9C8B8B3797D5 (InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* __this, const RuntimeMethod* method) ;
|
|
inline void UnsafeList_1_Dispose_mE9A93DD621B4354DEA3E61A0369B82523B67F6B2 (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1*, const RuntimeMethod*))UnsafeList_1_Dispose_mE9A93DD621B4354DEA3E61A0369B82523B67F6B2_gshared)(__this, method);
|
|
}
|
|
inline bool NativeQueue_1_TryDequeue_m8CD33F25078F6040C65A718A5321B20B161EBE21 (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6* __this, Request_tAA55F47806E39B0E19B53273DCBFB5CF457F9187* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6*, Request_tAA55F47806E39B0E19B53273DCBFB5CF457F9187*, const RuntimeMethod*))NativeQueue_1_TryDequeue_m8CD33F25078F6040C65A718A5321B20B161EBE21_gshared)(__this, ___0_item, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncGPUReadbackRequest_WaitForCompletion_mD50A1E5703422BD97DCCD596E0A4029EAEC210D4 (AsyncGPUReadbackRequest_t6A735D3E0F1DEF8F43EBD0E6FE550FAE564519C7* __this, const RuntimeMethod* method) ;
|
|
inline void NativeQueue_1_Dispose_m947457616B8DC1D1EF52AA5C64B3F34BE1A225DD (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6*, const RuntimeMethod*))NativeQueue_1_Dispose_m947457616B8DC1D1EF52AA5C64B3F34BE1A225DD_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GraphicsBuffer_Dispose_m2D1F14A03BE2CAA0A68536470298B468F77AB596 (GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceOcclusionEventDebugArray_Dispose_m2D57744F19C60D3E9B6EFDF81BB08498853E37C1 (InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* __this, const RuntimeMethod* method) ;
|
|
inline int32_t UnsafeList_1_get_Length_mA3CC0C8D9DB4BDAFBFBF1B61294363E86023C0B3_inline (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1*, const RuntimeMethod*))UnsafeList_1_get_Length_mA3CC0C8D9DB4BDAFBFBF1B61294363E86023C0B3_gshared_inline)(__this, method);
|
|
}
|
|
inline void UnsafeList_1_Add_mEB8459A0E0C24E56AE72A2570A81DF6477445076_inline (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* __this, Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1*, Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84*, const RuntimeMethod*))UnsafeList_1_Add_mEB8459A0E0C24E56AE72A2570A81DF6477445076_gshared_inline)(__this, ___0_value, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InstanceOcclusionEventDebugArray_TryAdd_m2FD080E0DDCA404C8C362A5933EC852A9CD5F109 (InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* __this, int32_t ___0_viewInstanceID, int32_t ___1_eventType, int32_t ___2_occluderVersion, int32_t ___3_subviewMask, int32_t ___4_occlusionTest, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncGPUReadbackRequest_t6A735D3E0F1DEF8F43EBD0E6FE550FAE564519C7 AsyncGPUReadback_Request_m55AA95634C6EB7E01E79D36982F156B51D58D62F (GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___0_src, int32_t ___1_size, int32_t ___2_offset, Action_1_t6AC29B34E68BC53AA807670D868CBB59CD5D995F* ___3_callback, const RuntimeMethod* method) ;
|
|
inline void NativeQueue_1_Enqueue_m1B9B5E07283D325B86C3400D62E6F76BA1B0FE37 (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6* __this, Request_tAA55F47806E39B0E19B53273DCBFB5CF457F9187 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6*, Request_tAA55F47806E39B0E19B53273DCBFB5CF457F9187, const RuntimeMethod*))NativeQueue_1_Enqueue_m1B9B5E07283D325B86C3400D62E6F76BA1B0FE37_gshared)(__this, ___0_value, method);
|
|
}
|
|
inline Request_tAA55F47806E39B0E19B53273DCBFB5CF457F9187 NativeQueue_1_Dequeue_mFB2EA0250C211ADFC6F96B75DE8A398E1BF00491 (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Request_tAA55F47806E39B0E19B53273DCBFB5CF457F9187 (*) (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6*, const RuntimeMethod*))NativeQueue_1_Dequeue_mFB2EA0250C211ADFC6F96B75DE8A398E1BF00491_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsyncGPUReadbackRequest_get_hasError_m374BB20A32B9DCDBFD8F81BBE542847B82F04EE5 (AsyncGPUReadbackRequest_t6A735D3E0F1DEF8F43EBD0E6FE550FAE564519C7* __this, const RuntimeMethod* method) ;
|
|
inline NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C AsyncGPUReadbackRequest_GetData_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0C8174219607025AE80D610B1767D0C69AB524CE (AsyncGPUReadbackRequest_t6A735D3E0F1DEF8F43EBD0E6FE550FAE564519C7* __this, int32_t ___0_layer, const RuntimeMethod* method)
|
|
{
|
|
return (( NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C (*) (AsyncGPUReadbackRequest_t6A735D3E0F1DEF8F43EBD0E6FE550FAE564519C7*, int32_t, const RuntimeMethod*))AsyncGPUReadbackRequest_GetData_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0C8174219607025AE80D610B1767D0C69AB524CE_gshared)(__this, ___0_layer, method);
|
|
}
|
|
inline bool NativeQueue_1_IsEmpty_m65DBB89B0F0FADD2F1926200383CC182869A5643 (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6*, const RuntimeMethod*))NativeQueue_1_IsEmpty_m65DBB89B0F0FADD2F1926200383CC182869A5643_gshared)(__this, method);
|
|
}
|
|
inline Request_tAA55F47806E39B0E19B53273DCBFB5CF457F9187 NativeQueue_1_Peek_m52FD79FC24A5DC722E0F7F6F1F580AD91B38EA2A (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Request_tAA55F47806E39B0E19B53273DCBFB5CF457F9187 (*) (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6*, const RuntimeMethod*))NativeQueue_1_Peek_m52FD79FC24A5DC722E0F7F6F1F580AD91B38EA2A_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsyncGPUReadbackRequest_get_done_mC042016E5BE850F18995831CBB4F06655914798C (AsyncGPUReadbackRequest_t6A735D3E0F1DEF8F43EBD0E6FE550FAE564519C7* __this, const RuntimeMethod* method) ;
|
|
inline void NativeList_1_Clear_m861822BBA9ABD901811A01ABDE4E2614C7997B2E (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08*, const RuntimeMethod*))NativeList_1_Clear_m861822BBA9ABD901811A01ABDE4E2614C7997B2E_gshared)(__this, method);
|
|
}
|
|
inline Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84 UnsafeList_1_get_Item_m02CD66399DD66F66319F8D7F4590337B9D8500AB_inline (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84 (*) (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1*, int32_t, const RuntimeMethod*))UnsafeList_1_get_Item_m02CD66399DD66F66319F8D7F4590337B9D8500AB_gshared_inline)(__this, ___0_index, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Info_HasVersion_m9E077F93A4F89E728DF4FA88764ABF91C732D960 (Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84* __this, const RuntimeMethod* method) ;
|
|
inline void NativeList_1_Add_m13B9283714C231DE2F391CE8EC440FCEF5A28BF4 (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* __this, InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08*, InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD*, const RuntimeMethod*))NativeList_1_Add_m13B9283714C231DE2F391CE8EC440FCEF5A28BF4_gshared)(__this, ___0_value, method);
|
|
}
|
|
inline void GraphicsBuffer_SetData_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mBBACEA4828D09243CAF5F2B480292C8811A59147 (GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_data, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1*, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C, const RuntimeMethod*))GraphicsBuffer_SetData_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mBBACEA4828D09243CAF5F2B480292C8811A59147_gshared)(__this, ___0_data, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceOcclusionEventDebugArray_MoveToDebugStatsAndClear_mFEF02F07D15F2F2942FABFD0C7C577FAB1859977 (InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* __this, DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* ___0_debugStats, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndirectBufferContextStorage_Init_mE1D9E857917AF5759F2E08D6B008C991CE5558AF (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* GPUResidentDrawerResources_get_instanceOcclusionCullingKernels_m0096BB5665B29E5552385CC7C4990DDF95C6EDB1_inline (GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OcclusionTestComputeShader_Init_mC423CA21A41E4B44DB2715096F04D7498A80E960 (OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___0_cs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ComputeShader_FindKernel_m3BA5C50794FA6AF4C432E55FBBD7CB266532F659 (ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7 (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
inline void NativeArray_1__ctor_m782C18A46EF1C07CE2818023DFA072D278161AB1 (NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m782C18A46EF1C07CE2818023DFA072D278161AB1_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method);
|
|
}
|
|
inline int32_t UnsafeUtility_SizeOf_TisInstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431_m50EA3632EB1CDEF0AC4FA6E77CE06A357B7F3BAA_inline (const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (const RuntimeMethod*))UnsafeUtility_SizeOf_TisInstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431_m50EA3632EB1CDEF0AC4FA6E77CE06A357B7F3BAA_gshared_inline)(method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeBuffer__ctor_m10899F96063EF384E8F25E2D61242CCF5F327D08 (ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* __this, int32_t ___0_count, int32_t ___1_stride, int32_t ___2_type, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer__ctor_m9445F1606331B732FCA393591F3E230714FD5FF4 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_set_name_mEC83B7FE28D6817A36A8B894A661D6D217488965 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
inline void NativeParallelHashMap_2__ctor_mF69457D66BDC60DFEAA9D5F8DFAA598563B5C74C (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5* __this, int32_t ___0_capacity, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 ___1_allocator, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5*, int32_t, AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148, const RuntimeMethod*))NativeParallelHashMap_2__ctor_mF69457D66BDC60DFEAA9D5F8DFAA598563B5C74C_gshared)(__this, ___0_capacity, ___1_allocator, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_Init_mDBBD40C7316EBE16746FACA43170B7E1001EC67F (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* ___0_resources, DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* ___1_debugStats, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t LODParameters_GetHashCode_mECFCEAAAC935759A99C30C69BBC99A1148F46F40 (LODParameters_t54D2AA0FD8E53BCF51D7A42BC1A72FCA8C78A08A* __this, const RuntimeMethod* method) ;
|
|
inline bool NativeParallelHashMap_2_TryGetValue_m6E67B7DC074842BF90C29990A23C46AE6F5275C4 (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5* __this, int32_t ___0_key, AnimatedFadeData_t965D6428A80522AB9EDFDF2671880282159C5E46* ___1_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5*, int32_t, AnimatedFadeData_t965D6428A80522AB9EDFDF2671880282159C5E46*, const RuntimeMethod*))NativeParallelHashMap_2_TryGetValue_m6E67B7DC074842BF90C29990A23C46AE6F5275C4_gshared)(__this, ___0_key, ___1_item, method);
|
|
}
|
|
inline PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E NativeParallelHashMap_2_get_Item_mD349600C14FC15C4FA3A779DFC8158B0A53067B4 (NativeParallelHashMap_2_t36DD1F9F308DCEEBA1C297BEE4AEB4861714A522* __this, int32_t ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E (*) (NativeParallelHashMap_2_t36DD1F9F308DCEEBA1C297BEE4AEB4861714A522*, int32_t, const RuntimeMethod*))NativeParallelHashMap_2_get_Item_mD349600C14FC15C4FA3A779DFC8158B0A53067B4_gshared)(__this, ___0_key, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BatchPackedCullingViewID_GetInstanceID_mF4DAA7A5BC253254F02D37A202B7D19C2E4E6D52 (BatchPackedCullingViewID_t1E7EE8631C02555CAA181FA566CDC604B9FEFEBB* __this, const RuntimeMethod* method) ;
|
|
inline bool NativeParallelHashMap_2_TryGetValue_m8C44E208143352E44ACC41CE5EDC7CB1EF59C7EA (NativeParallelHashMap_2_t36DD1F9F308DCEEBA1C297BEE4AEB4861714A522* __this, int32_t ___0_key, PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E* ___1_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (NativeParallelHashMap_2_t36DD1F9F308DCEEBA1C297BEE4AEB4861714A522*, int32_t, PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E*, const RuntimeMethod*))NativeParallelHashMap_2_TryGetValue_m8C44E208143352E44ACC41CE5EDC7CB1EF59C7EA_gshared)(__this, ___0_key, ___1_item, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CPUPerCameraInstanceData_get_instancesLength_m2FCFD20153EC6AACB2340D337BB18BF616A4198F (CPUPerCameraInstanceData_t71C741AAD32148627A1984FC497812A470221529* __this, const RuntimeMethod* method) ;
|
|
inline JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 IJobParallelForExtensions_Schedule_TisAnimateCrossFadeJob_t4A6EEA489E4EE721D1878717E9FB01FC73C4E90E_mD7221D1252497D1021410C8A1EF14074F09BF169 (AnimateCrossFadeJob_t4A6EEA489E4EE721D1878717E9FB01FC73C4E90E ___0_jobData, int32_t ___1_arrayLength, int32_t ___2_innerloopBatchCount, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___3_dependsOn, const RuntimeMethod* method)
|
|
{
|
|
return (( JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 (*) (AnimateCrossFadeJob_t4A6EEA489E4EE721D1878717E9FB01FC73C4E90E, int32_t, int32_t, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08, const RuntimeMethod*))IJobParallelForExtensions_Schedule_TisAnimateCrossFadeJob_t4A6EEA489E4EE721D1878717E9FB01FC73C4E90E_mD7221D1252497D1021410C8A1EF14074F09BF169_gshared)(___0_jobData, ___1_arrayLength, ___2_innerloopBatchCount, ___3_dependsOn, method);
|
|
}
|
|
inline bool NativeParallelHashMap_2_TryAdd_mFE6468822563C36FFD28CF1434FB8D5664D1CDE4 (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5* __this, int32_t ___0_key, AnimatedFadeData_t965D6428A80522AB9EDFDF2671880282159C5E46 ___1_item, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5*, int32_t, AnimatedFadeData_t965D6428A80522AB9EDFDF2671880282159C5E46, const RuntimeMethod*))NativeParallelHashMap_2_TryAdd_mFE6468822563C36FFD28CF1434FB8D5664D1CDE4_gshared)(__this, ___0_key, ___1_item, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 InstanceCuller_AnimateCrossFades_m5BE8DFEE24C03638DF57E12C23D4C2C80DE8B510 (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, CPUPerCameraInstanceData_t71C741AAD32148627A1984FC497812A470221529 ___0_perCameraInstanceData, BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659 ___1_cc, PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E* ___2_cameraInstanceData, bool* ___3_hasAnimatedCrossfade, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float QualitySettings_get_lodBias_mFC5A527CC65FE124E6C58757AA11ADCB6F8C9BCD (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float QualitySettings_get_meshLodThreshold_m78C5BEC88F9170399DC77CE45828E90C9937B4AE (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCullerBurst_SetupCullingJobInput_m48DA62BB1FCE439FD65DE65952C97249ECB28C56 (float ___0_lodBias, float ___1_meshLodThreshold, BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* ___2_context, ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2* ___3_receiverPlanes, ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6* ___4_receiverSphereCuller, FrustumPlaneCuller_t8CD42C335DE2FBB33999860D65217D82FF749EAA* ___5_frustumPlaneCuller, float* ___6_screenRelativeMetric, float* ___7_meshLodConstant, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OcclusionCullingCommon_UpdateSilhouettePlanes_m4576EBD18929EC7B7AAA98EA599CEB053033161E (OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* __this, int32_t ___0_viewInstanceID, NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 ___1_planes, const RuntimeMethod* method) ;
|
|
inline NativeArray_1_t12018DEC83E53274D542435F55D8BED16BD4E78E NativeList_1_AsArray_mD72335AB21F040F66CA0076CBC71E6292CD744C8 (NativeList_1_tA78554A4805525762FFDFAC177852313219B5383* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( NativeArray_1_t12018DEC83E53274D542435F55D8BED16BD4E78E (*) (NativeList_1_tA78554A4805525762FFDFAC177852313219B5383*, const RuntimeMethod*))NativeList_1_AsArray_mD72335AB21F040F66CA0076CBC71E6292CD744C8_gshared)(__this, method);
|
|
}
|
|
inline NativeArray_1_t68166A4F733ADFE89591B8BCE0284E5970D2816A NativeList_1_AsArray_m243784F33AA26E289A433DFE616B929FB0FAE621 (NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( NativeArray_1_t68166A4F733ADFE89591B8BCE0284E5970D2816A (*) (NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7*, const RuntimeMethod*))NativeList_1_AsArray_m243784F33AA26E289A433DFE616B929FB0FAE621_gshared)(__this, method);
|
|
}
|
|
inline NativeArray_1_t933EB4C2ED1CCB3C68D5E2EC18C770C2893C8443 NativeList_1_AsArray_m300703146ACCBE0D12F5E4E9C9F3FD118E232207 (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( NativeArray_1_t933EB4C2ED1CCB3C68D5E2EC18C770C2893C8443 (*) (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF*, const RuntimeMethod*))NativeList_1_AsArray_m300703146ACCBE0D12F5E4E9C9F3FD118E232207_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 LODParameters_get_cameraPosition_m70A0A7D7AA725271F9EB87D297DD4F8797A6E73C (LODParameters_t54D2AA0FD8E53BCF51D7A42BC1A72FCA8C78A08A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LODParameters_get_isOrthographic_mFF3B1AA8358A47BF1C39580E330440D5F07FD09C (LODParameters_t54D2AA0FD8E53BCF51D7A42BC1A72FCA8C78A08A* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t QualitySettings_get_maximumLODLevel_m0233F6EB6B183F664E3CAD22F5FFD1D820F568D3 (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnly_get_instancesLength_m0E85E521D7DB61518C6988B08646386F20A17307 (ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* __this, const RuntimeMethod* method) ;
|
|
inline JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 IJobParallelForExtensions_Schedule_TisCullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681_m8D8CCA2EFB5B26BD70152D80E08CCC5E48EE0FCA (CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681 ___0_jobData, int32_t ___1_arrayLength, int32_t ___2_innerloopBatchCount, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___3_dependsOn, const RuntimeMethod* method)
|
|
{
|
|
return (( JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 (*) (CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681, int32_t, int32_t, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08, const RuntimeMethod*))IJobParallelForExtensions_Schedule_TisCullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681_m8D8CCA2EFB5B26BD70152D80E08CCC5E48EE0FCA_gshared)(___0_jobData, ___1_arrayLength, ___2_innerloopBatchCount, ___3_dependsOn, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 InstanceCuller_CreateFrustumCullingJob_m503045810FE1E550B3F436FD62750A505A4EAE3C (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* ___0_cc, ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* ___1_instanceData, ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E* ___2_sharedInstanceData, CPUPerCameraInstanceData_t71C741AAD32148627A1984FC497812A470221529* ___3_perCameraInstanceData, NativeList_1_t53EAF24037BDCAF4EBF0C2060BFD6694AFAC35AD ___4_lodGroupCullingData, BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7* ___5_binningConfig, float ___6_smallMeshScreenPercentage, OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* ___7_occlusionCullingCommon, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___8_rendererVisibilityMasks, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___9_rendererMeshLodSettings, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___10_rendererCrossFadeValues, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeList_1_t0E8F99CBD0349EB2EDB94A940345E760399356C0 CPUDrawInstanceData_get_drawInstances_m5B182A75D8968C69C7EFF2CE773D0029E7412D68_inline (CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* __this, const RuntimeMethod* method) ;
|
|
inline int32_t NativeList_1_get_Length_m1B19644590B4833588E55C27206E74261176AEBD_inline (NativeList_1_t0E8F99CBD0349EB2EDB94A940345E760399356C0* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NativeList_1_t0E8F99CBD0349EB2EDB94A940345E760399356C0*, const RuntimeMethod*))NativeList_1_get_Length_m1B19644590B4833588E55C27206E74261176AEBD_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30 CPUDrawInstanceData_get_drawBatches_m6E62CEC9E106C2CB84B185517A04105E77D875F6_inline (CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* __this, const RuntimeMethod* method) ;
|
|
inline int32_t NativeList_1_get_Length_mAF6ED4830EA3A9BEC5A90C5C30297F098077A6C0_inline (NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30*, const RuntimeMethod*))NativeList_1_get_Length_mAF6ED4830EA3A9BEC5A90C5C30297F098077A6C0_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_min_m02D43DF516544C279AF660EA4731449C82991849_inline (int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InstanceCuller_ComputeWorstCaseDrawCommandCount_mF523E170BDA54D6E88AD73742065FD88C60937DD (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* ___0_cc, BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7 ___1_binningConfig, CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* ___2_drawInstanceData, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeList_1_t50EF7494D5DE96412C6EA67378B11EE5C5C8EE89 CPUDrawInstanceData_get_drawRanges_m980D02096E99CCD5299D5B06AAEC78E986A92754_inline (CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* __this, const RuntimeMethod* method) ;
|
|
inline BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F* MemoryUtilities_Malloc_TisBatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F_m1F65CB986865A957274F7808CE94C84C797611DA (int32_t ___0_count, int32_t ___1_allocator, const RuntimeMethod* method)
|
|
{
|
|
return (( BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F* (*) (int32_t, int32_t, const RuntimeMethod*))MemoryUtilities_Malloc_TisBatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F_m1F65CB986865A957274F7808CE94C84C797611DA_gshared)(___0_count, ___1_allocator, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QualitySettings_get_enableLODCrossFade_m6249DFDB2E0D5A5440A7AF15A111B299337E51BD (const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnly_get_handlesLength_m50556F07B2F7144758202F76E202ED795E715DE9 (ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* __this, const RuntimeMethod* method) ;
|
|
inline void NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 InstanceCuller_CreateCompactedVisibilityMaskJob_m3A2F38959953B889E5E7456DE426ABA7134DFB9B (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* ___0_instanceData, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___1_rendererVisibilityMasks, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___2_cullingJobHandle, const RuntimeMethod* method) ;
|
|
inline void NativeArray_1__ctor_m140467F809E7DFD8EC4C512E0B05D4A295DAD523 (NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8* __this, int32_t ___0_length, int32_t ___1_allocator, int32_t ___2_options, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8*, int32_t, int32_t, int32_t, const RuntimeMethod*))NativeArray_1__ctor_m140467F809E7DFD8EC4C512E0B05D4A295DAD523_gshared)(__this, ___0_length, ___1_allocator, ___2_options, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OcclusionCullingCommon_HasOccluderContext_m24FD8FB63CF4F73E28369A7C5E4AB1A4B0C6EF90 (OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* __this, int32_t ___0_viewInstanceID, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IndirectBufferContextStorage_TryAllocateContext_mC8D472C07C986BDCFC55CF8C4CE324230A38618C (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, int32_t ___0_viewID, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t IntPtr_op_Explicit_m931A344F16D4C65EFB0B492EB07C7A82AF0B9FA1 (int32_t ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IndirectBufferLimits_t6035702207C41A67B85B52BF1019C16EA7CE0076 IndirectBufferContextStorage_GetLimits_m2E8DDC54719944794D7342725107396F59D5CF71 (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, int32_t ___0_contextIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t010CFDCC413C944832DC3E8129AE25C0D1FD6876 IndirectBufferContextStorage_GetAllocInfoSubArray_m053D08700A1B5D4DB1AAF31B508E33E9FF418A4D (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, int32_t ___0_contextIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C CPUDrawInstanceData_get_drawInstanceIndices_m22402BAB913DE193060C175FF253FC5C3D8D0D56 (CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* __this, const RuntimeMethod* method) ;
|
|
inline JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 IJobParallelForExtensions_Schedule_TisAllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904_m5EE5844609FDACAF2B9DFE42ED665A754885573E (AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904 ___0_jobData, int32_t ___1_arrayLength, int32_t ___2_innerloopBatchCount, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___3_dependsOn, const RuntimeMethod* method)
|
|
{
|
|
return (( JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 (*) (AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904, int32_t, int32_t, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08, const RuntimeMethod*))IJobParallelForExtensions_Schedule_TisAllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904_m5EE5844609FDACAF2B9DFE42ED665A754885573E_gshared)(___0_jobData, ___1_arrayLength, ___2_innerloopBatchCount, ___3_dependsOn, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C CPUDrawInstanceData_get_drawBatchIndices_m414A7D8E605519E4B6F5F3B1020BE3B21F991E29 (CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C IndirectBufferContextStorage_get_allocationCounters_mF22684F6D0214AE0755E3DFA8BA047C9E63C70FC_inline (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, const RuntimeMethod* method) ;
|
|
inline JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 IJobExtensions_Schedule_TisPrefixSumDrawsAndInstances_t270E5AA9BF72798DF9C0F217224637E0B89F710D_mCC979313A633E0FFF5D5EC75DC58C8294BC29AFE (PrefixSumDrawsAndInstances_t270E5AA9BF72798DF9C0F217224637E0B89F710D ___0_jobData, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___1_dependsOn, const RuntimeMethod* method)
|
|
{
|
|
return (( JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 (*) (PrefixSumDrawsAndInstances_t270E5AA9BF72798DF9C0F217224637E0B89F710D, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08, const RuntimeMethod*))IJobExtensions_Schedule_TisPrefixSumDrawsAndInstances_t270E5AA9BF72798DF9C0F217224637E0B89F710D_mCC979313A633E0FFF5D5EC75DC58C8294BC29AFE_gshared)(___0_jobData, ___1_dependsOn, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GraphicsBufferHandle_t796AECB7D0D9A7DE09882D9EAC25123F6DFA28B5 IndirectBufferContextStorage_get_visibleInstanceBufferHandle_mBD86573F23F6B0F8BF6C46C2996C449E571DC87F (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GraphicsBufferHandle_t796AECB7D0D9A7DE09882D9EAC25123F6DFA28B5 IndirectBufferContextStorage_get_indirectArgsBufferHandle_m7DF465FC2B94D42E1ABE0EE29E0EE4A1C850E925 (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeArray_1_tB8F0DDF2408274818FBB9DB19DE6BF57FCE751A2 IndirectBufferContextStorage_get_instanceInfoGlobalArray_m6D87D347531D8E3C00FB0967CCAEE69FED54FC41_inline (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeArray_1_t53D1F8A0601B0A0A14155D124CA9BE481C9F9507 IndirectBufferContextStorage_get_drawInfoGlobalArray_mF90CEAECE8B83E043E462A4495421A574CC257D4_inline (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, const RuntimeMethod* method) ;
|
|
inline JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 IJobParallelForExtensions_Schedule_TisDrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215_m1CD41A514234A602CA4EB97B64BAFDD1C0D08D10 (DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215 ___0_jobData, int32_t ___1_arrayLength, int32_t ___2_innerloopBatchCount, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___3_dependsOn, const RuntimeMethod* method)
|
|
{
|
|
return (( JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 (*) (DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215, int32_t, int32_t, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08, const RuntimeMethod*))IJobParallelForExtensions_Schedule_TisDrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215_m1CD41A514234A602CA4EB97B64BAFDD1C0D08D10_gshared)(___0_jobData, ___1_arrayLength, ___2_innerloopBatchCount, ___3_dependsOn, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndirectBufferContext__ctor_mC7F33D8E6E9DECDB5A167C9CFD68F1CBB6E7D7F5 (IndirectBufferContext_tC867F1E4C07484F15773E7A382CCB107C57AC805* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_cullingJobHandle, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndirectBufferContextStorage_SetBufferContext_mEC8E692A99E595592E12F55F94B7E234A340DC2A (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, int32_t ___0_contextIndex, IndirectBufferContext_tC867F1E4C07484F15773E7A382CCB107C57AC805 ___1_ctx, const RuntimeMethod* method) ;
|
|
inline JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 NativeArray_1_Dispose_mC1B799BB11763574BF37BB5271CDD3E71396C643 (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_inputDeps, const RuntimeMethod* method)
|
|
{
|
|
return (( JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 (*) (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF*, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08, const RuntimeMethod*))NativeArray_1_Dispose_mC1B799BB11763574BF37BB5271CDD3E71396C643_gshared)(__this, ___0_inputDeps, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 InstanceCuller_CreateCullJobTree_mF3C76EB7E9663B657C8C7F9ACA2E0995CF5D8A6B (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* ___0_cc, BatchCullingOutput_tF997DE602CE8F5E44654FD157113EF455DBE785F ___1_cullingOutput, ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* ___2_instanceData, ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E* ___3_sharedInstanceData, CPUPerCameraInstanceData_t71C741AAD32148627A1984FC497812A470221529* ___4_perCameraInstanceData, ReadOnly_tE69A412FE71F8B82F4822C181711AAA37F3BC5BC* ___5_instanceDataBuffer, NativeList_1_t53EAF24037BDCAF4EBF0C2060BFD6694AFAC35AD ___6_lodGroupCullingData, CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* ___7_drawInstanceData, NativeParallelHashMap_2_tDA93C536A95E913A4A38B4387FB9E0AC0634B184 ___8_batchIDs, float ___9_smallMeshScreenPercentage, OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* ___10_occlusionCullingCommon, const RuntimeMethod* method) ;
|
|
inline JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 IJobParallelForBatchExtensions_ScheduleBatch_TisCompactVisibilityMasksJob_tDE1D39C552A38F0687E6280ECC355983FA6AA3A5_m4DA9CD91074830874EA4857435E6BC3EE643F86E (CompactVisibilityMasksJob_tDE1D39C552A38F0687E6280ECC355983FA6AA3A5 ___0_jobData, int32_t ___1_arrayLength, int32_t ___2_indicesPerJobCount, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___3_dependsOn, const RuntimeMethod* method)
|
|
{
|
|
return (( JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 (*) (CompactVisibilityMasksJob_tDE1D39C552A38F0687E6280ECC355983FA6AA3A5, int32_t, int32_t, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08, const RuntimeMethod*))IJobParallelForBatchExtensions_ScheduleBatch_TisCompactVisibilityMasksJob_tDE1D39C552A38F0687E6280ECC355983FA6AA3A5_m4DA9CD91074830874EA4857435E6BC3EE643F86E_gshared)(___0_jobData, ___1_arrayLength, ___2_indicesPerJobCount, ___3_dependsOn, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 JobHandle_CombineDependencies_mA265FBED9D75AEF610251410AFC7766F40D5BB05 (JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_job0, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___1_job1, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OcclusionCullingCommon_GetOccluderContext_m5FA55C98ABA809491877468967428AEA6ED50AA9 (OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* __this, int32_t ___0_viewInstanceID, OccluderContext_tF8A07609A274625BEEE254608925CAD2BF4DFDB5* ___1_occluderContext, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_InstanceOccludersUpdated_mCA7D8171B44CF76E6A48314D7F97F2B698DCCE05 (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, int32_t ___0_viewInstanceID, int32_t ___1_subviewMask, RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* ___2_batchersContext, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_DisposeCompactVisibilityMasks_mE05A5A23578160F5FDE1F8F2E59B7B8E2819BC76 (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_DisposeSceneViewHiddenBits_mB8548C25259A3AE546942634429EF581779992BD (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 InstanceCuller_GetCompactedVisibilityMasks_mED15105E7567F79042B542B56B4DE2ABEDE14C26 (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, bool ___0_syncCullingJobs, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OccluderHandles_t7CF26B9286ACCE9EE0EE410DCAB404459C30B6A3 OccluderContext_Import_m59CDBBE79F1A96B17BE009D5D561E35D69DA19D7 (OccluderContext_tF8A07609A274625BEEE254608925CAD2BF4DFDB5* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OccluderHandles_IsValid_m9FF256155930C1B40D4195C263AF38FCEB1B7904 (OccluderHandles_t7CF26B9286ACCE9EE0EE410DCAB404459C30B6A3* __this, const RuntimeMethod* method) ;
|
|
inline RuntimeObject* RenderGraph_AddComputePass_TisInstanceOcclusionTestPassData_t391687B1746158B5F049BB945503DC49F32CD62C_m96F6B8A985482DC4E7500D9C75A8D51B10D7B036 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* __this, String_t* ___0_passName, InstanceOcclusionTestPassData_t391687B1746158B5F049BB945503DC49F32CD62C** ___1_passData, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* ___2_sampler, String_t* ___3_file, int32_t ___4_line, const RuntimeMethod* method)
|
|
{
|
|
return (( RuntimeObject* (*) (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E*, String_t*, InstanceOcclusionTestPassData_t391687B1746158B5F049BB945503DC49F32CD62C**, ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*, String_t*, int32_t, const RuntimeMethod*))RenderGraph_AddComputePass_TisRuntimeObject_m4752327B4ECA159DB714AEB805DE3C0AEDA53359_gshared)(__this, ___0_passName, ___1_passData, ___2_sampler, ___3_file, ___4_line, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InstanceOcclusionTestSubviewSettings_t82AEE150A78ECA4E3B73D453D7E5352087666541 InstanceOcclusionTestSubviewSettings_FromSpan_m23AA5216F285965B59FD98CCF986ABB9A0C527C5 (ReadOnlySpan_1_tFBC0482980BECAC34D5B41E0EF4D72F24C6E3AF9 ___0_subviewOcclusionTests, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IndirectBufferContextHandles_t538C1868A84206A7DF9C3F2066551BA1CCE0766D IndirectBufferContextStorage_ImportBuffers_mB024C5F1494D76DFEC07CDE6065AC7ACBB35E265 (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndirectBufferContextHandles_UseForOcclusionTest_m098E1C673230461EF27D4BC76A7186A5DADEEDAB (IndirectBufferContextHandles_t538C1868A84206A7DF9C3F2066551BA1CCE0766D* __this, RuntimeObject* ___0_builder, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OccluderHandles_UseForOcclusionTest_m8E9F3CDFD218EC3C5A70DA375F156DC75CB2CAAD (OccluderHandles_t7CF26B9286ACCE9EE0EE410DCAB404459C30B6A3* __this, RuntimeObject* ___0_builder, const RuntimeMethod* method) ;
|
|
inline void BaseRenderFunc_2__ctor_mA9FBEA79D0C8B49214E5D37EAF93364414329CD4 (BaseRenderFunc_2_t515113D57462E1E5E14F7EC1F8A22D536C489655* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (BaseRenderFunc_2_t515113D57462E1E5E14F7EC1F8A22D536C489655*, RuntimeObject*, intptr_t, const RuntimeMethod*))BaseRenderFunc_2__ctor_mDC58545FDE0ACE8DDA93E3C3AF0D636A40E65081_gshared)(__this, ___0_object, ___1_method, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IndirectBufferContextStorage_TryGetContextIndex_m848B7C96E09D5CE2C6D12221D0B78EA4DCE77EF1 (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, int32_t ___0_viewID, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IndirectBufferContext_tC867F1E4C07484F15773E7A382CCB107C57AC805 IndirectBufferContextStorage_GetBufferContext_mD76FD0DD95CEE4D7D9B62F81573C4A05A5519941 (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, int32_t ___0_contextIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 IndirectBufferContextStorage_GetAllocInfo_m9BF31C85DBB94B0D0F1B82AF66DA8493AB1B2595 (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, int32_t ___0_contextIndex, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_Clear_m4E1272BD1A0C162C9C26434E115279F42FA557C7 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndirectBufferContextStorage_CopyFromStaging_mE99297FD5192A7F628FD7DC704E877280DB03891 (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_cmd, IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02* ___1_allocInfo, const RuntimeMethod* method) ;
|
|
inline void CommandBuffer_SetBufferData_TisInstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431_m4F36200EC1FF6F64F0A11D1BB8793DCE3A94E12F (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___0_buffer, NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E ___1_data, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*, ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233*, NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E, const RuntimeMethod*))CommandBuffer_SetBufferData_TisInstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431_m4F36200EC1FF6F64F0A11D1BB8793DCE3A94E12F_gshared)(__this, ___0_buffer, ___1_data, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ComputeBuffer_get_stride_m8B4C7BD906762E12F4CAE3038F4331FA464C010E (ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetComputeConstantBufferParam_m6A44487CA400FFE5BAD1EE411EABB46CFD7863F5 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___0_computeShader, int32_t ___1_nameID, ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___2_buffer, int32_t ___3_offset, int32_t ___4_size, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* IndirectBufferContextStorage_get_drawInfoBuffer_m0168780ED5CFCB3613F04F2C00561471352A5790_inline (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_SetComputeBufferParam_mF358CEC3E841ACFA0ECA0D9495B8287A842F20CA (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___0_computeShader, int32_t ___1_kernelIndex, int32_t ___2_nameID, GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___3_buffer, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* IndirectBufferContextStorage_get_instanceInfoBuffer_mC14C040CC88B2F11AFE1301EB1FB9C70E396E8E5_inline (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* IndirectBufferContextStorage_get_argsBuffer_m81BE13A707FAF6B8F9361AEBCDD9CBA69611C334_inline (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* IndirectBufferContextStorage_get_instanceBuffer_mD965845788AD240262E1C46BB4BA405B73C8EA27_inline (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_DispatchCompute_mF9F5605B77F0480FD4B8C3BCAEC2FC59A24E31A2 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___0_computeShader, int32_t ___1_kernelIndex, int32_t ___2_threadGroupsX, int32_t ___3_threadGroupsY, int32_t ___4_threadGroupsZ, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Graphics_ExecuteCommandBuffer_mE7D922583404AB08A25C1413A3EA9F6B0D2F16B9 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* ___0_buffer, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_EnsureValidOcclusionTestResults_m22DA66230772FAE8FA78B7E2B3839AB414BE8A22 (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, int32_t ___0_viewInstanceID, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB (RuntimeObject* ___0_message, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IndirectBufferContext_Matches_m40E2A7974D4B205D4BB770D4A68635D99FE4C721 (IndirectBufferContext_tC867F1E4C07484F15773E7A382CCB107C57AC805* __this, int32_t ___0_bufferState, int32_t ___1_occluderVersion, int32_t ___2_subviewMask, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool OcclusionCullingCommon_UseOcclusionDebug_mB3DD90044DC771F1A74BDEAC59C921AE66E9311D (OccluderContext_tF8A07609A274625BEEE254608925CAD2BF4DFDB5* ___0_occluderCtx, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BufferHandle_IsValid_m6F40A9049859EE46348254E727DC79FCAC2E3B85 (BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalKeyword__ctor_m2525E4690C99FAF415082FD7E1AD44CFE7F08169 (LocalKeyword_tED7F563B432A5461E58CE7032AF6D1CD669CD0CB* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___0_shader, String_t* ___1_name, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OccluderContext_SetKeyword_m57CB9C813FA45672B4E4EAD297757E2C427EE0EE (ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* ___0_cmd, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___1_cs, LocalKeyword_tED7F563B432A5461E58CE7032AF6D1CD669CD0CB* ___2_keyword, bool ___3_value, const RuntimeMethod* method) ;
|
|
inline void ComputeCommandBuffer_SetBufferData_TisInstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431_m820F54B059D444F0DDCAF5FB47FAFEA3C290C9A9 (ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* __this, ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___0_buffer, NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E ___1_data, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61*, ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233*, NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E, const RuntimeMethod*))ComputeCommandBuffer_SetBufferData_TisInstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431_m820F54B059D444F0DDCAF5FB47FAFEA3C290C9A9_gshared)(__this, ___0_buffer, ___1_data, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeCommandBuffer_SetComputeConstantBufferParam_m2146903E8721689A8B0CE36704200A562D7D6311 (ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___0_computeShader, int32_t ___1_nameID, ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* ___2_buffer, int32_t ___3_offset, int32_t ___4_size, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OcclusionCullingCommon_PrepareCulling_mB0789630787C7E0CD26370E649348B1C2E368B0C (OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* __this, ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* ___0_cmd, OccluderContext_tF8A07609A274625BEEE254608925CAD2BF4DFDB5* ___1_occluderCtx, OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* ___2_settings, InstanceOcclusionTestSubviewSettings_t82AEE150A78ECA4E3B73D453D7E5352087666541* ___3_subviewSettings, OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C* ___4_shader, bool ___5_useOcclusionDebug, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeCommandBuffer_SetComputeBufferParam_m0AAEFBB91465C97ECF0056FF1504778491598715 (ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___0_computeShader, int32_t ___1_kernelIndex, int32_t ___2_nameID, GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___3_buffer, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeCommandBuffer_DispatchCompute_m8C32F8EB60C2EE3C511CB915C4DA7591A2D4BAE7 (ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___0_computeShader, int32_t ___1_kernelIndex, int32_t ___2_threadGroupsX, int32_t ___3_threadGroupsY, int32_t ___4_threadGroupsZ, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* BufferHandle_op_Implicit_m7F615A6584CE240EBAD5E06288E9AA519A594B76 (BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5 ___0_buffer, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* RenderersBatchersContext_get_gpuInstanceDataBuffer_m58A374780F991800398A3A5C43B900F17E49CA78 (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OcclusionCullingCommon_SetDepthPyramid_mD653D7921DC4590B1E5DDC848F3B3DDF10D15D07 (ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* ___0_cmd, OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C* ___1_shader, int32_t ___2_kernel, OccluderHandles_t7CF26B9286ACCE9EE0EE410DCAB404459C30B6A3* ___3_occluderHandles, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OcclusionCullingCommon_SetDebugPyramid_m7DB573CC2B23E59F6E09FE953D2953447FB4D8BE (ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* ___0_cmd, OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C* ___1_shader, int32_t ___2_kernel, OccluderHandles_t7CF26B9286ACCE9EE0EE410DCAB404459C30B6A3* ___3_occluderHandles, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IndirectBufferAllocInfo_GetExtraDrawInfoSlotIndex_m2EAD4191867631265610C43212C34A56A2DAD969 (IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeCommandBuffer_DispatchCompute_m637B088ED3343E8A50A66356399B8B3213A3B083 (ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___0_computeShader, int32_t ___1_kernelIndex, GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* ___2_indirectBuffer, uint32_t ___3_argsOffset, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_AddOcclusionCullingDispatch_mDA6F922B0734577B8F921E9AE4C02CEE4F8A32A5 (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* ___0_cmd, OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* ___1_settings, InstanceOcclusionTestSubviewSettings_t82AEE150A78ECA4E3B73D453D7E5352087666541* ___2_subviewSettings, IndirectBufferContextHandles_t538C1868A84206A7DF9C3F2066551BA1CCE0766D* ___3_bufferHandles, OccluderHandles_t7CF26B9286ACCE9EE0EE410DCAB404459C30B6A3* ___4_occluderHandles, RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* ___5_batchersContext, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugRendererBatcherStats_FinalizeInstanceCullerViewStats_m49E20B0BB46A56E2A6A10A26D615BEAA01181FFE (DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_FlushDebugCounters_m1036A68627B296B0CE88254424A25EEA430BCCE6 (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_OnBeginSceneViewCameraRendering_m9F271E3A4A411E077FC767C85C1813F41C9ADA3D (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_OnEndSceneViewCameraRendering_m01D33D11A4853EB0397A2996F10795662828C2F8 (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, const RuntimeMethod* method) ;
|
|
inline int32_t NativeParallelHashMap_2_get_Capacity_m923E5B859834744FCAD09AA6B65F81D87F7A393B_inline (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5*, const RuntimeMethod*))NativeParallelHashMap_2_get_Capacity_m923E5B859834744FCAD09AA6B65F81D87F7A393B_gshared_inline)(__this, method);
|
|
}
|
|
inline void NativeParallelHashMap_2_set_Capacity_m652917B5C743FB404122B4EBAA64D5E55BA8D090 (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5*, int32_t, const RuntimeMethod*))NativeParallelHashMap_2_set_Capacity_m652917B5C743FB404122B4EBAA64D5E55BA8D090_gshared)(__this, ___0_value, method);
|
|
}
|
|
inline void NativeParallelHashMap_2_Clear_m8E95F140A3870CBEDF20959436C2FC36CDAF90E4 (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5*, const RuntimeMethod*))NativeParallelHashMap_2_Clear_m8E95F140A3870CBEDF20959436C2FC36CDAF90E4_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndirectBufferContextStorage_ClearContextsAndGrowBuffers_m0B059924A2DB871C3C80B03DAF54A47C8A47E573 (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_UpdateFrame_m9B437CF5FE15217CD1652135B256DFECE114418C (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, int32_t ___0_cameraCount, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Camera_get_cameraType_m85434C4C986D2EAC04FBFA44B284840AFC497851 (Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_OnBeginCameraRendering_mB7CDBC0AD43EEC324B9584B96C25DF3B911EC907 (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_OnEndCameraRendering_mF0DF0261BF1978BAFAC10F5F9DB533FC86B8089B (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndirectBufferContextStorage_Dispose_mD7278C175C4C23BCB9190D68CE8343B543A24302 (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, const RuntimeMethod* method) ;
|
|
inline void NativeArray_1_Dispose_m7BA471A3A3647BD2576F5DEE28D1C0D5107A78F6 (NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E*, const RuntimeMethod*))NativeArray_1_Dispose_m7BA471A3A3647BD2576F5DEE28D1C0D5107A78F6_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ComputeBuffer_Release_mF1F157C929A0A5B2FDCD703A286EE09723450B72 (ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommandBuffer_Dispose_m9A5E7A3CA09B3E3F9D199FC7C9E7B27CD9CFADF3 (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* __this, const RuntimeMethod* method) ;
|
|
inline void NativeParallelHashMap_2_Dispose_mE76A0E7CC8A61D352BEC198AA58E7B99A5DFDBCF (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5*, const RuntimeMethod*))NativeParallelHashMap_2_Dispose_mE76A0E7CC8A61D352BEC198AA58E7B99A5DFDBCF_gshared)(__this, method);
|
|
}
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_Dispose_m7C8B413AE9FD5A5C4EAD81A22D2D4C1F2E6C368F (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B math_asuint_m4AEE8C17FEDA05D4C77C427818D1C9EF5E31521E_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_x, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B uint3_op_BitwiseAnd_m772BFC3A60526C264937ABCA92F1CAAFC2B0D634_inline (uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___0_lhs, uint32_t ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E math_asfloat_m7A90E1FAABD250FCEC00839D01B098BB046F7933_inline (uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___0_x, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E float4_op_Multiply_m712573F441DA8AF0843DE2167927FB76E642B1EB_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___0_lhs, float ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E float3_get_yzx_mDF6DE39B69C5DE384F74C0D1EC91AA0388E23535_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E* __this, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E float3_op_Multiply_m05E57074FBD5FAB0E72940C9CC019C41915280D7_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_lhs, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___1_rhs, const RuntimeMethod* method) ;
|
|
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) ;
|
|
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) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 math_asuint_mDF3C61EF6F9D9D10A1D3EB9D0075149707B461B9_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___0_x, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 uint4_op_BitwiseAnd_mEF924757B2BE1F41834950F7880B93C25B812044_inline (uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___0_lhs, uint32_t ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 uint4_op_GreaterThan_mF8C8A88E77644D1B6F50F98D4DF718ED9DD37514_inline (uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___0_lhs, uint32_t ___1_rhs, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Normalize_mEF8349CC39674236CFC694189AFD36E31F89AC8F_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline (bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619* __this, bool ___0_x, bool ___1_y, bool ___2_z, bool ___3_w, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E math_asfloat_m12607D976A0CF76E07E41340262CAEC45A9CB537_inline (uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___0_x, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 math_float3x3_m63BD623B75D81DD4349E93172851DA6CAB8D899F_inline (float ___0_m00, float ___1_m01, float ___2_m02, float ___3_m10, float ___4_m11, float ___5_m12, float ___6_m20, float ___7_m21, float ___8_m22, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float math_asfloat_m20D259DAAB46464B59BD8BF5678F9D59800F70A9_inline (uint32_t ___0_x, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Single_IsNaN_mFE637F6ECA9F7697CE8EFF56427858F4C5EDF75D_inline (float ___0_f, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void float2__ctor_m3D598E2C2D173DE852F3AB157502968261383C97_inline (float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA* __this, float ___0_x, float ___1_y, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float math_dot_mF673D3E5B7D267C0A8569B678D05BDCCB667D04D_inline (float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___0_x, float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___1_y, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_min_mFBB411A5384A9CFD7787E398A6F758553D3700A9_inline (uint32_t ___0_x, uint32_t ___1_y, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_max_mD9D4307218A8CFA92F9C26871E508B23C17F6395_inline (uint32_t ___0_x, uint32_t ___1_y, const RuntimeMethod* method) ;
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Math_Log_m5A3BBBF06AB82F25C885812E07D27B473CF43054 (double ___0_a, double ___1_newBase, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsNaN_mF2BC6D1FD4813179B2CAE58D29770E42830D0883_inline (double ___0_d, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double math_min_m29A6A5FB36524D911D13DDB4866FF005C7BF00D5_inline (double ___0_x, double ___1_y, const RuntimeMethod* method) ;
|
|
inline int32_t UnsafeList_1_get_Length_m9191847040F0FA46D2C717CA67FF99BEAB6C955D_inline (UnsafeList_1_t992261DF45A734DEB130F79025C5BF88D0C2CDC7* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (UnsafeList_1_t992261DF45A734DEB130F79025C5BF88D0C2CDC7*, const RuntimeMethod*))UnsafeList_1_get_Length_m9191847040F0FA46D2C717CA67FF99BEAB6C955D_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline (int32_t ___0_value, const RuntimeMethod* method) ;
|
|
inline DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93 UnsafeList_1_get_Item_m7A8AD4B85F57E59070C4B04AA53E1D1D19F9C765_inline (UnsafeList_1_t992261DF45A734DEB130F79025C5BF88D0C2CDC7* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93 (*) (UnsafeList_1_t992261DF45A734DEB130F79025C5BF88D0C2CDC7*, int32_t, const RuntimeMethod*))UnsafeList_1_get_Item_m7A8AD4B85F57E59070C4B04AA53E1D1D19F9C765_gshared_inline)(__this, ___0_index, method);
|
|
}
|
|
inline int32_t UnsafeList_1_get_Length_m80F9D5CE595C89454C0635846077F724AA237900_inline (UnsafeList_1_t72FFFA60411F6BB2F2C776571F608CDA569E5999* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (UnsafeList_1_t72FFFA60411F6BB2F2C776571F608CDA569E5999*, const RuntimeMethod*))UnsafeList_1_get_Length_m80F9D5CE595C89454C0635846077F724AA237900_gshared_inline)(__this, method);
|
|
}
|
|
inline InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 UnsafeList_1_get_Item_m4D6C7D8C3B4D659767C13BC97C02EBAE85E14D63_inline (UnsafeList_1_t72FFFA60411F6BB2F2C776571F608CDA569E5999* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 (*) (UnsafeList_1_t72FFFA60411F6BB2F2C776571F608CDA569E5999*, int32_t, const RuntimeMethod*))UnsafeList_1_get_Item_m4D6C7D8C3B4D659767C13BC97C02EBAE85E14D63_gshared_inline)(__this, ___0_index, method);
|
|
}
|
|
inline int32_t UnsafeList_1_get_Length_m935ED3CB98D85276D60494996334F25E04581175_inline (UnsafeList_1_t86D2231E0AF64C72BA7C266D36B9F3FE399B41EB* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (UnsafeList_1_t86D2231E0AF64C72BA7C266D36B9F3FE399B41EB*, const RuntimeMethod*))UnsafeList_1_get_Length_m935ED3CB98D85276D60494996334F25E04581175_gshared_inline)(__this, method);
|
|
}
|
|
inline InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD UnsafeList_1_get_Item_m7D3A3E1E3C853E37E5688B8583E568D6DA76C49E_inline (UnsafeList_1_t86D2231E0AF64C72BA7C266D36B9F3FE399B41EB* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD (*) (UnsafeList_1_t86D2231E0AF64C72BA7C266D36B9F3FE399B41EB*, int32_t, const RuntimeMethod*))UnsafeList_1_get_Item_m7D3A3E1E3C853E37E5688B8583E568D6DA76C49E_gshared_inline)(__this, ___0_index, method);
|
|
}
|
|
inline int32_t UnsafeList_1_get_Length_mB2C372F0020D014252A727D64471BAF8A605A996_inline (UnsafeList_1_t96307A04898BD0C49DFF733D301684A2628959F2* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (UnsafeList_1_t96307A04898BD0C49DFF733D301684A2628959F2*, const RuntimeMethod*))UnsafeList_1_get_Length_mB2C372F0020D014252A727D64471BAF8A605A996_gshared_inline)(__this, method);
|
|
}
|
|
inline void UnsafeList_1_set_Item_m43016576D60385E78F4D6D0F222C60B81C8B8A74_inline (UnsafeList_1_t176765C8600ACA8C102D843301B50E7ED070AF98* __this, int32_t ___0_index, SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnsafeList_1_t176765C8600ACA8C102D843301B50E7ED070AF98*, int32_t, SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A, const RuntimeMethod*))UnsafeList_1_set_Item_m43016576D60385E78F4D6D0F222C60B81C8B8A74_gshared_inline)(__this, ___0_index, ___1_value, method);
|
|
}
|
|
inline void UnsafeList_1_set_Item_mA63347741A338E379F1145765BF2B695ADB21638_inline (UnsafeList_1_t3C558FC5C2688389AF4264830148C53464D01E23* __this, int32_t ___0_index, PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnsafeList_1_t3C558FC5C2688389AF4264830148C53464D01E23*, int32_t, PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B, const RuntimeMethod*))UnsafeList_1_set_Item_mA63347741A338E379F1145765BF2B695ADB21638_gshared_inline)(__this, ___0_index, ___1_value, method);
|
|
}
|
|
inline int32_t UnsafeList_1_get_Length_m30C8B237736009EBD4E69E7D215B9650233D037C_inline (UnsafeList_1_tB27AD3CB321614AC6FA21D53846794B77943121C* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (UnsafeList_1_tB27AD3CB321614AC6FA21D53846794B77943121C*, const RuntimeMethod*))UnsafeList_1_get_Length_m30C8B237736009EBD4E69E7D215B9650233D037C_gshared_inline)(__this, method);
|
|
}
|
|
inline void UnsafeList_1_set_Item_m2D938DC73BF3B2D244FB9468EBECDFA52B986B7B_inline (UnsafeList_1_tB27AD3CB321614AC6FA21D53846794B77943121C* __this, int32_t ___0_index, SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnsafeList_1_tB27AD3CB321614AC6FA21D53846794B77943121C*, int32_t, SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A, const RuntimeMethod*))UnsafeList_1_set_Item_m2D938DC73BF3B2D244FB9468EBECDFA52B986B7B_gshared_inline)(__this, ___0_index, ___1_value, method);
|
|
}
|
|
inline void List_1_AddWithResize_m3315453B2B00D694353A29FE8E49681D72763A1D (List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52* __this, PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52*, PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F, const RuntimeMethod*))List_1_AddWithResize_m3315453B2B00D694353A29FE8E49681D72763A1D_gshared)(__this, ___0_item, method);
|
|
}
|
|
inline int32_t UnsafeUtility_ReadArrayElement_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mFBA66C06ECEB0A2BC1AAE634B6E6BB436F957084_inline (void* ___0_source, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (void*, int32_t, const RuntimeMethod*))UnsafeUtility_ReadArrayElement_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mFBA66C06ECEB0A2BC1AAE634B6E6BB436F957084_gshared_inline)(___0_source, ___1_index, method);
|
|
}
|
|
inline void UnsafeUtility_WriteArrayElement_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0DD1CC90B2F1EF5041F2F4E1DABB58224229F0D7_inline (void* ___0_destination, int32_t ___1_index, int32_t ___2_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (void*, int32_t, int32_t, const RuntimeMethod*))UnsafeUtility_WriteArrayElement_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0DD1CC90B2F1EF5041F2F4E1DABB58224229F0D7_gshared_inline)(___0_destination, ___1_index, ___2_value, method);
|
|
}
|
|
inline SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106 UnsafeUtility_ReadArrayElement_TisSmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106_mBBAA1EAB9C8C3DCD248402D1AD668D965844C004_inline (void* ___0_source, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
return (( SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106 (*) (void*, int32_t, const RuntimeMethod*))UnsafeUtility_ReadArrayElement_TisSmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106_mBBAA1EAB9C8C3DCD248402D1AD668D965844C004_gshared_inline)(___0_source, ___1_index, method);
|
|
}
|
|
inline void UnsafeList_1_set_Item_mBB4CB36DFECBF368AE91CFFCD107ED48C4A424D0_inline (UnsafeList_1_t72FFFA60411F6BB2F2C776571F608CDA569E5999* __this, int32_t ___0_index, InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnsafeList_1_t72FFFA60411F6BB2F2C776571F608CDA569E5999*, int32_t, InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173, const RuntimeMethod*))UnsafeList_1_set_Item_mBB4CB36DFECBF368AE91CFFCD107ED48C4A424D0_gshared_inline)(__this, ___0_index, ___1_value, method);
|
|
}
|
|
inline uint32_t UnsafeUtility_ReadArrayElement_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mDA80BAFF55EA77496672B3B5B3804B55274B7E95_inline (void* ___0_source, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
return (( uint32_t (*) (void*, int32_t, const RuntimeMethod*))UnsafeUtility_ReadArrayElement_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mDA80BAFF55EA77496672B3B5B3804B55274B7E95_gshared_inline)(___0_source, ___1_index, method);
|
|
}
|
|
inline GPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061 UnsafeUtility_ReadArrayElement_TisGPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061_mAEDB1B180D81998C87F22FA964937E18264483CA_inline (void* ___0_source, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
return (( GPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061 (*) (void*, int32_t, const RuntimeMethod*))UnsafeUtility_ReadArrayElement_TisGPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061_mAEDB1B180D81998C87F22FA964937E18264483CA_gshared_inline)(___0_source, ___1_index, method);
|
|
}
|
|
inline InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B UnsafeUtility_ReadArrayElement_TisInstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B_m86FC76E325E9D3B56133BB7A193BAF12B47FBCC1_inline (void* ___0_source, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
return (( InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B (*) (void*, int32_t, const RuntimeMethod*))UnsafeUtility_ReadArrayElement_TisInstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B_m86FC76E325E9D3B56133BB7A193BAF12B47FBCC1_gshared_inline)(___0_source, ___1_index, method);
|
|
}
|
|
inline CPUSharedInstanceFlags_tA2264804A98F5A694C7AFDF536E9612C8C9E5455 UnsafeUtility_ReadArrayElement_TisCPUSharedInstanceFlags_tA2264804A98F5A694C7AFDF536E9612C8C9E5455_mC23E74B0A75AD5ACA85FA635E97271FA5C627018_inline (void* ___0_source, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
return (( CPUSharedInstanceFlags_tA2264804A98F5A694C7AFDF536E9612C8C9E5455 (*) (void*, int32_t, const RuntimeMethod*))UnsafeUtility_ReadArrayElement_TisCPUSharedInstanceFlags_tA2264804A98F5A694C7AFDF536E9612C8C9E5455_mC23E74B0A75AD5ACA85FA635E97271FA5C627018_gshared_inline)(___0_source, ___1_index, method);
|
|
}
|
|
inline DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF UnsafeList_1_get_Item_m5EE6F4599F5DE0091A45D32CD9E7F50B2AAB735C_inline (UnsafeList_1_tCC883249B8F95C4AD5632E72EAD324BA3F53915A* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF (*) (UnsafeList_1_tCC883249B8F95C4AD5632E72EAD324BA3F53915A*, int32_t, const RuntimeMethod*))UnsafeList_1_get_Item_m5EE6F4599F5DE0091A45D32CD9E7F50B2AAB735C_gshared_inline)(__this, ___0_index, method);
|
|
}
|
|
inline DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010 UnsafeList_1_get_Item_m3CA419A7F60A4CE62F5D386C1B32224233E58C7F_inline (UnsafeList_1_tCFDCC580A90753F362AA7EA5DFE667A1452664F8* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010 (*) (UnsafeList_1_tCFDCC580A90753F362AA7EA5DFE667A1452664F8*, int32_t, const RuntimeMethod*))UnsafeList_1_get_Item_m3CA419A7F60A4CE62F5D386C1B32224233E58C7F_gshared_inline)(__this, ___0_index, method);
|
|
}
|
|
inline int32_t UnsafeList_1_get_Length_mF04C301821774A4317F58C5BADF8F3308B82F3EF_inline (UnsafeList_1_tCFDCC580A90753F362AA7EA5DFE667A1452664F8* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (UnsafeList_1_tCFDCC580A90753F362AA7EA5DFE667A1452664F8*, const RuntimeMethod*))UnsafeList_1_get_Length_mF04C301821774A4317F58C5BADF8F3308B82F3EF_gshared_inline)(__this, method);
|
|
}
|
|
inline int32_t UnsafeList_1_get_Length_m911F6A25BE23FBF969CC9EE607B6E6C522C16388_inline (UnsafeList_1_t3F38690D85271A8ADA9D58F82E41003FF0AB256D* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (UnsafeList_1_t3F38690D85271A8ADA9D58F82E41003FF0AB256D*, const RuntimeMethod*))UnsafeList_1_get_Length_m911F6A25BE23FBF969CC9EE607B6E6C522C16388_gshared_inline)(__this, method);
|
|
}
|
|
inline Info_tA3039772991DEEDBC29A00439A055C5166133A27 UnsafeList_1_get_Item_mD34D4FF9C7FE0EE2EAEA2299C7620E482E09C776_inline (UnsafeList_1_t3F38690D85271A8ADA9D58F82E41003FF0AB256D* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
return (( Info_tA3039772991DEEDBC29A00439A055C5166133A27 (*) (UnsafeList_1_t3F38690D85271A8ADA9D58F82E41003FF0AB256D*, int32_t, const RuntimeMethod*))UnsafeList_1_get_Item_mD34D4FF9C7FE0EE2EAEA2299C7620E482E09C776_gshared_inline)(__this, ___0_index, method);
|
|
}
|
|
inline void UnsafeList_1_Resize_mCC9119D8179C6E6D77B52A6C4E26435DE7DB9D55 (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* __this, int32_t ___0_length, int32_t ___1_options, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1*, int32_t, int32_t, const RuntimeMethod*))UnsafeList_1_Resize_mCC9119D8179C6E6D77B52A6C4E26435DE7DB9D55_gshared)(__this, ___0_length, ___1_options, method);
|
|
}
|
|
inline int32_t UnsafeList_1_get_Length_mFB40F49EB3EABA5805AD9B45515BEC8A87557381_inline (UnsafeList_1_tC398CC6607C9075D2AE819DE88719D2168E0FCEC* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (UnsafeList_1_tC398CC6607C9075D2AE819DE88719D2168E0FCEC*, const RuntimeMethod*))UnsafeList_1_get_Length_mFB40F49EB3EABA5805AD9B45515BEC8A87557381_gshared_inline)(__this, method);
|
|
}
|
|
inline int32_t UnsafeList_1_get_Length_mEA3F0B39A18DF00B7B46C04E11B59192055F2A39_inline (UnsafeList_1_tCC883249B8F95C4AD5632E72EAD324BA3F53915A* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (UnsafeList_1_tCC883249B8F95C4AD5632E72EAD324BA3F53915A*, const RuntimeMethod*))UnsafeList_1_get_Length_mEA3F0B39A18DF00B7B46C04E11B59192055F2A39_gshared_inline)(__this, method);
|
|
}
|
|
inline int32_t UnsafeParallelHashMap_2_get_Capacity_m3AB546BF597E3C9591B51AF4F67886383AF4FD7A_inline (UnsafeParallelHashMap_2_t369B83BC0262928819F528952C7A9A26D7600D44* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (UnsafeParallelHashMap_2_t369B83BC0262928819F528952C7A9A26D7600D44*, const RuntimeMethod*))UnsafeParallelHashMap_2_get_Capacity_m3AB546BF597E3C9591B51AF4F67886383AF4FD7A_gshared_inline)(__this, method);
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void uint3__ctor_mEFEA14BBA36F53111474B0C3C3B729061F1ACCAF_inline (uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B* __this, uint32_t ___0_x, uint32_t ___1_y, uint32_t ___2_z, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void uint4__ctor_m59B6A219A0285C60FCF2977679BF89C72B502008_inline (uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9* __this, uint32_t ___0_x, uint32_t ___1_y, uint32_t ___2_z, uint32_t ___3_w, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Magnitude_m21652D951393A3D7CE92CE40049A0E7F76544D1B_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_vector, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void float3x3__ctor_m3AB31C9B587ABDCF15C8BF0E3A5B0158996A75ED_inline (float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79* __this, float ___0_m00, float ___1_m01, float ___2_m02, float ___3_m10, float ___4_m11, float ___5_m12, float ___6_m20, float ___7_m21, float ___8_m22, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BitConverter_SingleToInt32Bits_mC760C7CFC89725E3CF68DC45BE3A9A42A7E7DA73_inline (float ___0_value, const RuntimeMethod* method) ;
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline (double ___0_value, const RuntimeMethod* method) ;
|
|
#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
|
|
// Method Definition Index: 70799
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmbeddedAttribute__ctor_mC74BAF246B6DBDC3E01CA6C01E9F99BEBFB85292 (EmbeddedAttribute_t171FAD3F0A9037364390EA7F0CFB04FA3A5E50DC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, 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
|
|
// Method Definition Index: 70800
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IsUnmanagedAttribute__ctor_mECABE2CB94F3EB55D9EBAB15A7E05DF541B049E3 (IsUnmanagedAttribute_tEE5C387E7B5D53E2EFA065C9BF88361CFE29FD96* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Attribute__ctor_m79ED1BF1EE36D1E417BA89A0D9F91F8AAD8D19E2(__this, 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
|
|
// Method Definition Index: 70801
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoScriptData_tFF96136F80CAB7E6BE1078A0136938250ACEC135 UnitySourceGeneratedAssemblyMonoScriptTypes_v1_Get_m1EDC75FA86A9139DD4A9DB0DAEFD85A1B786E080 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t0F11026B65D5A166C6991CE987AF09EBF5390A95____1BE5D6821EC77D9F28633EDAC118930FAEE9AFCD3C32561DEC7DCF88F665709E_FieldInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_t0F11026B65D5A166C6991CE987AF09EBF5390A95____44BA24221E92F9903DFA51AB13DDF8E0FD16A86E24228B7CE874E60FA096FA9E_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MonoScriptData_tFF96136F80CAB7E6BE1078A0136938250ACEC135 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
il2cpp_codegen_initobj((&V_0), sizeof(MonoScriptData_tFF96136F80CAB7E6BE1078A0136938250ACEC135));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)5250));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = L_0;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t0F11026B65D5A166C6991CE987AF09EBF5390A95____1BE5D6821EC77D9F28633EDAC118930FAEE9AFCD3C32561DEC7DCF88F665709E_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_1, L_2, NULL);
|
|
(&V_0)->___FilePathsData = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___FilePathsData), (void*)L_1);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)8964));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = L_3;
|
|
RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_5 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_t0F11026B65D5A166C6991CE987AF09EBF5390A95____44BA24221E92F9903DFA51AB13DDF8E0FD16A86E24228B7CE874E60FA096FA9E_FieldInfo_var) };
|
|
RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_4, L_5, NULL);
|
|
(&V_0)->___TypesData = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___TypesData), (void*)L_4);
|
|
(&V_0)->___TotalFiles = ((int32_t)43);
|
|
(&V_0)->___TotalTypes = ((int32_t)173);
|
|
(&V_0)->___IsEditorOnly = (bool)0;
|
|
MonoScriptData_tFF96136F80CAB7E6BE1078A0136938250ACEC135 L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// Method Definition Index: 70802
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnitySourceGeneratedAssemblyMonoScriptTypes_v1__ctor_mBD0A412FCC9806186BDA6EE066831333F28A3414 (UnitySourceGeneratedAssemblyMonoScriptTypes_v1_tECA14C2BE661F9A0CEEB365F1654A5C469163123* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, 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
|
|
IL2CPP_EXTERN_C void MonoScriptData_tFF96136F80CAB7E6BE1078A0136938250ACEC135_marshal_pinvoke(const MonoScriptData_tFF96136F80CAB7E6BE1078A0136938250ACEC135& unmarshaled, MonoScriptData_tFF96136F80CAB7E6BE1078A0136938250ACEC135_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___FilePathsData = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.___FilePathsData);
|
|
marshaled.___TypesData = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.___TypesData);
|
|
marshaled.___TotalTypes = unmarshaled.___TotalTypes;
|
|
marshaled.___TotalFiles = unmarshaled.___TotalFiles;
|
|
marshaled.___IsEditorOnly = static_cast<int32_t>(unmarshaled.___IsEditorOnly);
|
|
}
|
|
IL2CPP_EXTERN_C void MonoScriptData_tFF96136F80CAB7E6BE1078A0136938250ACEC135_marshal_pinvoke_back(const MonoScriptData_tFF96136F80CAB7E6BE1078A0136938250ACEC135_marshaled_pinvoke& marshaled, MonoScriptData_tFF96136F80CAB7E6BE1078A0136938250ACEC135& unmarshaled)
|
|
{
|
|
unmarshaled.___FilePathsData = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, il2cpp_defaults.byte_class, marshaled.___FilePathsData);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___FilePathsData), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, il2cpp_defaults.byte_class, marshaled.___FilePathsData));
|
|
unmarshaled.___TypesData = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, il2cpp_defaults.byte_class, marshaled.___TypesData);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___TypesData), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, il2cpp_defaults.byte_class, marshaled.___TypesData));
|
|
int32_t unmarshaledTotalTypes_temp_2 = 0;
|
|
unmarshaledTotalTypes_temp_2 = marshaled.___TotalTypes;
|
|
unmarshaled.___TotalTypes = unmarshaledTotalTypes_temp_2;
|
|
int32_t unmarshaledTotalFiles_temp_3 = 0;
|
|
unmarshaledTotalFiles_temp_3 = marshaled.___TotalFiles;
|
|
unmarshaled.___TotalFiles = unmarshaledTotalFiles_temp_3;
|
|
bool unmarshaledIsEditorOnly_temp_4 = false;
|
|
unmarshaledIsEditorOnly_temp_4 = static_cast<bool>(marshaled.___IsEditorOnly);
|
|
unmarshaled.___IsEditorOnly = unmarshaledIsEditorOnly_temp_4;
|
|
}
|
|
IL2CPP_EXTERN_C void MonoScriptData_tFF96136F80CAB7E6BE1078A0136938250ACEC135_marshal_pinvoke_cleanup(MonoScriptData_tFF96136F80CAB7E6BE1078A0136938250ACEC135_marshaled_pinvoke& marshaled)
|
|
{
|
|
il2cpp_codegen_com_destroy_safe_array(marshaled.___FilePathsData);
|
|
marshaled.___FilePathsData = NULL;
|
|
il2cpp_codegen_com_destroy_safe_array(marshaled.___TypesData);
|
|
marshaled.___TypesData = NULL;
|
|
}
|
|
IL2CPP_EXTERN_C void MonoScriptData_tFF96136F80CAB7E6BE1078A0136938250ACEC135_marshal_com(const MonoScriptData_tFF96136F80CAB7E6BE1078A0136938250ACEC135& unmarshaled, MonoScriptData_tFF96136F80CAB7E6BE1078A0136938250ACEC135_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___FilePathsData = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.___FilePathsData);
|
|
marshaled.___TypesData = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.___TypesData);
|
|
marshaled.___TotalTypes = unmarshaled.___TotalTypes;
|
|
marshaled.___TotalFiles = unmarshaled.___TotalFiles;
|
|
marshaled.___IsEditorOnly = static_cast<int32_t>(unmarshaled.___IsEditorOnly);
|
|
}
|
|
IL2CPP_EXTERN_C void MonoScriptData_tFF96136F80CAB7E6BE1078A0136938250ACEC135_marshal_com_back(const MonoScriptData_tFF96136F80CAB7E6BE1078A0136938250ACEC135_marshaled_com& marshaled, MonoScriptData_tFF96136F80CAB7E6BE1078A0136938250ACEC135& unmarshaled)
|
|
{
|
|
unmarshaled.___FilePathsData = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, il2cpp_defaults.byte_class, marshaled.___FilePathsData);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___FilePathsData), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, il2cpp_defaults.byte_class, marshaled.___FilePathsData));
|
|
unmarshaled.___TypesData = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, il2cpp_defaults.byte_class, marshaled.___TypesData);
|
|
Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___TypesData), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, il2cpp_defaults.byte_class, marshaled.___TypesData));
|
|
int32_t unmarshaledTotalTypes_temp_2 = 0;
|
|
unmarshaledTotalTypes_temp_2 = marshaled.___TotalTypes;
|
|
unmarshaled.___TotalTypes = unmarshaledTotalTypes_temp_2;
|
|
int32_t unmarshaledTotalFiles_temp_3 = 0;
|
|
unmarshaledTotalFiles_temp_3 = marshaled.___TotalFiles;
|
|
unmarshaled.___TotalFiles = unmarshaledTotalFiles_temp_3;
|
|
bool unmarshaledIsEditorOnly_temp_4 = false;
|
|
unmarshaledIsEditorOnly_temp_4 = static_cast<bool>(marshaled.___IsEditorOnly);
|
|
unmarshaled.___IsEditorOnly = unmarshaledIsEditorOnly_temp_4;
|
|
}
|
|
IL2CPP_EXTERN_C void MonoScriptData_tFF96136F80CAB7E6BE1078A0136938250ACEC135_marshal_com_cleanup(MonoScriptData_tFF96136F80CAB7E6BE1078A0136938250ACEC135_marshaled_com& marshaled)
|
|
{
|
|
il2cpp_codegen_com_destroy_safe_array(marshaled.___FilePathsData);
|
|
marshaled.___FilePathsData = NULL;
|
|
il2cpp_codegen_com_destroy_safe_array(marshaled.___TypesData);
|
|
marshaled.___TypesData = NULL;
|
|
}
|
|
#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
|
|
// Method Definition Index: 70803
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E AABB_get_min_m209EF3ECD01E859258E1BDE8780CA4C25276DF70 (AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/AABB.cs:13>
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_0 = __this->___center;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_1 = __this->___extents;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_2;
|
|
L_2 = float3_op_Subtraction_mB6036E9849D95650D6E73DA0D179CD7B61E696F2_inline(L_0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E AABB_get_min_m209EF3ECD01E859258E1BDE8780CA4C25276DF70_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A*>(__this + _offset);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E _returnValue;
|
|
_returnValue = AABB_get_min_m209EF3ECD01E859258E1BDE8780CA4C25276DF70(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 70804
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E AABB_get_max_mCD29B3A2C2DEA60BBF50091D8E3C938511D82B08 (AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/AABB.cs:14>
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_0 = __this->___center;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_1 = __this->___extents;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_2;
|
|
L_2 = float3_op_Addition_mFFCF4F7457594F5EFB0678C0DE90AAD3D3F6947B_inline(L_0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E AABB_get_max_mCD29B3A2C2DEA60BBF50091D8E3C938511D82B08_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A*>(__this + _offset);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E _returnValue;
|
|
_returnValue = AABB_get_max_mCD29B3A2C2DEA60BBF50091D8E3C938511D82B08(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 70805
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AABB_ToString_mB0C529C757F63FD0F78316C90D2B86206159B678 (AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3608EF012853B73B01D7308B206EE8F0BD3891EB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/AABB.cs:19>
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_0 = __this->___center;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E_il2cpp_TypeInfo_var, &L_1);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_3 = __this->___extents;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E_il2cpp_TypeInfo_var, &L_4);
|
|
String_t* L_6;
|
|
L_6 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral3608EF012853B73B01D7308B206EE8F0BD3891EB, L_2, L_5, NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* AABB_ToString_mB0C529C757F63FD0F78316C90D2B86206159B678_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = AABB_ToString_mB0C529C757F63FD0F78316C90D2B86206159B678(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 70806
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E AABB_RotateExtents_mE4E40331E25B5F3310112548831B83F096C98E06 (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_extents, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___1_m0, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___2_m1, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___3_m2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/AABB.cs:24>
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_0 = ___1_m0;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_1 = ___0_extents;
|
|
float L_2 = L_1.___x;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_3;
|
|
L_3 = float3_op_Multiply_m6E5DC552C8B0F9A180298BD9197FF47B14E0EA81_inline(L_0, L_2, NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_4;
|
|
L_4 = math_abs_mC7F2BBD861835C82A0A47A47A44B73E704D7F63B_inline(L_3, NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_5 = ___2_m1;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_6 = ___0_extents;
|
|
float L_7 = L_6.___y;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_8;
|
|
L_8 = float3_op_Multiply_m6E5DC552C8B0F9A180298BD9197FF47B14E0EA81_inline(L_5, L_7, NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_9;
|
|
L_9 = math_abs_mC7F2BBD861835C82A0A47A47A44B73E704D7F63B_inline(L_8, NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_10;
|
|
L_10 = float3_op_Addition_mFFCF4F7457594F5EFB0678C0DE90AAD3D3F6947B_inline(L_4, L_9, NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_11 = ___3_m2;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_12 = ___0_extents;
|
|
float L_13 = L_12.___z;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_14;
|
|
L_14 = float3_op_Multiply_m6E5DC552C8B0F9A180298BD9197FF47B14E0EA81_inline(L_11, L_13, NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_15;
|
|
L_15 = math_abs_mC7F2BBD861835C82A0A47A47A44B73E704D7F63B_inline(L_14, NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_16;
|
|
L_16 = float3_op_Addition_mFFCF4F7457594F5EFB0678C0DE90AAD3D3F6947B_inline(L_10, L_15, NULL);
|
|
return L_16;
|
|
}
|
|
}
|
|
// Method Definition Index: 70807
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A AABB_Transform_m1B125B36873D7F03DCBB8817DE20E81FD17C149C (float4x4_t7EDD16F7F57DC7F61A6302535F7C19FB97915DF2 ___0_transform, AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A ___1_localBounds, const RuntimeMethod* method)
|
|
{
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/AABB.cs:30>
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A L_0 = ___1_localBounds;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_1 = L_0.___extents;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E* L_2 = (float4_t89D9A294E7A79BD81BFBDD18654508532958555E*)(&(&___0_transform)->___c0);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_3;
|
|
L_3 = float4_get_xyz_mE6EC829F35512C7BC159047FDC134E80F3B37A06_inline(L_2, NULL);
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E* L_4 = (float4_t89D9A294E7A79BD81BFBDD18654508532958555E*)(&(&___0_transform)->___c1);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_5;
|
|
L_5 = float4_get_xyz_mE6EC829F35512C7BC159047FDC134E80F3B37A06_inline(L_4, NULL);
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E* L_6 = (float4_t89D9A294E7A79BD81BFBDD18654508532958555E*)(&(&___0_transform)->___c2);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_7;
|
|
L_7 = float4_get_xyz_mE6EC829F35512C7BC159047FDC134E80F3B37A06_inline(L_6, NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_8;
|
|
L_8 = AABB_RotateExtents_mE4E40331E25B5F3310112548831B83F096C98E06(L_1, L_3, L_5, L_7, NULL);
|
|
(&V_0)->___extents = L_8;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/AABB.cs:31>
|
|
float4x4_t7EDD16F7F57DC7F61A6302535F7C19FB97915DF2 L_9 = ___0_transform;
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A L_10 = ___1_localBounds;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_11 = L_10.___center;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_12;
|
|
L_12 = math_transform_m8E47EBD0098A58A9BEB51032E1B6C25C9BD90178_inline(L_9, L_11, NULL);
|
|
(&V_0)->___center = L_12;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/AABB.cs:32>
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
#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
|
|
// Method Definition Index: 70808
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A AABBExtensions_ToAABB_m367412CA9980E495609B7267A2CC04AE39AF2402 (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 ___0_bounds, const RuntimeMethod* method)
|
|
{
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/AABB.cs:40>
|
|
il2cpp_codegen_initobj((&V_0), sizeof(AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0;
|
|
L_0 = Bounds_get_center_m5B05F81CB835EB6DD8628FDA24B638F477984DC3_inline((&___0_bounds), NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_1;
|
|
L_1 = float3_op_Implicit_mE1831A3AC179B7EB3236F8202EC8DD5CE05376AB(L_0, NULL);
|
|
(&V_0)->___center = L_1;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = Bounds_get_extents_mFE6DC407FCE2341BE2C750CB554055D211281D25_inline((&___0_bounds), NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_3;
|
|
L_3 = float3_op_Implicit_mE1831A3AC179B7EB3236F8202EC8DD5CE05376AB(L_2, NULL);
|
|
(&V_0)->___extents = L_3;
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 70809
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 AABBExtensions_ToBounds_m7CAFEDB45226C652830072153F7236BA97C6C520 (AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A ___0_aabb, const RuntimeMethod* method)
|
|
{
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/AABB.cs:45>
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3));
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A L_0 = ___0_aabb;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_1 = L_0.___center;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2;
|
|
L_2 = float3_op_Implicit_m9CC301DFD67EEFAA15CA05E91913E862B22326F6(L_1, NULL);
|
|
Bounds_set_center_m891869DD5B1BEEE2D17907BBFB7EB79AAE44884B_inline((&V_0), L_2, NULL);
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A L_3 = ___0_aabb;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_4 = L_3.___extents;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
|
|
L_5 = float3_op_Implicit_m9CC301DFD67EEFAA15CA05E91913E862B22326F6(L_4, NULL);
|
|
Bounds_set_extents_m09496358547B86A93EFE7BE6371E7A6FE937C46F_inline((&V_0), L_5, NULL);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
#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
|
|
// Method Definition Index: 70810
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BatchLayer__ctor_m5B65286582FB01A261387F6EB54330C8E47C3CFD (BatchLayer_t9B7CC333E894912E5BCA7BF8643CCE343E09FC23* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, 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
|
|
// Method Definition Index: 70811
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DisallowGPUDrivenRendering_get_applyToChildrenRecursively_m3E929193F5CE5D66B2FE31D776EC2A2F2116CAA9 (DisallowGPUDrivenRendering_tF47794ABF9C89D55326226AC8C75471D3C736555* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:16>
|
|
bool L_0 = __this->___m_applyToChildrenRecursively;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 70812
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowGPUDrivenRendering_set_applyToChildrenRecursively_m68D41A53534B142755C97A1E90F85707979EF47E (DisallowGPUDrivenRendering_tF47794ABF9C89D55326226AC8C75471D3C736555* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:19>
|
|
bool L_0 = ___0_value;
|
|
__this->___m_applyToChildrenRecursively = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:20>
|
|
DisallowGPUDrivenRendering_OnDisable_m1F1E89249A83BC47FE22BBA3AFBB3E45AA8A9CA5(__this, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:21>
|
|
DisallowGPUDrivenRendering_OnEnable_m249A20499E8492DEEBAA51A2F682BAF5832200BE(__this, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:22>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70813
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowGPUDrivenRendering_OnEnable_m249A20499E8492DEEBAA51A2F682BAF5832200BE (DisallowGPUDrivenRendering_tF47794ABF9C89D55326226AC8C75471D3C736555* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:27>
|
|
bool L_0;
|
|
L_0 = DisallowGPUDrivenRendering_get_applyToChildrenRecursively_m3E929193F5CE5D66B2FE31D776EC2A2F2116CAA9_inline(__this, NULL);
|
|
__this->___m_AppliedRecursively = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:29>
|
|
bool L_1;
|
|
L_1 = DisallowGPUDrivenRendering_get_applyToChildrenRecursively_m3E929193F5CE5D66B2FE31D776EC2A2F2116CAA9_inline(__this, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:30>
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
DisallowGPUDrivenRendering_AllowGPUDrivenRenderingRecursively_m6A9F55C1FE2690255B488CBD65D4EC7A088795DB(L_2, (bool)0, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:32>
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3;
|
|
L_3 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
DisallowGPUDrivenRendering_AllowGPUDrivenRendering_m20DF3D8C370F5104515C565084A83B476625F356(L_3, (bool)0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:33>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70814
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowGPUDrivenRendering_OnDisable_m1F1E89249A83BC47FE22BBA3AFBB3E45AA8A9CA5 (DisallowGPUDrivenRendering_tF47794ABF9C89D55326226AC8C75471D3C736555* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:37>
|
|
bool L_0 = __this->___m_AppliedRecursively;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:38>
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
DisallowGPUDrivenRendering_AllowGPUDrivenRenderingRecursively_m6A9F55C1FE2690255B488CBD65D4EC7A088795DB(L_1, (bool)1, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:40>
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
DisallowGPUDrivenRendering_AllowGPUDrivenRendering_m20DF3D8C370F5104515C565084A83B476625F356(L_2, (bool)1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:41>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70815
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowGPUDrivenRendering_AllowGPUDrivenRendering_m20DF3D8C370F5104515C565084A83B476625F356 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_transform, bool ___1_allow, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_m0EDA0079FA3617687C4A28623B79A37D618D9CFB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE* V_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:45>
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0 = ___0_transform;
|
|
NullCheck(L_0);
|
|
MeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE* L_1;
|
|
L_1 = Component_GetComponent_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_m0EDA0079FA3617687C4A28623B79A37D618D9CFB(L_0, Component_GetComponent_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_m0EDA0079FA3617687C4A28623B79A37D618D9CFB_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:47>
|
|
MeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE* L_2 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:48>
|
|
MeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE* L_4 = V_0;
|
|
bool L_5 = ___1_allow;
|
|
NullCheck(L_4);
|
|
Renderer_set_allowGPUDrivenRendering_mFB484D5E0BB8F67E1EEBBE79AB3E46C2FE900BDB(L_4, L_5, NULL);
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:49>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70816
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowGPUDrivenRendering_AllowGPUDrivenRenderingRecursively_m6A9F55C1FE2690255B488CBD65D4EC7A088795DB (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_transform, bool ___1_allow, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisDisallowGPUDrivenRendering_tF47794ABF9C89D55326226AC8C75471D3C736555_mA8C6BACEC0954349F2E95941BF17B6D822A0EF07_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* V_1 = NULL;
|
|
RuntimeObject* V_2 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:53>
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0 = ___0_transform;
|
|
bool L_1 = ___1_allow;
|
|
DisallowGPUDrivenRendering_AllowGPUDrivenRendering_m20DF3D8C370F5104515C565084A83B476625F356(L_0, L_1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:55>
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2 = ___0_transform;
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_3;
|
|
L_3 = Transform_GetEnumerator_mA7E1C882ACA0C33E284711CD09971DEA3FFEF404(L_2, NULL);
|
|
V_0 = L_3;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_003a:
|
|
{
|
|
{
|
|
RuntimeObject* L_4 = V_0;
|
|
V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_4, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_5 = V_2;
|
|
if (!L_5)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_6 = V_2;
|
|
NullCheck(L_6);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6);
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_0030_1;
|
|
}
|
|
|
|
IL_0010_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:55>
|
|
RuntimeObject* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
RuntimeObject* L_8;
|
|
L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_7);
|
|
V_1 = ((Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*)CastclassClass((RuntimeObject*)L_8, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1_il2cpp_TypeInfo_var));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:57>
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
DisallowGPUDrivenRendering_tF47794ABF9C89D55326226AC8C75471D3C736555* L_10;
|
|
L_10 = Component_GetComponent_TisDisallowGPUDrivenRendering_tF47794ABF9C89D55326226AC8C75471D3C736555_mA8C6BACEC0954349F2E95941BF17B6D822A0EF07(L_9, Component_GetComponent_TisDisallowGPUDrivenRendering_tF47794ABF9C89D55326226AC8C75471D3C736555_mA8C6BACEC0954349F2E95941BF17B6D822A0EF07_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_11;
|
|
L_11 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_10, NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_0030_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:58>
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_12 = V_1;
|
|
bool L_13 = ___1_allow;
|
|
DisallowGPUDrivenRendering_AllowGPUDrivenRenderingRecursively_m6A9F55C1FE2690255B488CBD65D4EC7A088795DB(L_12, L_13, NULL);
|
|
}
|
|
|
|
IL_0030_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:55>
|
|
RuntimeObject* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
bool L_15;
|
|
L_15 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_14);
|
|
if (L_15)
|
|
{
|
|
goto IL_0010_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:60>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70817
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowGPUDrivenRendering_OnValidate_m6F127CE57094B0CAE61BA8B4918EECB80E37240D (DisallowGPUDrivenRendering_tF47794ABF9C89D55326226AC8C75471D3C736555* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:64>
|
|
DisallowGPUDrivenRendering_OnDisable_m1F1E89249A83BC47FE22BBA3AFBB3E45AA8A9CA5(__this, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:65>
|
|
DisallowGPUDrivenRendering_OnEnable_m249A20499E8492DEEBAA51A2F682BAF5832200BE(__this, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:66>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70818
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowGPUDrivenRendering__ctor_mE6D1309170C6045938779078895FBDC316CD22C8 (DisallowGPUDrivenRendering_tF47794ABF9C89D55326226AC8C75471D3C736555* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, 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
|
|
// Method Definition Index: 70819
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DisallowSmallMeshCulling_get_applyToChildrenRecursively_m07F3D5D527D2DEF50D7B02D214383B8AF78C4C64 (DisallowSmallMeshCulling_tA1F3C9FD2CB77E0D445108FD463412346117DB67* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:13>
|
|
bool L_0 = __this->___m_applyToChildrenRecursively;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 70820
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowSmallMeshCulling_set_applyToChildrenRecursively_m938F4AF22EDE3BBF3FA63774848026C0D1BE66B7 (DisallowSmallMeshCulling_tA1F3C9FD2CB77E0D445108FD463412346117DB67* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:16>
|
|
bool L_0 = ___0_value;
|
|
__this->___m_applyToChildrenRecursively = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:17>
|
|
DisallowSmallMeshCulling_OnDisable_m75A11291A610DED6EADAF48AF38509DE765AA25F(__this, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:18>
|
|
DisallowSmallMeshCulling_OnEnable_m794055654CE760B4FD1780DC20C0C94C84A99A87(__this, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:19>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70821
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowSmallMeshCulling_OnEnable_m794055654CE760B4FD1780DC20C0C94C84A99A87 (DisallowSmallMeshCulling_tA1F3C9FD2CB77E0D445108FD463412346117DB67* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:24>
|
|
bool L_0;
|
|
L_0 = DisallowSmallMeshCulling_get_applyToChildrenRecursively_m07F3D5D527D2DEF50D7B02D214383B8AF78C4C64_inline(__this, NULL);
|
|
__this->___m_AppliedRecursively = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:26>
|
|
bool L_1;
|
|
L_1 = DisallowSmallMeshCulling_get_applyToChildrenRecursively_m07F3D5D527D2DEF50D7B02D214383B8AF78C4C64_inline(__this, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:27>
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
DisallowSmallMeshCulling_AllowSmallMeshCullingRecursively_m8D9B550BDF92C3C920B34AC0DDC65D5B095F9D22(L_2, (bool)0, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:29>
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_3;
|
|
L_3 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
DisallowSmallMeshCulling_AllowSmallMeshCulling_m8D38B7DB8F8A05A7839BC00395B7137C4688E996(L_3, (bool)0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:30>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70822
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowSmallMeshCulling_OnDisable_m75A11291A610DED6EADAF48AF38509DE765AA25F (DisallowSmallMeshCulling_tA1F3C9FD2CB77E0D445108FD463412346117DB67* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:34>
|
|
bool L_0 = __this->___m_AppliedRecursively;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:35>
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_1;
|
|
L_1 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
DisallowSmallMeshCulling_AllowSmallMeshCullingRecursively_m8D9B550BDF92C3C920B34AC0DDC65D5B095F9D22(L_1, (bool)1, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:37>
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2;
|
|
L_2 = Component_get_transform_m2919A1D81931E6932C7F06D4C2F0AB8DDA9A5371(__this, NULL);
|
|
DisallowSmallMeshCulling_AllowSmallMeshCulling_m8D38B7DB8F8A05A7839BC00395B7137C4688E996(L_2, (bool)1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:38>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70823
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowSmallMeshCulling_AllowSmallMeshCulling_m8D38B7DB8F8A05A7839BC00395B7137C4688E996 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_transform, bool ___1_allow, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_m0EDA0079FA3617687C4A28623B79A37D618D9CFB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
MeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE* V_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:42>
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0 = ___0_transform;
|
|
NullCheck(L_0);
|
|
MeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE* L_1;
|
|
L_1 = Component_GetComponent_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_m0EDA0079FA3617687C4A28623B79A37D618D9CFB(L_0, Component_GetComponent_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_m0EDA0079FA3617687C4A28623B79A37D618D9CFB_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:44>
|
|
MeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE* L_2 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:45>
|
|
MeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE* L_4 = V_0;
|
|
bool L_5 = ___1_allow;
|
|
NullCheck(L_4);
|
|
Renderer_set_smallMeshCulling_mDBF889A8FB0840218FC19F3F8F20310F1DB3FF10(L_4, L_5, NULL);
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:46>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70824
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowSmallMeshCulling_AllowSmallMeshCullingRecursively_m8D9B550BDF92C3C920B34AC0DDC65D5B095F9D22 (Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* ___0_transform, bool ___1_allow, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Component_GetComponent_TisDisallowGPUDrivenRendering_tF47794ABF9C89D55326226AC8C75471D3C736555_mA8C6BACEC0954349F2E95941BF17B6D822A0EF07_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* V_1 = NULL;
|
|
RuntimeObject* V_2 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:50>
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_0 = ___0_transform;
|
|
bool L_1 = ___1_allow;
|
|
DisallowSmallMeshCulling_AllowSmallMeshCulling_m8D38B7DB8F8A05A7839BC00395B7137C4688E996(L_0, L_1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:52>
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_2 = ___0_transform;
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_3;
|
|
L_3 = Transform_GetEnumerator_mA7E1C882ACA0C33E284711CD09971DEA3FFEF404(L_2, NULL);
|
|
V_0 = L_3;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_003a:
|
|
{
|
|
{
|
|
RuntimeObject* L_4 = V_0;
|
|
V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_4, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_5 = V_2;
|
|
if (!L_5)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_6 = V_2;
|
|
NullCheck(L_6);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6);
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_0030_1;
|
|
}
|
|
|
|
IL_0010_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:52>
|
|
RuntimeObject* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
RuntimeObject* L_8;
|
|
L_8 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_7);
|
|
V_1 = ((Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1*)CastclassClass((RuntimeObject*)L_8, Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1_il2cpp_TypeInfo_var));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:54>
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
DisallowGPUDrivenRendering_tF47794ABF9C89D55326226AC8C75471D3C736555* L_10;
|
|
L_10 = Component_GetComponent_TisDisallowGPUDrivenRendering_tF47794ABF9C89D55326226AC8C75471D3C736555_mA8C6BACEC0954349F2E95941BF17B6D822A0EF07(L_9, Component_GetComponent_TisDisallowGPUDrivenRendering_tF47794ABF9C89D55326226AC8C75471D3C736555_mA8C6BACEC0954349F2E95941BF17B6D822A0EF07_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(Object_tC12DECB6760A7F2CBF65D9DCF18D044C2D97152C_il2cpp_TypeInfo_var);
|
|
bool L_11;
|
|
L_11 = Object_op_Implicit_m93896EF7D68FA113C42D3FE2BC6F661FC7EF514A(L_10, NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_0030_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:55>
|
|
Transform_tB27202C6F4E36D225EE28A13E4D662BF99785DB1* L_12 = V_1;
|
|
bool L_13 = ___1_allow;
|
|
DisallowSmallMeshCulling_AllowSmallMeshCullingRecursively_m8D9B550BDF92C3C920B34AC0DDC65D5B095F9D22(L_12, L_13, NULL);
|
|
}
|
|
|
|
IL_0030_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:52>
|
|
RuntimeObject* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
bool L_15;
|
|
L_15 = InterfaceFuncInvoker0< bool >::Invoke(0, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_14);
|
|
if (L_15)
|
|
{
|
|
goto IL_0010_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:57>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70825
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowSmallMeshCulling_OnValidate_mF3C1B33DE96CA700BC01B5311F80AE4E99F29DA0 (DisallowSmallMeshCulling_tA1F3C9FD2CB77E0D445108FD463412346117DB67* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:61>
|
|
DisallowSmallMeshCulling_OnDisable_m75A11291A610DED6EADAF48AF38509DE765AA25F(__this, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:62>
|
|
DisallowSmallMeshCulling_OnEnable_m794055654CE760B4FD1780DC20C0C94C84A99A87(__this, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:63>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70826
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DisallowSmallMeshCulling__ctor_m8EE3BCDB2DE6243C9C844C82F454D0845738A51D (DisallowSmallMeshCulling_tA1F3C9FD2CB77E0D445108FD463412346117DB67* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoBehaviour__ctor_m592DB0105CA0BC97AA1C5F4AD27B12D68A3B7C1E(__this, 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
|
|
// Method Definition Index: 70827
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugDisplayGPUResidentDrawer_get_displayBatcherStats_m210D40F2C66835ADDD79B906A5266E0F233D3C34 (DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* __this, const RuntimeMethod* method)
|
|
{
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* G_B2_0 = NULL;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* G_B1_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:29>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_0;
|
|
L_0 = GPUResidentDrawer_GetDebugStats_m857EE673158C860D3471D0CC6203B60D0BC98B4D(NULL);
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_1 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000b;
|
|
}
|
|
G_B1_0 = L_1;
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
bool L_2 = G_B2_0->___enabled;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 70828
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugDisplayGPUResidentDrawer_set_displayBatcherStats_m59E27BDE577C32E337F723FEF8F63C6BC686C662 (DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* V_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:33>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_0;
|
|
L_0 = GPUResidentDrawer_GetDebugStats_m857EE673158C860D3471D0CC6203B60D0BC98B4D(NULL);
|
|
V_0 = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:34>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:35>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_2 = V_0;
|
|
bool L_3 = ___0_value;
|
|
NullCheck(L_2);
|
|
L_2->___enabled = L_3;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:36>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70829
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugDisplayGPUResidentDrawer_GetOccluderViewInstanceID_m726FCBE5E8C19295040CED7A6F87E7F31DCC3CE8 (DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* __this, int32_t* ___0_viewInstanceID, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Item_m5B47CB99AD82EBCA7BE686B7164EFEA3DD649470_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_mB4FC1C8F5BCFBB96FD906F27FF41FC878DB721AC_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* V_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:42>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_0;
|
|
L_0 = GPUResidentDrawer_GetDebugStats_m857EE673158C860D3471D0CC6203B60D0BC98B4D(NULL);
|
|
V_0 = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:43>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:45>
|
|
int32_t L_2 = __this->___occluderDebugViewIndex;
|
|
if ((((int32_t)L_2) < ((int32_t)0)))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = __this->___occluderDebugViewIndex;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373* L_5 = (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373*)(&L_4->___occluderStats);
|
|
int32_t L_6;
|
|
L_6 = NativeList_1_get_Length_mB4FC1C8F5BCFBB96FD906F27FF41FC878DB721AC_inline(L_5, NativeList_1_get_Length_mB4FC1C8F5BCFBB96FD906F27FF41FC878DB721AC_RuntimeMethod_var);
|
|
if ((((int32_t)L_3) >= ((int32_t)L_6)))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:47>
|
|
int32_t* L_7 = ___0_viewInstanceID;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373* L_9 = (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373*)(&L_8->___occluderStats);
|
|
int32_t L_10 = __this->___occluderDebugViewIndex;
|
|
DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93 L_11;
|
|
L_11 = NativeList_1_get_Item_m5B47CB99AD82EBCA7BE686B7164EFEA3DD649470_inline(L_9, L_10, NativeList_1_get_Item_m5B47CB99AD82EBCA7BE686B7164EFEA3DD649470_RuntimeMethod_var);
|
|
int32_t L_12 = L_11.___viewInstanceID;
|
|
*((int32_t*)L_7) = (int32_t)L_12;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:48>
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:52>
|
|
int32_t* L_13 = ___0_viewInstanceID;
|
|
*((int32_t*)L_13) = (int32_t)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:53>
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// Method Definition Index: 70830
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugDisplayGPUResidentDrawer_get_occlusionTestOverlayEnable_m9A235C5BC833535F37EF6521C8201C3CE29C51A5 (DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* __this, const RuntimeMethod* method)
|
|
{
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* G_B2_0 = NULL;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* G_B1_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:59>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_0;
|
|
L_0 = GPUResidentDrawer_GetDebugStats_m857EE673158C860D3471D0CC6203B60D0BC98B4D(NULL);
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_1 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000b;
|
|
}
|
|
G_B1_0 = L_1;
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
bool L_2 = G_B2_0->___occlusionOverlayEnabled;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 70831
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugDisplayGPUResidentDrawer_set_occlusionTestOverlayEnable_mA2EB2A26999F2D9AF42AA8E3E4636C26C2B742EB (DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* V_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:62>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_0;
|
|
L_0 = GPUResidentDrawer_GetDebugStats_m857EE673158C860D3471D0CC6203B60D0BC98B4D(NULL);
|
|
V_0 = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:63>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:64>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_2 = V_0;
|
|
bool L_3 = ___0_value;
|
|
NullCheck(L_2);
|
|
L_2->___occlusionOverlayEnabled = L_3;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:65>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70832
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugDisplayGPUResidentDrawer_get_occlusionTestOverlayCountVisible_m634A2AC553EFFABBE7867FF3F849B56854132881 (DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* __this, const RuntimeMethod* method)
|
|
{
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* G_B2_0 = NULL;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* G_B1_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:70>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_0;
|
|
L_0 = GPUResidentDrawer_GetDebugStats_m857EE673158C860D3471D0CC6203B60D0BC98B4D(NULL);
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_1 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000b;
|
|
}
|
|
G_B1_0 = L_1;
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
bool L_2 = G_B2_0->___occlusionOverlayCountVisible;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 70833
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugDisplayGPUResidentDrawer_set_occlusionTestOverlayCountVisible_mB528723B0E9B869C1A316E1E96A992559BF6F7ED (DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* V_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:73>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_0;
|
|
L_0 = GPUResidentDrawer_GetDebugStats_m857EE673158C860D3471D0CC6203B60D0BC98B4D(NULL);
|
|
V_0 = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:74>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:75>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_2 = V_0;
|
|
bool L_3 = ___0_value;
|
|
NullCheck(L_2);
|
|
L_2->___occlusionOverlayCountVisible = L_3;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:76>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70834
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugDisplayGPUResidentDrawer_get_overrideOcclusionTestToAlwaysPass_m540F53888B63B89065870B56B8981D23580A82E3 (DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* __this, const RuntimeMethod* method)
|
|
{
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* G_B2_0 = NULL;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* G_B1_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:81>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_0;
|
|
L_0 = GPUResidentDrawer_GetDebugStats_m857EE673158C860D3471D0CC6203B60D0BC98B4D(NULL);
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_1 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000b;
|
|
}
|
|
G_B1_0 = L_1;
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
bool L_2 = G_B2_0->___overrideOcclusionTestToAlwaysPass;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 70835
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugDisplayGPUResidentDrawer_set_overrideOcclusionTestToAlwaysPass_m20C4D9DC1E966A9C4C4D0D466F4BD38ADD30AE13 (DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* V_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:84>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_0;
|
|
L_0 = GPUResidentDrawer_GetDebugStats_m857EE673158C860D3471D0CC6203B60D0BC98B4D(NULL);
|
|
V_0 = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:85>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:86>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_2 = V_0;
|
|
bool L_3 = ___0_value;
|
|
NullCheck(L_2);
|
|
L_2->___overrideOcclusionTestToAlwaysPass = L_3;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:87>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70836
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 DebugDisplayGPUResidentDrawer_GetInstanceCullerViewStats_m0FBAB4D8A7F7B2AD56BABE57E5E0648B5686A85C (int32_t ___0_viewIndex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Item_m775ADBCE0DBDDA68B138888009F9F9633E111CDE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_m162ED70EE832FC01BABBD659406195BC6DB50D4A_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* V_0 = NULL;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:99>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_0;
|
|
L_0 = GPUResidentDrawer_GetDebugStats_m857EE673158C860D3471D0CC6203B60D0BC98B4D(NULL);
|
|
V_0 = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:100>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___0_viewIndex;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* L_4 = (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0*)(&L_3->___instanceCullerStats);
|
|
int32_t L_5;
|
|
L_5 = NativeList_1_get_Length_m162ED70EE832FC01BABBD659406195BC6DB50D4A_inline(L_4, NativeList_1_get_Length_m162ED70EE832FC01BABBD659406195BC6DB50D4A_RuntimeMethod_var);
|
|
if ((((int32_t)L_2) >= ((int32_t)L_5)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:101>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* L_7 = (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0*)(&L_6->___instanceCullerStats);
|
|
int32_t L_8 = ___0_viewIndex;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_9;
|
|
L_9 = NativeList_1_get_Item_m775ADBCE0DBDDA68B138888009F9F9633E111CDE_inline(L_7, L_8, NativeList_1_get_Item_m775ADBCE0DBDDA68B138888009F9F9633E111CDE_RuntimeMethod_var);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:103>
|
|
il2cpp_codegen_initobj((&V_1), sizeof(InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173));
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_10 = V_1;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 70837
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD DebugDisplayGPUResidentDrawer_GetInstanceOcclusionEventStats_m602D50534C866EEB3661DA78C183640EE3224B94 (int32_t ___0_passIndex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Item_m6B6298009A29FAA2779571AAA30AFFC46A518CC1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_m0741213990CDC270EA01956306826DB5D87C5F6A_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* V_0 = NULL;
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:108>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_0;
|
|
L_0 = GPUResidentDrawer_GetDebugStats_m857EE673158C860D3471D0CC6203B60D0BC98B4D(NULL);
|
|
V_0 = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:109>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___0_passIndex;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* L_4 = (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08*)(&L_3->___instanceOcclusionEventStats);
|
|
int32_t L_5;
|
|
L_5 = NativeList_1_get_Length_m0741213990CDC270EA01956306826DB5D87C5F6A_inline(L_4, NativeList_1_get_Length_m0741213990CDC270EA01956306826DB5D87C5F6A_RuntimeMethod_var);
|
|
if ((((int32_t)L_2) >= ((int32_t)L_5)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:110>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* L_7 = (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08*)(&L_6->___instanceOcclusionEventStats);
|
|
int32_t L_8 = ___0_passIndex;
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD L_9;
|
|
L_9 = NativeList_1_get_Item_m6B6298009A29FAA2779571AAA30AFFC46A518CC1_inline(L_7, L_8, NativeList_1_get_Item_m6B6298009A29FAA2779571AAA30AFFC46A518CC1_RuntimeMethod_var);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:112>
|
|
il2cpp_codegen_initobj((&V_1), sizeof(InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD));
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD L_10 = V_1;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 70838
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93 DebugDisplayGPUResidentDrawer_GetOccluderStats_mC14EA7475AC1AFC3C3252E433ADB1C537CD934A4 (int32_t ___0_occluderIndex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Item_m5B47CB99AD82EBCA7BE686B7164EFEA3DD649470_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_mB4FC1C8F5BCFBB96FD906F27FF41FC878DB721AC_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* V_0 = NULL;
|
|
DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:132>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_0;
|
|
L_0 = GPUResidentDrawer_GetDebugStats_m857EE673158C860D3471D0CC6203B60D0BC98B4D(NULL);
|
|
V_0 = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:133>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___0_occluderIndex;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373* L_4 = (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373*)(&L_3->___occluderStats);
|
|
int32_t L_5;
|
|
L_5 = NativeList_1_get_Length_mB4FC1C8F5BCFBB96FD906F27FF41FC878DB721AC_inline(L_4, NativeList_1_get_Length_mB4FC1C8F5BCFBB96FD906F27FF41FC878DB721AC_RuntimeMethod_var);
|
|
if ((((int32_t)L_2) >= ((int32_t)L_5)))
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:134>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373* L_7 = (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373*)(&L_6->___occluderStats);
|
|
int32_t L_8 = ___0_occluderIndex;
|
|
DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93 L_9;
|
|
L_9 = NativeList_1_get_Item_m5B47CB99AD82EBCA7BE686B7164EFEA3DD649470_inline(L_7, L_8, NativeList_1_get_Item_m5B47CB99AD82EBCA7BE686B7164EFEA3DD649470_RuntimeMethod_var);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:136>
|
|
il2cpp_codegen_initobj((&V_1), sizeof(DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93));
|
|
DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93 L_10 = V_1;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 70839
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugDisplayGPUResidentDrawer_GetOcclusionContextsCounts_m60D0D1EBF103C8A3199281D3DC5CD2C318F98CE2 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_mB4FC1C8F5BCFBB96FD906F27FF41FC878DB721AC_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* G_B2_0 = NULL;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* G_B1_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:141>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_0;
|
|
L_0 = GPUResidentDrawer_GetDebugStats_m857EE673158C860D3471D0CC6203B60D0BC98B4D(NULL);
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_1 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000b;
|
|
}
|
|
G_B1_0 = L_1;
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373* L_2 = (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373*)(&G_B2_0->___occluderStats);
|
|
int32_t L_3;
|
|
L_3 = NativeList_1_get_Length_mB4FC1C8F5BCFBB96FD906F27FF41FC878DB721AC_inline(L_2, NativeList_1_get_Length_mB4FC1C8F5BCFBB96FD906F27FF41FC878DB721AC_RuntimeMethod_var);
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 70840
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugDisplayGPUResidentDrawer_GetInstanceCullerViewCount_m92894DC66DDDCC9E86096BBE082D1D306C2A085A (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_m162ED70EE832FC01BABBD659406195BC6DB50D4A_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* G_B2_0 = NULL;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* G_B1_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:146>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_0;
|
|
L_0 = GPUResidentDrawer_GetDebugStats_m857EE673158C860D3471D0CC6203B60D0BC98B4D(NULL);
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_1 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000b;
|
|
}
|
|
G_B1_0 = L_1;
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* L_2 = (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0*)(&G_B2_0->___instanceCullerStats);
|
|
int32_t L_3;
|
|
L_3 = NativeList_1_get_Length_m162ED70EE832FC01BABBD659406195BC6DB50D4A_inline(L_2, NativeList_1_get_Length_m162ED70EE832FC01BABBD659406195BC6DB50D4A_RuntimeMethod_var);
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 70841
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DebugDisplayGPUResidentDrawer_GetInstanceOcclusionEventCount_mD84250B5B4DF8C05FAC630C7E60E9E27125E14A8 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_m0741213990CDC270EA01956306826DB5D87C5F6A_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* G_B2_0 = NULL;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* G_B1_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:151>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_0;
|
|
L_0 = GPUResidentDrawer_GetDebugStats_m857EE673158C860D3471D0CC6203B60D0BC98B4D(NULL);
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_1 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000b;
|
|
}
|
|
G_B1_0 = L_1;
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* L_2 = (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08*)(&G_B2_0->___instanceOcclusionEventStats);
|
|
int32_t L_3;
|
|
L_3 = NativeList_1_get_Length_m0741213990CDC270EA01956306826DB5D87C5F6A_inline(L_2, NativeList_1_get_Length_m0741213990CDC270EA01956306826DB5D87C5F6A_RuntimeMethod_var);
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 70842
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* DebugDisplayGPUResidentDrawer_AddInstanceCullerViewDataRow_m9F1A1FB82CC3344A6A3A2DC88D8EF67A67F8A767 (int32_t ___0_viewIndex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Row_t4263ADC980EB84EB443A525B26307F51EF796D4B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__0_mC0E8B5021FEC842FDA982AF122F22BB6340D35E9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__1_m9AE4D495A32845644E11FB2B895DA5E75F8635F8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__2_m95BA865F2DE7F6DBDD8FCEFE47701070C5AE3F98_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__3_m58F09A1804446AF0F5931AC7196D7BAC039F3EDB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__4_m3747952920734A24FC5B1F9DCFE309747F9C4C4D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__5_m74C8AB5E55872D1160D6F08B78F48718683BF499_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__6_m0C34ADB7308678E1AFF82716F6A27B1442D49578_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E33ABB40C4DF3DF85A262A9F0995480491F821F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EF467BB2B11222E07C1C8A84B5714665FE97D70);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7A4A6761A1024F8003B654E460E3459CA2B55FDC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D8CF0979AFB6EF0FAFFBCB198E979A59A4CCC61);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D9D4D9EA2AA9170FB2343543308B01EE69B40FB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE5D5EAF46398119591C5CBC2ADEDFAE0D29BF52);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE65DF9C4C46F87ADE7710537D21AC39C029AB031);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF48DB72E06840C96B48C4B5BACA447EA80FFB4E1);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9* V_0 = NULL;
|
|
{
|
|
U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9* L_0 = (U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass29_0__ctor_m9E9E0D304D4857CCC41C81920D8F9B2426B21022(L_0, NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9* L_1 = V_0;
|
|
int32_t L_2 = ___0_viewIndex;
|
|
NullCheck(L_1);
|
|
L_1->___viewIndex = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:156>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:157>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:158>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:159>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:160>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:161>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:162>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:163>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:164>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:165>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:166>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:167>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:168>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:169>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:170>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:171>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:172>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:173>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:174>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:175>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:176>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:177>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:178>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:179>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:180>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:181>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:182>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:183>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:184>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:185>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:186>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:187>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:188>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:189>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:190>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:191>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:192>
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_3 = (Row_t4263ADC980EB84EB443A525B26307F51EF796D4B*)il2cpp_codegen_object_new(Row_t4263ADC980EB84EB443A525B26307F51EF796D4B_il2cpp_TypeInfo_var);
|
|
Row__ctor_m67B21E4FEDB0B9C6A9F75055E37480BFA3681DBE(L_3, NULL);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_4 = L_3;
|
|
NullCheck(L_4);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_4, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_5 = L_4;
|
|
NullCheck(L_5);
|
|
Foldout_set_opened_m9B3C64BB8E4E8444017BB7D31888B2713C0CC80C_inline(L_5, (bool)1, NULL);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_6 = L_5;
|
|
U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9* L_7 = V_0;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_8 = (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*)il2cpp_codegen_object_new(Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22(L_8, L_7, (intptr_t)((void*)U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__0_mC0E8B5021FEC842FDA982AF122F22BB6340D35E9_RuntimeMethod_var), NULL);
|
|
NullCheck(L_6);
|
|
((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)L_6)->___isHiddenCallback = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)L_6)->___isHiddenCallback), (void*)L_8);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_9 = L_6;
|
|
NullCheck(L_9);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_10;
|
|
L_10 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_9, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_11 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_11, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_12 = L_11;
|
|
NullCheck(L_12);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_12, _stringLiteralF48DB72E06840C96B48C4B5BACA447EA80FFB4E1, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_13 = L_12;
|
|
NullCheck(L_13);
|
|
L_13->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_14 = L_13;
|
|
NullCheck(L_14);
|
|
L_14->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_14->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_15 = L_14;
|
|
U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9* L_16 = V_0;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_17 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_17, L_16, (intptr_t)((void*)U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__1_m9AE4D495A32845644E11FB2B895DA5E75F8635F8_RuntimeMethod_var), NULL);
|
|
NullCheck(L_15);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(L_15, L_17, NULL);
|
|
NullCheck(L_10);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_10, L_15, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_18 = L_9;
|
|
NullCheck(L_18);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_19;
|
|
L_19 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_18, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_20 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_20, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_21 = L_20;
|
|
NullCheck(L_21);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_21, _stringLiteralBE5D5EAF46398119591C5CBC2ADEDFAE0D29BF52, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_22 = L_21;
|
|
NullCheck(L_22);
|
|
L_22->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_23 = L_22;
|
|
NullCheck(L_23);
|
|
L_23->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_23->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_24 = L_23;
|
|
U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9* L_25 = V_0;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_26 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_26, L_25, (intptr_t)((void*)U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__2_m95BA865F2DE7F6DBDD8FCEFE47701070C5AE3F98_RuntimeMethod_var), NULL);
|
|
NullCheck(L_24);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(L_24, L_26, NULL);
|
|
NullCheck(L_19);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_19, L_24, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_27 = L_18;
|
|
NullCheck(L_27);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_28;
|
|
L_28 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_27, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_29 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_29, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_30 = L_29;
|
|
NullCheck(L_30);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_30, _stringLiteral2EF467BB2B11222E07C1C8A84B5714665FE97D70, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_31 = L_30;
|
|
NullCheck(L_31);
|
|
L_31->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_32 = L_31;
|
|
NullCheck(L_32);
|
|
L_32->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_32->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_33 = L_32;
|
|
U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9* L_34 = V_0;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_35 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_35, L_34, (intptr_t)((void*)U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__3_m58F09A1804446AF0F5931AC7196D7BAC039F3EDB_RuntimeMethod_var), NULL);
|
|
NullCheck(L_33);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(L_33, L_35, NULL);
|
|
NullCheck(L_28);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_28, L_33, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_36 = L_27;
|
|
NullCheck(L_36);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_37;
|
|
L_37 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_36, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_38 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_38, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_39 = L_38;
|
|
NullCheck(L_39);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_39, _stringLiteral9D9D4D9EA2AA9170FB2343543308B01EE69B40FB, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_40 = L_39;
|
|
NullCheck(L_40);
|
|
Widget_set_tooltip_m87968E949EAD82E82438D33EAB241C6B8352C37B_inline(L_40, _stringLiteralE65DF9C4C46F87ADE7710537D21AC39C029AB031, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_41 = L_40;
|
|
NullCheck(L_41);
|
|
L_41->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_42 = L_41;
|
|
NullCheck(L_42);
|
|
L_42->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_42->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_43 = L_42;
|
|
U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9* L_44 = V_0;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_45 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_45, L_44, (intptr_t)((void*)U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__4_m3747952920734A24FC5B1F9DCFE309747F9C4C4D_RuntimeMethod_var), NULL);
|
|
NullCheck(L_43);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(L_43, L_45, NULL);
|
|
NullCheck(L_37);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_37, L_43, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_46 = L_36;
|
|
NullCheck(L_46);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_47;
|
|
L_47 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_46, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_48 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_48, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_49 = L_48;
|
|
NullCheck(L_49);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_49, _stringLiteral0E33ABB40C4DF3DF85A262A9F0995480491F821F, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_50 = L_49;
|
|
NullCheck(L_50);
|
|
Widget_set_tooltip_m87968E949EAD82E82438D33EAB241C6B8352C37B_inline(L_50, _stringLiteral7A4A6761A1024F8003B654E460E3459CA2B55FDC, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_51 = L_50;
|
|
NullCheck(L_51);
|
|
L_51->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_52 = L_51;
|
|
NullCheck(L_52);
|
|
L_52->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_52->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_53 = L_52;
|
|
U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9* L_54 = V_0;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_55 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_55, L_54, (intptr_t)((void*)U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__5_m74C8AB5E55872D1160D6F08B78F48718683BF499_RuntimeMethod_var), NULL);
|
|
NullCheck(L_53);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(L_53, L_55, NULL);
|
|
NullCheck(L_47);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_47, L_53, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_56 = L_46;
|
|
NullCheck(L_56);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_57;
|
|
L_57 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_56, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_58 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_58, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_59 = L_58;
|
|
NullCheck(L_59);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_59, _stringLiteral9D8CF0979AFB6EF0FAFFBCB198E979A59A4CCC61, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_60 = L_59;
|
|
NullCheck(L_60);
|
|
L_60->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_61 = L_60;
|
|
NullCheck(L_61);
|
|
L_61->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_61->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_62 = L_61;
|
|
U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9* L_63 = V_0;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_64 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_64, L_63, (intptr_t)((void*)U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__6_m0C34ADB7308678E1AFF82716F6A27B1442D49578_RuntimeMethod_var), NULL);
|
|
NullCheck(L_62);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(L_62, L_64, NULL);
|
|
NullCheck(L_57);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_57, L_62, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
return L_56;
|
|
}
|
|
}
|
|
// Method Definition Index: 70843
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DebugDisplayGPUResidentDrawer_OccluderVersionString_m7714E7A750D1B3965E3E07AC82B75EDCFFC0A265 (InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* ___0_stats, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:197>
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* L_0 = ___0_stats;
|
|
int32_t L_1 = L_0->___eventType;
|
|
if ((((int32_t)L_1) == ((int32_t)1)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* L_2 = ___0_stats;
|
|
int32_t L_3 = L_2->___occlusionTest;
|
|
if (L_3)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
return _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* L_4 = ___0_stats;
|
|
int32_t L_5 = L_4->___occluderVersion;
|
|
int32_t L_6 = L_5;
|
|
RuntimeObject* L_7 = Box(il2cpp_defaults.int32_class, &L_6);
|
|
return L_7;
|
|
}
|
|
}
|
|
// Method Definition Index: 70844
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DebugDisplayGPUResidentDrawer_OcclusionTestString_m1B455D1A286D34A76D5A3F9F0583852B93AEDB4B (InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* ___0_stats, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OcclusionTest_tFF967683F812A2788B5C8A9A220B83B43060435E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:202>
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* L_0 = ___0_stats;
|
|
int32_t L_1 = L_0->___eventType;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
return _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* L_2 = ___0_stats;
|
|
int32_t L_3 = L_2->___occlusionTest;
|
|
int32_t L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(OcclusionTest_tFF967683F812A2788B5C8A9A220B83B43060435E_il2cpp_TypeInfo_var, &L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// Method Definition Index: 70845
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DebugDisplayGPUResidentDrawer_VisibleInstancesString_m379FD46F020F09A4F6104D0B903B87E6D5CF440E (InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* ___0_stats, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:207>
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* L_0 = ___0_stats;
|
|
int32_t L_1 = L_0->___eventType;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
return _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* L_2 = ___0_stats;
|
|
int32_t L_3 = L_2->___visibleInstances;
|
|
int32_t L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(il2cpp_defaults.int32_class, &L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// Method Definition Index: 70846
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DebugDisplayGPUResidentDrawer_CulledInstancesString_mD981EA1AFC5F7D9E5FE201A576EF96E47FD545E7 (InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* ___0_stats, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:212>
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* L_0 = ___0_stats;
|
|
int32_t L_1 = L_0->___eventType;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
return _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* L_2 = ___0_stats;
|
|
int32_t L_3 = L_2->___culledInstances;
|
|
int32_t L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(il2cpp_defaults.int32_class, &L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// Method Definition Index: 70847
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DebugDisplayGPUResidentDrawer_VisiblePrimitivesString_mA9A2E88C6B9E671A2CB81B6C1E419353A5B8D7B1 (InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* ___0_stats, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:217>
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* L_0 = ___0_stats;
|
|
int32_t L_1 = L_0->___eventType;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
return _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* L_2 = ___0_stats;
|
|
int32_t L_3 = L_2->___visiblePrimitives;
|
|
int32_t L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(il2cpp_defaults.int32_class, &L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// Method Definition Index: 70848
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DebugDisplayGPUResidentDrawer_CulledPrimitivesString_m67116AB84AB698B088998CD8C944E99D946DCA50 (InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* ___0_stats, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:222>
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* L_0 = ___0_stats;
|
|
int32_t L_1 = L_0->___eventType;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
return _stringLiteral3B2C1C62D4D1C2A0C8A9AC42DB00D33C654F9AD0;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* L_2 = ___0_stats;
|
|
int32_t L_3 = L_2->___culledPrimitives;
|
|
int32_t L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(il2cpp_defaults.int32_class, &L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// Method Definition Index: 70849
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* DebugDisplayGPUResidentDrawer_AddInstanceOcclusionPassDataRow_mD27E269D6934863E7BD1A75433C1DD6F6B080A9B (int32_t ___0_eventIndex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Row_t4263ADC980EB84EB443A525B26307F51EF796D4B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__0_m281CC8F847448D48F68A721E2D0F86F92A43685D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__1_mB8309CBEA6D07BE46EE531191348BFDE63BFA021_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__2_mD0C884ECBEBC66AD69047F71489B3045DB0AFF88_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__3_m8957BE6A834F4BBD5BCEACE48D551CCC947D9DA1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__4_m297B7D746ADD3C16469C222543943215A72DA08D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__5_m03FA65281C30F4D1936B9E0500137902A19C4050_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__6_m93BF41E213ACCF0C57F5FC9DF9BC8E28AB37D26F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__7_mD9C6E0CB28F766F6D83DD8503259D673862D74AB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__8_mA2B89C190F8435EFC7DF6FA418D3F3258528A918_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__9_m836861B3A208A7B2520ADF8ADEF71AC2C6CE3F0D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15BE181D19D34B49094D873D278815D08A056384);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral52D71FF33286B436F008BD74EE145BF39E9B34E0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A7E7BDFCC9D40E5A7E6A7293CAA08FA410FC0E1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E42528A7E17936DA03907FB5ACD9378339FE314);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DFE6F30777F06B81F603F3C141E5A39F02D7B77);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE5D5EAF46398119591C5CBC2ADEDFAE0D29BF52);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDBBA70352A6B061168110D931E7AFFA81EB04053);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC35D334A24D8212C6B847E406B18418BEEE8A2D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEEDAA124A2C9A498A38E41FCFA918A2F26CC0A98);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* V_0 = NULL;
|
|
{
|
|
U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* L_0 = (U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass36_0__ctor_mCF1A9D6AB58A71DF67B082ABF5863ADF15DB90DF(L_0, NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* L_1 = V_0;
|
|
int32_t L_2 = ___0_eventIndex;
|
|
NullCheck(L_1);
|
|
L_1->___eventIndex = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:227>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:228>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:229>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:230>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:231>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:232>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:233>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:234>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:235>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:236>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:237>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:238>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:239>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:240>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:241>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:242>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:243>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:244>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:245>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:246>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:247>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:248>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:249>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:250>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:251>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:252>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:253>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:254>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:255>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:256>
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_3 = (Row_t4263ADC980EB84EB443A525B26307F51EF796D4B*)il2cpp_codegen_object_new(Row_t4263ADC980EB84EB443A525B26307F51EF796D4B_il2cpp_TypeInfo_var);
|
|
Row__ctor_m67B21E4FEDB0B9C6A9F75055E37480BFA3681DBE(L_3, NULL);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_4 = L_3;
|
|
NullCheck(L_4);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_4, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_5 = L_4;
|
|
NullCheck(L_5);
|
|
Foldout_set_opened_m9B3C64BB8E4E8444017BB7D31888B2713C0CC80C_inline(L_5, (bool)1, NULL);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_6 = L_5;
|
|
U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* L_7 = V_0;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_8 = (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*)il2cpp_codegen_object_new(Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22(L_8, L_7, (intptr_t)((void*)U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__0_m281CC8F847448D48F68A721E2D0F86F92A43685D_RuntimeMethod_var), NULL);
|
|
NullCheck(L_6);
|
|
((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)L_6)->___isHiddenCallback = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)L_6)->___isHiddenCallback), (void*)L_8);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_9 = L_6;
|
|
NullCheck(L_9);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_10;
|
|
L_10 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_9, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_11 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_11, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_12 = L_11;
|
|
NullCheck(L_12);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_12, _stringLiteralBE5D5EAF46398119591C5CBC2ADEDFAE0D29BF52, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_13 = L_12;
|
|
NullCheck(L_13);
|
|
L_13->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_14 = L_13;
|
|
NullCheck(L_14);
|
|
L_14->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_14->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_15 = L_14;
|
|
U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* L_16 = V_0;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_17 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_17, L_16, (intptr_t)((void*)U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__1_mB8309CBEA6D07BE46EE531191348BFDE63BFA021_RuntimeMethod_var), NULL);
|
|
NullCheck(L_15);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(L_15, L_17, NULL);
|
|
NullCheck(L_10);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_10, L_15, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_18 = L_9;
|
|
NullCheck(L_18);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_19;
|
|
L_19 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_18, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_20 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_20, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_21 = L_20;
|
|
NullCheck(L_21);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_21, _stringLiteral52D71FF33286B436F008BD74EE145BF39E9B34E0, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_22 = L_21;
|
|
NullCheck(L_22);
|
|
L_22->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_23 = L_22;
|
|
NullCheck(L_23);
|
|
L_23->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_23->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_24 = L_23;
|
|
U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* L_25 = V_0;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_26 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_26, L_25, (intptr_t)((void*)U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__2_mD0C884ECBEBC66AD69047F71489B3045DB0AFF88_RuntimeMethod_var), NULL);
|
|
NullCheck(L_24);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(L_24, L_26, NULL);
|
|
NullCheck(L_19);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_19, L_24, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_27 = L_18;
|
|
NullCheck(L_27);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_28;
|
|
L_28 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_27, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_29 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_29, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_30 = L_29;
|
|
NullCheck(L_30);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_30, _stringLiteral9DFE6F30777F06B81F603F3C141E5A39F02D7B77, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_31 = L_30;
|
|
NullCheck(L_31);
|
|
L_31->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_32 = L_31;
|
|
NullCheck(L_32);
|
|
L_32->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_32->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_33 = L_32;
|
|
U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* L_34 = V_0;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_35 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_35, L_34, (intptr_t)((void*)U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__3_m8957BE6A834F4BBD5BCEACE48D551CCC947D9DA1_RuntimeMethod_var), NULL);
|
|
NullCheck(L_33);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(L_33, L_35, NULL);
|
|
NullCheck(L_28);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_28, L_33, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_36 = L_27;
|
|
NullCheck(L_36);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_37;
|
|
L_37 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_36, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_38 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_38, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_39 = L_38;
|
|
NullCheck(L_39);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_39, _stringLiteral15BE181D19D34B49094D873D278815D08A056384, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_40 = L_39;
|
|
NullCheck(L_40);
|
|
L_40->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_41 = L_40;
|
|
NullCheck(L_41);
|
|
L_41->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_41->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_42 = L_41;
|
|
U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* L_43 = V_0;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_44 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_44, L_43, (intptr_t)((void*)U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__4_m297B7D746ADD3C16469C222543943215A72DA08D_RuntimeMethod_var), NULL);
|
|
NullCheck(L_42);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(L_42, L_44, NULL);
|
|
NullCheck(L_37);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_37, L_42, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_45 = L_36;
|
|
NullCheck(L_45);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_46;
|
|
L_46 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_45, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_47 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_47, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_48 = L_47;
|
|
NullCheck(L_48);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_48, _stringLiteralEC35D334A24D8212C6B847E406B18418BEEE8A2D, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_49 = L_48;
|
|
NullCheck(L_49);
|
|
L_49->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_50 = L_49;
|
|
NullCheck(L_50);
|
|
L_50->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_50->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_51 = L_50;
|
|
U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* L_52 = V_0;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_53 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_53, L_52, (intptr_t)((void*)U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__5_m03FA65281C30F4D1936B9E0500137902A19C4050_RuntimeMethod_var), NULL);
|
|
NullCheck(L_51);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(L_51, L_53, NULL);
|
|
NullCheck(L_46);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_46, L_51, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_54 = L_45;
|
|
NullCheck(L_54);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_55;
|
|
L_55 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_54, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_56 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_56, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_57 = L_56;
|
|
NullCheck(L_57);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_57, _stringLiteral8E42528A7E17936DA03907FB5ACD9378339FE314, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_58 = L_57;
|
|
NullCheck(L_58);
|
|
L_58->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_59 = L_58;
|
|
NullCheck(L_59);
|
|
L_59->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_59->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_60 = L_59;
|
|
U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* L_61 = V_0;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_62 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_62, L_61, (intptr_t)((void*)U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__6_m93BF41E213ACCF0C57F5FC9DF9BC8E28AB37D26F_RuntimeMethod_var), NULL);
|
|
NullCheck(L_60);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(L_60, L_62, NULL);
|
|
NullCheck(L_55);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_55, L_60, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_63 = L_54;
|
|
NullCheck(L_63);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_64;
|
|
L_64 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_63, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_65 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_65, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_66 = L_65;
|
|
NullCheck(L_66);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_66, _stringLiteral5A7E7BDFCC9D40E5A7E6A7293CAA08FA410FC0E1, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_67 = L_66;
|
|
NullCheck(L_67);
|
|
L_67->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_68 = L_67;
|
|
NullCheck(L_68);
|
|
L_68->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_68->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_69 = L_68;
|
|
U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* L_70 = V_0;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_71 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_71, L_70, (intptr_t)((void*)U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__7_mD9C6E0CB28F766F6D83DD8503259D673862D74AB_RuntimeMethod_var), NULL);
|
|
NullCheck(L_69);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(L_69, L_71, NULL);
|
|
NullCheck(L_64);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_64, L_69, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_72 = L_63;
|
|
NullCheck(L_72);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_73;
|
|
L_73 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_72, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_74 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_74, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_75 = L_74;
|
|
NullCheck(L_75);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_75, _stringLiteralDBBA70352A6B061168110D931E7AFFA81EB04053, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_76 = L_75;
|
|
NullCheck(L_76);
|
|
L_76->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_77 = L_76;
|
|
NullCheck(L_77);
|
|
L_77->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_77->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_78 = L_77;
|
|
U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* L_79 = V_0;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_80 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_80, L_79, (intptr_t)((void*)U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__8_mA2B89C190F8435EFC7DF6FA418D3F3258528A918_RuntimeMethod_var), NULL);
|
|
NullCheck(L_78);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(L_78, L_80, NULL);
|
|
NullCheck(L_73);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_73, L_78, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_81 = L_72;
|
|
NullCheck(L_81);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_82;
|
|
L_82 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_81, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_83 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_83, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_84 = L_83;
|
|
NullCheck(L_84);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_84, _stringLiteralEEDAA124A2C9A498A38E41FCFA918A2F26CC0A98, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_85 = L_84;
|
|
NullCheck(L_85);
|
|
L_85->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_86 = L_85;
|
|
NullCheck(L_86);
|
|
L_86->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_86->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_87 = L_86;
|
|
U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* L_88 = V_0;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_89 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_89, L_88, (intptr_t)((void*)U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__9_m836861B3A208A7B2520ADF8ADEF71AC2C6CE3F0D_RuntimeMethod_var), NULL);
|
|
NullCheck(L_87);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(L_87, L_89, NULL);
|
|
NullCheck(L_82);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_82, L_87, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
return L_81;
|
|
}
|
|
}
|
|
// Method Definition Index: 70850
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* DebugDisplayGPUResidentDrawer_AddOcclusionContextDataRow_mDCD25714EE18DC98C484BC29D6780364F36C371B (int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Row_t4263ADC980EB84EB443A525B26307F51EF796D4B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass37_0_U3CAddOcclusionContextDataRowU3Eb__0_mED3FABF60A71E14B58132405A736ED530A109CE1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass37_0_U3CAddOcclusionContextDataRowU3Eb__1_m16A03382811631BC4C552CB1164EDF515D8B7DD6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass37_0_U3CAddOcclusionContextDataRowU3Eb__2_m177C7E2116DF1840927C16C0D38F7DDD22F48176_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass37_0_U3CAddOcclusionContextDataRowU3Eb__3_m800D183BCA94C61672567786D4398674D2648401_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass37_0_t890942068BB6DC32AAC4C50916EA757008A490F8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3DB91822D0E6324C03856829D6B6A91DFF4DFD84);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40722D68DF6241BDF24E353505A46B5F6DBA488E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE5D5EAF46398119591C5CBC2ADEDFAE0D29BF52);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass37_0_t890942068BB6DC32AAC4C50916EA757008A490F8* V_0 = NULL;
|
|
{
|
|
U3CU3Ec__DisplayClass37_0_t890942068BB6DC32AAC4C50916EA757008A490F8* L_0 = (U3CU3Ec__DisplayClass37_0_t890942068BB6DC32AAC4C50916EA757008A490F8*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass37_0_t890942068BB6DC32AAC4C50916EA757008A490F8_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass37_0__ctor_mE3CAD25DCE82E40BC3470957C9405A129586BCDF(L_0, NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass37_0_t890942068BB6DC32AAC4C50916EA757008A490F8* L_1 = V_0;
|
|
int32_t L_2 = ___0_index;
|
|
NullCheck(L_1);
|
|
L_1->___index = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:261>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:262>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:263>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:264>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:265>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:266>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:267>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:268>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:269>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:270>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:271>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:272>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:273>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:274>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:275>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:276>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:277>
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_3 = (Row_t4263ADC980EB84EB443A525B26307F51EF796D4B*)il2cpp_codegen_object_new(Row_t4263ADC980EB84EB443A525B26307F51EF796D4B_il2cpp_TypeInfo_var);
|
|
Row__ctor_m67B21E4FEDB0B9C6A9F75055E37480BFA3681DBE(L_3, NULL);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_4 = L_3;
|
|
NullCheck(L_4);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_4, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_5 = L_4;
|
|
NullCheck(L_5);
|
|
Foldout_set_opened_m9B3C64BB8E4E8444017BB7D31888B2713C0CC80C_inline(L_5, (bool)1, NULL);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_6 = L_5;
|
|
U3CU3Ec__DisplayClass37_0_t890942068BB6DC32AAC4C50916EA757008A490F8* L_7 = V_0;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_8 = (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*)il2cpp_codegen_object_new(Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22(L_8, L_7, (intptr_t)((void*)U3CU3Ec__DisplayClass37_0_U3CAddOcclusionContextDataRowU3Eb__0_mED3FABF60A71E14B58132405A736ED530A109CE1_RuntimeMethod_var), NULL);
|
|
NullCheck(L_6);
|
|
((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)L_6)->___isHiddenCallback = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)L_6)->___isHiddenCallback), (void*)L_8);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_9 = L_6;
|
|
NullCheck(L_9);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_10;
|
|
L_10 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_9, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_11 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_11, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_12 = L_11;
|
|
NullCheck(L_12);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_12, _stringLiteralBE5D5EAF46398119591C5CBC2ADEDFAE0D29BF52, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_13 = L_12;
|
|
NullCheck(L_13);
|
|
L_13->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_14 = L_13;
|
|
NullCheck(L_14);
|
|
L_14->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_14->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_15 = L_14;
|
|
U3CU3Ec__DisplayClass37_0_t890942068BB6DC32AAC4C50916EA757008A490F8* L_16 = V_0;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_17 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_17, L_16, (intptr_t)((void*)U3CU3Ec__DisplayClass37_0_U3CAddOcclusionContextDataRowU3Eb__1_m16A03382811631BC4C552CB1164EDF515D8B7DD6_RuntimeMethod_var), NULL);
|
|
NullCheck(L_15);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(L_15, L_17, NULL);
|
|
NullCheck(L_10);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_10, L_15, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_18 = L_9;
|
|
NullCheck(L_18);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_19;
|
|
L_19 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_18, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_20 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_20, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_21 = L_20;
|
|
NullCheck(L_21);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_21, _stringLiteral40722D68DF6241BDF24E353505A46B5F6DBA488E, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_22 = L_21;
|
|
NullCheck(L_22);
|
|
L_22->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_23 = L_22;
|
|
NullCheck(L_23);
|
|
L_23->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_23->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_24 = L_23;
|
|
U3CU3Ec__DisplayClass37_0_t890942068BB6DC32AAC4C50916EA757008A490F8* L_25 = V_0;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_26 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_26, L_25, (intptr_t)((void*)U3CU3Ec__DisplayClass37_0_U3CAddOcclusionContextDataRowU3Eb__2_m177C7E2116DF1840927C16C0D38F7DDD22F48176_RuntimeMethod_var), NULL);
|
|
NullCheck(L_24);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(L_24, L_26, NULL);
|
|
NullCheck(L_19);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_19, L_24, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_27 = L_18;
|
|
NullCheck(L_27);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_28;
|
|
L_28 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_27, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_29 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_29, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_30 = L_29;
|
|
NullCheck(L_30);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_30, _stringLiteral3DB91822D0E6324C03856829D6B6A91DFF4DFD84, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_31 = L_30;
|
|
NullCheck(L_31);
|
|
L_31->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_32 = L_31;
|
|
NullCheck(L_32);
|
|
L_32->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_32->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_33 = L_32;
|
|
U3CU3Ec__DisplayClass37_0_t890942068BB6DC32AAC4C50916EA757008A490F8* L_34 = V_0;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_35 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_35, L_34, (intptr_t)((void*)U3CU3Ec__DisplayClass37_0_U3CAddOcclusionContextDataRowU3Eb__3_m800D183BCA94C61672567786D4398674D2648401_RuntimeMethod_var), NULL);
|
|
NullCheck(L_33);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(L_33, L_35, NULL);
|
|
NullCheck(L_28);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_28, L_33, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
return L_27;
|
|
}
|
|
}
|
|
// Method Definition Index: 70851
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugDisplayGPUResidentDrawer_get_AreAnySettingsActive_m749C09E9C318C2B5073709110F7D2DEFA890D144 (DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:538>
|
|
bool L_0;
|
|
L_0 = DebugDisplayGPUResidentDrawer_get_displayBatcherStats_m210D40F2C66835ADDD79B906A5266E0F233D3C34(__this, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 70852
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugDisplayGPUResidentDrawer_get_IsPostProcessingAllowed_m18A00DF3C6845F6EB6E85FEF8FAFD3A4458B4DE3 (DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:541>
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 70853
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugDisplayGPUResidentDrawer_get_IsLightingActive_m043DDEA409C65069FE6EB254A58195135068A9A1 (DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:544>
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 70854
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DebugDisplayGPUResidentDrawer_TryGetScreenClearColor_m8EF35A1BD3CE911D205A4031178454C2354F76FB (DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* __this, Color_tD001788D726C3A7F1379BEED0260B9591F440C1F* ___0_color, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:549>
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// Method Definition Index: 70855
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DebugDisplayGPUResidentDrawer_UnityEngine_Rendering_IDebugDisplaySettingsData_CreatePanel_m742018A2D4F79F94FD7B9A29434307A7519FD155 (DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SettingsPanel_tF7EA42E89110BD08D9CE148CFE63B8DFC63A69DE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:555>
|
|
SettingsPanel_tF7EA42E89110BD08D9CE148CFE63B8DFC63A69DE* L_0 = (SettingsPanel_tF7EA42E89110BD08D9CE148CFE63B8DFC63A69DE*)il2cpp_codegen_object_new(SettingsPanel_tF7EA42E89110BD08D9CE148CFE63B8DFC63A69DE_il2cpp_TypeInfo_var);
|
|
SettingsPanel__ctor_mC4E295FA1EE20556ED1C2F8876B443177EF1250E(L_0, __this, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 70856
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugDisplayGPUResidentDrawer__ctor_mC29313F658266A745F986BBC51F16C4AF1287947 (DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:94>
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
Vector2__ctor_m9525B79969AFFE3254B303A40997A56DEEB6F548_inline((&L_0), (0.0f), (1.0f), NULL);
|
|
__this->___occluderDebugViewRange = L_0;
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, 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
|
|
// Method Definition Index: 70857
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Strings__cctor_m68ACF98790846338FA3596EE3124ECAFDFC10204 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2AD4372331FCB991DF1FC13215C422ECC40B845A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral33605EEE62E88756E4BA1D85069CF97F702248D4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral39279B921CE8BA61C9CFEA6828A8E19F2F40A3EE);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral53AFF507762CFE4147138409FE49B3E5111FBA78);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral53C0B7B84FA6641BABA00E2F110AA6F19B3814FB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A796E8936F315B76DD22CCF39EE9766A2550F82);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral609319E478B75DDF7FDDC435FFC0CFF73306E5B0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69E1156095FB1919BDFA195828B26953FD046339);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C21676E2A3DC57610ECA123A647D627B2B395A3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA931060EB4BB8E265BAEDBA0FDF149DAD1DBC80F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBE387BE5722728FCC6D2E9DF22558B024785F361);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF0502F32588053A72A2D58373A3FA6B7B640EDF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC06D1249AC47EA1EA60DBA3F7BD122BF6BCCC9B1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE617224299B1F6E6EB28A6389107514913A68D6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE88F494A4CE59546E9B3E4480C945684A3157BB7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEC7E85819F04091359F98C51381DF504884D6C2D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEEF9DD5B8E556CCF7320A244CE47736B5F3718BF);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:118>
|
|
il2cpp_codegen_initobj((&V_0), sizeof(NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4));
|
|
(&V_0)->___name = _stringLiteralEEF9DD5B8E556CCF7320A244CE47736B5F3718BF;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___name), (void*)_stringLiteralEEF9DD5B8E556CCF7320A244CE47736B5F3718BF);
|
|
(&V_0)->___tooltip = _stringLiteral69E1156095FB1919BDFA195828B26953FD046339;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___tooltip), (void*)_stringLiteral69E1156095FB1919BDFA195828B26953FD046339);
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 L_0 = V_0;
|
|
((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___displayBatcherStats = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___displayBatcherStats))->___name), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___displayBatcherStats))->___tooltip), (void*)NULL);
|
|
#endif
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:120>
|
|
il2cpp_codegen_initobj((&V_0), sizeof(NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4));
|
|
(&V_0)->___name = _stringLiteralE88F494A4CE59546E9B3E4480C945684A3157BB7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___name), (void*)_stringLiteralE88F494A4CE59546E9B3E4480C945684A3157BB7);
|
|
(&V_0)->___tooltip = _stringLiteralC06D1249AC47EA1EA60DBA3F7BD122BF6BCCC9B1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___tooltip), (void*)_stringLiteralC06D1249AC47EA1EA60DBA3F7BD122BF6BCCC9B1);
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 L_1 = V_0;
|
|
((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occlusionTestOverlayEnable = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occlusionTestOverlayEnable))->___name), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occlusionTestOverlayEnable))->___tooltip), (void*)NULL);
|
|
#endif
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:121>
|
|
il2cpp_codegen_initobj((&V_0), sizeof(NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4));
|
|
(&V_0)->___name = _stringLiteral7C21676E2A3DC57610ECA123A647D627B2B395A3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___name), (void*)_stringLiteral7C21676E2A3DC57610ECA123A647D627B2B395A3);
|
|
(&V_0)->___tooltip = _stringLiteralCE617224299B1F6E6EB28A6389107514913A68D6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___tooltip), (void*)_stringLiteralCE617224299B1F6E6EB28A6389107514913A68D6);
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 L_2 = V_0;
|
|
((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occlusionTestOverlayCountVisible = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occlusionTestOverlayCountVisible))->___name), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occlusionTestOverlayCountVisible))->___tooltip), (void*)NULL);
|
|
#endif
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:122>
|
|
il2cpp_codegen_initobj((&V_0), sizeof(NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4));
|
|
(&V_0)->___name = _stringLiteral53AFF507762CFE4147138409FE49B3E5111FBA78;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___name), (void*)_stringLiteral53AFF507762CFE4147138409FE49B3E5111FBA78);
|
|
(&V_0)->___tooltip = _stringLiteralEC7E85819F04091359F98C51381DF504884D6C2D;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___tooltip), (void*)_stringLiteralEC7E85819F04091359F98C51381DF504884D6C2D);
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 L_3 = V_0;
|
|
((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___overrideOcclusionTestToAlwaysPass = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___overrideOcclusionTestToAlwaysPass))->___name), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___overrideOcclusionTestToAlwaysPass))->___tooltip), (void*)NULL);
|
|
#endif
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:123>
|
|
il2cpp_codegen_initobj((&V_0), sizeof(NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4));
|
|
(&V_0)->___name = _stringLiteral33605EEE62E88756E4BA1D85069CF97F702248D4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___name), (void*)_stringLiteral33605EEE62E88756E4BA1D85069CF97F702248D4);
|
|
(&V_0)->___tooltip = _stringLiteral39279B921CE8BA61C9CFEA6828A8E19F2F40A3EE;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___tooltip), (void*)_stringLiteral39279B921CE8BA61C9CFEA6828A8E19F2F40A3EE);
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 L_4 = V_0;
|
|
((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occluderContextStats = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occluderContextStats))->___name), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occluderContextStats))->___tooltip), (void*)NULL);
|
|
#endif
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:124>
|
|
il2cpp_codegen_initobj((&V_0), sizeof(NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4));
|
|
(&V_0)->___name = _stringLiteralBE387BE5722728FCC6D2E9DF22558B024785F361;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___name), (void*)_stringLiteralBE387BE5722728FCC6D2E9DF22558B024785F361);
|
|
(&V_0)->___tooltip = _stringLiteralBF0502F32588053A72A2D58373A3FA6B7B640EDF;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___tooltip), (void*)_stringLiteralBF0502F32588053A72A2D58373A3FA6B7B640EDF);
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 L_5 = V_0;
|
|
((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occluderDebugViewEnable = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occluderDebugViewEnable))->___name), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occluderDebugViewEnable))->___tooltip), (void*)NULL);
|
|
#endif
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:125>
|
|
il2cpp_codegen_initobj((&V_0), sizeof(NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4));
|
|
(&V_0)->___name = _stringLiteral53C0B7B84FA6641BABA00E2F110AA6F19B3814FB;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___name), (void*)_stringLiteral53C0B7B84FA6641BABA00E2F110AA6F19B3814FB);
|
|
(&V_0)->___tooltip = _stringLiteral2AD4372331FCB991DF1FC13215C422ECC40B845A;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___tooltip), (void*)_stringLiteral2AD4372331FCB991DF1FC13215C422ECC40B845A);
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 L_6 = V_0;
|
|
((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occluderDebugViewIndex = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occluderDebugViewIndex))->___name), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occluderDebugViewIndex))->___tooltip), (void*)NULL);
|
|
#endif
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:126>
|
|
il2cpp_codegen_initobj((&V_0), sizeof(NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4));
|
|
(&V_0)->___name = _stringLiteralA931060EB4BB8E265BAEDBA0FDF149DAD1DBC80F;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___name), (void*)_stringLiteralA931060EB4BB8E265BAEDBA0FDF149DAD1DBC80F);
|
|
(&V_0)->___tooltip = _stringLiteral609319E478B75DDF7FDDC435FFC0CFF73306E5B0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___tooltip), (void*)_stringLiteral609319E478B75DDF7FDDC435FFC0CFF73306E5B0);
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 L_7 = V_0;
|
|
((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occluderDebugViewRangeMin = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occluderDebugViewRangeMin))->___name), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occluderDebugViewRangeMin))->___tooltip), (void*)NULL);
|
|
#endif
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:127>
|
|
il2cpp_codegen_initobj((&V_0), sizeof(NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4));
|
|
(&V_0)->___name = _stringLiteral5A796E8936F315B76DD22CCF39EE9766A2550F82;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___name), (void*)_stringLiteral5A796E8936F315B76DD22CCF39EE9766A2550F82);
|
|
(&V_0)->___tooltip = _stringLiteral609319E478B75DDF7FDDC435FFC0CFF73306E5B0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___tooltip), (void*)_stringLiteral609319E478B75DDF7FDDC435FFC0CFF73306E5B0);
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 L_8 = V_0;
|
|
((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occluderDebugViewRangeMax = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occluderDebugViewRangeMax))->___name), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occluderDebugViewRangeMax))->___tooltip), (void*)NULL);
|
|
#endif
|
|
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
|
|
// Method Definition Index: 70858
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SettingsPanel_get_Flags_m748B011E300968BF170B06B15BCA80C9B4A7EF80 (SettingsPanel_tF7EA42E89110BD08D9CE148CFE63B8DFC63A69DE* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:283>
|
|
return (int32_t)(8);
|
|
}
|
|
}
|
|
// Method Definition Index: 70859
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPanel__ctor_mC4E295FA1EE20556ED1C2F8876B443177EF1250E (SettingsPanel_tF7EA42E89110BD08D9CE148CFE63B8DFC63A69DE* __this, DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* ___0_data, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CustomAttributeExtensions_GetCustomAttribute_TisHelpURLAttribute_tC499F826613B34E001AEAE5D42BA2B3AD365E91D_m82FD9652EC1B88FE6F5E28D93BCE6260A7D9FBB3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Field_1_set_getter_m0D6269CE6AB37DC17FD68ED4DF23AAA7F5A111EE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Field_1_set_getter_m30D3C5756F57A4722D34CD27E76B82E5E2EE9E26_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Field_1_set_getter_mF8E6E0323EBD752BE2D6D13285B5993CA830E50D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Field_1_set_setter_m90E7EFD04883265D67E9F22A5F40E7DF693FB534_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Field_1_set_setter_mA45A1B2C3D2FCE0FBD04F05304D354B375823B69_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Field_1_set_setter_mEE3F70B069BC0ED608C28AB90F4AE5BD443E5D8F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FloatField_t1B59A5C6B3DE8E8B696383C91240F265B89B753B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t11C3830580201E0A3A3A2C76523B7905EF40BCF7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t367387BB2C476D3F32DB12161B5FDC128DC3231C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntField_t44A28D09F4CD0658E53FCED78D08513508256A9A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__2_0_m093D8CEBBBCEA344A5E1B90ED8581185C5789207_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__2_16_m14E895F5EF397DED57D6677A0F4399A04482B31A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__2_17_mF558F22E7A44DC1E2D23BE2D1429DFAC0D9BC095_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__2_1_m4C96510BFF1B8E053D21EFB7867B53E5158A24DB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__2_26_m17AC5153064AE16E0E236E377556F79919FC35D7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3C_ctorU3Eb__2_2_m049FC2A0C266B14BEC7B2D95DD97ECC89013EDF4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__10_m12DA07F4057174A9C51C3490CAB31ABBDBCC65AC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__11_m6F14E1BC75C6E8D7983FEC6A512122D33B8F5ED2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__12_m3C7B0AD686A0FD426273990498FF6BA571FFC16E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__13_m5F4FF7135D0D1BD237D13C77CCA8525F0910867D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__14_mD4833866F9E3D44ABCD198C96CAA9F73DBF3B674_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__15_mE458635A19DCE0C2C9232654152704448A814E9F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__18_m4BF1ED906D874B542CCBECE37769C95E0EEEEFE2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__19_m15765D8BE137D80E15D9E0DFEE2D1702F80D16D1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__20_m3F3D3E337916110ADA2E9AC04766373D4034E29F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__21_m7C83A2EA4C56EB3016A830CBD6BC6D7348FB32A0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__22_m7C34E5A19AEEF6DEA46F39BD18FDCFA72F754EC6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__23_mA4FC48AC04F73412EB611F97E87ADF7D437F6596_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__24_m3C25B58CBFF7425C921F2CFE1C797A3B3C1A5F83_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__25_mC056211293A3B7503C66790B6EC87EBEB2B0A824_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__3_mD932A7BDF2C4A95ADD0A793D88603399C0A30BBA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__4_m2BC2F60CB8AF8FD2F1328543162B1E49774712AD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__5_m8C9D186608F61193AE4207817E1ACDDE6C2726C0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__6_m721C13571D79B42825FC4C282072ED740F8C9BF6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__7_mEB15B8079DD79B3B3AA7221B93777D3A7D91B1C9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__8_m31DDC1A4B0CDD778030C7A154102549CAB2D8577_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__9_mCC4BC12D4DC4F35BD4B7585162E160F09CC8DC27_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E519E0537E3C9BDCB3A80E9E287D36B5ACB2EC8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26313F1847636692D09A207646FE7FDEE4D0125B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67544912B3D1EB3616DC25BE7E0A8CE2D70B44B6);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* V_0 = NULL;
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* V_1 = NULL;
|
|
MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5* V_2 = NULL;
|
|
HelpURLAttribute_tC499F826613B34E001AEAE5D42BA2B3AD365E91D* G_B2_0 = NULL;
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* G_B2_1 = NULL;
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* G_B2_2 = NULL;
|
|
HelpURLAttribute_tC499F826613B34E001AEAE5D42BA2B3AD365E91D* G_B1_0 = NULL;
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* G_B1_1 = NULL;
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* G_B1_2 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* G_B3_1 = NULL;
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* G_B3_2 = NULL;
|
|
Func_1_t367387BB2C476D3F32DB12161B5FDC128DC3231C* G_B5_0 = NULL;
|
|
MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5* G_B5_1 = NULL;
|
|
MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5* G_B5_2 = NULL;
|
|
Func_1_t367387BB2C476D3F32DB12161B5FDC128DC3231C* G_B4_0 = NULL;
|
|
MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5* G_B4_1 = NULL;
|
|
MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5* G_B4_2 = NULL;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* G_B7_0 = NULL;
|
|
MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5* G_B7_1 = NULL;
|
|
MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5* G_B7_2 = NULL;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* G_B6_0 = NULL;
|
|
MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5* G_B6_1 = NULL;
|
|
MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5* G_B6_2 = NULL;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* G_B9_0 = NULL;
|
|
Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217* G_B9_1 = NULL;
|
|
Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217* G_B9_2 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B9_3 = NULL;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* G_B8_0 = NULL;
|
|
Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217* G_B8_1 = NULL;
|
|
Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217* G_B8_2 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B8_3 = NULL;
|
|
Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* G_B11_0 = NULL;
|
|
IntField_t44A28D09F4CD0658E53FCED78D08513508256A9A* G_B11_1 = NULL;
|
|
IntField_t44A28D09F4CD0658E53FCED78D08513508256A9A* G_B11_2 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B11_3 = NULL;
|
|
Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217* G_B11_4 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B11_5 = NULL;
|
|
Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* G_B10_0 = NULL;
|
|
IntField_t44A28D09F4CD0658E53FCED78D08513508256A9A* G_B10_1 = NULL;
|
|
IntField_t44A28D09F4CD0658E53FCED78D08513508256A9A* G_B10_2 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B10_3 = NULL;
|
|
Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217* G_B10_4 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B10_5 = NULL;
|
|
Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* G_B13_0 = NULL;
|
|
IntField_t44A28D09F4CD0658E53FCED78D08513508256A9A* G_B13_1 = NULL;
|
|
IntField_t44A28D09F4CD0658E53FCED78D08513508256A9A* G_B13_2 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B13_3 = NULL;
|
|
Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217* G_B13_4 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B13_5 = NULL;
|
|
Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* G_B12_0 = NULL;
|
|
IntField_t44A28D09F4CD0658E53FCED78D08513508256A9A* G_B12_1 = NULL;
|
|
IntField_t44A28D09F4CD0658E53FCED78D08513508256A9A* G_B12_2 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B12_3 = NULL;
|
|
Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217* G_B12_4 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B12_5 = NULL;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* G_B15_0 = NULL;
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* G_B15_1 = NULL;
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* G_B15_2 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B15_3 = NULL;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* G_B14_0 = NULL;
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* G_B14_1 = NULL;
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* G_B14_2 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B14_3 = NULL;
|
|
{
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_0 = (U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass2_0__ctor_m65677D4DD004FEA95CEF164DA1CFCF023CAFE84D(L_0, NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_1 = V_0;
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_2 = ___0_data;
|
|
NullCheck(L_1);
|
|
L_1->___data = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___data), (void*)L_2);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:285>
|
|
DebugDisplaySettingsPanel__ctor_m7F828CE070448872C8F40288B5ACAC10079EFECD(__this, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:287>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:288>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:289>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:290>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:291>
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_3 = (Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6*)il2cpp_codegen_object_new(Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6_il2cpp_TypeInfo_var);
|
|
Foldout__ctor_m139328695A6D59A234CDE32D0CEDA6B80A4F96D2(L_3, NULL);
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_4 = L_3;
|
|
NullCheck(L_4);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_4, _stringLiteral0E519E0537E3C9BDCB3A80E9E287D36B5ACB2EC8, NULL);
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_5 = L_4;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast<intptr_t> (DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
|
|
Type_t* L_7;
|
|
L_7 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_6, NULL);
|
|
HelpURLAttribute_tC499F826613B34E001AEAE5D42BA2B3AD365E91D* L_8;
|
|
L_8 = CustomAttributeExtensions_GetCustomAttribute_TisHelpURLAttribute_tC499F826613B34E001AEAE5D42BA2B3AD365E91D_m82FD9652EC1B88FE6F5E28D93BCE6260A7D9FBB3(L_7, CustomAttributeExtensions_GetCustomAttribute_TisHelpURLAttribute_tC499F826613B34E001AEAE5D42BA2B3AD365E91D_m82FD9652EC1B88FE6F5E28D93BCE6260A7D9FBB3_RuntimeMethod_var);
|
|
HelpURLAttribute_tC499F826613B34E001AEAE5D42BA2B3AD365E91D* L_9 = L_8;
|
|
if (L_9)
|
|
{
|
|
G_B2_0 = L_9;
|
|
G_B2_1 = L_5;
|
|
G_B2_2 = L_5;
|
|
goto IL_003a;
|
|
}
|
|
G_B1_0 = L_9;
|
|
G_B1_1 = L_5;
|
|
G_B1_2 = L_5;
|
|
}
|
|
{
|
|
G_B3_0 = ((String_t*)(NULL));
|
|
G_B3_1 = G_B1_1;
|
|
G_B3_2 = G_B1_2;
|
|
goto IL_003f;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
String_t* L_10;
|
|
L_10 = VirtualFuncInvoker0< String_t* >::Invoke(4, G_B2_0);
|
|
G_B3_0 = L_10;
|
|
G_B3_1 = G_B2_1;
|
|
G_B3_2 = G_B2_2;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
Foldout_set_documentationUrl_m45C9DB6B7962CE987BA7728F261EC41D80621AC1_inline(G_B3_1, G_B3_0, NULL);
|
|
V_1 = G_B3_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:292>
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_11 = V_1;
|
|
DebugDisplaySettingsPanel_AddWidget_mFFB7C207146C3B2C95889C1483926569095BE99E(__this, L_11, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:294>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:295>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:296>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:297>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:298>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:299>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:300>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:301>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:302>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:303>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:304>
|
|
MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5* L_12 = (MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5*)il2cpp_codegen_object_new(MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5_il2cpp_TypeInfo_var);
|
|
MessageBox__ctor_mF48843A6B29FCC39637EF3421D0C8789A2E40D52(L_12, NULL);
|
|
MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5* L_13 = L_12;
|
|
NullCheck(L_13);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_13, _stringLiteral67544912B3D1EB3616DC25BE7E0A8CE2D70B44B6, NULL);
|
|
MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5* L_14 = L_13;
|
|
NullCheck(L_14);
|
|
L_14->___style = 1;
|
|
MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5* L_15 = L_14;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
Func_1_t367387BB2C476D3F32DB12161B5FDC128DC3231C* L_16 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__2_0;
|
|
Func_1_t367387BB2C476D3F32DB12161B5FDC128DC3231C* L_17 = L_16;
|
|
if (L_17)
|
|
{
|
|
G_B5_0 = L_17;
|
|
G_B5_1 = L_15;
|
|
G_B5_2 = L_15;
|
|
goto IL_0083;
|
|
}
|
|
G_B4_0 = L_17;
|
|
G_B4_1 = L_15;
|
|
G_B4_2 = L_15;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* L_18 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
Func_1_t367387BB2C476D3F32DB12161B5FDC128DC3231C* L_19 = (Func_1_t367387BB2C476D3F32DB12161B5FDC128DC3231C*)il2cpp_codegen_object_new(Func_1_t367387BB2C476D3F32DB12161B5FDC128DC3231C_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m27A68E928C1D9158EAAD261086B9BC424339327B(L_19, L_18, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__2_0_m093D8CEBBBCEA344A5E1B90ED8581185C5789207_RuntimeMethod_var), NULL);
|
|
Func_1_t367387BB2C476D3F32DB12161B5FDC128DC3231C* L_20 = L_19;
|
|
((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__2_0 = L_20;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__2_0), (void*)L_20);
|
|
G_B5_0 = L_20;
|
|
G_B5_1 = G_B4_1;
|
|
G_B5_2 = G_B4_2;
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
NullCheck(G_B5_1);
|
|
G_B5_1->___messageCallback = G_B5_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B5_1->___messageCallback), (void*)G_B5_0);
|
|
MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5* L_21 = G_B5_2;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_22 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__2_1;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_23 = L_22;
|
|
if (L_23)
|
|
{
|
|
G_B7_0 = L_23;
|
|
G_B7_1 = L_21;
|
|
G_B7_2 = L_21;
|
|
goto IL_00a8;
|
|
}
|
|
G_B6_0 = L_23;
|
|
G_B6_1 = L_21;
|
|
G_B6_2 = L_21;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* L_24 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_25 = (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*)il2cpp_codegen_object_new(Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22(L_25, L_24, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__2_1_m4C96510BFF1B8E053D21EFB7867B53E5158A24DB_RuntimeMethod_var), NULL);
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_26 = L_25;
|
|
((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__2_1 = L_26;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__2_1), (void*)L_26);
|
|
G_B7_0 = L_26;
|
|
G_B7_1 = G_B6_1;
|
|
G_B7_2 = G_B6_2;
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
NullCheck(G_B7_1);
|
|
((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)G_B7_1)->___isHiddenCallback = G_B7_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)G_B7_1)->___isHiddenCallback), (void*)G_B7_0);
|
|
V_2 = G_B7_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:305>
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_27 = V_1;
|
|
NullCheck(L_27);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_28;
|
|
L_28 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_27, NULL);
|
|
MessageBox_tF18729816BE7D624001E2C5172474709BD9B54C5* L_29 = V_2;
|
|
NullCheck(L_28);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_28, L_29, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:307>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:308>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:309>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:310>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:311>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:312>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:313>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:314>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:315>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:316>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:317>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:318>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:319>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:320>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:321>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:322>
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_30 = V_1;
|
|
NullCheck(L_30);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_31;
|
|
L_31 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_30, NULL);
|
|
Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217* L_32 = (Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217*)il2cpp_codegen_object_new(Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217_il2cpp_TypeInfo_var);
|
|
Container__ctor_m31E5465D076DCC7A1C932B44B7D2000821C0BFE8(L_32, NULL);
|
|
Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217* L_33 = L_32;
|
|
NullCheck(L_33);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_33, _stringLiteral26313F1847636692D09A207646FE7FDEE4D0125B, NULL);
|
|
Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217* L_34 = L_33;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_35 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__2_2;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_36 = L_35;
|
|
if (L_36)
|
|
{
|
|
G_B9_0 = L_36;
|
|
G_B9_1 = L_34;
|
|
G_B9_2 = L_34;
|
|
G_B9_3 = L_31;
|
|
goto IL_00f0;
|
|
}
|
|
G_B8_0 = L_36;
|
|
G_B8_1 = L_34;
|
|
G_B8_2 = L_34;
|
|
G_B8_3 = L_31;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* L_37 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_38 = (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*)il2cpp_codegen_object_new(Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22(L_38, L_37, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__2_2_m049FC2A0C266B14BEC7B2D95DD97ECC89013EDF4_RuntimeMethod_var), NULL);
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_39 = L_38;
|
|
((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__2_2 = L_39;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__2_2), (void*)L_39);
|
|
G_B9_0 = L_39;
|
|
G_B9_1 = G_B8_1;
|
|
G_B9_2 = G_B8_2;
|
|
G_B9_3 = G_B8_3;
|
|
}
|
|
|
|
IL_00f0:
|
|
{
|
|
NullCheck(G_B9_1);
|
|
((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)G_B9_1)->___isHiddenCallback = G_B9_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)G_B9_1)->___isHiddenCallback), (void*)G_B9_0);
|
|
Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217* L_40 = G_B9_2;
|
|
NullCheck(L_40);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_41;
|
|
L_41 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_40, NULL);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_42 = (BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD*)il2cpp_codegen_object_new(BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD_il2cpp_TypeInfo_var);
|
|
BoolField__ctor_m8C1D78E29A30C2D3844607274207943D3B576E55(L_42, NULL);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_43 = L_42;
|
|
il2cpp_codegen_runtime_class_init_inline(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var);
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 L_44 = ((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occlusionTestOverlayEnable;
|
|
NullCheck(L_43);
|
|
Widget_set_nameAndTooltip_m6A2AA733173D30AA828D74FAB162ECBCECC7A80A(L_43, L_44, NULL);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_45 = L_43;
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_46 = V_0;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_47 = (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*)il2cpp_codegen_object_new(Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22(L_47, L_46, (intptr_t)((void*)U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__3_mD932A7BDF2C4A95ADD0A793D88603399C0A30BBA_RuntimeMethod_var), NULL);
|
|
NullCheck(L_45);
|
|
Field_1_set_getter_mF8E6E0323EBD752BE2D6D13285B5993CA830E50D_inline(L_45, L_47, Field_1_set_getter_mF8E6E0323EBD752BE2D6D13285B5993CA830E50D_RuntimeMethod_var);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_48 = L_45;
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_49 = V_0;
|
|
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_50 = (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)il2cpp_codegen_object_new(Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501(L_50, L_49, (intptr_t)((void*)U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__4_m2BC2F60CB8AF8FD2F1328543162B1E49774712AD_RuntimeMethod_var), NULL);
|
|
NullCheck(L_48);
|
|
Field_1_set_setter_mA45A1B2C3D2FCE0FBD04F05304D354B375823B69_inline(L_48, L_50, Field_1_set_setter_mA45A1B2C3D2FCE0FBD04F05304D354B375823B69_RuntimeMethod_var);
|
|
NullCheck(L_41);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_41, L_48, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217* L_51 = L_40;
|
|
NullCheck(L_51);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_52;
|
|
L_52 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_51, NULL);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_53 = (BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD*)il2cpp_codegen_object_new(BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD_il2cpp_TypeInfo_var);
|
|
BoolField__ctor_m8C1D78E29A30C2D3844607274207943D3B576E55(L_53, NULL);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_54 = L_53;
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 L_55 = ((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occlusionTestOverlayCountVisible;
|
|
NullCheck(L_54);
|
|
Widget_set_nameAndTooltip_m6A2AA733173D30AA828D74FAB162ECBCECC7A80A(L_54, L_55, NULL);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_56 = L_54;
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_57 = V_0;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_58 = (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*)il2cpp_codegen_object_new(Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22(L_58, L_57, (intptr_t)((void*)U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__5_m8C9D186608F61193AE4207817E1ACDDE6C2726C0_RuntimeMethod_var), NULL);
|
|
NullCheck(L_56);
|
|
Field_1_set_getter_mF8E6E0323EBD752BE2D6D13285B5993CA830E50D_inline(L_56, L_58, Field_1_set_getter_mF8E6E0323EBD752BE2D6D13285B5993CA830E50D_RuntimeMethod_var);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_59 = L_56;
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_60 = V_0;
|
|
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_61 = (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)il2cpp_codegen_object_new(Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501(L_61, L_60, (intptr_t)((void*)U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__6_m721C13571D79B42825FC4C282072ED740F8C9BF6_RuntimeMethod_var), NULL);
|
|
NullCheck(L_59);
|
|
Field_1_set_setter_mA45A1B2C3D2FCE0FBD04F05304D354B375823B69_inline(L_59, L_61, Field_1_set_setter_mA45A1B2C3D2FCE0FBD04F05304D354B375823B69_RuntimeMethod_var);
|
|
NullCheck(L_52);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_52, L_59, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217* L_62 = L_51;
|
|
NullCheck(L_62);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_63;
|
|
L_63 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_62, NULL);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_64 = (BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD*)il2cpp_codegen_object_new(BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD_il2cpp_TypeInfo_var);
|
|
BoolField__ctor_m8C1D78E29A30C2D3844607274207943D3B576E55(L_64, NULL);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_65 = L_64;
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 L_66 = ((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___overrideOcclusionTestToAlwaysPass;
|
|
NullCheck(L_65);
|
|
Widget_set_nameAndTooltip_m6A2AA733173D30AA828D74FAB162ECBCECC7A80A(L_65, L_66, NULL);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_67 = L_65;
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_68 = V_0;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_69 = (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*)il2cpp_codegen_object_new(Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22(L_69, L_68, (intptr_t)((void*)U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__7_mEB15B8079DD79B3B3AA7221B93777D3A7D91B1C9_RuntimeMethod_var), NULL);
|
|
NullCheck(L_67);
|
|
Field_1_set_getter_mF8E6E0323EBD752BE2D6D13285B5993CA830E50D_inline(L_67, L_69, Field_1_set_getter_mF8E6E0323EBD752BE2D6D13285B5993CA830E50D_RuntimeMethod_var);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_70 = L_67;
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_71 = V_0;
|
|
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_72 = (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)il2cpp_codegen_object_new(Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501(L_72, L_71, (intptr_t)((void*)U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__8_m31DDC1A4B0CDD778030C7A154102549CAB2D8577_RuntimeMethod_var), NULL);
|
|
NullCheck(L_70);
|
|
Field_1_set_setter_mA45A1B2C3D2FCE0FBD04F05304D354B375823B69_inline(L_70, L_72, Field_1_set_setter_mA45A1B2C3D2FCE0FBD04F05304D354B375823B69_RuntimeMethod_var);
|
|
NullCheck(L_63);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_63, L_70, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217* L_73 = L_62;
|
|
NullCheck(L_73);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_74;
|
|
L_74 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_73, NULL);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_75 = (BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD*)il2cpp_codegen_object_new(BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD_il2cpp_TypeInfo_var);
|
|
BoolField__ctor_m8C1D78E29A30C2D3844607274207943D3B576E55(L_75, NULL);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_76 = L_75;
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 L_77 = ((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occluderContextStats;
|
|
NullCheck(L_76);
|
|
Widget_set_nameAndTooltip_m6A2AA733173D30AA828D74FAB162ECBCECC7A80A(L_76, L_77, NULL);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_78 = L_76;
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_79 = V_0;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_80 = (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*)il2cpp_codegen_object_new(Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22(L_80, L_79, (intptr_t)((void*)U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__9_mCC4BC12D4DC4F35BD4B7585162E160F09CC8DC27_RuntimeMethod_var), NULL);
|
|
NullCheck(L_78);
|
|
Field_1_set_getter_mF8E6E0323EBD752BE2D6D13285B5993CA830E50D_inline(L_78, L_80, Field_1_set_getter_mF8E6E0323EBD752BE2D6D13285B5993CA830E50D_RuntimeMethod_var);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_81 = L_78;
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_82 = V_0;
|
|
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_83 = (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)il2cpp_codegen_object_new(Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501(L_83, L_82, (intptr_t)((void*)U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__10_m12DA07F4057174A9C51C3490CAB31ABBDBCC65AC_RuntimeMethod_var), NULL);
|
|
NullCheck(L_81);
|
|
Field_1_set_setter_mA45A1B2C3D2FCE0FBD04F05304D354B375823B69_inline(L_81, L_83, Field_1_set_setter_mA45A1B2C3D2FCE0FBD04F05304D354B375823B69_RuntimeMethod_var);
|
|
NullCheck(L_74);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_74, L_81, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217* L_84 = L_73;
|
|
NullCheck(L_84);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_85;
|
|
L_85 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_84, NULL);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_86 = (BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD*)il2cpp_codegen_object_new(BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD_il2cpp_TypeInfo_var);
|
|
BoolField__ctor_m8C1D78E29A30C2D3844607274207943D3B576E55(L_86, NULL);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_87 = L_86;
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 L_88 = ((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occluderDebugViewEnable;
|
|
NullCheck(L_87);
|
|
Widget_set_nameAndTooltip_m6A2AA733173D30AA828D74FAB162ECBCECC7A80A(L_87, L_88, NULL);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_89 = L_87;
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_90 = V_0;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_91 = (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*)il2cpp_codegen_object_new(Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22(L_91, L_90, (intptr_t)((void*)U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__11_m6F14E1BC75C6E8D7983FEC6A512122D33B8F5ED2_RuntimeMethod_var), NULL);
|
|
NullCheck(L_89);
|
|
Field_1_set_getter_mF8E6E0323EBD752BE2D6D13285B5993CA830E50D_inline(L_89, L_91, Field_1_set_getter_mF8E6E0323EBD752BE2D6D13285B5993CA830E50D_RuntimeMethod_var);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_92 = L_89;
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_93 = V_0;
|
|
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_94 = (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)il2cpp_codegen_object_new(Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501(L_94, L_93, (intptr_t)((void*)U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__12_m3C7B0AD686A0FD426273990498FF6BA571FFC16E_RuntimeMethod_var), NULL);
|
|
NullCheck(L_92);
|
|
Field_1_set_setter_mA45A1B2C3D2FCE0FBD04F05304D354B375823B69_inline(L_92, L_94, Field_1_set_setter_mA45A1B2C3D2FCE0FBD04F05304D354B375823B69_RuntimeMethod_var);
|
|
NullCheck(L_85);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_85, L_92, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217* L_95 = L_84;
|
|
NullCheck(L_95);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_96;
|
|
L_96 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_95, NULL);
|
|
IntField_t44A28D09F4CD0658E53FCED78D08513508256A9A* L_97 = (IntField_t44A28D09F4CD0658E53FCED78D08513508256A9A*)il2cpp_codegen_object_new(IntField_t44A28D09F4CD0658E53FCED78D08513508256A9A_il2cpp_TypeInfo_var);
|
|
IntField__ctor_m01170A091DE36EB6E36BD4988B04FC83CE07BA25(L_97, NULL);
|
|
IntField_t44A28D09F4CD0658E53FCED78D08513508256A9A* L_98 = L_97;
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 L_99 = ((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occluderDebugViewIndex;
|
|
NullCheck(L_98);
|
|
Widget_set_nameAndTooltip_m6A2AA733173D30AA828D74FAB162ECBCECC7A80A(L_98, L_99, NULL);
|
|
IntField_t44A28D09F4CD0658E53FCED78D08513508256A9A* L_100 = L_98;
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_101 = V_0;
|
|
Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* L_102 = (Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD*)il2cpp_codegen_object_new(Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m475512287B9508E6D4721B3022635FED517234D1(L_102, L_101, (intptr_t)((void*)U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__13_m5F4FF7135D0D1BD237D13C77CCA8525F0910867D_RuntimeMethod_var), NULL);
|
|
NullCheck(L_100);
|
|
Field_1_set_getter_m0D6269CE6AB37DC17FD68ED4DF23AAA7F5A111EE_inline(L_100, L_102, Field_1_set_getter_m0D6269CE6AB37DC17FD68ED4DF23AAA7F5A111EE_RuntimeMethod_var);
|
|
IntField_t44A28D09F4CD0658E53FCED78D08513508256A9A* L_103 = L_100;
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_104 = V_0;
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_105 = (Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404*)il2cpp_codegen_object_new(Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_m1BA854F3F4319EA4A4294DDFDA21C395B8D0FF87(L_105, L_104, (intptr_t)((void*)U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__14_mD4833866F9E3D44ABCD198C96CAA9F73DBF3B674_RuntimeMethod_var), NULL);
|
|
NullCheck(L_103);
|
|
Field_1_set_setter_mEE3F70B069BC0ED608C28AB90F4AE5BD443E5D8F_inline(L_103, L_105, Field_1_set_setter_mEE3F70B069BC0ED608C28AB90F4AE5BD443E5D8F_RuntimeMethod_var);
|
|
IntField_t44A28D09F4CD0658E53FCED78D08513508256A9A* L_106 = L_103;
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_107 = V_0;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_108 = (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*)il2cpp_codegen_object_new(Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22(L_108, L_107, (intptr_t)((void*)U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__15_mE458635A19DCE0C2C9232654152704448A814E9F_RuntimeMethod_var), NULL);
|
|
NullCheck(L_106);
|
|
((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)L_106)->___isHiddenCallback = L_108;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)L_106)->___isHiddenCallback), (void*)L_108);
|
|
IntField_t44A28D09F4CD0658E53FCED78D08513508256A9A* L_109 = L_106;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* L_110 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__2_16;
|
|
Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* L_111 = L_110;
|
|
if (L_111)
|
|
{
|
|
G_B11_0 = L_111;
|
|
G_B11_1 = L_109;
|
|
G_B11_2 = L_109;
|
|
G_B11_3 = L_96;
|
|
G_B11_4 = L_95;
|
|
G_B11_5 = G_B9_3;
|
|
goto IL_029c;
|
|
}
|
|
G_B10_0 = L_111;
|
|
G_B10_1 = L_109;
|
|
G_B10_2 = L_109;
|
|
G_B10_3 = L_96;
|
|
G_B10_4 = L_95;
|
|
G_B10_5 = G_B9_3;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* L_112 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* L_113 = (Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD*)il2cpp_codegen_object_new(Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m475512287B9508E6D4721B3022635FED517234D1(L_113, L_112, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__2_16_m14E895F5EF397DED57D6677A0F4399A04482B31A_RuntimeMethod_var), NULL);
|
|
Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* L_114 = L_113;
|
|
((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__2_16 = L_114;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__2_16), (void*)L_114);
|
|
G_B11_0 = L_114;
|
|
G_B11_1 = G_B10_1;
|
|
G_B11_2 = G_B10_2;
|
|
G_B11_3 = G_B10_3;
|
|
G_B11_4 = G_B10_4;
|
|
G_B11_5 = G_B10_5;
|
|
}
|
|
|
|
IL_029c:
|
|
{
|
|
NullCheck(G_B11_1);
|
|
G_B11_1->___min = G_B11_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B11_1->___min), (void*)G_B11_0);
|
|
IntField_t44A28D09F4CD0658E53FCED78D08513508256A9A* L_115 = G_B11_2;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* L_116 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__2_17;
|
|
Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* L_117 = L_116;
|
|
if (L_117)
|
|
{
|
|
G_B13_0 = L_117;
|
|
G_B13_1 = L_115;
|
|
G_B13_2 = L_115;
|
|
G_B13_3 = G_B11_3;
|
|
G_B13_4 = G_B11_4;
|
|
G_B13_5 = G_B11_5;
|
|
goto IL_02c1;
|
|
}
|
|
G_B12_0 = L_117;
|
|
G_B12_1 = L_115;
|
|
G_B12_2 = L_115;
|
|
G_B12_3 = G_B11_3;
|
|
G_B12_4 = G_B11_4;
|
|
G_B12_5 = G_B11_5;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* L_118 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* L_119 = (Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD*)il2cpp_codegen_object_new(Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m475512287B9508E6D4721B3022635FED517234D1(L_119, L_118, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__2_17_mF558F22E7A44DC1E2D23BE2D1429DFAC0D9BC095_RuntimeMethod_var), NULL);
|
|
Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* L_120 = L_119;
|
|
((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__2_17 = L_120;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__2_17), (void*)L_120);
|
|
G_B13_0 = L_120;
|
|
G_B13_1 = G_B12_1;
|
|
G_B13_2 = G_B12_2;
|
|
G_B13_3 = G_B12_3;
|
|
G_B13_4 = G_B12_4;
|
|
G_B13_5 = G_B12_5;
|
|
}
|
|
|
|
IL_02c1:
|
|
{
|
|
NullCheck(G_B13_1);
|
|
G_B13_1->___max = G_B13_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B13_1->___max), (void*)G_B13_0);
|
|
NullCheck(G_B13_3);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(G_B13_3, G_B13_2, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217* L_121 = G_B13_4;
|
|
NullCheck(L_121);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_122;
|
|
L_122 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_121, NULL);
|
|
FloatField_t1B59A5C6B3DE8E8B696383C91240F265B89B753B* L_123 = (FloatField_t1B59A5C6B3DE8E8B696383C91240F265B89B753B*)il2cpp_codegen_object_new(FloatField_t1B59A5C6B3DE8E8B696383C91240F265B89B753B_il2cpp_TypeInfo_var);
|
|
FloatField__ctor_m7F65D8D59BFF5ADB91AA09D8FE3EF063BCF90BD9(L_123, NULL);
|
|
FloatField_t1B59A5C6B3DE8E8B696383C91240F265B89B753B* L_124 = L_123;
|
|
il2cpp_codegen_runtime_class_init_inline(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var);
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 L_125 = ((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occluderDebugViewRangeMin;
|
|
NullCheck(L_124);
|
|
Widget_set_nameAndTooltip_m6A2AA733173D30AA828D74FAB162ECBCECC7A80A(L_124, L_125, NULL);
|
|
FloatField_t1B59A5C6B3DE8E8B696383C91240F265B89B753B* L_126 = L_124;
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_127 = V_0;
|
|
Func_1_t11C3830580201E0A3A3A2C76523B7905EF40BCF7* L_128 = (Func_1_t11C3830580201E0A3A3A2C76523B7905EF40BCF7*)il2cpp_codegen_object_new(Func_1_t11C3830580201E0A3A3A2C76523B7905EF40BCF7_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m94E0C712F86101E026834DA318C3FFF46DE49C71(L_128, L_127, (intptr_t)((void*)U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__18_m4BF1ED906D874B542CCBECE37769C95E0EEEEFE2_RuntimeMethod_var), NULL);
|
|
NullCheck(L_126);
|
|
Field_1_set_getter_m30D3C5756F57A4722D34CD27E76B82E5E2EE9E26_inline(L_126, L_128, Field_1_set_getter_m30D3C5756F57A4722D34CD27E76B82E5E2EE9E26_RuntimeMethod_var);
|
|
FloatField_t1B59A5C6B3DE8E8B696383C91240F265B89B753B* L_129 = L_126;
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_130 = V_0;
|
|
Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A* L_131 = (Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A*)il2cpp_codegen_object_new(Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_m770CD2F8BB65F2EDA5128CA2F96D71C35B23E859(L_131, L_130, (intptr_t)((void*)U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__19_m15765D8BE137D80E15D9E0DFEE2D1702F80D16D1_RuntimeMethod_var), NULL);
|
|
NullCheck(L_129);
|
|
Field_1_set_setter_m90E7EFD04883265D67E9F22A5F40E7DF693FB534_inline(L_129, L_131, Field_1_set_setter_m90E7EFD04883265D67E9F22A5F40E7DF693FB534_RuntimeMethod_var);
|
|
FloatField_t1B59A5C6B3DE8E8B696383C91240F265B89B753B* L_132 = L_129;
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_133 = V_0;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_134 = (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*)il2cpp_codegen_object_new(Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22(L_134, L_133, (intptr_t)((void*)U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__20_m3F3D3E337916110ADA2E9AC04766373D4034E29F_RuntimeMethod_var), NULL);
|
|
NullCheck(L_132);
|
|
((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)L_132)->___isHiddenCallback = L_134;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)L_132)->___isHiddenCallback), (void*)L_134);
|
|
NullCheck(L_122);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_122, L_132, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217* L_135 = L_121;
|
|
NullCheck(L_135);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_136;
|
|
L_136 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_135, NULL);
|
|
FloatField_t1B59A5C6B3DE8E8B696383C91240F265B89B753B* L_137 = (FloatField_t1B59A5C6B3DE8E8B696383C91240F265B89B753B*)il2cpp_codegen_object_new(FloatField_t1B59A5C6B3DE8E8B696383C91240F265B89B753B_il2cpp_TypeInfo_var);
|
|
FloatField__ctor_m7F65D8D59BFF5ADB91AA09D8FE3EF063BCF90BD9(L_137, NULL);
|
|
FloatField_t1B59A5C6B3DE8E8B696383C91240F265B89B753B* L_138 = L_137;
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 L_139 = ((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___occluderDebugViewRangeMax;
|
|
NullCheck(L_138);
|
|
Widget_set_nameAndTooltip_m6A2AA733173D30AA828D74FAB162ECBCECC7A80A(L_138, L_139, NULL);
|
|
FloatField_t1B59A5C6B3DE8E8B696383C91240F265B89B753B* L_140 = L_138;
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_141 = V_0;
|
|
Func_1_t11C3830580201E0A3A3A2C76523B7905EF40BCF7* L_142 = (Func_1_t11C3830580201E0A3A3A2C76523B7905EF40BCF7*)il2cpp_codegen_object_new(Func_1_t11C3830580201E0A3A3A2C76523B7905EF40BCF7_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m94E0C712F86101E026834DA318C3FFF46DE49C71(L_142, L_141, (intptr_t)((void*)U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__21_m7C83A2EA4C56EB3016A830CBD6BC6D7348FB32A0_RuntimeMethod_var), NULL);
|
|
NullCheck(L_140);
|
|
Field_1_set_getter_m30D3C5756F57A4722D34CD27E76B82E5E2EE9E26_inline(L_140, L_142, Field_1_set_getter_m30D3C5756F57A4722D34CD27E76B82E5E2EE9E26_RuntimeMethod_var);
|
|
FloatField_t1B59A5C6B3DE8E8B696383C91240F265B89B753B* L_143 = L_140;
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_144 = V_0;
|
|
Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A* L_145 = (Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A*)il2cpp_codegen_object_new(Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_m770CD2F8BB65F2EDA5128CA2F96D71C35B23E859(L_145, L_144, (intptr_t)((void*)U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__22_m7C34E5A19AEEF6DEA46F39BD18FDCFA72F754EC6_RuntimeMethod_var), NULL);
|
|
NullCheck(L_143);
|
|
Field_1_set_setter_m90E7EFD04883265D67E9F22A5F40E7DF693FB534_inline(L_143, L_145, Field_1_set_setter_m90E7EFD04883265D67E9F22A5F40E7DF693FB534_RuntimeMethod_var);
|
|
FloatField_t1B59A5C6B3DE8E8B696383C91240F265B89B753B* L_146 = L_143;
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_147 = V_0;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_148 = (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*)il2cpp_codegen_object_new(Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22(L_148, L_147, (intptr_t)((void*)U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__23_mA4FC48AC04F73412EB611F97E87ADF7D437F6596_RuntimeMethod_var), NULL);
|
|
NullCheck(L_146);
|
|
((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)L_146)->___isHiddenCallback = L_148;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)L_146)->___isHiddenCallback), (void*)L_148);
|
|
NullCheck(L_136);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_136, L_146, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
NullCheck(G_B13_5);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(G_B13_5, L_135, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:323>
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_149 = V_0;
|
|
NullCheck(L_149);
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_150 = L_149->___data;
|
|
SettingsPanel_AddOcclusionContextStatsWidget_mBBDAD684776194C51A2E3010D8A59938BD7F746B(__this, L_150, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:325>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:326>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:327>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:328>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:329>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:330>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:331>
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_151 = V_1;
|
|
NullCheck(L_151);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_152;
|
|
L_152 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_151, NULL);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_153 = (BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD*)il2cpp_codegen_object_new(BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD_il2cpp_TypeInfo_var);
|
|
BoolField__ctor_m8C1D78E29A30C2D3844607274207943D3B576E55(L_153, NULL);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_154 = L_153;
|
|
NameAndTooltip_tA6656221A6E70C8409CFCBAF6CCEC9C718E344D4 L_155 = ((Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_StaticFields*)il2cpp_codegen_static_fields_for(Strings_t8ECF48E23FA62052ECF7334070A07332446122D2_il2cpp_TypeInfo_var))->___displayBatcherStats;
|
|
NullCheck(L_154);
|
|
Widget_set_nameAndTooltip_m6A2AA733173D30AA828D74FAB162ECBCECC7A80A(L_154, L_155, NULL);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_156 = L_154;
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_157 = V_0;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_158 = (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*)il2cpp_codegen_object_new(Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22(L_158, L_157, (intptr_t)((void*)U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__24_m3C25B58CBFF7425C921F2CFE1C797A3B3C1A5F83_RuntimeMethod_var), NULL);
|
|
NullCheck(L_156);
|
|
Field_1_set_getter_mF8E6E0323EBD752BE2D6D13285B5993CA830E50D_inline(L_156, L_158, Field_1_set_getter_mF8E6E0323EBD752BE2D6D13285B5993CA830E50D_RuntimeMethod_var);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_159 = L_156;
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_160 = V_0;
|
|
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_161 = (Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C*)il2cpp_codegen_object_new(Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C_il2cpp_TypeInfo_var);
|
|
Action_1__ctor_mA8C3AC97D1F076EA5D1D0C10CEE6BD3E94711501(L_161, L_160, (intptr_t)((void*)U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__25_mC056211293A3B7503C66790B6EC87EBEB2B0A824_RuntimeMethod_var), NULL);
|
|
NullCheck(L_159);
|
|
Field_1_set_setter_mA45A1B2C3D2FCE0FBD04F05304D354B375823B69_inline(L_159, L_161, Field_1_set_setter_mA45A1B2C3D2FCE0FBD04F05304D354B375823B69_RuntimeMethod_var);
|
|
BoolField_t39D6A35B4122FEB0926086FA434886E537378EAD* L_162 = L_159;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_163 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__2_26;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_164 = L_163;
|
|
if (L_164)
|
|
{
|
|
G_B15_0 = L_164;
|
|
G_B15_1 = L_162;
|
|
G_B15_2 = L_162;
|
|
G_B15_3 = L_152;
|
|
goto IL_03d8;
|
|
}
|
|
G_B14_0 = L_164;
|
|
G_B14_1 = L_162;
|
|
G_B14_2 = L_162;
|
|
G_B14_3 = L_152;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* L_165 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_166 = (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*)il2cpp_codegen_object_new(Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22(L_166, L_165, (intptr_t)((void*)U3CU3Ec_U3C_ctorU3Eb__2_26_m17AC5153064AE16E0E236E377556F79919FC35D7_RuntimeMethod_var), NULL);
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_167 = L_166;
|
|
((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__2_26 = L_167;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__2_26), (void*)L_167);
|
|
G_B15_0 = L_167;
|
|
G_B15_1 = G_B14_1;
|
|
G_B15_2 = G_B14_2;
|
|
G_B15_3 = G_B14_3;
|
|
}
|
|
|
|
IL_03d8:
|
|
{
|
|
NullCheck(G_B15_1);
|
|
((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)G_B15_1)->___isHiddenCallback = G_B15_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)G_B15_1)->___isHiddenCallback), (void*)G_B15_0);
|
|
NullCheck(G_B15_3);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(G_B15_3, G_B15_2, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:333>
|
|
U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* L_168 = V_0;
|
|
NullCheck(L_168);
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_169 = L_168->___data;
|
|
SettingsPanel_AddInstanceCullingStatsWidget_mF9C247F7AF56C7FDF3B0D459DF7387E1C209332B(__this, L_169, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:334>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70860
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPanel_AddInstanceCullingStatsWidget_mF9C247F7AF56C7FDF3B0D459DF7387E1C209332B (SettingsPanel_tF7EA42E89110BD08D9CE148CFE63B8DFC63A69DE* __this, DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* ___0_data, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_1_mEF4F8D1CC79D1CF85CCC4610DC06BCB76564CE91_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_2_m1E08CF05A869CC26DF30F2877A709C3AF4F27598_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_3_m8E2C65C9A3C7FD20603EC17220C113B310BBB502_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_4_mDA48DFF119F9FBAECB72A64EE19B1B07F93F70FF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_5_m05AB1A6014D473142A33584EF5098842F49EFCC4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_6_m08BB4683DFB0BD14B10210F9964EF78140FF10CB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_7_m389723C588DA0A6320BB10A3BB94AD47C4772608_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass3_0_U3CAddInstanceCullingStatsWidgetU3Eb__0_m9FE17BAAA2BA671C3681DC39225C9FD13BFB3973_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass3_0_U3CAddInstanceCullingStatsWidgetU3Eb__8_m6EF51F0D432AEC04CD82DA0F52EED0FDF6F8134F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass3_0_U3CAddInstanceCullingStatsWidgetU3Eb__9_mEBCD6A2EE470AB30E7FAA8A97D5FFAA30073FA89_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass3_0_tE52C775842A473C8F901E83EBE8F4FE7551943B1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral276145F843A0A2EA4154D1D7EFE37766D97F60D7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3B906629914E62514EC140E117D7C218BF6CCBCB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4779F4DC0A0486BDF17B7CCFB75A8A86FBE17EAD);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral479CDE6C45006B6B65FFB1AB6CD78A6B1BFD9B8B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC4A60EF3CB7CE9B3E37424E80A66ACA682AE2322);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAE76FB995C14C9E48688A8C24D2A588E8D339F5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass3_0_tE52C775842A473C8F901E83EBE8F4FE7551943B1* V_0 = NULL;
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* V_1 = NULL;
|
|
Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590* V_2 = NULL;
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* V_3 = NULL;
|
|
Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590* V_4 = NULL;
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* V_5 = NULL;
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* V_6 = NULL;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* G_B2_0 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B2_1 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B2_2 = NULL;
|
|
int32_t G_B2_3 = 0;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B2_4 = NULL;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B2_5 = NULL;
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* G_B2_6 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B2_7 = NULL;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* G_B1_0 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B1_1 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B1_2 = NULL;
|
|
int32_t G_B1_3 = 0;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B1_4 = NULL;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B1_5 = NULL;
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* G_B1_6 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B1_7 = NULL;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* G_B4_0 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B4_1 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B4_2 = NULL;
|
|
int32_t G_B4_3 = 0;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B4_4 = NULL;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B4_5 = NULL;
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* G_B4_6 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B4_7 = NULL;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* G_B3_0 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B3_1 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B3_2 = NULL;
|
|
int32_t G_B3_3 = 0;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B3_4 = NULL;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B3_5 = NULL;
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* G_B3_6 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B3_7 = NULL;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* G_B6_0 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B6_1 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B6_2 = NULL;
|
|
int32_t G_B6_3 = 0;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B6_4 = NULL;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B6_5 = NULL;
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* G_B6_6 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B6_7 = NULL;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* G_B5_0 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B5_1 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B5_2 = NULL;
|
|
int32_t G_B5_3 = 0;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B5_4 = NULL;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B5_5 = NULL;
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* G_B5_6 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B5_7 = NULL;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* G_B8_0 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B8_1 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B8_2 = NULL;
|
|
int32_t G_B8_3 = 0;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B8_4 = NULL;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B8_5 = NULL;
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* G_B8_6 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B8_7 = NULL;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* G_B7_0 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B7_1 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B7_2 = NULL;
|
|
int32_t G_B7_3 = 0;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B7_4 = NULL;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B7_5 = NULL;
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* G_B7_6 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B7_7 = NULL;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* G_B10_0 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B10_1 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B10_2 = NULL;
|
|
int32_t G_B10_3 = 0;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B10_4 = NULL;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B10_5 = NULL;
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* G_B10_6 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B10_7 = NULL;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* G_B9_0 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B9_1 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B9_2 = NULL;
|
|
int32_t G_B9_3 = 0;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B9_4 = NULL;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B9_5 = NULL;
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* G_B9_6 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B9_7 = NULL;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* G_B12_0 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B12_1 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B12_2 = NULL;
|
|
int32_t G_B12_3 = 0;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B12_4 = NULL;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B12_5 = NULL;
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* G_B12_6 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B12_7 = NULL;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* G_B11_0 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B11_1 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B11_2 = NULL;
|
|
int32_t G_B11_3 = 0;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B11_4 = NULL;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B11_5 = NULL;
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* G_B11_6 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B11_7 = NULL;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* G_B14_0 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B14_1 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B14_2 = NULL;
|
|
int32_t G_B14_3 = 0;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B14_4 = NULL;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B14_5 = NULL;
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* G_B14_6 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B14_7 = NULL;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* G_B13_0 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B13_1 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B13_2 = NULL;
|
|
int32_t G_B13_3 = 0;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B13_4 = NULL;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B13_5 = NULL;
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* G_B13_6 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B13_7 = NULL;
|
|
{
|
|
U3CU3Ec__DisplayClass3_0_tE52C775842A473C8F901E83EBE8F4FE7551943B1* L_0 = (U3CU3Ec__DisplayClass3_0_tE52C775842A473C8F901E83EBE8F4FE7551943B1*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass3_0_tE52C775842A473C8F901E83EBE8F4FE7551943B1_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass3_0__ctor_m9D53BA0B98D193D6EC91584B253D22ECFDE1A89A(L_0, NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass3_0_tE52C775842A473C8F901E83EBE8F4FE7551943B1* L_1 = V_0;
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_2 = ___0_data;
|
|
NullCheck(L_1);
|
|
L_1->___data = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___data), (void*)L_2);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:338>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:339>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:340>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:341>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:342>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:343>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:344>
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_3 = (Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6*)il2cpp_codegen_object_new(Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6_il2cpp_TypeInfo_var);
|
|
Foldout__ctor_m139328695A6D59A234CDE32D0CEDA6B80A4F96D2(L_3, NULL);
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_4 = L_3;
|
|
NullCheck(L_4);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_4, _stringLiteral4779F4DC0A0486BDF17B7CCFB75A8A86FBE17EAD, NULL);
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_5 = L_4;
|
|
NullCheck(L_5);
|
|
L_5->___isHeader = (bool)1;
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_6 = L_5;
|
|
NullCheck(L_6);
|
|
Foldout_set_opened_m9B3C64BB8E4E8444017BB7D31888B2713C0CC80C_inline(L_6, (bool)1, NULL);
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_7 = L_6;
|
|
U3CU3Ec__DisplayClass3_0_tE52C775842A473C8F901E83EBE8F4FE7551943B1* L_8 = V_0;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_9 = (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*)il2cpp_codegen_object_new(Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22(L_9, L_8, (intptr_t)((void*)U3CU3Ec__DisplayClass3_0_U3CAddInstanceCullingStatsWidgetU3Eb__0_m9FE17BAAA2BA671C3681DC39225C9FD13BFB3973_RuntimeMethod_var), NULL);
|
|
NullCheck(L_7);
|
|
((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)L_7)->___isHiddenCallback = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)L_7)->___isHiddenCallback), (void*)L_9);
|
|
V_1 = L_7;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:346>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:347>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:348>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:349>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:350>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:351>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:352>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:353>
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_11;
|
|
L_11 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_10, NULL);
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* L_12 = (ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B*)il2cpp_codegen_object_new(ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B_il2cpp_TypeInfo_var);
|
|
ValueTuple__ctor_m4B537B1B68B2CBBCF732EEF7C7019DEE49B56B8A(L_12, NULL);
|
|
V_6 = L_12;
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* L_13 = V_6;
|
|
NullCheck(L_13);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_13, _stringLiteral479CDE6C45006B6B65FFB1AB6CD78A6B1BFD9B8B, NULL);
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* L_14 = V_6;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* L_15 = (ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F*)(ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F*)SZArrayNew(ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* L_16 = L_15;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_17 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_17, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_18 = L_17;
|
|
NullCheck(L_18);
|
|
L_18->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_19 = L_18;
|
|
NullCheck(L_19);
|
|
L_19->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_19->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_20 = L_19;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_21 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__3_1;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_22 = L_21;
|
|
if (L_22)
|
|
{
|
|
G_B2_0 = L_22;
|
|
G_B2_1 = L_20;
|
|
G_B2_2 = L_20;
|
|
G_B2_3 = 0;
|
|
G_B2_4 = L_16;
|
|
G_B2_5 = L_16;
|
|
G_B2_6 = L_14;
|
|
G_B2_7 = L_11;
|
|
goto IL_009c;
|
|
}
|
|
G_B1_0 = L_22;
|
|
G_B1_1 = L_20;
|
|
G_B1_2 = L_20;
|
|
G_B1_3 = 0;
|
|
G_B1_4 = L_16;
|
|
G_B1_5 = L_16;
|
|
G_B1_6 = L_14;
|
|
G_B1_7 = L_11;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* L_23 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_24 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_24, L_23, (intptr_t)((void*)U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_1_mEF4F8D1CC79D1CF85CCC4610DC06BCB76564CE91_RuntimeMethod_var), NULL);
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_25 = L_24;
|
|
((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__3_1 = L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__3_1), (void*)L_25);
|
|
G_B2_0 = L_25;
|
|
G_B2_1 = G_B1_1;
|
|
G_B2_2 = G_B1_2;
|
|
G_B2_3 = G_B1_3;
|
|
G_B2_4 = G_B1_4;
|
|
G_B2_5 = G_B1_5;
|
|
G_B2_6 = G_B1_6;
|
|
G_B2_7 = G_B1_7;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
NullCheck(G_B2_1);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(G_B2_1, G_B2_0, NULL);
|
|
NullCheck(G_B2_4);
|
|
ArrayElementTypeCheck (G_B2_4, G_B2_2);
|
|
(G_B2_4)->SetAt(static_cast<il2cpp_array_size_t>(G_B2_3), (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)G_B2_2);
|
|
NullCheck(G_B2_6);
|
|
G_B2_6->___values = G_B2_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B2_6->___values), (void*)G_B2_5);
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* L_26 = V_6;
|
|
NullCheck(G_B2_7);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(G_B2_7, L_26, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:355>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:356>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:357>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:358>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:359>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:360>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:361>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:362>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:363>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:364>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:365>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:366>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:367>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:368>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:369>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:370>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:371>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:372>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:373>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:374>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:375>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:376>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:377>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:378>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:379>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:380>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:381>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:382>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:383>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:384>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:385>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:386>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:387>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:388>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:389>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:390>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:391>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:392>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:393>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:394>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:395>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:396>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:397>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:398>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:399>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:400>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:401>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:402>
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_27 = V_1;
|
|
NullCheck(L_27);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_28;
|
|
L_28 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_27, NULL);
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* L_29 = (ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B*)il2cpp_codegen_object_new(ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B_il2cpp_TypeInfo_var);
|
|
ValueTuple__ctor_m4B537B1B68B2CBBCF732EEF7C7019DEE49B56B8A(L_29, NULL);
|
|
V_6 = L_29;
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* L_30 = V_6;
|
|
NullCheck(L_30);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_30, _stringLiteral3B906629914E62514EC140E117D7C218BF6CCBCB, NULL);
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* L_31 = V_6;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* L_32 = (ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F*)(ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F*)SZArrayNew(ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F_il2cpp_TypeInfo_var, (uint32_t)3);
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* L_33 = L_32;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_34 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_34, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_35 = L_34;
|
|
NullCheck(L_35);
|
|
L_35->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_36 = L_35;
|
|
NullCheck(L_36);
|
|
L_36->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_36->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_37 = L_36;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_38 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__3_2;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_39 = L_38;
|
|
if (L_39)
|
|
{
|
|
G_B4_0 = L_39;
|
|
G_B4_1 = L_37;
|
|
G_B4_2 = L_37;
|
|
G_B4_3 = 0;
|
|
G_B4_4 = L_33;
|
|
G_B4_5 = L_33;
|
|
G_B4_6 = L_31;
|
|
G_B4_7 = L_28;
|
|
goto IL_010c;
|
|
}
|
|
G_B3_0 = L_39;
|
|
G_B3_1 = L_37;
|
|
G_B3_2 = L_37;
|
|
G_B3_3 = 0;
|
|
G_B3_4 = L_33;
|
|
G_B3_5 = L_33;
|
|
G_B3_6 = L_31;
|
|
G_B3_7 = L_28;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* L_40 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_41 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_41, L_40, (intptr_t)((void*)U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_2_m1E08CF05A869CC26DF30F2877A709C3AF4F27598_RuntimeMethod_var), NULL);
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_42 = L_41;
|
|
((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__3_2 = L_42;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__3_2), (void*)L_42);
|
|
G_B4_0 = L_42;
|
|
G_B4_1 = G_B3_1;
|
|
G_B4_2 = G_B3_2;
|
|
G_B4_3 = G_B3_3;
|
|
G_B4_4 = G_B3_4;
|
|
G_B4_5 = G_B3_5;
|
|
G_B4_6 = G_B3_6;
|
|
G_B4_7 = G_B3_7;
|
|
}
|
|
|
|
IL_010c:
|
|
{
|
|
NullCheck(G_B4_1);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(G_B4_1, G_B4_0, NULL);
|
|
NullCheck(G_B4_4);
|
|
ArrayElementTypeCheck (G_B4_4, G_B4_2);
|
|
(G_B4_4)->SetAt(static_cast<il2cpp_array_size_t>(G_B4_3), (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)G_B4_2);
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* L_43 = G_B4_5;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_44 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_44, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_45 = L_44;
|
|
NullCheck(L_45);
|
|
L_45->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_46 = L_45;
|
|
NullCheck(L_46);
|
|
L_46->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_46->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_47 = L_46;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_48 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__3_3;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_49 = L_48;
|
|
if (L_49)
|
|
{
|
|
G_B6_0 = L_49;
|
|
G_B6_1 = L_47;
|
|
G_B6_2 = L_47;
|
|
G_B6_3 = 1;
|
|
G_B6_4 = L_43;
|
|
G_B6_5 = L_43;
|
|
G_B6_6 = G_B4_6;
|
|
G_B6_7 = G_B4_7;
|
|
goto IL_014f;
|
|
}
|
|
G_B5_0 = L_49;
|
|
G_B5_1 = L_47;
|
|
G_B5_2 = L_47;
|
|
G_B5_3 = 1;
|
|
G_B5_4 = L_43;
|
|
G_B5_5 = L_43;
|
|
G_B5_6 = G_B4_6;
|
|
G_B5_7 = G_B4_7;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* L_50 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_51 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_51, L_50, (intptr_t)((void*)U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_3_m8E2C65C9A3C7FD20603EC17220C113B310BBB502_RuntimeMethod_var), NULL);
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_52 = L_51;
|
|
((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__3_3 = L_52;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__3_3), (void*)L_52);
|
|
G_B6_0 = L_52;
|
|
G_B6_1 = G_B5_1;
|
|
G_B6_2 = G_B5_2;
|
|
G_B6_3 = G_B5_3;
|
|
G_B6_4 = G_B5_4;
|
|
G_B6_5 = G_B5_5;
|
|
G_B6_6 = G_B5_6;
|
|
G_B6_7 = G_B5_7;
|
|
}
|
|
|
|
IL_014f:
|
|
{
|
|
NullCheck(G_B6_1);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(G_B6_1, G_B6_0, NULL);
|
|
NullCheck(G_B6_4);
|
|
ArrayElementTypeCheck (G_B6_4, G_B6_2);
|
|
(G_B6_4)->SetAt(static_cast<il2cpp_array_size_t>(G_B6_3), (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)G_B6_2);
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* L_53 = G_B6_5;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_54 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_54, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_55 = L_54;
|
|
NullCheck(L_55);
|
|
L_55->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_56 = L_55;
|
|
NullCheck(L_56);
|
|
L_56->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_56->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_57 = L_56;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_58 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__3_4;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_59 = L_58;
|
|
if (L_59)
|
|
{
|
|
G_B8_0 = L_59;
|
|
G_B8_1 = L_57;
|
|
G_B8_2 = L_57;
|
|
G_B8_3 = 2;
|
|
G_B8_4 = L_53;
|
|
G_B8_5 = L_53;
|
|
G_B8_6 = G_B6_6;
|
|
G_B8_7 = G_B6_7;
|
|
goto IL_0192;
|
|
}
|
|
G_B7_0 = L_59;
|
|
G_B7_1 = L_57;
|
|
G_B7_2 = L_57;
|
|
G_B7_3 = 2;
|
|
G_B7_4 = L_53;
|
|
G_B7_5 = L_53;
|
|
G_B7_6 = G_B6_6;
|
|
G_B7_7 = G_B6_7;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* L_60 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_61 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_61, L_60, (intptr_t)((void*)U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_4_mDA48DFF119F9FBAECB72A64EE19B1B07F93F70FF_RuntimeMethod_var), NULL);
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_62 = L_61;
|
|
((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__3_4 = L_62;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__3_4), (void*)L_62);
|
|
G_B8_0 = L_62;
|
|
G_B8_1 = G_B7_1;
|
|
G_B8_2 = G_B7_2;
|
|
G_B8_3 = G_B7_3;
|
|
G_B8_4 = G_B7_4;
|
|
G_B8_5 = G_B7_5;
|
|
G_B8_6 = G_B7_6;
|
|
G_B8_7 = G_B7_7;
|
|
}
|
|
|
|
IL_0192:
|
|
{
|
|
NullCheck(G_B8_1);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(G_B8_1, G_B8_0, NULL);
|
|
NullCheck(G_B8_4);
|
|
ArrayElementTypeCheck (G_B8_4, G_B8_2);
|
|
(G_B8_4)->SetAt(static_cast<il2cpp_array_size_t>(G_B8_3), (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)G_B8_2);
|
|
NullCheck(G_B8_6);
|
|
G_B8_6->___values = G_B8_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B8_6->___values), (void*)G_B8_5);
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* L_63 = V_6;
|
|
NullCheck(G_B8_7);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(G_B8_7, L_63, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:404>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:405>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:406>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:407>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:408>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:409>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:410>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:411>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:412>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:413>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:414>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:415>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:416>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:417>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:418>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:419>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:420>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:421>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:422>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:423>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:424>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:425>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:426>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:427>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:428>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:429>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:430>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:431>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:432>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:433>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:434>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:435>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:436>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:437>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:438>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:439>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:440>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:441>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:442>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:443>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:444>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:445>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:446>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:447>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:448>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:449>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:450>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:451>
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_64 = V_1;
|
|
NullCheck(L_64);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_65;
|
|
L_65 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_64, NULL);
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* L_66 = (ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B*)il2cpp_codegen_object_new(ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B_il2cpp_TypeInfo_var);
|
|
ValueTuple__ctor_m4B537B1B68B2CBBCF732EEF7C7019DEE49B56B8A(L_66, NULL);
|
|
V_6 = L_66;
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* L_67 = V_6;
|
|
NullCheck(L_67);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_67, _stringLiteralC4A60EF3CB7CE9B3E37424E80A66ACA682AE2322, NULL);
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* L_68 = V_6;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* L_69 = (ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F*)(ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F*)SZArrayNew(ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F_il2cpp_TypeInfo_var, (uint32_t)3);
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* L_70 = L_69;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_71 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_71, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_72 = L_71;
|
|
NullCheck(L_72);
|
|
L_72->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_73 = L_72;
|
|
NullCheck(L_73);
|
|
L_73->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_73->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_74 = L_73;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_75 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__3_5;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_76 = L_75;
|
|
if (L_76)
|
|
{
|
|
G_B10_0 = L_76;
|
|
G_B10_1 = L_74;
|
|
G_B10_2 = L_74;
|
|
G_B10_3 = 0;
|
|
G_B10_4 = L_70;
|
|
G_B10_5 = L_70;
|
|
G_B10_6 = L_68;
|
|
G_B10_7 = L_65;
|
|
goto IL_0202;
|
|
}
|
|
G_B9_0 = L_76;
|
|
G_B9_1 = L_74;
|
|
G_B9_2 = L_74;
|
|
G_B9_3 = 0;
|
|
G_B9_4 = L_70;
|
|
G_B9_5 = L_70;
|
|
G_B9_6 = L_68;
|
|
G_B9_7 = L_65;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* L_77 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_78 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_78, L_77, (intptr_t)((void*)U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_5_m05AB1A6014D473142A33584EF5098842F49EFCC4_RuntimeMethod_var), NULL);
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_79 = L_78;
|
|
((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__3_5 = L_79;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__3_5), (void*)L_79);
|
|
G_B10_0 = L_79;
|
|
G_B10_1 = G_B9_1;
|
|
G_B10_2 = G_B9_2;
|
|
G_B10_3 = G_B9_3;
|
|
G_B10_4 = G_B9_4;
|
|
G_B10_5 = G_B9_5;
|
|
G_B10_6 = G_B9_6;
|
|
G_B10_7 = G_B9_7;
|
|
}
|
|
|
|
IL_0202:
|
|
{
|
|
NullCheck(G_B10_1);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(G_B10_1, G_B10_0, NULL);
|
|
NullCheck(G_B10_4);
|
|
ArrayElementTypeCheck (G_B10_4, G_B10_2);
|
|
(G_B10_4)->SetAt(static_cast<il2cpp_array_size_t>(G_B10_3), (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)G_B10_2);
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* L_80 = G_B10_5;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_81 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_81, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_82 = L_81;
|
|
NullCheck(L_82);
|
|
L_82->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_83 = L_82;
|
|
NullCheck(L_83);
|
|
L_83->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_83->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_84 = L_83;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_85 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__3_6;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_86 = L_85;
|
|
if (L_86)
|
|
{
|
|
G_B12_0 = L_86;
|
|
G_B12_1 = L_84;
|
|
G_B12_2 = L_84;
|
|
G_B12_3 = 1;
|
|
G_B12_4 = L_80;
|
|
G_B12_5 = L_80;
|
|
G_B12_6 = G_B10_6;
|
|
G_B12_7 = G_B10_7;
|
|
goto IL_0245;
|
|
}
|
|
G_B11_0 = L_86;
|
|
G_B11_1 = L_84;
|
|
G_B11_2 = L_84;
|
|
G_B11_3 = 1;
|
|
G_B11_4 = L_80;
|
|
G_B11_5 = L_80;
|
|
G_B11_6 = G_B10_6;
|
|
G_B11_7 = G_B10_7;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* L_87 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_88 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_88, L_87, (intptr_t)((void*)U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_6_m08BB4683DFB0BD14B10210F9964EF78140FF10CB_RuntimeMethod_var), NULL);
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_89 = L_88;
|
|
((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__3_6 = L_89;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__3_6), (void*)L_89);
|
|
G_B12_0 = L_89;
|
|
G_B12_1 = G_B11_1;
|
|
G_B12_2 = G_B11_2;
|
|
G_B12_3 = G_B11_3;
|
|
G_B12_4 = G_B11_4;
|
|
G_B12_5 = G_B11_5;
|
|
G_B12_6 = G_B11_6;
|
|
G_B12_7 = G_B11_7;
|
|
}
|
|
|
|
IL_0245:
|
|
{
|
|
NullCheck(G_B12_1);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(G_B12_1, G_B12_0, NULL);
|
|
NullCheck(G_B12_4);
|
|
ArrayElementTypeCheck (G_B12_4, G_B12_2);
|
|
(G_B12_4)->SetAt(static_cast<il2cpp_array_size_t>(G_B12_3), (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)G_B12_2);
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* L_90 = G_B12_5;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_91 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_91, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_92 = L_91;
|
|
NullCheck(L_92);
|
|
L_92->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_93 = L_92;
|
|
NullCheck(L_93);
|
|
L_93->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_93->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_94 = L_93;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_95 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__3_7;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_96 = L_95;
|
|
if (L_96)
|
|
{
|
|
G_B14_0 = L_96;
|
|
G_B14_1 = L_94;
|
|
G_B14_2 = L_94;
|
|
G_B14_3 = 2;
|
|
G_B14_4 = L_90;
|
|
G_B14_5 = L_90;
|
|
G_B14_6 = G_B12_6;
|
|
G_B14_7 = G_B12_7;
|
|
goto IL_0288;
|
|
}
|
|
G_B13_0 = L_96;
|
|
G_B13_1 = L_94;
|
|
G_B13_2 = L_94;
|
|
G_B13_3 = 2;
|
|
G_B13_4 = L_90;
|
|
G_B13_5 = L_90;
|
|
G_B13_6 = G_B12_6;
|
|
G_B13_7 = G_B12_7;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* L_97 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_98 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_98, L_97, (intptr_t)((void*)U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_7_m389723C588DA0A6320BB10A3BB94AD47C4772608_RuntimeMethod_var), NULL);
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_99 = L_98;
|
|
((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__3_7 = L_99;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__3_7), (void*)L_99);
|
|
G_B14_0 = L_99;
|
|
G_B14_1 = G_B13_1;
|
|
G_B14_2 = G_B13_2;
|
|
G_B14_3 = G_B13_3;
|
|
G_B14_4 = G_B13_4;
|
|
G_B14_5 = G_B13_5;
|
|
G_B14_6 = G_B13_6;
|
|
G_B14_7 = G_B13_7;
|
|
}
|
|
|
|
IL_0288:
|
|
{
|
|
NullCheck(G_B14_1);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(G_B14_1, G_B14_0, NULL);
|
|
NullCheck(G_B14_4);
|
|
ArrayElementTypeCheck (G_B14_4, G_B14_2);
|
|
(G_B14_4)->SetAt(static_cast<il2cpp_array_size_t>(G_B14_3), (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)G_B14_2);
|
|
NullCheck(G_B14_6);
|
|
G_B14_6->___values = G_B14_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B14_6->___values), (void*)G_B14_5);
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* L_100 = V_6;
|
|
NullCheck(G_B14_7);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(G_B14_7, L_100, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:453>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:454>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:455>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:456>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:457>
|
|
Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590* L_101 = (Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590*)il2cpp_codegen_object_new(Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590_il2cpp_TypeInfo_var);
|
|
Table__ctor_m2C4DA9603E5F18A6A8B9E7B590A88A6319E0D5B5(L_101, NULL);
|
|
Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590* L_102 = L_101;
|
|
NullCheck(L_102);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_102, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
|
|
Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590* L_103 = L_102;
|
|
NullCheck(L_103);
|
|
L_103->___isReadOnly = (bool)1;
|
|
V_2 = L_103;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:460>
|
|
V_7 = 0;
|
|
goto IL_02cf;
|
|
}
|
|
|
|
IL_02b7:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:461>
|
|
Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590* L_104 = V_2;
|
|
NullCheck(L_104);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_105;
|
|
L_105 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_104, NULL);
|
|
int32_t L_106 = V_7;
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_107;
|
|
L_107 = DebugDisplayGPUResidentDrawer_AddInstanceCullerViewDataRow_m9F1A1FB82CC3344A6A3A2DC88D8EF67A67F8A767(L_106, NULL);
|
|
NullCheck(L_105);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_105, L_107, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:460>
|
|
int32_t L_108 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_108, 1));
|
|
}
|
|
|
|
IL_02cf:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:460>
|
|
int32_t L_109 = V_7;
|
|
if ((((int32_t)L_109) < ((int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_02b7;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:463>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:464>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:465>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:466>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:467>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:468>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:469>
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_110 = (Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6*)il2cpp_codegen_object_new(Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6_il2cpp_TypeInfo_var);
|
|
Foldout__ctor_m139328695A6D59A234CDE32D0CEDA6B80A4F96D2(L_110, NULL);
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_111 = L_110;
|
|
NullCheck(L_111);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_111, _stringLiteralCAE76FB995C14C9E48688A8C24D2A588E8D339F5, NULL);
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_112 = L_111;
|
|
NullCheck(L_112);
|
|
L_112->___isHeader = (bool)1;
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_113 = L_112;
|
|
NullCheck(L_113);
|
|
Foldout_set_opened_m9B3C64BB8E4E8444017BB7D31888B2713C0CC80C_inline(L_113, (bool)0, NULL);
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_114 = L_113;
|
|
U3CU3Ec__DisplayClass3_0_tE52C775842A473C8F901E83EBE8F4FE7551943B1* L_115 = V_0;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_116 = (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*)il2cpp_codegen_object_new(Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22(L_116, L_115, (intptr_t)((void*)U3CU3Ec__DisplayClass3_0_U3CAddInstanceCullingStatsWidgetU3Eb__8_m6EF51F0D432AEC04CD82DA0F52EED0FDF6F8134F_RuntimeMethod_var), NULL);
|
|
NullCheck(L_114);
|
|
((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)L_114)->___isHiddenCallback = L_116;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)L_114)->___isHiddenCallback), (void*)L_116);
|
|
V_3 = L_114;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:470>
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_117 = V_3;
|
|
NullCheck(L_117);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_118;
|
|
L_118 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_117, NULL);
|
|
Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590* L_119 = V_2;
|
|
NullCheck(L_118);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_118, L_119, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:472>
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_120 = V_1;
|
|
NullCheck(L_120);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_121;
|
|
L_121 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_120, NULL);
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_122 = V_3;
|
|
NullCheck(L_121);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_121, L_122, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:475>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:476>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:477>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:478>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:479>
|
|
Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590* L_123 = (Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590*)il2cpp_codegen_object_new(Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590_il2cpp_TypeInfo_var);
|
|
Table__ctor_m2C4DA9603E5F18A6A8B9E7B590A88A6319E0D5B5(L_123, NULL);
|
|
Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590* L_124 = L_123;
|
|
NullCheck(L_124);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_124, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
|
|
Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590* L_125 = L_124;
|
|
NullCheck(L_125);
|
|
L_125->___isReadOnly = (bool)1;
|
|
V_4 = L_125;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:482>
|
|
V_8 = 0;
|
|
goto IL_0355;
|
|
}
|
|
|
|
IL_033c:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:483>
|
|
Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590* L_126 = V_4;
|
|
NullCheck(L_126);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_127;
|
|
L_127 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_126, NULL);
|
|
int32_t L_128 = V_8;
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_129;
|
|
L_129 = DebugDisplayGPUResidentDrawer_AddInstanceOcclusionPassDataRow_mD27E269D6934863E7BD1A75433C1DD6F6B080A9B(L_128, NULL);
|
|
NullCheck(L_127);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_127, L_129, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:482>
|
|
int32_t L_130 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_130, 1));
|
|
}
|
|
|
|
IL_0355:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:482>
|
|
int32_t L_131 = V_8;
|
|
if ((((int32_t)L_131) < ((int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_033c;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:485>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:486>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:487>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:488>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:489>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:490>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:491>
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_132 = (Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6*)il2cpp_codegen_object_new(Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6_il2cpp_TypeInfo_var);
|
|
Foldout__ctor_m139328695A6D59A234CDE32D0CEDA6B80A4F96D2(L_132, NULL);
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_133 = L_132;
|
|
NullCheck(L_133);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_133, _stringLiteral276145F843A0A2EA4154D1D7EFE37766D97F60D7, NULL);
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_134 = L_133;
|
|
NullCheck(L_134);
|
|
L_134->___isHeader = (bool)1;
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_135 = L_134;
|
|
NullCheck(L_135);
|
|
Foldout_set_opened_m9B3C64BB8E4E8444017BB7D31888B2713C0CC80C_inline(L_135, (bool)0, NULL);
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_136 = L_135;
|
|
U3CU3Ec__DisplayClass3_0_tE52C775842A473C8F901E83EBE8F4FE7551943B1* L_137 = V_0;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_138 = (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*)il2cpp_codegen_object_new(Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22(L_138, L_137, (intptr_t)((void*)U3CU3Ec__DisplayClass3_0_U3CAddInstanceCullingStatsWidgetU3Eb__9_mEBCD6A2EE470AB30E7FAA8A97D5FFAA30073FA89_RuntimeMethod_var), NULL);
|
|
NullCheck(L_136);
|
|
((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)L_136)->___isHiddenCallback = L_138;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)L_136)->___isHiddenCallback), (void*)L_138);
|
|
V_5 = L_136;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:492>
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_139 = V_5;
|
|
NullCheck(L_139);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_140;
|
|
L_140 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_139, NULL);
|
|
Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590* L_141 = V_4;
|
|
NullCheck(L_140);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_140, L_141, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:494>
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_142 = V_1;
|
|
NullCheck(L_142);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_143;
|
|
L_143 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_142, NULL);
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_144 = V_5;
|
|
NullCheck(L_143);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_143, L_144, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:497>
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_145 = V_1;
|
|
DebugDisplaySettingsPanel_AddWidget_mFFB7C207146C3B2C95889C1483926569095BE99E(__this, L_145, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:498>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70861
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsPanel_AddOcclusionContextStatsWidget_mBBDAD684776194C51A2E3010D8A59938BD7F746B (SettingsPanel_tF7EA42E89110BD08D9CE148CFE63B8DFC63A69DE* __this, DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* ___0_data, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CAddOcclusionContextStatsWidgetU3Eb__4_1_m50ECF46F715AD40AD546A000C171E6BF749A2D57_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass4_0_U3CAddOcclusionContextStatsWidgetU3Eb__0_m71812BB64272745920C85327299F9D807A592B08_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass4_0_t8389B0AD45D035267299AC57A0AD96EA60F3BA6C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral21EFAB0AE013EABD38BBC0E4C2E7A3700837A850);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7796BCB6A08FD9FDA06CFADCB4D8CA95339D4F60);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3Ec__DisplayClass4_0_t8389B0AD45D035267299AC57A0AD96EA60F3BA6C* V_0 = NULL;
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* V_1 = NULL;
|
|
Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590* V_2 = NULL;
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* G_B2_0 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B2_1 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B2_2 = NULL;
|
|
int32_t G_B2_3 = 0;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B2_4 = NULL;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B2_5 = NULL;
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* G_B2_6 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B2_7 = NULL;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* G_B1_0 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B1_1 = NULL;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* G_B1_2 = NULL;
|
|
int32_t G_B1_3 = 0;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B1_4 = NULL;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* G_B1_5 = NULL;
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* G_B1_6 = NULL;
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* G_B1_7 = NULL;
|
|
{
|
|
U3CU3Ec__DisplayClass4_0_t8389B0AD45D035267299AC57A0AD96EA60F3BA6C* L_0 = (U3CU3Ec__DisplayClass4_0_t8389B0AD45D035267299AC57A0AD96EA60F3BA6C*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass4_0_t8389B0AD45D035267299AC57A0AD96EA60F3BA6C_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__DisplayClass4_0__ctor_m4B6078FB02177992D2D89D03034193B119FCC121(L_0, NULL);
|
|
V_0 = L_0;
|
|
U3CU3Ec__DisplayClass4_0_t8389B0AD45D035267299AC57A0AD96EA60F3BA6C* L_1 = V_0;
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_2 = ___0_data;
|
|
NullCheck(L_1);
|
|
L_1->___data = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_1->___data), (void*)L_2);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:501>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:502>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:503>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:504>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:505>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:506>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:507>
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_3 = (Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6*)il2cpp_codegen_object_new(Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6_il2cpp_TypeInfo_var);
|
|
Foldout__ctor_m139328695A6D59A234CDE32D0CEDA6B80A4F96D2(L_3, NULL);
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_4 = L_3;
|
|
NullCheck(L_4);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_4, _stringLiteral21EFAB0AE013EABD38BBC0E4C2E7A3700837A850, NULL);
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_5 = L_4;
|
|
NullCheck(L_5);
|
|
L_5->___isHeader = (bool)1;
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_6 = L_5;
|
|
NullCheck(L_6);
|
|
Foldout_set_opened_m9B3C64BB8E4E8444017BB7D31888B2713C0CC80C_inline(L_6, (bool)1, NULL);
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_7 = L_6;
|
|
U3CU3Ec__DisplayClass4_0_t8389B0AD45D035267299AC57A0AD96EA60F3BA6C* L_8 = V_0;
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_9 = (Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457*)il2cpp_codegen_object_new(Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_mDFFAE9C73346372438B5B04C4558AC42F1A3DA22(L_9, L_8, (intptr_t)((void*)U3CU3Ec__DisplayClass4_0_U3CAddOcclusionContextStatsWidgetU3Eb__0_m71812BB64272745920C85327299F9D807A592B08_RuntimeMethod_var), NULL);
|
|
NullCheck(L_7);
|
|
((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)L_7)->___isHiddenCallback = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF*)L_7)->___isHiddenCallback), (void*)L_9);
|
|
V_1 = L_7;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:509>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:510>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:511>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:512>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:513>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:514>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:515>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:516>
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_11;
|
|
L_11 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_10, NULL);
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* L_12 = (ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B*)il2cpp_codegen_object_new(ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B_il2cpp_TypeInfo_var);
|
|
ValueTuple__ctor_m4B537B1B68B2CBBCF732EEF7C7019DEE49B56B8A(L_12, NULL);
|
|
V_3 = L_12;
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* L_13 = V_3;
|
|
NullCheck(L_13);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_13, _stringLiteral7796BCB6A08FD9FDA06CFADCB4D8CA95339D4F60, NULL);
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* L_14 = V_3;
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* L_15 = (ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F*)(ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F*)SZArrayNew(ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
ValueU5BU5D_t315A4B8A6CC5335E0926EA030D79C971EF9CF19F* L_16 = L_15;
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_17 = (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)il2cpp_codegen_object_new(Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457_il2cpp_TypeInfo_var);
|
|
Value__ctor_mA90FCDCAC383495356834BFCE0EE2B589B51E07F(L_17, NULL);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_18 = L_17;
|
|
NullCheck(L_18);
|
|
L_18->___refreshRate = (0.200000003f);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_19 = L_18;
|
|
NullCheck(L_19);
|
|
L_19->___formatString = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_19->___formatString), (void*)_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* L_20 = L_19;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_21 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__4_1;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_22 = L_21;
|
|
if (L_22)
|
|
{
|
|
G_B2_0 = L_22;
|
|
G_B2_1 = L_20;
|
|
G_B2_2 = L_20;
|
|
G_B2_3 = 0;
|
|
G_B2_4 = L_16;
|
|
G_B2_5 = L_16;
|
|
G_B2_6 = L_14;
|
|
G_B2_7 = L_11;
|
|
goto IL_0099;
|
|
}
|
|
G_B1_0 = L_22;
|
|
G_B1_1 = L_20;
|
|
G_B1_2 = L_20;
|
|
G_B1_3 = 0;
|
|
G_B1_4 = L_16;
|
|
G_B1_5 = L_16;
|
|
G_B1_6 = L_14;
|
|
G_B1_7 = L_11;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* L_23 = ((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_24 = (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4*)il2cpp_codegen_object_new(Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4_il2cpp_TypeInfo_var);
|
|
Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8(L_24, L_23, (intptr_t)((void*)U3CU3Ec_U3CAddOcclusionContextStatsWidgetU3Eb__4_1_m50ECF46F715AD40AD546A000C171E6BF749A2D57_RuntimeMethod_var), NULL);
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_25 = L_24;
|
|
((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__4_1 = L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9__4_1), (void*)L_25);
|
|
G_B2_0 = L_25;
|
|
G_B2_1 = G_B1_1;
|
|
G_B2_2 = G_B1_2;
|
|
G_B2_3 = G_B1_3;
|
|
G_B2_4 = G_B1_4;
|
|
G_B2_5 = G_B1_5;
|
|
G_B2_6 = G_B1_6;
|
|
G_B2_7 = G_B1_7;
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
NullCheck(G_B2_1);
|
|
Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline(G_B2_1, G_B2_0, NULL);
|
|
NullCheck(G_B2_4);
|
|
ArrayElementTypeCheck (G_B2_4, G_B2_2);
|
|
(G_B2_4)->SetAt(static_cast<il2cpp_array_size_t>(G_B2_3), (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457*)G_B2_2);
|
|
NullCheck(G_B2_6);
|
|
G_B2_6->___values = G_B2_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B2_6->___values), (void*)G_B2_5);
|
|
ValueTuple_t04B143B9A6965455D65F7BB42D19AF35FA43423B* L_26 = V_3;
|
|
NullCheck(G_B2_7);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(G_B2_7, L_26, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:518>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:519>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:520>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:521>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:522>
|
|
Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590* L_27 = (Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590*)il2cpp_codegen_object_new(Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590_il2cpp_TypeInfo_var);
|
|
Table__ctor_m2C4DA9603E5F18A6A8B9E7B590A88A6319E0D5B5(L_27, NULL);
|
|
Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590* L_28 = L_27;
|
|
NullCheck(L_28);
|
|
Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline(L_28, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
|
|
Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590* L_29 = L_28;
|
|
NullCheck(L_29);
|
|
L_29->___isReadOnly = (bool)1;
|
|
V_2 = L_29;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:525>
|
|
V_4 = 0;
|
|
goto IL_00df;
|
|
}
|
|
|
|
IL_00c7:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:526>
|
|
Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590* L_30 = V_2;
|
|
NullCheck(L_30);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_31;
|
|
L_31 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_30, NULL);
|
|
int32_t L_32 = V_4;
|
|
Row_t4263ADC980EB84EB443A525B26307F51EF796D4B* L_33;
|
|
L_33 = DebugDisplayGPUResidentDrawer_AddOcclusionContextDataRow_mDCD25714EE18DC98C484BC29D6780364F36C371B(L_32, NULL);
|
|
NullCheck(L_31);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_31, L_33, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:525>
|
|
int32_t L_34 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_34, 1));
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:525>
|
|
int32_t L_35 = V_4;
|
|
if ((((int32_t)L_35) < ((int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_00c7;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:528>
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_36 = V_1;
|
|
NullCheck(L_36);
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_37;
|
|
L_37 = Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline(L_36, NULL);
|
|
Table_t02C23978AEDF525D15A9D9D7A528AC5D22DE8590* L_38 = V_2;
|
|
NullCheck(L_37);
|
|
ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB(L_37, L_38, ObservableList_1_Add_m2013E96CFB37A7E6137FEF089C172C2930901ADB_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:530>
|
|
Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* L_39 = V_1;
|
|
DebugDisplaySettingsPanel_AddWidget_mFFB7C207146C3B2C95889C1483926569095BE99E(__this, L_39, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:531>
|
|
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
|
|
// Method Definition Index: 70862
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_mA36DB0581BF5A4E8003BF3379BC4A176BBB178B0 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* L_0 = (U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A*)il2cpp_codegen_object_new(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var);
|
|
U3CU3Ec__ctor_m795644A9581215B808B0A8ACF217AF65CA840E5E(L_0, NULL);
|
|
((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A_il2cpp_TypeInfo_var))->___U3CU3E9), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70863
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m795644A9581215B808B0A8ACF217AF65CA840E5E (U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70864
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* U3CU3Ec_U3C_ctorU3Eb__2_0_m093D8CEBBBCEA344A5E1B90ED8581185C5789207 (U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* __this, const RuntimeMethod* method)
|
|
{
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:300>
|
|
GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 L_0;
|
|
L_0 = GPUResidentDrawer_GetGlobalSettingsFromRPAsset_m4710F7D4D983AEB1ADD00A40E7E4068C330C9A41(NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:301>
|
|
bool L_1;
|
|
L_1 = GPUResidentDrawer_IsGPUResidentDrawerSupportedBySRP_m24CCB3D5623CD94D8DA06D20CE59806BC9D35922(L_0, (&V_0), (&V_1), NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 70865
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3C_ctorU3Eb__2_1_m4C96510BFF1B8E053D21EFB7867B53E5158A24DB (U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:303>
|
|
bool L_0;
|
|
L_0 = GPUResidentDrawer_IsEnabled_m03CFAB6E2CE8D71361F5223C940F4C0A785A1116(NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 70866
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3C_ctorU3Eb__2_2_m049FC2A0C266B14BEC7B2D95DD97ECC89013EDF4 (U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:310>
|
|
bool L_0;
|
|
L_0 = GPUResidentDrawer_IsEnabled_m03CFAB6E2CE8D71361F5223C940F4C0A785A1116(NULL);
|
|
return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 70867
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec_U3C_ctorU3Eb__2_16_m14E895F5EF397DED57D6677A0F4399A04482B31A (U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:318>
|
|
return 0;
|
|
}
|
|
}
|
|
// Method Definition Index: 70868
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec_U3C_ctorU3Eb__2_17_mF558F22E7A44DC1E2D23BE2D1429DFAC0D9BC095 (U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* __this, 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;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:318>
|
|
int32_t L_0;
|
|
L_0 = DebugDisplayGPUResidentDrawer_GetOcclusionContextsCounts_m60D0D1EBF103C8A3199281D3DC5CD2C318F98CE2(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_1;
|
|
L_1 = Math_Max_m530EBA549AFD98CFC2BD29FE86C6376E67DF11CF(((int32_t)il2cpp_codegen_subtract(L_0, 1)), 0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 70869
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3C_ctorU3Eb__2_26_m17AC5153064AE16E0E236E377556F79919FC35D7 (U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:330>
|
|
bool L_0;
|
|
L_0 = GPUResidentDrawer_IsEnabled_m03CFAB6E2CE8D71361F5223C940F4C0A785A1116(NULL);
|
|
return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 70870
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_1_mEF4F8D1CC79D1CF85CCC4610DC06BCB76564CE91 (U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:351>
|
|
int32_t L_0;
|
|
L_0 = DebugDisplayGPUResidentDrawer_GetInstanceCullerViewCount_m92894DC66DDDCC9E86096BBE082D1D306C2A085A(NULL);
|
|
int32_t L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(il2cpp_defaults.int32_class, &L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 70871
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_2_m1E08CF05A869CC26DF30F2877A709C3AF4F27598 (U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:362>
|
|
V_0 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:364>
|
|
V_1 = 0;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:366>
|
|
int32_t L_0 = V_1;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetInstanceCullerViewStats_m0FBAB4D8A7F7B2AD56BABE57E5E0648B5686A85C(L_0, NULL);
|
|
V_2 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:367>
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_2 = V_2;
|
|
int32_t L_3 = L_2.___viewType;
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:368>
|
|
int32_t L_4 = V_0;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_5 = V_2;
|
|
int32_t L_6 = L_5.___visibleInstancesOnGPU;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_4, L_6));
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:364>
|
|
int32_t L_7 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_7, 1));
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:364>
|
|
int32_t L_8 = V_1;
|
|
int32_t L_9;
|
|
L_9 = DebugDisplayGPUResidentDrawer_GetInstanceCullerViewCount_m92894DC66DDDCC9E86096BBE082D1D306C2A085A(NULL);
|
|
if ((((int32_t)L_8) < ((int32_t)L_9)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:370>
|
|
int32_t L_10 = V_0;
|
|
int32_t L_11 = L_10;
|
|
RuntimeObject* L_12 = Box(il2cpp_defaults.int32_class, &L_11);
|
|
return L_12;
|
|
}
|
|
}
|
|
// Method Definition Index: 70872
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_3_m8E2C65C9A3C7FD20603EC17220C113B310BBB502 (U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:375>
|
|
V_0 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:377>
|
|
V_1 = 0;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:379>
|
|
int32_t L_0 = V_1;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetInstanceCullerViewStats_m0FBAB4D8A7F7B2AD56BABE57E5E0648B5686A85C(L_0, NULL);
|
|
V_2 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:380>
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_2 = V_2;
|
|
int32_t L_3 = L_2.___viewType;
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)2))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:381>
|
|
int32_t L_4 = V_0;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_5 = V_2;
|
|
int32_t L_6 = L_5.___visibleInstancesOnGPU;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_4, L_6));
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:377>
|
|
int32_t L_7 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_7, 1));
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:377>
|
|
int32_t L_8 = V_1;
|
|
int32_t L_9;
|
|
L_9 = DebugDisplayGPUResidentDrawer_GetInstanceCullerViewCount_m92894DC66DDDCC9E86096BBE082D1D306C2A085A(NULL);
|
|
if ((((int32_t)L_8) < ((int32_t)L_9)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:383>
|
|
int32_t L_10 = V_0;
|
|
int32_t L_11 = L_10;
|
|
RuntimeObject* L_12 = Box(il2cpp_defaults.int32_class, &L_11);
|
|
return L_12;
|
|
}
|
|
}
|
|
// Method Definition Index: 70873
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_4_mDA48DFF119F9FBAECB72A64EE19B1B07F93F70FF (U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:388>
|
|
V_0 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:390>
|
|
V_1 = 0;
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:392>
|
|
int32_t L_0 = V_1;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetInstanceCullerViewStats_m0FBAB4D8A7F7B2AD56BABE57E5E0648B5686A85C(L_0, NULL);
|
|
V_2 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:393>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:394>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:395>
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_2 = V_2;
|
|
int32_t L_3 = L_2.___viewType;
|
|
if ((((int32_t)L_3) == ((int32_t)5)))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_4 = V_2;
|
|
int32_t L_5 = L_4.___viewType;
|
|
if ((((int32_t)L_5) == ((int32_t)3)))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_6 = V_2;
|
|
int32_t L_7 = L_6.___viewType;
|
|
if ((((int32_t)L_7) == ((int32_t)4)))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:396>
|
|
int32_t L_8 = V_0;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_9 = V_2;
|
|
int32_t L_10 = L_9.___visibleInstancesOnGPU;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_8, L_10));
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:390>
|
|
int32_t L_11 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:390>
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13;
|
|
L_13 = DebugDisplayGPUResidentDrawer_GetInstanceCullerViewCount_m92894DC66DDDCC9E86096BBE082D1D306C2A085A(NULL);
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:398>
|
|
int32_t L_14 = V_0;
|
|
int32_t L_15 = L_14;
|
|
RuntimeObject* L_16 = Box(il2cpp_defaults.int32_class, &L_15);
|
|
return L_16;
|
|
}
|
|
}
|
|
// Method Definition Index: 70874
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_5_m05AB1A6014D473142A33584EF5098842F49EFCC4 (U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:411>
|
|
V_0 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:413>
|
|
V_1 = 0;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:415>
|
|
int32_t L_0 = V_1;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetInstanceCullerViewStats_m0FBAB4D8A7F7B2AD56BABE57E5E0648B5686A85C(L_0, NULL);
|
|
V_2 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:416>
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_2 = V_2;
|
|
int32_t L_3 = L_2.___viewType;
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)1))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:417>
|
|
int32_t L_4 = V_0;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_5 = V_2;
|
|
int32_t L_6 = L_5.___visiblePrimitivesOnGPU;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_4, L_6));
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:413>
|
|
int32_t L_7 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_7, 1));
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:413>
|
|
int32_t L_8 = V_1;
|
|
int32_t L_9;
|
|
L_9 = DebugDisplayGPUResidentDrawer_GetInstanceCullerViewCount_m92894DC66DDDCC9E86096BBE082D1D306C2A085A(NULL);
|
|
if ((((int32_t)L_8) < ((int32_t)L_9)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:419>
|
|
int32_t L_10 = V_0;
|
|
int32_t L_11 = L_10;
|
|
RuntimeObject* L_12 = Box(il2cpp_defaults.int32_class, &L_11);
|
|
return L_12;
|
|
}
|
|
}
|
|
// Method Definition Index: 70875
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_6_m08BB4683DFB0BD14B10210F9964EF78140FF10CB (U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:424>
|
|
V_0 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:426>
|
|
V_1 = 0;
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:428>
|
|
int32_t L_0 = V_1;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetInstanceCullerViewStats_m0FBAB4D8A7F7B2AD56BABE57E5E0648B5686A85C(L_0, NULL);
|
|
V_2 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:429>
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_2 = V_2;
|
|
int32_t L_3 = L_2.___viewType;
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)2))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:430>
|
|
int32_t L_4 = V_0;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_5 = V_2;
|
|
int32_t L_6 = L_5.___visiblePrimitivesOnGPU;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_4, L_6));
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:426>
|
|
int32_t L_7 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_7, 1));
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:426>
|
|
int32_t L_8 = V_1;
|
|
int32_t L_9;
|
|
L_9 = DebugDisplayGPUResidentDrawer_GetInstanceCullerViewCount_m92894DC66DDDCC9E86096BBE082D1D306C2A085A(NULL);
|
|
if ((((int32_t)L_8) < ((int32_t)L_9)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:432>
|
|
int32_t L_10 = V_0;
|
|
int32_t L_11 = L_10;
|
|
RuntimeObject* L_12 = Box(il2cpp_defaults.int32_class, &L_11);
|
|
return L_12;
|
|
}
|
|
}
|
|
// Method Definition Index: 70876
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec_U3CAddInstanceCullingStatsWidgetU3Eb__3_7_m389723C588DA0A6320BB10A3BB94AD47C4772608 (U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:437>
|
|
V_0 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:439>
|
|
V_1 = 0;
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:441>
|
|
int32_t L_0 = V_1;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetInstanceCullerViewStats_m0FBAB4D8A7F7B2AD56BABE57E5E0648B5686A85C(L_0, NULL);
|
|
V_2 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:442>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:443>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:444>
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_2 = V_2;
|
|
int32_t L_3 = L_2.___viewType;
|
|
if ((((int32_t)L_3) == ((int32_t)5)))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_4 = V_2;
|
|
int32_t L_5 = L_4.___viewType;
|
|
if ((((int32_t)L_5) == ((int32_t)3)))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_6 = V_2;
|
|
int32_t L_7 = L_6.___viewType;
|
|
if ((((int32_t)L_7) == ((int32_t)4)))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:445>
|
|
int32_t L_8 = V_0;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_9 = V_2;
|
|
int32_t L_10 = L_9.___visiblePrimitivesOnGPU;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_8, L_10));
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:439>
|
|
int32_t L_11 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:439>
|
|
int32_t L_12 = V_1;
|
|
int32_t L_13;
|
|
L_13 = DebugDisplayGPUResidentDrawer_GetInstanceCullerViewCount_m92894DC66DDDCC9E86096BBE082D1D306C2A085A(NULL);
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:447>
|
|
int32_t L_14 = V_0;
|
|
int32_t L_15 = L_14;
|
|
RuntimeObject* L_16 = Box(il2cpp_defaults.int32_class, &L_15);
|
|
return L_16;
|
|
}
|
|
}
|
|
// Method Definition Index: 70877
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec_U3CAddOcclusionContextStatsWidgetU3Eb__4_1_m50ECF46F715AD40AD546A000C171E6BF749A2D57 (U3CU3Ec_t6CD4B09955E08D8540B0EC92FAA99FCE99DA587A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:514>
|
|
int32_t L_0;
|
|
L_0 = DebugDisplayGPUResidentDrawer_GetOcclusionContextsCounts_m60D0D1EBF103C8A3199281D3DC5CD2C318F98CE2(NULL);
|
|
int32_t L_1 = L_0;
|
|
RuntimeObject* L_2 = Box(il2cpp_defaults.int32_class, &L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
#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
|
|
// Method Definition Index: 70878
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0__ctor_m65677D4DD004FEA95CEF164DA1CFCF023CAFE84D (U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70879
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__3_mD932A7BDF2C4A95ADD0A793D88603399C0A30BBA (U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:313>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_get_occlusionTestOverlayEnable_m9A235C5BC833535F37EF6521C8201C3CE29C51A5(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 70880
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__4_m2BC2F60CB8AF8FD2F1328543162B1E49774712AD (U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:313>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
bool L_1 = ___0_value;
|
|
NullCheck(L_0);
|
|
DebugDisplayGPUResidentDrawer_set_occlusionTestOverlayEnable_mA2EB2A26999F2D9AF42AA8E3E4636C26C2B742EB(L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70881
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__5_m8C9D186608F61193AE4207817E1ACDDE6C2726C0 (U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:314>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_get_occlusionTestOverlayCountVisible_m634A2AC553EFFABBE7867FF3F849B56854132881(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 70882
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__6_m721C13571D79B42825FC4C282072ED740F8C9BF6 (U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:314>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
bool L_1 = ___0_value;
|
|
NullCheck(L_0);
|
|
DebugDisplayGPUResidentDrawer_set_occlusionTestOverlayCountVisible_mB528723B0E9B869C1A316E1E96A992559BF6F7ED(L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70883
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__7_mEB15B8079DD79B3B3AA7221B93777D3A7D91B1C9 (U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:315>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_get_overrideOcclusionTestToAlwaysPass_m540F53888B63B89065870B56B8981D23580A82E3(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 70884
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__8_m31DDC1A4B0CDD778030C7A154102549CAB2D8577 (U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:315>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
bool L_1 = ___0_value;
|
|
NullCheck(L_0);
|
|
DebugDisplayGPUResidentDrawer_set_overrideOcclusionTestToAlwaysPass_m20C4D9DC1E966A9C4C4D0D466F4BD38ADD30AE13(L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70885
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__9_mCC4BC12D4DC4F35BD4B7585162E160F09CC8DC27 (U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:316>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
NullCheck(L_0);
|
|
bool L_1 = L_0->___occluderContextStats;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 70886
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__10_m12DA07F4057174A9C51C3490CAB31ABBDBCC65AC (U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:316>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
bool L_1 = ___0_value;
|
|
NullCheck(L_0);
|
|
L_0->___occluderContextStats = L_1;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70887
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__11_m6F14E1BC75C6E8D7983FEC6A512122D33B8F5ED2 (U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:317>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
NullCheck(L_0);
|
|
bool L_1 = L_0->___occluderDebugViewEnable;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 70888
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__12_m3C7B0AD686A0FD426273990498FF6BA571FFC16E (U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:317>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
bool L_1 = ___0_value;
|
|
NullCheck(L_0);
|
|
L_0->___occluderDebugViewEnable = L_1;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70889
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__13_m5F4FF7135D0D1BD237D13C77CCA8525F0910867D (U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:318>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___occluderDebugViewIndex;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 70890
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__14_mD4833866F9E3D44ABCD198C96CAA9F73DBF3B674 (U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:318>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
int32_t L_1 = ___0_value;
|
|
NullCheck(L_0);
|
|
L_0->___occluderDebugViewIndex = L_1;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70891
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__15_mE458635A19DCE0C2C9232654152704448A814E9F (U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:318>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
NullCheck(L_0);
|
|
bool L_1 = L_0->___occluderDebugViewEnable;
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 70892
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__18_m4BF1ED906D874B542CCBECE37769C95E0EEEEFE2 (U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:319>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
NullCheck(L_0);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_1 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&L_0->___occluderDebugViewRange);
|
|
float L_2 = L_1->___x;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 70893
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__19_m15765D8BE137D80E15D9E0DFEE2D1702F80D16D1 (U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:319>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
NullCheck(L_0);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_1 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&L_0->___occluderDebugViewRange);
|
|
float L_2 = ___0_value;
|
|
L_1->___x = L_2;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70894
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__20_m3F3D3E337916110ADA2E9AC04766373D4034E29F (U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:319>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
NullCheck(L_0);
|
|
bool L_1 = L_0->___occluderDebugViewEnable;
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 70895
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__21_m7C83A2EA4C56EB3016A830CBD6BC6D7348FB32A0 (U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:320>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
NullCheck(L_0);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_1 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&L_0->___occluderDebugViewRange);
|
|
float L_2 = L_1->___y;
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 70896
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__22_m7C34E5A19AEEF6DEA46F39BD18FDCFA72F754EC6 (U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* __this, float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:320>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
NullCheck(L_0);
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7* L_1 = (Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7*)(&L_0->___occluderDebugViewRange);
|
|
float L_2 = ___0_value;
|
|
L_1->___y = L_2;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70897
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__23_mA4FC48AC04F73412EB611F97E87ADF7D437F6596 (U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:320>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
NullCheck(L_0);
|
|
bool L_1 = L_0->___occluderDebugViewEnable;
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 70898
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__24_m3C25B58CBFF7425C921F2CFE1C797A3B3C1A5F83 (U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:328>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_get_displayBatcherStats_m210D40F2C66835ADDD79B906A5266E0F233D3C34(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 70899
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass2_0_U3C_ctorU3Eb__25_mC056211293A3B7503C66790B6EC87EBEB2B0A824 (U3CU3Ec__DisplayClass2_0_t6A16F3259D689EF8F5D01D15FDA5DA9A98E97F09* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:329>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
bool L_1 = ___0_value;
|
|
NullCheck(L_0);
|
|
DebugDisplayGPUResidentDrawer_set_displayBatcherStats_m59E27BDE577C32E337F723FEF8F63C6BC686C662(L_0, L_1, 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
|
|
// Method Definition Index: 70900
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass3_0__ctor_m9D53BA0B98D193D6EC91584B253D22ECFDE1A89A (U3CU3Ec__DisplayClass3_0_tE52C775842A473C8F901E83EBE8F4FE7551943B1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70901
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass3_0_U3CAddInstanceCullingStatsWidgetU3Eb__0_m9FE17BAAA2BA671C3681DC39225C9FD13BFB3973 (U3CU3Ec__DisplayClass3_0_tE52C775842A473C8F901E83EBE8F4FE7551943B1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:343>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_get_displayBatcherStats_m210D40F2C66835ADDD79B906A5266E0F233D3C34(L_0, NULL);
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 70902
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass3_0_U3CAddInstanceCullingStatsWidgetU3Eb__8_m6EF51F0D432AEC04CD82DA0F52EED0FDF6F8134F (U3CU3Ec__DisplayClass3_0_tE52C775842A473C8F901E83EBE8F4FE7551943B1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:468>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_get_displayBatcherStats_m210D40F2C66835ADDD79B906A5266E0F233D3C34(L_0, NULL);
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 70903
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass3_0_U3CAddInstanceCullingStatsWidgetU3Eb__9_mEBCD6A2EE470AB30E7FAA8A97D5FFAA30073FA89 (U3CU3Ec__DisplayClass3_0_tE52C775842A473C8F901E83EBE8F4FE7551943B1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:490>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_get_displayBatcherStats_m210D40F2C66835ADDD79B906A5266E0F233D3C34(L_0, NULL);
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
#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
|
|
// Method Definition Index: 70904
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m4B6078FB02177992D2D89D03034193B119FCC121 (U3CU3Ec__DisplayClass4_0_t8389B0AD45D035267299AC57A0AD96EA60F3BA6C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70905
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass4_0_U3CAddOcclusionContextStatsWidgetU3Eb__0_m71812BB64272745920C85327299F9D807A592B08 (U3CU3Ec__DisplayClass4_0_t8389B0AD45D035267299AC57A0AD96EA60F3BA6C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:506>
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_0 = __this->___data;
|
|
NullCheck(L_0);
|
|
bool L_1 = L_0->___occluderContextStats;
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
#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
|
|
// Method Definition Index: 70906
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass29_0__ctor_m9E9E0D304D4857CCC41C81920D8F9B2426B21022 (U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70907
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__0_mC0E8B5021FEC842FDA982AF122F22BB6340D35E9 (U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:160>
|
|
int32_t L_0 = __this->___viewIndex;
|
|
int32_t L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetInstanceCullerViewCount_m92894DC66DDDCC9E86096BBE082D1D306C2A085A(NULL);
|
|
return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 70908
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__1_m9AE4D495A32845644E11FB2B895DA5E75F8635F8 (U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BatchCullingViewType_tAC2682BF9A489DF44A8960693303B47248C252CF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:163>
|
|
int32_t L_0 = __this->___viewIndex;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetInstanceCullerViewStats_m0FBAB4D8A7F7B2AD56BABE57E5E0648B5686A85C(L_0, NULL);
|
|
int32_t L_2 = L_1.___viewType;
|
|
int32_t L_3 = L_2;
|
|
RuntimeObject* L_4 = Box(BatchCullingViewType_tAC2682BF9A489DF44A8960693303B47248C252CF_il2cpp_TypeInfo_var, &L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 70909
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__2_m95BA865F2DE7F6DBDD8FCEFE47701070C5AE3F98 (U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:166>
|
|
int32_t L_0 = __this->___viewIndex;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetInstanceCullerViewStats_m0FBAB4D8A7F7B2AD56BABE57E5E0648B5686A85C(L_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:174>
|
|
int32_t L_2 = L_1.___viewInstanceID;
|
|
int32_t L_3 = L_2;
|
|
RuntimeObject* L_4 = Box(il2cpp_defaults.int32_class, &L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 70910
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__3_m58F09A1804446AF0F5931AC7196D7BAC039F3EDB (U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:177>
|
|
int32_t L_0 = __this->___viewIndex;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetInstanceCullerViewStats_m0FBAB4D8A7F7B2AD56BABE57E5E0648B5686A85C(L_0, NULL);
|
|
int32_t L_2 = L_1.___splitIndex;
|
|
int32_t L_3 = L_2;
|
|
RuntimeObject* L_4 = Box(il2cpp_defaults.int32_class, &L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 70911
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__4_m3747952920734A24FC5B1F9DCFE309747F9C4C4D (U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7721A47648B53D1891F250EA273B37FCC74C117);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:180>
|
|
int32_t L_0 = __this->___viewIndex;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetInstanceCullerViewStats_m0FBAB4D8A7F7B2AD56BABE57E5E0648B5686A85C(L_0, NULL);
|
|
V_0 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:181>
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_2 = V_0;
|
|
int32_t L_3 = L_2.___visibleInstancesOnCPU;
|
|
int32_t L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(il2cpp_defaults.int32_class, &L_4);
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_6 = V_0;
|
|
int32_t L_7 = L_6.___visibleInstancesOnGPU;
|
|
int32_t L_8 = L_7;
|
|
RuntimeObject* L_9 = Box(il2cpp_defaults.int32_class, &L_8);
|
|
String_t* L_10;
|
|
L_10 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteralE7721A47648B53D1891F250EA273B37FCC74C117, L_5, L_9, NULL);
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 70912
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__5_m74C8AB5E55872D1160D6F08B78F48718683BF499 (U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE7721A47648B53D1891F250EA273B37FCC74C117);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:186>
|
|
int32_t L_0 = __this->___viewIndex;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetInstanceCullerViewStats_m0FBAB4D8A7F7B2AD56BABE57E5E0648B5686A85C(L_0, NULL);
|
|
V_0 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:187>
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_2 = V_0;
|
|
int32_t L_3 = L_2.___visiblePrimitivesOnCPU;
|
|
int32_t L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(il2cpp_defaults.int32_class, &L_4);
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_6 = V_0;
|
|
int32_t L_7 = L_6.___visiblePrimitivesOnGPU;
|
|
int32_t L_8 = L_7;
|
|
RuntimeObject* L_9 = Box(il2cpp_defaults.int32_class, &L_8);
|
|
String_t* L_10;
|
|
L_10 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteralE7721A47648B53D1891F250EA273B37FCC74C117, L_5, L_9, NULL);
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 70913
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass29_0_U3CAddInstanceCullerViewDataRowU3Eb__6_m0C34ADB7308678E1AFF82716F6A27B1442D49578 (U3CU3Ec__DisplayClass29_0_tCFC4E4E70E6AA91B21AEE59C14F5FE6417DAD8E9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:190>
|
|
int32_t L_0 = __this->___viewIndex;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetInstanceCullerViewStats_m0FBAB4D8A7F7B2AD56BABE57E5E0648B5686A85C(L_0, NULL);
|
|
int32_t L_2 = L_1.___drawCommands;
|
|
int32_t L_3 = L_2;
|
|
RuntimeObject* L_4 = Box(il2cpp_defaults.int32_class, &L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
#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
|
|
// Method Definition Index: 70914
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass36_0__ctor_mCF1A9D6AB58A71DF67B082ABF5863ADF15DB90DF (U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70915
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__0_m281CC8F847448D48F68A721E2D0F86F92A43685D (U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:231>
|
|
int32_t L_0 = __this->___eventIndex;
|
|
int32_t L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetInstanceOcclusionEventCount_mD84250B5B4DF8C05FAC630C7E60E9E27125E14A8(NULL);
|
|
return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 70916
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__1_mB8309CBEA6D07BE46EE531191348BFDE63BFA021 (U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:236>
|
|
int32_t L_0 = __this->___eventIndex;
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetInstanceOcclusionEventStats_m602D50534C866EEB3661DA78C183640EE3224B94(L_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:244>
|
|
int32_t L_2 = L_1.___viewInstanceID;
|
|
int32_t L_3 = L_2;
|
|
RuntimeObject* L_4 = Box(il2cpp_defaults.int32_class, &L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 70917
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__2_mD0C884ECBEBC66AD69047F71489B3045DB0AFF88 (U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceOcclusionEventType_tF66ED25A6A1D3943D326795EA91E803D666ECF79_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:247>
|
|
int32_t L_0 = __this->___eventIndex;
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetInstanceOcclusionEventStats_m602D50534C866EEB3661DA78C183640EE3224B94(L_0, NULL);
|
|
int32_t L_2 = L_1.___eventType;
|
|
int32_t L_3 = L_2;
|
|
RuntimeObject* L_4 = Box(InstanceOcclusionEventType_tF66ED25A6A1D3943D326795EA91E803D666ECF79_il2cpp_TypeInfo_var, &L_3);
|
|
String_t* L_5;
|
|
L_5 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// Method Definition Index: 70918
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__3_m8957BE6A834F4BBD5BCEACE48D551CCC947D9DA1 (U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* __this, const RuntimeMethod* method)
|
|
{
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:248>
|
|
int32_t L_0 = __this->___eventIndex;
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetInstanceOcclusionEventStats_m602D50534C866EEB3661DA78C183640EE3224B94(L_0, NULL);
|
|
V_0 = L_1;
|
|
RuntimeObject* L_2;
|
|
L_2 = DebugDisplayGPUResidentDrawer_OccluderVersionString_m7714E7A750D1B3965E3E07AC82B75EDCFFC0A265((&V_0), NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 70919
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__4_m297B7D746ADD3C16469C222543943215A72DA08D (U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8AE0AFC05D166DCEF16C3FBCBF926F964EC9BEFC);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:249>
|
|
int32_t L_0 = __this->___eventIndex;
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetInstanceOcclusionEventStats_m602D50534C866EEB3661DA78C183640EE3224B94(L_0, NULL);
|
|
int32_t L_2 = L_1.___subviewMask;
|
|
int32_t L_3 = L_2;
|
|
RuntimeObject* L_4 = Box(il2cpp_defaults.int32_class, &L_3);
|
|
String_t* L_5;
|
|
L_5 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral8AE0AFC05D166DCEF16C3FBCBF926F964EC9BEFC, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// Method Definition Index: 70920
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__5_m03FA65281C30F4D1936B9E0500137902A19C4050 (U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:250>
|
|
int32_t L_0 = __this->___eventIndex;
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetInstanceOcclusionEventStats_m602D50534C866EEB3661DA78C183640EE3224B94(L_0, NULL);
|
|
V_0 = L_1;
|
|
RuntimeObject* L_2;
|
|
L_2 = DebugDisplayGPUResidentDrawer_OcclusionTestString_m1B455D1A286D34A76D5A3F9F0583852B93AEDB4B((&V_0), NULL);
|
|
String_t* L_3;
|
|
L_3 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 70921
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__6_m93BF41E213ACCF0C57F5FC9DF9BC8E28AB37D26F (U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* __this, const RuntimeMethod* method)
|
|
{
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:251>
|
|
int32_t L_0 = __this->___eventIndex;
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetInstanceOcclusionEventStats_m602D50534C866EEB3661DA78C183640EE3224B94(L_0, NULL);
|
|
V_0 = L_1;
|
|
RuntimeObject* L_2;
|
|
L_2 = DebugDisplayGPUResidentDrawer_VisibleInstancesString_m379FD46F020F09A4F6104D0B903B87E6D5CF440E((&V_0), NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 70922
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__7_mD9C6E0CB28F766F6D83DD8503259D673862D74AB (U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* __this, const RuntimeMethod* method)
|
|
{
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:252>
|
|
int32_t L_0 = __this->___eventIndex;
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetInstanceOcclusionEventStats_m602D50534C866EEB3661DA78C183640EE3224B94(L_0, NULL);
|
|
V_0 = L_1;
|
|
RuntimeObject* L_2;
|
|
L_2 = DebugDisplayGPUResidentDrawer_CulledInstancesString_mD981EA1AFC5F7D9E5FE201A576EF96E47FD545E7((&V_0), NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 70923
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__8_mA2B89C190F8435EFC7DF6FA418D3F3258528A918 (U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* __this, const RuntimeMethod* method)
|
|
{
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:253>
|
|
int32_t L_0 = __this->___eventIndex;
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetInstanceOcclusionEventStats_m602D50534C866EEB3661DA78C183640EE3224B94(L_0, NULL);
|
|
V_0 = L_1;
|
|
RuntimeObject* L_2;
|
|
L_2 = DebugDisplayGPUResidentDrawer_VisiblePrimitivesString_mA9A2E88C6B9E671A2CB81B6C1E419353A5B8D7B1((&V_0), NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 70924
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass36_0_U3CAddInstanceOcclusionPassDataRowU3Eb__9_m836861B3A208A7B2520ADF8ADEF71AC2C6CE3F0D (U3CU3Ec__DisplayClass36_0_tD6BF90855929540DEC6CC3BDDFC8F3533F50A77C* __this, const RuntimeMethod* method)
|
|
{
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:254>
|
|
int32_t L_0 = __this->___eventIndex;
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetInstanceOcclusionEventStats_m602D50534C866EEB3661DA78C183640EE3224B94(L_0, NULL);
|
|
V_0 = L_1;
|
|
RuntimeObject* L_2;
|
|
L_2 = DebugDisplayGPUResidentDrawer_CulledPrimitivesString_m67116AB84AB698B088998CD8C944E99D946DCA50((&V_0), NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
#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
|
|
// Method Definition Index: 70925
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass37_0__ctor_mE3CAD25DCE82E40BC3470957C9405A129586BCDF (U3CU3Ec__DisplayClass37_0_t890942068BB6DC32AAC4C50916EA757008A490F8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70926
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass37_0_U3CAddOcclusionContextDataRowU3Eb__0_mED3FABF60A71E14B58132405A736ED530A109CE1 (U3CU3Ec__DisplayClass37_0_t890942068BB6DC32AAC4C50916EA757008A490F8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:265>
|
|
int32_t L_0 = __this->___index;
|
|
int32_t L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetOcclusionContextsCounts_m60D0D1EBF103C8A3199281D3DC5CD2C318F98CE2(NULL);
|
|
return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 70927
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass37_0_U3CAddOcclusionContextDataRowU3Eb__1_m16A03382811631BC4C552CB1164EDF515D8B7DD6 (U3CU3Ec__DisplayClass37_0_t890942068BB6DC32AAC4C50916EA757008A490F8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:268>
|
|
int32_t L_0 = __this->___index;
|
|
DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93 L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetOccluderStats_mC14EA7475AC1AFC3C3252E433ADB1C537CD934A4(L_0, NULL);
|
|
int32_t L_2 = L_1.___viewInstanceID;
|
|
int32_t L_3 = L_2;
|
|
RuntimeObject* L_4 = Box(il2cpp_defaults.int32_class, &L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 70928
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass37_0_U3CAddOcclusionContextDataRowU3Eb__2_m177C7E2116DF1840927C16C0D38F7DDD22F48176 (U3CU3Ec__DisplayClass37_0_t890942068BB6DC32AAC4C50916EA757008A490F8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:269>
|
|
int32_t L_0 = __this->___index;
|
|
DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93 L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetOccluderStats_mC14EA7475AC1AFC3C3252E433ADB1C537CD934A4(L_0, NULL);
|
|
int32_t L_2 = L_1.___subviewCount;
|
|
int32_t L_3 = L_2;
|
|
RuntimeObject* L_4 = Box(il2cpp_defaults.int32_class, &L_3);
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 70929
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* U3CU3Ec__DisplayClass37_0_U3CAddOcclusionContextDataRowU3Eb__3_m800D183BCA94C61672567786D4398674D2648401 (U3CU3Ec__DisplayClass37_0_t890942068BB6DC32AAC4C50916EA757008A490F8* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC5D8AF07339C92C1C8A544FB0AED646C001200E8);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:273>
|
|
int32_t L_0 = __this->___index;
|
|
DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93 L_1;
|
|
L_1 = DebugDisplayGPUResidentDrawer_GetOccluderStats_mC14EA7475AC1AFC3C3252E433ADB1C537CD934A4(L_0, NULL);
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_2 = L_1.___occluderMipLayoutSize;
|
|
V_0 = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Debug/DebugDisplayGPUResidentDrawer.cs:274>
|
|
int32_t L_3;
|
|
L_3 = Vector2Int_get_x_mA2CACB1B6E6B5AD0CCC32B2CD2EDCE3ECEB50576_inline((&V_0), NULL);
|
|
int32_t L_4 = L_3;
|
|
RuntimeObject* L_5 = Box(il2cpp_defaults.int32_class, &L_4);
|
|
int32_t L_6;
|
|
L_6 = Vector2Int_get_y_m48454163ECF0B463FB5A16A0C4FC4B14DB0768B3_inline((&V_0), NULL);
|
|
int32_t L_7 = L_6;
|
|
RuntimeObject* L_8 = Box(il2cpp_defaults.int32_class, &L_7);
|
|
String_t* L_9;
|
|
L_9 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteralC5D8AF07339C92C1C8A544FB0AED646C001200E8, L_5, L_8, NULL);
|
|
return L_9;
|
|
}
|
|
}
|
|
#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
|
|
// Method Definition Index: 70930
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Line_t8D244028CB246A8809C238B421BD36B0631DA731 Line_LineOfPlaneIntersectingPlane_m0ED39FE7E09D672A03C93AA51883CECB1FFF2EF8 (float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___0_a, float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___1_b, const RuntimeMethod* method)
|
|
{
|
|
Line_t8D244028CB246A8809C238B421BD36B0631DA731 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:17>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:18>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:19>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:20>
|
|
il2cpp_codegen_initobj((&V_0), sizeof(Line_t8D244028CB246A8809C238B421BD36B0631DA731));
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_0 = ___0_a;
|
|
float L_1 = L_0.___w;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_2;
|
|
L_2 = float4_get_xyz_mE6EC829F35512C7BC159047FDC134E80F3B37A06_inline((&___1_b), NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_3;
|
|
L_3 = float3_op_Multiply_m38F52B61F8E5636955A1A6DF3A75BD0724148350_inline(L_1, L_2, NULL);
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_4 = ___1_b;
|
|
float L_5 = L_4.___w;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_6;
|
|
L_6 = float4_get_xyz_mE6EC829F35512C7BC159047FDC134E80F3B37A06_inline((&___0_a), NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_7;
|
|
L_7 = float3_op_Multiply_m38F52B61F8E5636955A1A6DF3A75BD0724148350_inline(L_5, L_6, NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_8;
|
|
L_8 = float3_op_Subtraction_mB6036E9849D95650D6E73DA0D179CD7B61E696F2_inline(L_3, L_7, NULL);
|
|
(&V_0)->___m = L_8;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_9;
|
|
L_9 = float4_get_xyz_mE6EC829F35512C7BC159047FDC134E80F3B37A06_inline((&___0_a), NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_10;
|
|
L_10 = float4_get_xyz_mE6EC829F35512C7BC159047FDC134E80F3B37A06_inline((&___1_b), NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_11;
|
|
L_11 = math_cross_m4CA2DAE150C6381B0D05E8AA9E48E88CF6157180_inline(L_9, L_10, NULL);
|
|
(&V_0)->___t = L_11;
|
|
Line_t8D244028CB246A8809C238B421BD36B0631DA731 L_12 = V_0;
|
|
return L_12;
|
|
}
|
|
}
|
|
// Method Definition Index: 70931
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E Line_PlaneContainingLineAndPoint_m59813FE596901FCDFCA7E64A83841D14AB030402 (Line_t8D244028CB246A8809C238B421BD36B0631DA731 ___0_a, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___1_b, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:26>
|
|
Line_t8D244028CB246A8809C238B421BD36B0631DA731 L_0 = ___0_a;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_1 = L_0.___m;
|
|
Line_t8D244028CB246A8809C238B421BD36B0631DA731 L_2 = ___0_a;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_3 = L_2.___t;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_4 = ___1_b;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_5;
|
|
L_5 = math_cross_m4CA2DAE150C6381B0D05E8AA9E48E88CF6157180_inline(L_3, L_4, NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_6;
|
|
L_6 = float3_op_Addition_mFFCF4F7457594F5EFB0678C0DE90AAD3D3F6947B_inline(L_1, L_5, NULL);
|
|
Line_t8D244028CB246A8809C238B421BD36B0631DA731 L_7 = ___0_a;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_8 = L_7.___m;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_9 = ___1_b;
|
|
float L_10;
|
|
L_10 = math_dot_mE193D8880350D74CC8D63A0D53CDC5902F844AAD_inline(L_8, L_9, NULL);
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_11;
|
|
memset((&L_11), 0, sizeof(L_11));
|
|
float4__ctor_m2A21052EF06884F609D1CDA9A2C2ED84A7584345_inline((&L_11), L_6, ((-L_10)), NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
// Method Definition Index: 70932
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E Line_PlaneContainingLineWithNormalPerpendicularToVector_m34DB45E98946F82ECB81242D6CE074AEF43E0CF0 (Line_t8D244028CB246A8809C238B421BD36B0631DA731 ___0_a, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___1_b, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:32>
|
|
Line_t8D244028CB246A8809C238B421BD36B0631DA731 L_0 = ___0_a;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_1 = L_0.___t;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_2 = ___1_b;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_3;
|
|
L_3 = math_cross_m4CA2DAE150C6381B0D05E8AA9E48E88CF6157180_inline(L_1, L_2, NULL);
|
|
Line_t8D244028CB246A8809C238B421BD36B0631DA731 L_4 = ___0_a;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_5 = L_4.___m;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_6 = ___1_b;
|
|
float L_7;
|
|
L_7 = math_dot_mE193D8880350D74CC8D63A0D53CDC5902F844AAD_inline(L_5, L_6, NULL);
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
float4__ctor_m2A21052EF06884F609D1CDA9A2C2ED84A7584345_inline((&L_8), L_3, ((-L_7)), NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
#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
|
|
// Method Definition Index: 70933
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReceiverPlanes_IsSignBitSet_m115EC872F6B26CBF654D849659242E76E7850A09 (float ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:43>
|
|
float L_0 = ___0_x;
|
|
uint32_t L_1;
|
|
L_1 = math_asuint_m503D1ABF19E4BA615FD8AE1BF1A2E103BBED6139_inline(L_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:44>
|
|
return (bool)((!(((uint32_t)((int32_t)((uint32_t)L_1>>((int32_t)31)))) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 70934
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 ReceiverPlanes_LightFacingFrustumPlaneSubArray_m995D1E681E0ED63DFA8489C582A2FCBAF1C9356B (ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_GetSubArray_m2B4EA9FF70CC0BFCB8DCD9630E730DDA436A1F8C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_AsArray_mD1E540EB5C863F0EDCA8396DE9541D9E5EC2A180_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:49>
|
|
NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* L_0 = (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34*)(&__this->___planes);
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 L_1;
|
|
L_1 = NativeList_1_AsArray_mD1E540EB5C863F0EDCA8396DE9541D9E5EC2A180(L_0, NativeList_1_AsArray_mD1E540EB5C863F0EDCA8396DE9541D9E5EC2A180_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
int32_t L_2 = __this->___lightFacingPlaneCount;
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 L_3;
|
|
L_3 = NativeArray_1_GetSubArray_m2B4EA9FF70CC0BFCB8DCD9630E730DDA436A1F8C((&V_0), 0, L_2, NativeArray_1_GetSubArray_m2B4EA9FF70CC0BFCB8DCD9630E730DDA436A1F8C_RuntimeMethod_var);
|
|
return L_3;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 ReceiverPlanes_LightFacingFrustumPlaneSubArray_m995D1E681E0ED63DFA8489C582A2FCBAF1C9356B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2*>(__this + _offset);
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 _returnValue;
|
|
_returnValue = ReceiverPlanes_LightFacingFrustumPlaneSubArray_m995D1E681E0ED63DFA8489C582A2FCBAF1C9356B(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 70935
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 ReceiverPlanes_SilhouettePlaneSubArray_m851F735918EE9297C64815C42AAD446BCBE55F4B (ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_GetSubArray_m2B4EA9FF70CC0BFCB8DCD9630E730DDA436A1F8C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_AsArray_mD1E540EB5C863F0EDCA8396DE9541D9E5EC2A180_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_m8842BCE2399B0730FC7584F095F1AC006D55886A_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:54>
|
|
NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* L_0 = (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34*)(&__this->___planes);
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 L_1;
|
|
L_1 = NativeList_1_AsArray_mD1E540EB5C863F0EDCA8396DE9541D9E5EC2A180(L_0, NativeList_1_AsArray_mD1E540EB5C863F0EDCA8396DE9541D9E5EC2A180_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
int32_t L_2 = __this->___lightFacingPlaneCount;
|
|
NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* L_3 = (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34*)(&__this->___planes);
|
|
int32_t L_4;
|
|
L_4 = NativeList_1_get_Length_m8842BCE2399B0730FC7584F095F1AC006D55886A_inline(L_3, NativeList_1_get_Length_m8842BCE2399B0730FC7584F095F1AC006D55886A_RuntimeMethod_var);
|
|
int32_t L_5 = __this->___lightFacingPlaneCount;
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 L_6;
|
|
L_6 = NativeArray_1_GetSubArray_m2B4EA9FF70CC0BFCB8DCD9630E730DDA436A1F8C((&V_0), L_2, ((int32_t)il2cpp_codegen_subtract(L_4, L_5)), NativeArray_1_GetSubArray_m2B4EA9FF70CC0BFCB8DCD9630E730DDA436A1F8C_RuntimeMethod_var);
|
|
return L_6;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 ReceiverPlanes_SilhouettePlaneSubArray_m851F735918EE9297C64815C42AAD446BCBE55F4B_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2*>(__this + _offset);
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 _returnValue;
|
|
_returnValue = ReceiverPlanes_SilhouettePlaneSubArray_m851F735918EE9297C64815C42AAD446BCBE55F4B(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 70936
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2 ReceiverPlanes_CreateEmptyForTesting_m31C17EE66110F80DE225AC49E8AC79ED4D838ADB (int32_t ___0_allocator, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1__ctor_m30050AB7384DD6D8F7C0421EAC17109FCE7C1F18_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:59>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:60>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:61>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:62>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:63>
|
|
il2cpp_codegen_initobj((&V_0), sizeof(ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2));
|
|
int32_t L_0 = ___0_allocator;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_1;
|
|
L_1 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(L_0, NULL);
|
|
NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
NativeList_1__ctor_m30050AB7384DD6D8F7C0421EAC17109FCE7C1F18((&L_2), L_1, NativeList_1__ctor_m30050AB7384DD6D8F7C0421EAC17109FCE7C1F18_RuntimeMethod_var);
|
|
(&V_0)->___planes = L_2;
|
|
(&V_0)->___lightFacingPlaneCount = 0;
|
|
ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2 L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 70937
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReceiverPlanes_Dispose_mE53DCBAD81DDB002760FC5661F3B26330B62ACF4 (ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_job, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Dispose_m32C1631CCAB960F45262F6F8FAF8DC0404C849B5_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:68>
|
|
NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* L_0 = (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34*)(&__this->___planes);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_1 = ___0_job;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_2;
|
|
L_2 = NativeList_1_Dispose_m32C1631CCAB960F45262F6F8FAF8DC0404C849B5(L_0, L_1, NativeList_1_Dispose_m32C1631CCAB960F45262F6F8FAF8DC0404C849B5_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:69>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ReceiverPlanes_Dispose_mE53DCBAD81DDB002760FC5661F3B26330B62ACF4_AdjustorThunk (RuntimeObject* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_job, const RuntimeMethod* method)
|
|
{
|
|
ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2*>(__this + _offset);
|
|
ReceiverPlanes_Dispose_mE53DCBAD81DDB002760FC5661F3B26330B62ACF4(_thisAdjusted, ___0_job, method);
|
|
}
|
|
// Method Definition Index: 70938
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2 ReceiverPlanes_Create_mB53449C117AA6108D5F00315F573CE710945A81F (BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* ___0_cc, int32_t ___1_allocator, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Add_m11D7D9AEF949F5358C251CCA89B1BEAA5C811D49_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1__ctor_m30050AB7384DD6D8F7C0421EAC17109FCE7C1F18_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_m8842BCE2399B0730FC7584F095F1AC006D55886A_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
bool V_2 = false;
|
|
NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
int32_t V_6 = 0;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
int32_t V_8 = 0;
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
int32_t V_11 = 0;
|
|
int32_t V_12 = 0;
|
|
int32_t V_13 = 0;
|
|
int32_t V_14 = 0;
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C V_16;
|
|
memset((&V_16), 0, sizeof(V_16));
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E V_17;
|
|
memset((&V_17), 0, sizeof(V_17));
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E V_18;
|
|
memset((&V_18), 0, sizeof(V_18));
|
|
int32_t V_19 = 0;
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C V_20;
|
|
memset((&V_20), 0, sizeof(V_20));
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_21;
|
|
memset((&V_21), 0, sizeof(V_21));
|
|
int32_t V_22 = 0;
|
|
int32_t V_23 = 0;
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C V_24;
|
|
memset((&V_24), 0, sizeof(V_24));
|
|
int32_t V_25 = 0;
|
|
int32_t V_26 = 0;
|
|
int32_t V_27 = 0;
|
|
int32_t V_28 = 0;
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C V_29;
|
|
memset((&V_29), 0, sizeof(V_29));
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C V_30;
|
|
memset((&V_30), 0, sizeof(V_30));
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E V_31;
|
|
memset((&V_31), 0, sizeof(V_31));
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E V_32;
|
|
memset((&V_32), 0, sizeof(V_32));
|
|
int32_t G_B8_0 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:73>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:74>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:75>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:76>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:77>
|
|
il2cpp_codegen_initobj((&V_1), sizeof(ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2));
|
|
int32_t L_0 = ___1_allocator;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_1;
|
|
L_1 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(L_0, NULL);
|
|
NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
NativeList_1__ctor_m30050AB7384DD6D8F7C0421EAC17109FCE7C1F18((&L_2), L_1, NativeList_1__ctor_m30050AB7384DD6D8F7C0421EAC17109FCE7C1F18_RuntimeMethod_var);
|
|
(&V_1)->___planes = L_2;
|
|
(&V_1)->___lightFacingPlaneCount = 0;
|
|
ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2 L_3 = V_1;
|
|
V_0 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:79>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_4 = ___0_cc;
|
|
int32_t L_5 = L_4->___viewType;
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0479;
|
|
}
|
|
}
|
|
{
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_6 = ___0_cc;
|
|
int32_t L_7 = L_6->___receiverPlaneCount;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0479;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:81>
|
|
V_2 = (bool)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:82>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_8 = ___0_cc;
|
|
NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 L_9 = L_8->___cullingSplits;
|
|
V_3 = L_9;
|
|
int32_t L_10;
|
|
L_10 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_3))->___m_Length);
|
|
if ((((int32_t)L_10) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:84>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_11 = ___0_cc;
|
|
NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 L_12 = L_11->___cullingSplits;
|
|
V_3 = L_12;
|
|
CullingSplit_tA645AE6542408220387BA7188513D7FEDBC1CAC0 L_13;
|
|
L_13 = IL2CPP_NATIVEARRAY_GET_ITEM(CullingSplit_tA645AE6542408220387BA7188513D7FEDBC1CAC0, ((&V_3))->___m_Buffer, 0);
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_14 = L_13.___cullingMatrix;
|
|
V_4 = L_14;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:85>
|
|
float L_15;
|
|
L_15 = Matrix4x4_get_Item_m771C2EE3A3BFFBAC9F2AD07FFCAAF6146C1BE92A((&V_4), ((int32_t)15), NULL);
|
|
if ((!(((float)L_15) == ((float)(1.0f)))))
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
}
|
|
{
|
|
float L_16;
|
|
L_16 = Matrix4x4_get_Item_m771C2EE3A3BFFBAC9F2AD07FFCAAF6146C1BE92A((&V_4), ((int32_t)11), NULL);
|
|
if ((!(((float)L_16) == ((float)(0.0f)))))
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
}
|
|
{
|
|
float L_17;
|
|
L_17 = Matrix4x4_get_Item_m771C2EE3A3BFFBAC9F2AD07FFCAAF6146C1BE92A((&V_4), 7, NULL);
|
|
if ((!(((float)L_17) == ((float)(0.0f)))))
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
}
|
|
{
|
|
float L_18;
|
|
L_18 = Matrix4x4_get_Item_m771C2EE3A3BFFBAC9F2AD07FFCAAF6146C1BE92A((&V_4), 3, NULL);
|
|
G_B8_0 = ((((float)L_18) == ((float)(0.0f)))? 1 : 0);
|
|
goto IL_00a5;
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
G_B8_0 = 0;
|
|
}
|
|
|
|
IL_00a5:
|
|
{
|
|
V_2 = (bool)G_B8_0;
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:87>
|
|
bool L_19 = V_2;
|
|
if (!L_19)
|
|
{
|
|
goto IL_029d;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:89>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_20 = ___0_cc;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_21 = L_20->___localToWorldMatrix;
|
|
V_7 = L_21;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_22;
|
|
L_22 = Matrix4x4_GetColumn_m5CE079D7A69DE70E3144BADD20A1651C73A8D118((&V_7), 2, NULL);
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_23;
|
|
L_23 = Vector4_op_UnaryNegation_mE451F7AD9633EB555659025C54DE0A15AE436283_inline(L_22, NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_24;
|
|
L_24 = Vector4_op_Implicit_m0217ADDC8CADDB93ACBABB17A50207698DAB0071_inline(L_23, NULL);
|
|
V_5 = L_24;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:92>
|
|
V_6 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:93>
|
|
V_8 = 0;
|
|
goto IL_0121;
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:95>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_25 = ___0_cc;
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 L_26 = L_25->___cullingPlanes;
|
|
V_10 = L_26;
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_27 = ___0_cc;
|
|
int32_t L_28 = L_27->___receiverPlaneOffset;
|
|
int32_t L_29 = V_8;
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C L_30;
|
|
L_30 = IL2CPP_NATIVEARRAY_GET_ITEM(Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C, ((&V_10))->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_28, L_29)));
|
|
V_9 = L_30;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:96>
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_31;
|
|
L_31 = Plane_get_normal_mA161D94E6F7327BC111007C880B76E1731729EFB_inline((&V_9), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_32 = V_5;
|
|
float L_33;
|
|
L_33 = Vector3_Dot_mBB86BB940AA0A32FA7D3C02AC42E5BC7095A5D52_inline(L_31, L_32, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:97>
|
|
bool L_34;
|
|
L_34 = ReceiverPlanes_IsSignBitSet_m115EC872F6B26CBF654D849659242E76E7850A09(L_33, NULL);
|
|
if (!L_34)
|
|
{
|
|
goto IL_010d;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:98>
|
|
int32_t L_35 = V_6;
|
|
int32_t L_36 = V_8;
|
|
V_6 = ((int32_t)(L_35|((int32_t)(1<<((int32_t)(L_36&((int32_t)31)))))));
|
|
goto IL_011b;
|
|
}
|
|
|
|
IL_010d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:100>
|
|
NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* L_37 = (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34*)(&(&V_0)->___planes);
|
|
NativeList_1_Add_m11D7D9AEF949F5358C251CCA89B1BEAA5C811D49(L_37, (&V_9), NativeList_1_Add_m11D7D9AEF949F5358C251CCA89B1BEAA5C811D49_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_011b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:93>
|
|
int32_t L_38 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_38, 1));
|
|
}
|
|
|
|
IL_0121:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:93>
|
|
int32_t L_39 = V_8;
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_40 = ___0_cc;
|
|
int32_t L_41 = L_40->___receiverPlaneCount;
|
|
if ((((int32_t)L_39) < ((int32_t)L_41)))
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:102>
|
|
NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* L_42 = (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34*)(&(&V_0)->___planes);
|
|
int32_t L_43;
|
|
L_43 = NativeList_1_get_Length_m8842BCE2399B0730FC7584F095F1AC006D55886A_inline(L_42, NativeList_1_get_Length_m8842BCE2399B0730FC7584F095F1AC006D55886A_RuntimeMethod_var);
|
|
(&V_0)->___lightFacingPlaneCount = L_43;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:105>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_44 = ___0_cc;
|
|
int32_t L_45 = L_44->___receiverPlaneCount;
|
|
if ((!(((uint32_t)L_45) == ((uint32_t)6))))
|
|
{
|
|
goto IL_0479;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:107>
|
|
V_11 = 0;
|
|
goto IL_028b;
|
|
}
|
|
|
|
IL_0152:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:109>
|
|
int32_t L_46 = V_11;
|
|
V_12 = ((int32_t)il2cpp_codegen_add(L_46, 1));
|
|
goto IL_0278;
|
|
}
|
|
|
|
IL_015d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:112>
|
|
int32_t L_47 = V_11;
|
|
int32_t L_48 = V_12;
|
|
if ((((int32_t)((int32_t)(L_47/2))) == ((int32_t)((int32_t)(L_48/2)))))
|
|
{
|
|
goto IL_0272;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:116>
|
|
int32_t L_49 = V_6;
|
|
int32_t L_50 = V_11;
|
|
int32_t L_51 = V_6;
|
|
int32_t L_52 = V_12;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:117>
|
|
if (!((int32_t)(((int32_t)(((int32_t)(L_49>>((int32_t)(L_50&((int32_t)31)))))^((int32_t)(L_51>>((int32_t)(L_52&((int32_t)31)))))))&1)))
|
|
{
|
|
goto IL_0272;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:121>
|
|
int32_t L_53 = V_6;
|
|
int32_t L_54 = V_11;
|
|
if (!((int32_t)(((int32_t)(L_53>>((int32_t)(L_54&((int32_t)31)))))&1)))
|
|
{
|
|
goto IL_019e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_55 = V_12;
|
|
int32_t L_56 = V_11;
|
|
V_19 = L_56;
|
|
int32_t L_57 = L_55;
|
|
V_13 = L_57;
|
|
int32_t L_58 = V_19;
|
|
V_14 = L_58;
|
|
goto IL_01ac;
|
|
}
|
|
|
|
IL_019e:
|
|
{
|
|
int32_t L_59 = V_11;
|
|
int32_t L_60 = V_12;
|
|
V_19 = L_60;
|
|
int32_t L_61 = L_59;
|
|
V_13 = L_61;
|
|
int32_t L_62 = V_19;
|
|
V_14 = L_62;
|
|
}
|
|
|
|
IL_01ac:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:122>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_63 = ___0_cc;
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 L_64 = L_63->___cullingPlanes;
|
|
V_10 = L_64;
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_65 = ___0_cc;
|
|
int32_t L_66 = L_65->___receiverPlaneOffset;
|
|
int32_t L_67 = V_13;
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C L_68;
|
|
L_68 = IL2CPP_NATIVEARRAY_GET_ITEM(Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C, ((&V_10))->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_66, L_67)));
|
|
V_15 = L_68;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:123>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_69 = ___0_cc;
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 L_70 = L_69->___cullingPlanes;
|
|
V_10 = L_70;
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_71 = ___0_cc;
|
|
int32_t L_72 = L_71->___receiverPlaneOffset;
|
|
int32_t L_73 = V_14;
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C L_74;
|
|
L_74 = IL2CPP_NATIVEARRAY_GET_ITEM(Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C, ((&V_10))->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_72, L_73)));
|
|
V_16 = L_74;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:126>
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_75;
|
|
L_75 = Plane_get_normal_mA161D94E6F7327BC111007C880B76E1731729EFB_inline((&V_15), NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_76;
|
|
L_76 = float3_op_Implicit_mE1831A3AC179B7EB3236F8202EC8DD5CE05376AB(L_75, NULL);
|
|
float L_77;
|
|
L_77 = Plane_get_distance_m2D50D2C23E2D9438272F876878015B38DAF5ED30_inline((&V_15), NULL);
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_78;
|
|
memset((&L_78), 0, sizeof(L_78));
|
|
float4__ctor_m2A21052EF06884F609D1CDA9A2C2ED84A7584345_inline((&L_78), L_76, L_77, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:127>
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_79;
|
|
L_79 = Plane_get_normal_mA161D94E6F7327BC111007C880B76E1731729EFB_inline((&V_16), NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_80;
|
|
L_80 = float3_op_Implicit_mE1831A3AC179B7EB3236F8202EC8DD5CE05376AB(L_79, NULL);
|
|
float L_81;
|
|
L_81 = Plane_get_distance_m2D50D2C23E2D9438272F876878015B38DAF5ED30_inline((&V_16), NULL);
|
|
float4__ctor_m2A21052EF06884F609D1CDA9A2C2ED84A7584345_inline((&V_17), L_80, L_81, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:128>
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_82 = V_17;
|
|
Line_t8D244028CB246A8809C238B421BD36B0631DA731 L_83;
|
|
L_83 = Line_LineOfPlaneIntersectingPlane_m0ED39FE7E09D672A03C93AA51883CECB1FFF2EF8(L_78, L_82, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:129>
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_84 = V_5;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_85;
|
|
L_85 = float3_op_Implicit_mE1831A3AC179B7EB3236F8202EC8DD5CE05376AB(L_84, NULL);
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_86;
|
|
L_86 = Line_PlaneContainingLineWithNormalPerpendicularToVector_m34DB45E98946F82ECB81242D6CE074AEF43E0CF0(L_83, L_85, NULL);
|
|
V_18 = L_86;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:132>
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_87 = V_18;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_88;
|
|
L_88 = float4_get_xyz_mE6EC829F35512C7BC159047FDC134E80F3B37A06_inline((&V_18), NULL);
|
|
float L_89;
|
|
L_89 = math_length_m6A2B63D7A3B84261C2F7FCAA2CB382288A57D257_inline(L_88, NULL);
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_90;
|
|
L_90 = float4_op_Division_mA82993BB826C4799764D5B0E543D0D7776F4F8A2_inline(L_87, L_89, NULL);
|
|
V_18 = L_90;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:133>
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_91 = V_18;
|
|
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_92;
|
|
L_92 = math_isnan_mED38B88FBA9F6236AD15DE1464A11EC9C79C2523_inline(L_91, NULL);
|
|
bool L_93;
|
|
L_93 = math_any_mF5CAEC62F24E2940A7F6702EE75F549A46456016_inline(L_92, NULL);
|
|
if (L_93)
|
|
{
|
|
goto IL_0272;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:134>
|
|
NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* L_94 = (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34*)(&(&V_0)->___planes);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_95;
|
|
L_95 = float4_get_xyz_mE6EC829F35512C7BC159047FDC134E80F3B37A06_inline((&V_18), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_96;
|
|
L_96 = float3_op_Implicit_m9CC301DFD67EEFAA15CA05E91913E862B22326F6(L_95, NULL);
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_97 = V_18;
|
|
float L_98 = L_97.___w;
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C L_99;
|
|
memset((&L_99), 0, sizeof(L_99));
|
|
Plane__ctor_mACA7F957A13DD97953808B8E0CF95EAD7D39463E_inline((&L_99), L_96, L_98, NULL);
|
|
V_20 = L_99;
|
|
NativeList_1_Add_m11D7D9AEF949F5358C251CCA89B1BEAA5C811D49(L_94, (&V_20), NativeList_1_Add_m11D7D9AEF949F5358C251CCA89B1BEAA5C811D49_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0272:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:109>
|
|
int32_t L_100 = V_12;
|
|
V_12 = ((int32_t)il2cpp_codegen_add(L_100, 1));
|
|
}
|
|
|
|
IL_0278:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:109>
|
|
int32_t L_101 = V_12;
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_102 = ___0_cc;
|
|
int32_t L_103 = L_102->___receiverPlaneCount;
|
|
if ((((int32_t)L_101) < ((int32_t)L_103)))
|
|
{
|
|
goto IL_015d;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:107>
|
|
int32_t L_104 = V_11;
|
|
V_11 = ((int32_t)il2cpp_codegen_add(L_104, 1));
|
|
}
|
|
|
|
IL_028b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:107>
|
|
int32_t L_105 = V_11;
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_106 = ___0_cc;
|
|
int32_t L_107 = L_106->___receiverPlaneCount;
|
|
if ((((int32_t)L_105) < ((int32_t)L_107)))
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0479;
|
|
}
|
|
|
|
IL_029d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:141>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_108 = ___0_cc;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_109 = L_108->___localToWorldMatrix;
|
|
V_7 = L_109;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_110;
|
|
L_110 = Matrix4x4_GetPosition_m9C2F34474967E47C83886A2EC335DFE37B563E80((&V_7), NULL);
|
|
V_21 = L_110;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:144>
|
|
V_22 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:145>
|
|
V_23 = 0;
|
|
goto IL_0302;
|
|
}
|
|
|
|
IL_02b6:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:147>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_111 = ___0_cc;
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 L_112 = L_111->___cullingPlanes;
|
|
V_10 = L_112;
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_113 = ___0_cc;
|
|
int32_t L_114 = L_113->___receiverPlaneOffset;
|
|
int32_t L_115 = V_23;
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C L_116;
|
|
L_116 = IL2CPP_NATIVEARRAY_GET_ITEM(Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C, ((&V_10))->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_114, L_115)));
|
|
V_24 = L_116;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:148>
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_117 = V_21;
|
|
float L_118;
|
|
L_118 = Plane_GetDistanceToPoint_m43E27525BB203513B13EF35F8EDB3785CA4AE6DC_inline((&V_24), L_117, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:149>
|
|
bool L_119;
|
|
L_119 = ReceiverPlanes_IsSignBitSet_m115EC872F6B26CBF654D849659242E76E7850A09(L_118, NULL);
|
|
if (!L_119)
|
|
{
|
|
goto IL_02ee;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:150>
|
|
int32_t L_120 = V_22;
|
|
int32_t L_121 = V_23;
|
|
V_22 = ((int32_t)(L_120|((int32_t)(1<<((int32_t)(L_121&((int32_t)31)))))));
|
|
goto IL_02fc;
|
|
}
|
|
|
|
IL_02ee:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:152>
|
|
NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* L_122 = (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34*)(&(&V_0)->___planes);
|
|
NativeList_1_Add_m11D7D9AEF949F5358C251CCA89B1BEAA5C811D49(L_122, (&V_24), NativeList_1_Add_m11D7D9AEF949F5358C251CCA89B1BEAA5C811D49_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_02fc:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:145>
|
|
int32_t L_123 = V_23;
|
|
V_23 = ((int32_t)il2cpp_codegen_add(L_123, 1));
|
|
}
|
|
|
|
IL_0302:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:145>
|
|
int32_t L_124 = V_23;
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_125 = ___0_cc;
|
|
int32_t L_126 = L_125->___receiverPlaneCount;
|
|
if ((((int32_t)L_124) < ((int32_t)L_126)))
|
|
{
|
|
goto IL_02b6;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:154>
|
|
NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* L_127 = (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34*)(&(&V_0)->___planes);
|
|
int32_t L_128;
|
|
L_128 = NativeList_1_get_Length_m8842BCE2399B0730FC7584F095F1AC006D55886A_inline(L_127, NativeList_1_get_Length_m8842BCE2399B0730FC7584F095F1AC006D55886A_RuntimeMethod_var);
|
|
(&V_0)->___lightFacingPlaneCount = L_128;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:157>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_129 = ___0_cc;
|
|
int32_t L_130 = L_129->___receiverPlaneCount;
|
|
if ((!(((uint32_t)L_130) == ((uint32_t)6))))
|
|
{
|
|
goto IL_0479;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:159>
|
|
V_25 = 0;
|
|
goto IL_046c;
|
|
}
|
|
|
|
IL_0333:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:161>
|
|
int32_t L_131 = V_25;
|
|
V_26 = ((int32_t)il2cpp_codegen_add(L_131, 1));
|
|
goto IL_0459;
|
|
}
|
|
|
|
IL_033e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:164>
|
|
int32_t L_132 = V_25;
|
|
int32_t L_133 = V_26;
|
|
if ((((int32_t)((int32_t)(L_132/2))) == ((int32_t)((int32_t)(L_133/2)))))
|
|
{
|
|
goto IL_0453;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:168>
|
|
int32_t L_134 = V_22;
|
|
int32_t L_135 = V_25;
|
|
int32_t L_136 = V_22;
|
|
int32_t L_137 = V_26;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:169>
|
|
if (!((int32_t)(((int32_t)(((int32_t)(L_134>>((int32_t)(L_135&((int32_t)31)))))^((int32_t)(L_136>>((int32_t)(L_137&((int32_t)31)))))))&1)))
|
|
{
|
|
goto IL_0453;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:173>
|
|
int32_t L_138 = V_22;
|
|
int32_t L_139 = V_25;
|
|
if (!((int32_t)(((int32_t)(L_138>>((int32_t)(L_139&((int32_t)31)))))&1)))
|
|
{
|
|
goto IL_037f;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_140 = V_26;
|
|
int32_t L_141 = V_25;
|
|
V_19 = L_141;
|
|
int32_t L_142 = L_140;
|
|
V_27 = L_142;
|
|
int32_t L_143 = V_19;
|
|
V_28 = L_143;
|
|
goto IL_038d;
|
|
}
|
|
|
|
IL_037f:
|
|
{
|
|
int32_t L_144 = V_25;
|
|
int32_t L_145 = V_26;
|
|
V_19 = L_145;
|
|
int32_t L_146 = L_144;
|
|
V_27 = L_146;
|
|
int32_t L_147 = V_19;
|
|
V_28 = L_147;
|
|
}
|
|
|
|
IL_038d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:174>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_148 = ___0_cc;
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 L_149 = L_148->___cullingPlanes;
|
|
V_10 = L_149;
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_150 = ___0_cc;
|
|
int32_t L_151 = L_150->___receiverPlaneOffset;
|
|
int32_t L_152 = V_27;
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C L_153;
|
|
L_153 = IL2CPP_NATIVEARRAY_GET_ITEM(Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C, ((&V_10))->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_151, L_152)));
|
|
V_29 = L_153;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:175>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_154 = ___0_cc;
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 L_155 = L_154->___cullingPlanes;
|
|
V_10 = L_155;
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_156 = ___0_cc;
|
|
int32_t L_157 = L_156->___receiverPlaneOffset;
|
|
int32_t L_158 = V_28;
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C L_159;
|
|
L_159 = IL2CPP_NATIVEARRAY_GET_ITEM(Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C, ((&V_10))->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_157, L_158)));
|
|
V_30 = L_159;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:178>
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_160;
|
|
L_160 = Plane_get_normal_mA161D94E6F7327BC111007C880B76E1731729EFB_inline((&V_29), NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_161;
|
|
L_161 = float3_op_Implicit_mE1831A3AC179B7EB3236F8202EC8DD5CE05376AB(L_160, NULL);
|
|
float L_162;
|
|
L_162 = Plane_get_distance_m2D50D2C23E2D9438272F876878015B38DAF5ED30_inline((&V_29), NULL);
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_163;
|
|
memset((&L_163), 0, sizeof(L_163));
|
|
float4__ctor_m2A21052EF06884F609D1CDA9A2C2ED84A7584345_inline((&L_163), L_161, L_162, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:179>
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_164;
|
|
L_164 = Plane_get_normal_mA161D94E6F7327BC111007C880B76E1731729EFB_inline((&V_30), NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_165;
|
|
L_165 = float3_op_Implicit_mE1831A3AC179B7EB3236F8202EC8DD5CE05376AB(L_164, NULL);
|
|
float L_166;
|
|
L_166 = Plane_get_distance_m2D50D2C23E2D9438272F876878015B38DAF5ED30_inline((&V_30), NULL);
|
|
float4__ctor_m2A21052EF06884F609D1CDA9A2C2ED84A7584345_inline((&V_31), L_165, L_166, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:180>
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_167 = V_31;
|
|
Line_t8D244028CB246A8809C238B421BD36B0631DA731 L_168;
|
|
L_168 = Line_LineOfPlaneIntersectingPlane_m0ED39FE7E09D672A03C93AA51883CECB1FFF2EF8(L_163, L_167, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:181>
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_169 = V_21;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_170;
|
|
L_170 = float3_op_Implicit_mE1831A3AC179B7EB3236F8202EC8DD5CE05376AB(L_169, NULL);
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_171;
|
|
L_171 = Line_PlaneContainingLineAndPoint_m59813FE596901FCDFCA7E64A83841D14AB030402(L_168, L_170, NULL);
|
|
V_32 = L_171;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:184>
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_172 = V_32;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_173;
|
|
L_173 = float4_get_xyz_mE6EC829F35512C7BC159047FDC134E80F3B37A06_inline((&V_32), NULL);
|
|
float L_174;
|
|
L_174 = math_length_m6A2B63D7A3B84261C2F7FCAA2CB382288A57D257_inline(L_173, NULL);
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_175;
|
|
L_175 = float4_op_Division_mA82993BB826C4799764D5B0E543D0D7776F4F8A2_inline(L_172, L_174, NULL);
|
|
V_32 = L_175;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:185>
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_176 = V_32;
|
|
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_177;
|
|
L_177 = math_isnan_mED38B88FBA9F6236AD15DE1464A11EC9C79C2523_inline(L_176, NULL);
|
|
bool L_178;
|
|
L_178 = math_any_mF5CAEC62F24E2940A7F6702EE75F549A46456016_inline(L_177, NULL);
|
|
if (L_178)
|
|
{
|
|
goto IL_0453;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:186>
|
|
NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* L_179 = (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34*)(&(&V_0)->___planes);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_180;
|
|
L_180 = float4_get_xyz_mE6EC829F35512C7BC159047FDC134E80F3B37A06_inline((&V_32), NULL);
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_181;
|
|
L_181 = float3_op_Implicit_m9CC301DFD67EEFAA15CA05E91913E862B22326F6(L_180, NULL);
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_182 = V_32;
|
|
float L_183 = L_182.___w;
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C L_184;
|
|
memset((&L_184), 0, sizeof(L_184));
|
|
Plane__ctor_mACA7F957A13DD97953808B8E0CF95EAD7D39463E_inline((&L_184), L_181, L_183, NULL);
|
|
V_20 = L_184;
|
|
NativeList_1_Add_m11D7D9AEF949F5358C251CCA89B1BEAA5C811D49(L_179, (&V_20), NativeList_1_Add_m11D7D9AEF949F5358C251CCA89B1BEAA5C811D49_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0453:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:161>
|
|
int32_t L_185 = V_26;
|
|
V_26 = ((int32_t)il2cpp_codegen_add(L_185, 1));
|
|
}
|
|
|
|
IL_0459:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:161>
|
|
int32_t L_186 = V_26;
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_187 = ___0_cc;
|
|
int32_t L_188 = L_187->___receiverPlaneCount;
|
|
if ((((int32_t)L_186) < ((int32_t)L_188)))
|
|
{
|
|
goto IL_033e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:159>
|
|
int32_t L_189 = V_25;
|
|
V_25 = ((int32_t)il2cpp_codegen_add(L_189, 1));
|
|
}
|
|
|
|
IL_046c:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:159>
|
|
int32_t L_190 = V_25;
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_191 = ___0_cc;
|
|
int32_t L_192 = L_191->___receiverPlaneCount;
|
|
if ((((int32_t)L_190) < ((int32_t)L_192)))
|
|
{
|
|
goto IL_0333;
|
|
}
|
|
}
|
|
|
|
IL_0479:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:193>
|
|
ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2 L_193 = V_0;
|
|
return L_193;
|
|
}
|
|
}
|
|
#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
|
|
// Method Definition Index: 70939
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FrustumPlaneCuller_Dispose_m802E9F4605F17D55D46C6C0D308830667DE0A08B (FrustumPlaneCuller_t8CD42C335DE2FBB33999860D65217D82FF749EAA* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_job, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Dispose_m0FACBF9E47B138529F80FECF7FDFCC5DEAB21087_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Dispose_m43BDA69DE4F3A437A4BAD6AB97533841A999DF31_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:236>
|
|
NativeList_1_tA78554A4805525762FFDFAC177852313219B5383* L_0 = (NativeList_1_tA78554A4805525762FFDFAC177852313219B5383*)(&__this->___planePackets);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_1 = ___0_job;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_2;
|
|
L_2 = NativeList_1_Dispose_m43BDA69DE4F3A437A4BAD6AB97533841A999DF31(L_0, L_1, NativeList_1_Dispose_m43BDA69DE4F3A437A4BAD6AB97533841A999DF31_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:237>
|
|
NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7* L_3 = (NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7*)(&__this->___splitInfos);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_4 = ___0_job;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_5;
|
|
L_5 = NativeList_1_Dispose_m0FACBF9E47B138529F80FECF7FDFCC5DEAB21087(L_3, L_4, NativeList_1_Dispose_m0FACBF9E47B138529F80FECF7FDFCC5DEAB21087_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:238>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FrustumPlaneCuller_Dispose_m802E9F4605F17D55D46C6C0D308830667DE0A08B_AdjustorThunk (RuntimeObject* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_job, const RuntimeMethod* method)
|
|
{
|
|
FrustumPlaneCuller_t8CD42C335DE2FBB33999860D65217D82FF749EAA* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FrustumPlaneCuller_t8CD42C335DE2FBB33999860D65217D82FF749EAA*>(__this + _offset);
|
|
FrustumPlaneCuller_Dispose_m802E9F4605F17D55D46C6C0D308830667DE0A08B(_thisAdjusted, ___0_job, method);
|
|
}
|
|
// Method Definition Index: 70940
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FrustumPlaneCuller_t8CD42C335DE2FBB33999860D65217D82FF749EAA FrustumPlaneCuller_Create_m4DD061D5BCFFFDBE074596E2373150D4787331F3 (BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* ___0_cc, NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 ___1_receiverPlanes, ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6* ___2_receiverSphereCuller, int32_t ___3_allocator, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_AddRange_mEE6335DEFE249BDE035F4CA1AA0F52D5FE38C88F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Add_m11D7D9AEF949F5358C251CCA89B1BEAA5C811D49_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_AsArray_mD1E540EB5C863F0EDCA8396DE9541D9E5EC2A180_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Clear_m310A90DA9753E42FCDD8412981439E94F19F0E39_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Dispose_m77CC3DBC60106FBEB1B21A01803D1990990BA9DE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_ResizeUninitialized_m11C65766590A1E4E6C3E827FB5C86B2BB94F20D9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_ResizeUninitialized_m60D1E1D5072E1117AE990970AEC0C156D0F76944_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1__ctor_m30050AB7384DD6D8F7C0421EAC17109FCE7C1F18_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1__ctor_m5621549719D2A85C6F278F4820E3B893870D8805_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1__ctor_m781A6D8DB34A9BB40C315CD9AC3BEACCD89E31E2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_m8842BCE2399B0730FC7584F095F1AC006D55886A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_set_Item_m4CCD80C758C69925CA734D1E1402D66E27F4E212_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_set_Item_mD793B5345ECFF5C8752BD84D14D612AB16FC228B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
FrustumPlaneCuller_t8CD42C335DE2FBB33999860D65217D82FF749EAA V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
int32_t V_4 = 0;
|
|
NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
FrustumPlaneCuller_t8CD42C335DE2FBB33999860D65217D82FF749EAA V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
int32_t V_9 = 0;
|
|
CullingSplit_tA645AE6542408220387BA7188513D7FEDBC1CAC0 V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
int32_t V_11 = 0;
|
|
int32_t V_12 = 0;
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 V_13;
|
|
memset((&V_13), 0, sizeof(V_13));
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C V_14;
|
|
memset((&V_14), 0, sizeof(V_14));
|
|
ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6 V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A V_16;
|
|
memset((&V_16), 0, sizeof(V_16));
|
|
int32_t V_17 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:242>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_0 = ___0_cc;
|
|
NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 L_1 = L_0->___cullingSplits;
|
|
V_5 = L_1;
|
|
int32_t L_2;
|
|
L_2 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_5))->___m_Length);
|
|
V_0 = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:244>
|
|
V_1 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:245>
|
|
V_6 = 0;
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:247>
|
|
int32_t L_3;
|
|
L_3 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___1_receiverPlanes))->___m_Length);
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_4 = ___0_cc;
|
|
NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 L_5 = L_4->___cullingSplits;
|
|
V_5 = L_5;
|
|
int32_t L_6 = V_6;
|
|
CullingSplit_tA645AE6542408220387BA7188513D7FEDBC1CAC0 L_7;
|
|
L_7 = IL2CPP_NATIVEARRAY_GET_ITEM(CullingSplit_tA645AE6542408220387BA7188513D7FEDBC1CAC0, ((&V_5))->___m_Buffer, L_6);
|
|
int32_t L_8 = L_7.___cullingPlaneCount;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_3, L_8));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:248>
|
|
int32_t L_9 = V_1;
|
|
int32_t L_10 = V_7;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_9, ((int32_t)(((int32_t)il2cpp_codegen_add(L_10, 3))/4))));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:245>
|
|
int32_t L_11 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:245>
|
|
int32_t L_12 = V_6;
|
|
int32_t L_13 = V_0;
|
|
if ((((int32_t)L_12) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:251>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:252>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:253>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:254>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:255>
|
|
il2cpp_codegen_initobj((&V_8), sizeof(FrustumPlaneCuller_t8CD42C335DE2FBB33999860D65217D82FF749EAA));
|
|
int32_t L_14 = V_1;
|
|
int32_t L_15 = ___3_allocator;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_16;
|
|
L_16 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(L_15, NULL);
|
|
NativeList_1_tA78554A4805525762FFDFAC177852313219B5383 L_17;
|
|
memset((&L_17), 0, sizeof(L_17));
|
|
NativeList_1__ctor_m5621549719D2A85C6F278F4820E3B893870D8805((&L_17), L_14, L_16, NativeList_1__ctor_m5621549719D2A85C6F278F4820E3B893870D8805_RuntimeMethod_var);
|
|
(&V_8)->___planePackets = L_17;
|
|
int32_t L_18 = V_0;
|
|
int32_t L_19 = ___3_allocator;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_20;
|
|
L_20 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(L_19, NULL);
|
|
NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7 L_21;
|
|
memset((&L_21), 0, sizeof(L_21));
|
|
NativeList_1__ctor_m781A6D8DB34A9BB40C315CD9AC3BEACCD89E31E2((&L_21), L_18, L_20, NativeList_1__ctor_m781A6D8DB34A9BB40C315CD9AC3BEACCD89E31E2_RuntimeMethod_var);
|
|
(&V_8)->___splitInfos = L_21;
|
|
FrustumPlaneCuller_t8CD42C335DE2FBB33999860D65217D82FF749EAA L_22 = V_8;
|
|
V_2 = L_22;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:256>
|
|
NativeList_1_tA78554A4805525762FFDFAC177852313219B5383* L_23 = (NativeList_1_tA78554A4805525762FFDFAC177852313219B5383*)(&(&V_2)->___planePackets);
|
|
int32_t L_24 = V_1;
|
|
NativeList_1_ResizeUninitialized_m11C65766590A1E4E6C3E827FB5C86B2BB94F20D9(L_23, L_24, NativeList_1_ResizeUninitialized_m11C65766590A1E4E6C3E827FB5C86B2BB94F20D9_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:257>
|
|
NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7* L_25 = (NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7*)(&(&V_2)->___splitInfos);
|
|
int32_t L_26 = V_0;
|
|
NativeList_1_ResizeUninitialized_m60D1E1D5072E1117AE990970AEC0C156D0F76944(L_25, L_26, NativeList_1_ResizeUninitialized_m60D1E1D5072E1117AE990970AEC0C156D0F76944_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:259>
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_27;
|
|
L_27 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(2, NULL);
|
|
NativeList_1__ctor_m30050AB7384DD6D8F7C0421EAC17109FCE7C1F18((&V_3), L_27, NativeList_1__ctor_m30050AB7384DD6D8F7C0421EAC17109FCE7C1F18_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:260>
|
|
V_4 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:261>
|
|
V_9 = 0;
|
|
goto IL_0191;
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:263>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_28 = ___0_cc;
|
|
NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 L_29 = L_28->___cullingSplits;
|
|
V_5 = L_29;
|
|
int32_t L_30 = V_9;
|
|
CullingSplit_tA645AE6542408220387BA7188513D7FEDBC1CAC0 L_31;
|
|
L_31 = IL2CPP_NATIVEARRAY_GET_ITEM(CullingSplit_tA645AE6542408220387BA7188513D7FEDBC1CAC0, ((&V_5))->___m_Buffer, L_30);
|
|
V_10 = L_31;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:265>
|
|
NativeList_1_Clear_m310A90DA9753E42FCDD8412981439E94F19F0E39((&V_3), NativeList_1_Clear_m310A90DA9753E42FCDD8412981439E94F19F0E39_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:268>
|
|
V_12 = 0;
|
|
goto IL_00f7;
|
|
}
|
|
|
|
IL_00cd:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:269>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_32 = ___0_cc;
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 L_33 = L_32->___cullingPlanes;
|
|
V_13 = L_33;
|
|
CullingSplit_tA645AE6542408220387BA7188513D7FEDBC1CAC0 L_34 = V_10;
|
|
int32_t L_35 = L_34.___cullingPlaneOffset;
|
|
int32_t L_36 = V_12;
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C L_37;
|
|
L_37 = IL2CPP_NATIVEARRAY_GET_ITEM(Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C, ((&V_13))->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_35, L_36)));
|
|
V_14 = L_37;
|
|
NativeList_1_Add_m11D7D9AEF949F5358C251CCA89B1BEAA5C811D49((&V_3), (&V_14), NativeList_1_Add_m11D7D9AEF949F5358C251CCA89B1BEAA5C811D49_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:268>
|
|
int32_t L_38 = V_12;
|
|
V_12 = ((int32_t)il2cpp_codegen_add(L_38, 1));
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:268>
|
|
int32_t L_39 = V_12;
|
|
CullingSplit_tA645AE6542408220387BA7188513D7FEDBC1CAC0 L_40 = V_10;
|
|
int32_t L_41 = L_40.___cullingPlaneCount;
|
|
if ((((int32_t)L_39) < ((int32_t)L_41)))
|
|
{
|
|
goto IL_00cd;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:272>
|
|
ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6* L_42 = ___2_receiverSphereCuller;
|
|
ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6 L_43 = (*(ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6*)L_42);
|
|
V_15 = L_43;
|
|
bool L_44;
|
|
L_44 = ReceiverSphereCuller_UseReceiverPlanes_mEA2EE8FE32563F3FBE40D6AADA9724719186674E((&V_15), NULL);
|
|
if (!L_44)
|
|
{
|
|
goto IL_011b;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:273>
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 L_45 = ___1_receiverPlanes;
|
|
NativeList_1_AddRange_mEE6335DEFE249BDE035F4CA1AA0F52D5FE38C88F((&V_3), L_45, NativeList_1_AddRange_mEE6335DEFE249BDE035F4CA1AA0F52D5FE38C88F_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_011b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:275>
|
|
int32_t L_46;
|
|
L_46 = NativeList_1_get_Length_m8842BCE2399B0730FC7584F095F1AC006D55886A_inline((&V_3), NativeList_1_get_Length_m8842BCE2399B0730FC7584F095F1AC006D55886A_RuntimeMethod_var);
|
|
V_11 = ((int32_t)(((int32_t)il2cpp_codegen_add(L_46, 3))/4));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:276>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:277>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:278>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:279>
|
|
NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7* L_47 = (NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7*)(&(&V_2)->___splitInfos);
|
|
int32_t L_48 = V_9;
|
|
il2cpp_codegen_initobj((&V_16), sizeof(SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A));
|
|
int32_t L_49 = V_11;
|
|
(&V_16)->___packetCount = L_49;
|
|
SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A L_50 = V_16;
|
|
NativeList_1_set_Item_m4CCD80C758C69925CA734D1E1402D66E27F4E212_inline(L_47, L_48, L_50, NativeList_1_set_Item_m4CCD80C758C69925CA734D1E1402D66E27F4E212_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:281>
|
|
V_17 = 0;
|
|
goto IL_017e;
|
|
}
|
|
|
|
IL_014e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:282>
|
|
NativeList_1_tA78554A4805525762FFDFAC177852313219B5383* L_51 = (NativeList_1_tA78554A4805525762FFDFAC177852313219B5383*)(&(&V_2)->___planePackets);
|
|
int32_t L_52 = V_4;
|
|
int32_t L_53 = V_17;
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 L_54;
|
|
L_54 = NativeList_1_AsArray_mD1E540EB5C863F0EDCA8396DE9541D9E5EC2A180((&V_3), NativeList_1_AsArray_mD1E540EB5C863F0EDCA8396DE9541D9E5EC2A180_RuntimeMethod_var);
|
|
int32_t L_55 = V_17;
|
|
int32_t L_56;
|
|
L_56 = NativeList_1_get_Length_m8842BCE2399B0730FC7584F095F1AC006D55886A_inline((&V_3), NativeList_1_get_Length_m8842BCE2399B0730FC7584F095F1AC006D55886A_RuntimeMethod_var);
|
|
PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B L_57;
|
|
memset((&L_57), 0, sizeof(L_57));
|
|
PlanePacket4__ctor_m1B67A6C35FB1B6B6BE21D76B496DA3531F636CC7((&L_57), L_54, ((int32_t)il2cpp_codegen_multiply(4, L_55)), ((int32_t)il2cpp_codegen_subtract(L_56, 1)), NULL);
|
|
NativeList_1_set_Item_mD793B5345ECFF5C8752BD84D14D612AB16FC228B_inline(L_51, ((int32_t)il2cpp_codegen_add(L_52, L_53)), L_57, NativeList_1_set_Item_mD793B5345ECFF5C8752BD84D14D612AB16FC228B_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:281>
|
|
int32_t L_58 = V_17;
|
|
V_17 = ((int32_t)il2cpp_codegen_add(L_58, 1));
|
|
}
|
|
|
|
IL_017e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:281>
|
|
int32_t L_59 = V_17;
|
|
int32_t L_60 = V_11;
|
|
if ((((int32_t)L_59) < ((int32_t)L_60)))
|
|
{
|
|
goto IL_014e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:283>
|
|
int32_t L_61 = V_4;
|
|
int32_t L_62 = V_11;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_61, L_62));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:261>
|
|
int32_t L_63 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_63, 1));
|
|
}
|
|
|
|
IL_0191:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:261>
|
|
int32_t L_64 = V_9;
|
|
int32_t L_65 = V_0;
|
|
if ((((int32_t)L_64) < ((int32_t)L_65)))
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:285>
|
|
NativeList_1_Dispose_m77CC3DBC60106FBEB1B21A01803D1990990BA9DE((&V_3), NativeList_1_Dispose_m77CC3DBC60106FBEB1B21A01803D1990990BA9DE_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:286>
|
|
FrustumPlaneCuller_t8CD42C335DE2FBB33999860D65217D82FF749EAA L_66 = V_2;
|
|
return L_66;
|
|
}
|
|
}
|
|
// Method Definition Index: 70941
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t FrustumPlaneCuller_ComputeSplitVisibilityMask_mCFC42DB8BADE15AB4A87F4BC60A3B5D7507745DC (NativeArray_1_t12018DEC83E53274D542435F55D8BED16BD4E78E ___0_planePackets, NativeArray_1_t68166A4F733ADFE89591B8BCE0284E5970D2816A ___1_splitInfos, AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* ___2_bounds, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&float4_t89D9A294E7A79BD81BFBDD18654508532958555E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
uint32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
int32_t V_10 = 0;
|
|
SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
int32_t V_13 = 0;
|
|
PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B V_14;
|
|
memset((&V_14), 0, sizeof(V_14));
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E V_16;
|
|
memset((&V_16), 0, sizeof(V_16));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:291>
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* L_0 = ___2_bounds;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_1 = L_0->___center;
|
|
V_9 = L_1;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_2;
|
|
L_2 = float3_get_xxxx_mA6AD50CF981609B495FD7C53EEAB7D61DE73F892_inline((&V_9), NULL);
|
|
V_0 = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:292>
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* L_3 = ___2_bounds;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_4 = L_3->___center;
|
|
V_9 = L_4;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_5;
|
|
L_5 = float3_get_yyyy_mB6E38BE809A21BFDA2B8C50550772688DED62F87_inline((&V_9), NULL);
|
|
V_1 = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:293>
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* L_6 = ___2_bounds;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_7 = L_6->___center;
|
|
V_9 = L_7;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_8;
|
|
L_8 = float3_get_zzzz_mB027C227FD1F33215575C08462A2E01672EEF86E_inline((&V_9), NULL);
|
|
V_2 = L_8;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:295>
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* L_9 = ___2_bounds;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_10 = L_9->___extents;
|
|
V_9 = L_10;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_11;
|
|
L_11 = float3_get_xxxx_mA6AD50CF981609B495FD7C53EEAB7D61DE73F892_inline((&V_9), NULL);
|
|
V_3 = L_11;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:296>
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* L_12 = ___2_bounds;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_13 = L_12->___extents;
|
|
V_9 = L_13;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_14;
|
|
L_14 = float3_get_yyyy_mB6E38BE809A21BFDA2B8C50550772688DED62F87_inline((&V_9), NULL);
|
|
V_4 = L_14;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:297>
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* L_15 = ___2_bounds;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_16 = L_15->___extents;
|
|
V_9 = L_16;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_17;
|
|
L_17 = float3_get_zzzz_mB027C227FD1F33215575C08462A2E01672EEF86E_inline((&V_9), NULL);
|
|
V_5 = L_17;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:299>
|
|
V_6 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:301>
|
|
V_7 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:302>
|
|
int32_t L_18;
|
|
L_18 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___1_splitInfos))->___m_Length);
|
|
V_8 = L_18;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:303>
|
|
V_10 = 0;
|
|
goto IL_016d;
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:305>
|
|
int32_t L_19 = V_10;
|
|
SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A L_20;
|
|
L_20 = IL2CPP_NATIVEARRAY_GET_ITEM(SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A, ((&___1_splitInfos))->___m_Buffer, L_19);
|
|
V_11 = L_20;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:307>
|
|
bool4__ctor_m2A59D4A3453F6D4B684BABDF76792A2F28112307_inline((&V_12), (bool)0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:308>
|
|
V_13 = 0;
|
|
goto IL_0138;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:310>
|
|
int32_t L_21 = V_7;
|
|
int32_t L_22 = V_13;
|
|
PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B L_23;
|
|
L_23 = IL2CPP_NATIVEARRAY_GET_ITEM(PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B, ((&___0_planePackets))->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_21, L_22)));
|
|
V_14 = L_23;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:311>
|
|
PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B L_24 = V_14;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_25 = L_24.___nx;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_26 = V_0;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_27;
|
|
L_27 = float4_op_Multiply_m0E98338FB7DFF55B101EBCD78A8703ADB9C08667_inline(L_25, L_26, NULL);
|
|
PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B L_28 = V_14;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_29 = L_28.___ny;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_30 = V_1;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_31;
|
|
L_31 = float4_op_Multiply_m0E98338FB7DFF55B101EBCD78A8703ADB9C08667_inline(L_29, L_30, NULL);
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_32;
|
|
L_32 = float4_op_Addition_m2CF2E1B2DAD4996DE3C5B6DFB90185E4CC8F0F44_inline(L_27, L_31, NULL);
|
|
PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B L_33 = V_14;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_34 = L_33.___nz;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_35 = V_2;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_36;
|
|
L_36 = float4_op_Multiply_m0E98338FB7DFF55B101EBCD78A8703ADB9C08667_inline(L_34, L_35, NULL);
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_37;
|
|
L_37 = float4_op_Addition_m2CF2E1B2DAD4996DE3C5B6DFB90185E4CC8F0F44_inline(L_32, L_36, NULL);
|
|
PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B L_38 = V_14;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_39 = L_38.___d;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_40;
|
|
L_40 = float4_op_Addition_m2CF2E1B2DAD4996DE3C5B6DFB90185E4CC8F0F44_inline(L_37, L_39, NULL);
|
|
V_15 = L_40;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:312>
|
|
PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B L_41 = V_14;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_42 = L_41.___nxAbs;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_43 = V_3;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_44;
|
|
L_44 = float4_op_Multiply_m0E98338FB7DFF55B101EBCD78A8703ADB9C08667_inline(L_42, L_43, NULL);
|
|
PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B L_45 = V_14;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_46 = L_45.___nyAbs;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_47 = V_4;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_48;
|
|
L_48 = float4_op_Multiply_m0E98338FB7DFF55B101EBCD78A8703ADB9C08667_inline(L_46, L_47, NULL);
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_49;
|
|
L_49 = float4_op_Addition_m2CF2E1B2DAD4996DE3C5B6DFB90185E4CC8F0F44_inline(L_44, L_48, NULL);
|
|
PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B L_50 = V_14;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_51 = L_50.___nzAbs;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_52 = V_5;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_53;
|
|
L_53 = float4_op_Multiply_m0E98338FB7DFF55B101EBCD78A8703ADB9C08667_inline(L_51, L_52, NULL);
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_54;
|
|
L_54 = float4_op_Addition_m2CF2E1B2DAD4996DE3C5B6DFB90185E4CC8F0F44_inline(L_49, L_53, NULL);
|
|
V_16 = L_54;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:314>
|
|
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_55 = V_12;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_56 = V_15;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_57 = V_16;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_58;
|
|
L_58 = float4_op_Addition_m2CF2E1B2DAD4996DE3C5B6DFB90185E4CC8F0F44_inline(L_56, L_57, NULL);
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_59 = ((float4_t89D9A294E7A79BD81BFBDD18654508532958555E_StaticFields*)il2cpp_codegen_static_fields_for(float4_t89D9A294E7A79BD81BFBDD18654508532958555E_il2cpp_TypeInfo_var))->___zero;
|
|
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_60;
|
|
L_60 = float4_op_LessThan_mE58C0AE08E7145B15A2BE0280751B39BB4B9B4AF_inline(L_58, L_59, NULL);
|
|
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_61;
|
|
L_61 = bool4_op_BitwiseOr_mEA4CFA895D210A3B2D79011D473F4A17B3BF2DDA_inline(L_55, L_60, NULL);
|
|
V_12 = L_61;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:308>
|
|
int32_t L_62 = V_13;
|
|
V_13 = ((int32_t)il2cpp_codegen_add(L_62, 1));
|
|
}
|
|
|
|
IL_0138:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:308>
|
|
int32_t L_63 = V_13;
|
|
SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A L_64 = V_11;
|
|
int32_t L_65 = L_64.___packetCount;
|
|
if ((((int32_t)L_63) < ((int32_t)L_65)))
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:316>
|
|
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_66 = V_12;
|
|
bool L_67;
|
|
L_67 = math_any_mF5CAEC62F24E2940A7F6702EE75F549A46456016_inline(L_66, NULL);
|
|
if (L_67)
|
|
{
|
|
goto IL_015b;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:317>
|
|
uint32_t L_68 = V_6;
|
|
int32_t L_69 = V_10;
|
|
V_6 = ((int32_t)((int32_t)L_68|((int32_t)(1<<((int32_t)(L_69&((int32_t)31)))))));
|
|
}
|
|
|
|
IL_015b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:319>
|
|
int32_t L_70 = V_7;
|
|
SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A L_71 = V_11;
|
|
int32_t L_72 = L_71.___packetCount;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_70, L_72));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:303>
|
|
int32_t L_73 = V_10;
|
|
V_10 = ((int32_t)il2cpp_codegen_add(L_73, 1));
|
|
}
|
|
|
|
IL_016d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:303>
|
|
int32_t L_74 = V_10;
|
|
int32_t L_75 = V_8;
|
|
if ((((int32_t)L_74) < ((int32_t)L_75)))
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:322>
|
|
uint32_t L_76 = V_6;
|
|
return L_76;
|
|
}
|
|
}
|
|
#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
|
|
// Method Definition Index: 70942
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PlanePacket4__ctor_m1B67A6C35FB1B6B6BE21D76B496DA3531F636CC7 (PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B* __this, NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 ___0_planes, int32_t ___1_offset, int32_t ___2_limit, const RuntimeMethod* method)
|
|
{
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:212>
|
|
int32_t L_0 = ___1_offset;
|
|
int32_t L_1 = ___2_limit;
|
|
int32_t L_2;
|
|
L_2 = Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline(L_0, L_1, NULL);
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C L_3;
|
|
L_3 = IL2CPP_NATIVEARRAY_GET_ITEM(Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C, ((&___0_planes))->___m_Buffer, L_2);
|
|
V_0 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:213>
|
|
int32_t L_4 = ___1_offset;
|
|
int32_t L_5 = ___2_limit;
|
|
int32_t L_6;
|
|
L_6 = Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline(((int32_t)il2cpp_codegen_add(L_4, 1)), L_5, NULL);
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C L_7;
|
|
L_7 = IL2CPP_NATIVEARRAY_GET_ITEM(Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C, ((&___0_planes))->___m_Buffer, L_6);
|
|
V_1 = L_7;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:214>
|
|
int32_t L_8 = ___1_offset;
|
|
int32_t L_9 = ___2_limit;
|
|
int32_t L_10;
|
|
L_10 = Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline(((int32_t)il2cpp_codegen_add(L_8, 2)), L_9, NULL);
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C L_11;
|
|
L_11 = IL2CPP_NATIVEARRAY_GET_ITEM(Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C, ((&___0_planes))->___m_Buffer, L_10);
|
|
V_2 = L_11;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:215>
|
|
int32_t L_12 = ___1_offset;
|
|
int32_t L_13 = ___2_limit;
|
|
int32_t L_14;
|
|
L_14 = Mathf_Min_m888083F74FF5655778F0403BB5E9608BEFDEA8CB_inline(((int32_t)il2cpp_codegen_add(L_12, 3)), L_13, NULL);
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C L_15;
|
|
L_15 = IL2CPP_NATIVEARRAY_GET_ITEM(Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C, ((&___0_planes))->___m_Buffer, L_14);
|
|
V_3 = L_15;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:216>
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_16;
|
|
L_16 = Plane_get_normal_mA161D94E6F7327BC111007C880B76E1731729EFB_inline((&V_0), NULL);
|
|
float L_17 = L_16.___x;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_18;
|
|
L_18 = Plane_get_normal_mA161D94E6F7327BC111007C880B76E1731729EFB_inline((&V_1), NULL);
|
|
float L_19 = L_18.___x;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_20;
|
|
L_20 = Plane_get_normal_mA161D94E6F7327BC111007C880B76E1731729EFB_inline((&V_2), NULL);
|
|
float L_21 = L_20.___x;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_22;
|
|
L_22 = Plane_get_normal_mA161D94E6F7327BC111007C880B76E1731729EFB_inline((&V_3), NULL);
|
|
float L_23 = L_22.___x;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_24;
|
|
memset((&L_24), 0, sizeof(L_24));
|
|
float4__ctor_mB2F7F2D8BCE8159BEF5A0D6400499E211858ED2D_inline((&L_24), L_17, L_19, L_21, L_23, NULL);
|
|
__this->___nx = L_24;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:217>
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_25;
|
|
L_25 = Plane_get_normal_mA161D94E6F7327BC111007C880B76E1731729EFB_inline((&V_0), NULL);
|
|
float L_26 = L_25.___y;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_27;
|
|
L_27 = Plane_get_normal_mA161D94E6F7327BC111007C880B76E1731729EFB_inline((&V_1), NULL);
|
|
float L_28 = L_27.___y;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_29;
|
|
L_29 = Plane_get_normal_mA161D94E6F7327BC111007C880B76E1731729EFB_inline((&V_2), NULL);
|
|
float L_30 = L_29.___y;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_31;
|
|
L_31 = Plane_get_normal_mA161D94E6F7327BC111007C880B76E1731729EFB_inline((&V_3), NULL);
|
|
float L_32 = L_31.___y;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_33;
|
|
memset((&L_33), 0, sizeof(L_33));
|
|
float4__ctor_mB2F7F2D8BCE8159BEF5A0D6400499E211858ED2D_inline((&L_33), L_26, L_28, L_30, L_32, NULL);
|
|
__this->___ny = L_33;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:218>
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_34;
|
|
L_34 = Plane_get_normal_mA161D94E6F7327BC111007C880B76E1731729EFB_inline((&V_0), NULL);
|
|
float L_35 = L_34.___z;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_36;
|
|
L_36 = Plane_get_normal_mA161D94E6F7327BC111007C880B76E1731729EFB_inline((&V_1), NULL);
|
|
float L_37 = L_36.___z;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_38;
|
|
L_38 = Plane_get_normal_mA161D94E6F7327BC111007C880B76E1731729EFB_inline((&V_2), NULL);
|
|
float L_39 = L_38.___z;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_40;
|
|
L_40 = Plane_get_normal_mA161D94E6F7327BC111007C880B76E1731729EFB_inline((&V_3), NULL);
|
|
float L_41 = L_40.___z;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_42;
|
|
memset((&L_42), 0, sizeof(L_42));
|
|
float4__ctor_mB2F7F2D8BCE8159BEF5A0D6400499E211858ED2D_inline((&L_42), L_35, L_37, L_39, L_41, NULL);
|
|
__this->___nz = L_42;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:219>
|
|
float L_43;
|
|
L_43 = Plane_get_distance_m2D50D2C23E2D9438272F876878015B38DAF5ED30_inline((&V_0), NULL);
|
|
float L_44;
|
|
L_44 = Plane_get_distance_m2D50D2C23E2D9438272F876878015B38DAF5ED30_inline((&V_1), NULL);
|
|
float L_45;
|
|
L_45 = Plane_get_distance_m2D50D2C23E2D9438272F876878015B38DAF5ED30_inline((&V_2), NULL);
|
|
float L_46;
|
|
L_46 = Plane_get_distance_m2D50D2C23E2D9438272F876878015B38DAF5ED30_inline((&V_3), NULL);
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_47;
|
|
memset((&L_47), 0, sizeof(L_47));
|
|
float4__ctor_mB2F7F2D8BCE8159BEF5A0D6400499E211858ED2D_inline((&L_47), L_43, L_44, L_45, L_46, NULL);
|
|
__this->___d = L_47;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:220>
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_48 = __this->___nx;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_49;
|
|
L_49 = math_abs_m3520AF73CED32CCB365373E2AACD939AA8D281A7_inline(L_48, NULL);
|
|
__this->___nxAbs = L_49;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:221>
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_50 = __this->___ny;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_51;
|
|
L_51 = math_abs_m3520AF73CED32CCB365373E2AACD939AA8D281A7_inline(L_50, NULL);
|
|
__this->___nyAbs = L_51;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:222>
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_52 = __this->___nz;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_53;
|
|
L_53 = math_abs_m3520AF73CED32CCB365373E2AACD939AA8D281A7_inline(L_52, NULL);
|
|
__this->___nzAbs = L_53;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:223>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void PlanePacket4__ctor_m1B67A6C35FB1B6B6BE21D76B496DA3531F636CC7_AdjustorThunk (RuntimeObject* __this, NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 ___0_planes, int32_t ___1_offset, int32_t ___2_limit, const RuntimeMethod* method)
|
|
{
|
|
PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B*>(__this + _offset);
|
|
PlanePacket4__ctor_m1B67A6C35FB1B6B6BE21D76B496DA3531F636CC7(_thisAdjusted, ___0_planes, ___1_offset, ___2_limit, 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
|
|
#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
|
|
// Method Definition Index: 70943
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6 ReceiverSphereCuller_CreateEmptyForTesting_mC63AFF1A7B2CF647E5A605E41125BA5E5533AE0B (int32_t ___0_allocator, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1__ctor_m2C334557C31C567C03E7897E40791C9161A2E517_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:339>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:340>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:341>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:342>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:343>
|
|
il2cpp_codegen_initobj((&V_0), sizeof(ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6));
|
|
int32_t L_0 = ___0_allocator;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_1;
|
|
L_1 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(L_0, NULL);
|
|
NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
NativeList_1__ctor_m2C334557C31C567C03E7897E40791C9161A2E517((&L_2), 0, L_1, NativeList_1__ctor_m2C334557C31C567C03E7897E40791C9161A2E517_RuntimeMethod_var);
|
|
(&V_0)->___splitInfos = L_2;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_3 = ((float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79_StaticFields*)il2cpp_codegen_static_fields_for(float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79_il2cpp_TypeInfo_var))->___identity;
|
|
(&V_0)->___worldToLightSpaceRotation = L_3;
|
|
ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6 L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 70944
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReceiverSphereCuller_Dispose_mFCC83320D29032DBC7A3173ADFE8F764A472FFA5 (ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_job, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Dispose_m8F708559E2FDBFF76B2F2034819D70E4591175D0_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:348>
|
|
NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF* L_0 = (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF*)(&__this->___splitInfos);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_1 = ___0_job;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_2;
|
|
L_2 = NativeList_1_Dispose_m8F708559E2FDBFF76B2F2034819D70E4591175D0(L_0, L_1, NativeList_1_Dispose_m8F708559E2FDBFF76B2F2034819D70E4591175D0_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:349>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void ReceiverSphereCuller_Dispose_mFCC83320D29032DBC7A3173ADFE8F764A472FFA5_AdjustorThunk (RuntimeObject* __this, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___0_job, const RuntimeMethod* method)
|
|
{
|
|
ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6*>(__this + _offset);
|
|
ReceiverSphereCuller_Dispose_mFCC83320D29032DBC7A3173ADFE8F764A472FFA5(_thisAdjusted, ___0_job, method);
|
|
}
|
|
// Method Definition Index: 70945
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReceiverSphereCuller_UseReceiverPlanes_mEA2EE8FE32563F3FBE40D6AADA9724719186674E (ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_m125AA2673FEF8244B4ABAAE55ED919FCAFD76D48_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:355>
|
|
NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF* L_0 = (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF*)(&__this->___splitInfos);
|
|
int32_t L_1;
|
|
L_1 = NativeList_1_get_Length_m125AA2673FEF8244B4ABAAE55ED919FCAFD76D48_inline(L_0, NativeList_1_get_Length_m125AA2673FEF8244B4ABAAE55ED919FCAFD76D48_RuntimeMethod_var);
|
|
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool ReceiverSphereCuller_UseReceiverPlanes_mEA2EE8FE32563F3FBE40D6AADA9724719186674E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = ReceiverSphereCuller_UseReceiverPlanes_mEA2EE8FE32563F3FBE40D6AADA9724719186674E(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 70946
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6 ReceiverSphereCuller_Create_m63514E053CF0DD1CD37702E56C84F4F0408A8B00 (BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* ___0_cc, int32_t ___1_allocator, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_ResizeUninitialized_m69A8DED1A29D55DDC2E1CBF7ECFDEC27DABA6423_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1__ctor_m2C334557C31C567C03E7897E40791C9161A2E517_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_set_Item_m09DA963CC6136F433B32EC13AFF1B1B6DA833993_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
int32_t V_5 = 0;
|
|
ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
int32_t V_7 = 0;
|
|
CullingSplit_tA645AE6542408220387BA7188513D7FEDBC1CAC0 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:360>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_0 = ___0_cc;
|
|
NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 L_1 = L_0->___cullingSplits;
|
|
V_4 = L_1;
|
|
int32_t L_2;
|
|
L_2 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_4))->___m_Length);
|
|
V_0 = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:363>
|
|
int32_t L_3 = V_0;
|
|
V_1 = (bool)((((int32_t)L_3) > ((int32_t)1))? 1 : 0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:364>
|
|
V_5 = 0;
|
|
goto IL_003f;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:367>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_4 = ___0_cc;
|
|
NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 L_5 = L_4->___cullingSplits;
|
|
V_4 = L_5;
|
|
int32_t L_6 = V_5;
|
|
CullingSplit_tA645AE6542408220387BA7188513D7FEDBC1CAC0 L_7;
|
|
L_7 = IL2CPP_NATIVEARRAY_GET_ITEM(CullingSplit_tA645AE6542408220387BA7188513D7FEDBC1CAC0, ((&V_4))->___m_Buffer, L_6);
|
|
float L_8 = L_7.___sphereRadius;
|
|
if ((((float)L_8) > ((float)(0.0f))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:368>
|
|
V_1 = (bool)0;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:364>
|
|
int32_t L_9 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_9, 1));
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:364>
|
|
int32_t L_10 = V_5;
|
|
int32_t L_11 = V_0;
|
|
if ((((int32_t)L_10) < ((int32_t)L_11)))
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:370>
|
|
bool L_12 = V_1;
|
|
if (L_12)
|
|
{
|
|
goto IL_0049;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:371>
|
|
V_0 = 0;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:373>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_13 = ___0_cc;
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_14 = L_13->___localToWorldMatrix;
|
|
float4x4_t7EDD16F7F57DC7F61A6302535F7C19FB97915DF2 L_15;
|
|
L_15 = float4x4_op_Implicit_mCDD72C5454A8DAFB2A659484006D18D5979BE6AB(L_14, NULL);
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_16;
|
|
L_16 = float3x3_op_Explicit_m96EE7F9704CC46B7F40AD13D81ADED7083A2522C(L_15, NULL);
|
|
V_2 = L_16;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:374>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:375>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:376>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:377>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:378>
|
|
il2cpp_codegen_initobj((&V_6), sizeof(ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6));
|
|
int32_t L_17 = V_0;
|
|
int32_t L_18 = ___1_allocator;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_19;
|
|
L_19 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(L_18, NULL);
|
|
NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF L_20;
|
|
memset((&L_20), 0, sizeof(L_20));
|
|
NativeList_1__ctor_m2C334557C31C567C03E7897E40791C9161A2E517((&L_20), L_17, L_19, NativeList_1__ctor_m2C334557C31C567C03E7897E40791C9161A2E517_RuntimeMethod_var);
|
|
(&V_6)->___splitInfos = L_20;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_21 = V_2;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_22;
|
|
L_22 = math_transpose_mECD2E8FB703C258FFE6D446C231833E952B1E0B2_inline(L_21, NULL);
|
|
(&V_6)->___worldToLightSpaceRotation = L_22;
|
|
ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6 L_23 = V_6;
|
|
V_3 = L_23;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:379>
|
|
NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF* L_24 = (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF*)(&(&V_3)->___splitInfos);
|
|
int32_t L_25 = V_0;
|
|
NativeList_1_ResizeUninitialized_m69A8DED1A29D55DDC2E1CBF7ECFDEC27DABA6423(L_24, L_25, NativeList_1_ResizeUninitialized_m69A8DED1A29D55DDC2E1CBF7ECFDEC27DABA6423_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:381>
|
|
V_7 = 0;
|
|
goto IL_0104;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:383>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_26 = ___0_cc;
|
|
NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 L_27 = L_26->___cullingSplits;
|
|
V_4 = L_27;
|
|
int32_t L_28 = V_7;
|
|
CullingSplit_tA645AE6542408220387BA7188513D7FEDBC1CAC0 L_29;
|
|
L_29 = IL2CPP_NATIVEARRAY_GET_ITEM(CullingSplit_tA645AE6542408220387BA7188513D7FEDBC1CAC0, ((&V_4))->___m_Buffer, L_28);
|
|
V_8 = L_29;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:385>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:386>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:387>
|
|
ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6 L_30 = V_3;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_31 = L_30.___worldToLightSpaceRotation;
|
|
CullingSplit_tA645AE6542408220387BA7188513D7FEDBC1CAC0 L_32 = V_8;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_33 = L_32.___sphereCenter;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_34;
|
|
L_34 = float3_op_Implicit_mE1831A3AC179B7EB3236F8202EC8DD5CE05376AB(L_33, NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_35;
|
|
L_35 = math_mul_m4C38B3C1EB3A8DEBFD06421A2FCBE54E7CDC46EE_inline(L_31, L_34, NULL);
|
|
CullingSplit_tA645AE6542408220387BA7188513D7FEDBC1CAC0 L_36 = V_8;
|
|
float L_37 = L_36.___sphereRadius;
|
|
float4__ctor_m2A21052EF06884F609D1CDA9A2C2ED84A7584345_inline((&V_9), L_35, L_37, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:389>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:390>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:391>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:392>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:393>
|
|
NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF* L_38 = (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF*)(&(&V_3)->___splitInfos);
|
|
int32_t L_39 = V_7;
|
|
il2cpp_codegen_initobj((&V_10), sizeof(SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A));
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_40 = V_9;
|
|
(&V_10)->___receiverSphereLightSpace = L_40;
|
|
CullingSplit_tA645AE6542408220387BA7188513D7FEDBC1CAC0 L_41 = V_8;
|
|
float L_42 = L_41.___cascadeBlendCullingFactor;
|
|
(&V_10)->___cascadeBlendCullingFactor = L_42;
|
|
SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A L_43 = V_10;
|
|
NativeList_1_set_Item_m09DA963CC6136F433B32EC13AFF1B1B6DA833993_inline(L_38, L_39, L_43, NativeList_1_set_Item_m09DA963CC6136F433B32EC13AFF1B1B6DA833993_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:381>
|
|
int32_t L_44 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_44, 1));
|
|
}
|
|
|
|
IL_0104:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:381>
|
|
int32_t L_45 = V_7;
|
|
int32_t L_46 = V_0;
|
|
if ((((int32_t)L_45) < ((int32_t)L_46)))
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:396>
|
|
ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6 L_47 = V_3;
|
|
return L_47;
|
|
}
|
|
}
|
|
// Method Definition Index: 70947
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float ReceiverSphereCuller_DistanceUntilCylinderFullyCrossesPlane_m1E5B038B031E5090A38EE0FF6EFC405E4BDD63E1 (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_cylinderCenter, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___1_cylinderDirection, float ___2_cylinderRadius, Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C ___3_plane, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
float V_1 = 0.0f;
|
|
float V_2 = 0.0f;
|
|
float V_3 = 0.0f;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:405>
|
|
V_0 = (0.00100000005f);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:408>
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0;
|
|
L_0 = Plane_get_normal_mA161D94E6F7327BC111007C880B76E1731729EFB_inline((&___3_plane), NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_1;
|
|
L_1 = float3_op_Implicit_mE1831A3AC179B7EB3236F8202EC8DD5CE05376AB(L_0, NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_2 = ___1_cylinderDirection;
|
|
float L_3;
|
|
L_3 = math_dot_mE193D8880350D74CC8D63A0D53CDC5902F844AAD_inline(L_1, L_2, NULL);
|
|
float L_4;
|
|
L_4 = math_abs_m3D9508B36B045BFE7B89C6C69AD34596264E4FE1_inline(L_3, NULL);
|
|
float L_5 = V_0;
|
|
float L_6;
|
|
L_6 = math_max_m4B454A91AE8827997609E74C4C24036BBD3CC496_inline(L_4, L_5, NULL);
|
|
V_1 = L_6;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:409>
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
L_7 = Plane_get_normal_mA161D94E6F7327BC111007C880B76E1731729EFB_inline((&___3_plane), NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_8;
|
|
L_8 = float3_op_Implicit_mE1831A3AC179B7EB3236F8202EC8DD5CE05376AB(L_7, NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_9 = ___0_cylinderCenter;
|
|
float L_10;
|
|
L_10 = math_dot_mE193D8880350D74CC8D63A0D53CDC5902F844AAD_inline(L_8, L_9, NULL);
|
|
float L_11;
|
|
L_11 = Plane_get_distance_m2D50D2C23E2D9438272F876878015B38DAF5ED30_inline((&___3_plane), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:410>
|
|
float L_12 = V_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:413>
|
|
float L_13 = V_1;
|
|
float L_14 = V_1;
|
|
float L_15;
|
|
L_15 = math_max_m4B454A91AE8827997609E74C4C24036BBD3CC496_inline(((float)il2cpp_codegen_subtract((1.0f), ((float)il2cpp_codegen_multiply(L_13, L_14)))), (0.0f), NULL);
|
|
float L_16;
|
|
L_16 = math_sqrt_mEF31DE7BD0179009683C5D7B0C58E6571B30CF4A_inline(L_15, NULL);
|
|
V_2 = L_16;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:414>
|
|
float L_17 = ___2_cylinderRadius;
|
|
float L_18 = V_2;
|
|
float L_19 = V_1;
|
|
V_3 = ((float)(((float)il2cpp_codegen_multiply(L_17, L_18))/L_19));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:416>
|
|
float L_20 = V_3;
|
|
return ((float)il2cpp_codegen_add(((float)(((float)il2cpp_codegen_add(L_10, L_11))/L_12)), L_20));
|
|
}
|
|
}
|
|
// Method Definition Index: 70948
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t ReceiverSphereCuller_ComputeSplitVisibilityMask_m1188332DCE2CBF80B1A431AFB1BD49955898936F (NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 ___0_lightFacingFrustumPlanes, NativeArray_1_t933EB4C2ED1CCB3C68D5E2EC18C770C2893C8443 ___1_splitInfos, float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 ___2_worldToLightSpaceRotation, AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* ___3_bounds, const RuntimeMethod* method)
|
|
{
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
float V_2 = 0.0f;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
float V_4 = 0.0f;
|
|
uint32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
float V_11 = 0.0f;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
float V_13 = 0.0f;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E V_14;
|
|
memset((&V_14), 0, sizeof(V_14));
|
|
float V_15 = 0.0f;
|
|
float V_16 = 0.0f;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:425>
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* L_0 = ___3_bounds;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_1 = L_0->___center;
|
|
V_0 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:426>
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_2 = ___2_worldToLightSpaceRotation;
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* L_3 = ___3_bounds;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_4 = L_3->___center;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_5;
|
|
L_5 = math_mul_m4C38B3C1EB3A8DEBFD06421A2FCBE54E7CDC46EE_inline(L_2, L_4, NULL);
|
|
V_1 = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:427>
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* L_6 = ___3_bounds;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_7 = L_6->___extents;
|
|
float L_8;
|
|
L_8 = math_length_m6A2B63D7A3B84261C2F7FCAA2CB382288A57D257_inline(L_7, NULL);
|
|
V_2 = L_8;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:431>
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_9 = ___2_worldToLightSpaceRotation;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_10;
|
|
L_10 = math_transpose_mECD2E8FB703C258FFE6D446C231833E952B1E0B2_inline(L_9, NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_11 = L_10.___c2;
|
|
V_3 = L_11;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:432>
|
|
V_4 = (std::numeric_limits<float>::infinity());
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:433>
|
|
V_7 = 0;
|
|
goto IL_0058;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:435>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:436>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:437>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:438>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:439>
|
|
float L_12 = V_4;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_13 = V_0;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_14 = V_3;
|
|
float L_15 = V_2;
|
|
int32_t L_16 = V_7;
|
|
Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C L_17;
|
|
L_17 = IL2CPP_NATIVEARRAY_GET_ITEM(Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C, ((&___0_lightFacingFrustumPlanes))->___m_Buffer, L_16);
|
|
float L_18;
|
|
L_18 = ReceiverSphereCuller_DistanceUntilCylinderFullyCrossesPlane_m1E5B038B031E5090A38EE0FF6EFC405E4BDD63E1(L_13, L_14, L_15, L_17, NULL);
|
|
float L_19;
|
|
L_19 = math_min_m54FD010BEF505D2BA1F79FC793BEB0723C329C3B_inline(L_12, L_18, NULL);
|
|
V_4 = L_19;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:433>
|
|
int32_t L_20 = V_7;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_20, 1));
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:433>
|
|
int32_t L_21 = V_7;
|
|
int32_t L_22;
|
|
L_22 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___0_lightFacingFrustumPlanes))->___m_Length);
|
|
if ((((int32_t)L_21) < ((int32_t)L_22)))
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:441>
|
|
float L_23 = V_4;
|
|
float L_24;
|
|
L_24 = math_max_m4B454A91AE8827997609E74C4C24036BBD3CC496_inline(L_23, (0.0f), NULL);
|
|
V_4 = L_24;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:443>
|
|
V_5 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:444>
|
|
int32_t L_25;
|
|
L_25 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___1_splitInfos))->___m_Length);
|
|
V_6 = L_25;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:445>
|
|
V_8 = 0;
|
|
goto IL_0158;
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:447>
|
|
int32_t L_26 = V_8;
|
|
SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A L_27;
|
|
L_27 = IL2CPP_NATIVEARRAY_GET_ITEM(SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A, ((&___1_splitInfos))->___m_Buffer, L_26);
|
|
V_9 = L_27;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:448>
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E* L_28 = (float4_t89D9A294E7A79BD81BFBDD18654508532958555E*)(&(&V_9)->___receiverSphereLightSpace);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_29;
|
|
L_29 = float4_get_xyz_mE6EC829F35512C7BC159047FDC134E80F3B37A06_inline(L_28, NULL);
|
|
V_10 = L_29;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:449>
|
|
SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A L_30 = V_9;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_31 = L_30.___receiverSphereLightSpace;
|
|
float L_32 = L_31.___w;
|
|
V_11 = L_32;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:450>
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_33 = V_1;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_34 = V_10;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_35;
|
|
L_35 = float3_op_Subtraction_mB6036E9849D95650D6E73DA0D179CD7B61E696F2_inline(L_33, L_34, NULL);
|
|
V_12 = L_35;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:453>
|
|
float L_36 = V_2;
|
|
float L_37 = V_11;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:454>
|
|
float L_38;
|
|
L_38 = math_lengthsq_mE03E2168984FB33F53C2B3FE2E8D4759E78B57A2_inline(((float)il2cpp_codegen_add(L_36, L_37)), NULL);
|
|
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_39;
|
|
L_39 = float3_get_xy_mFD536022DC4F5162E2FE30328BE2418E4878349A_inline((&V_12), NULL);
|
|
float L_40;
|
|
L_40 = math_lengthsq_mDC7DB2DF1C069D45CE87BC737AF59CB0094042FA_inline(L_39, NULL);
|
|
V_13 = ((float)il2cpp_codegen_subtract(L_38, L_40));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:457>
|
|
float L_41 = V_13;
|
|
if ((((float)L_41) < ((float)(0.0f))))
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:461>
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_42 = V_12;
|
|
float L_43 = L_42.___z;
|
|
if ((!(((float)L_43) > ((float)(0.0f)))))
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
}
|
|
{
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_44 = V_12;
|
|
float L_45 = L_44.___z;
|
|
float L_46;
|
|
L_46 = math_lengthsq_mE03E2168984FB33F53C2B3FE2E8D4759E78B57A2_inline(L_45, NULL);
|
|
float L_47 = V_13;
|
|
if ((((float)L_46) > ((float)L_47)))
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:465>
|
|
uint32_t L_48 = V_5;
|
|
int32_t L_49 = V_8;
|
|
V_5 = ((int32_t)((int32_t)L_48|((int32_t)(1<<((int32_t)(L_49&((int32_t)31)))))));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:471>
|
|
float L_50 = V_11;
|
|
SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A L_51 = V_9;
|
|
float L_52 = L_51.___cascadeBlendCullingFactor;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:472>
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_53 = V_12;
|
|
float L_54 = V_4;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_55;
|
|
memset((&L_55), 0, sizeof(L_55));
|
|
float3__ctor_mC61002CD0EC13D7C37D846D021A78C028FB80DB9_inline((&L_55), (0.0f), (0.0f), L_54, NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_56;
|
|
L_56 = float3_op_Addition_mFFCF4F7457594F5EFB0678C0DE90AAD3D3F6947B_inline(L_53, L_55, NULL);
|
|
V_14 = L_56;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:473>
|
|
float L_57 = V_2;
|
|
V_15 = ((float)il2cpp_codegen_subtract(((float)il2cpp_codegen_multiply(L_50, L_52)), L_57));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:474>
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_58 = V_12;
|
|
float L_59;
|
|
L_59 = math_lengthsq_mC699F3F214F05B26BEBAF1B46E3AA3C00407A532_inline(L_58, NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_60 = V_14;
|
|
float L_61;
|
|
L_61 = math_lengthsq_mC699F3F214F05B26BEBAF1B46E3AA3C00407A532_inline(L_60, NULL);
|
|
float L_62;
|
|
L_62 = math_max_m4B454A91AE8827997609E74C4C24036BBD3CC496_inline(L_59, L_61, NULL);
|
|
V_16 = L_62;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:475>
|
|
float L_63 = V_15;
|
|
if ((!(((float)L_63) > ((float)(0.0f)))))
|
|
{
|
|
goto IL_0152;
|
|
}
|
|
}
|
|
{
|
|
float L_64 = V_16;
|
|
float L_65 = V_15;
|
|
float L_66;
|
|
L_66 = math_lengthsq_mE03E2168984FB33F53C2B3FE2E8D4759E78B57A2_inline(L_65, NULL);
|
|
if ((((float)L_64) < ((float)L_66)))
|
|
{
|
|
goto IL_0161;
|
|
}
|
|
}
|
|
|
|
IL_0152:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:445>
|
|
int32_t L_67 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_67, 1));
|
|
}
|
|
|
|
IL_0158:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:445>
|
|
int32_t L_68 = V_8;
|
|
int32_t L_69 = V_6;
|
|
if ((((int32_t)L_68) < ((int32_t)L_69)))
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
|
|
IL_0161:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/FrustumPlanes.cs:478>
|
|
uint32_t L_70 = V_5;
|
|
return L_70;
|
|
}
|
|
}
|
|
#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
|
|
// Method Definition Index: 70949
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* GPUResidentBatcher_get_batchersContext_m832BD0381846BE2E11D425CE1319953A411D64CE (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:19>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_0 = __this->___m_BatchersContext;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 70950
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* GPUResidentBatcher_get_occlusionCullingCommon_mCC135850F6B339139CBA5E60715E4B059195CBC7 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:20>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_0 = __this->___m_BatchersContext;
|
|
NullCheck(L_0);
|
|
OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* L_1;
|
|
L_1 = RenderersBatchersContext_get_occlusionCullingCommon_mB5106ABB84E6D34B14EBA467B292E39DDCB60C1D_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 70951
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* GPUResidentBatcher_get_instanceCullingBatcher_m9E7BF9BA5E63072AB043C86836AC4C036AD5D465 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:21>
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* L_0 = __this->___m_InstanceCullingBatcher;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 70952
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher__ctor_mE43D45A4CCB93B7DD21D5FB49C4D6BA16DEC72B2 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* ___0_batcherContext, InstanceCullingBatcherDesc_t3D2118CDA49498761F63BA7776E58BB95A8D643A ___1_instanceCullerBatcherDesc, GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* ___2_gpuDrivenProcessor, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUDrivenRendererDataCallback_t4152C087393A384E442BAFE6B3AE0FAFB80C2EFF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentBatcher_OnFinishedCulling_m3894D01381A5290564E27DC8315623AD4B21975D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentBatcher_UpdateRendererBatches_m7FDCEBC6D9743BA42ED99E545EBBF438702B56DC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentBatcher_UpdateRendererInstancesAndBatches_m7CC59149342BCCB17DE20FCD2BF0294D613B48B9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnFinishedCulling_t94AEBB560F52F9A2FF21D11548FFE40CCF5417E1_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:25>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:26>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:27>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:28>
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:30>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_0 = ___0_batcherContext;
|
|
__this->___m_BatchersContext = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BatchersContext), (void*)L_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:31>
|
|
GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* L_1 = ___2_gpuDrivenProcessor;
|
|
__this->___m_GPUDrivenProcessor = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GPUDrivenProcessor), (void*)L_1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:32>
|
|
GPUDrivenRendererDataCallback_t4152C087393A384E442BAFE6B3AE0FAFB80C2EFF* L_2 = (GPUDrivenRendererDataCallback_t4152C087393A384E442BAFE6B3AE0FAFB80C2EFF*)il2cpp_codegen_object_new(GPUDrivenRendererDataCallback_t4152C087393A384E442BAFE6B3AE0FAFB80C2EFF_il2cpp_TypeInfo_var);
|
|
GPUDrivenRendererDataCallback__ctor_m53E13F6345B5C0EF66C15468172649A9F9EB3986(L_2, __this, (intptr_t)((void*)GPUResidentBatcher_UpdateRendererInstancesAndBatches_m7CC59149342BCCB17DE20FCD2BF0294D613B48B9_RuntimeMethod_var), NULL);
|
|
__this->___m_UpdateRendererInstancesAndBatchesCallback = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_UpdateRendererInstancesAndBatchesCallback), (void*)L_2);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:33>
|
|
GPUDrivenRendererDataCallback_t4152C087393A384E442BAFE6B3AE0FAFB80C2EFF* L_3 = (GPUDrivenRendererDataCallback_t4152C087393A384E442BAFE6B3AE0FAFB80C2EFF*)il2cpp_codegen_object_new(GPUDrivenRendererDataCallback_t4152C087393A384E442BAFE6B3AE0FAFB80C2EFF_il2cpp_TypeInfo_var);
|
|
GPUDrivenRendererDataCallback__ctor_m53E13F6345B5C0EF66C15468172649A9F9EB3986(L_3, __this, (intptr_t)((void*)GPUResidentBatcher_UpdateRendererBatches_m7FDCEBC6D9743BA42ED99E545EBBF438702B56DC_RuntimeMethod_var), NULL);
|
|
__this->___m_UpdateRendererBatchesCallback = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_UpdateRendererBatchesCallback), (void*)L_3);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:35>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_4 = ___0_batcherContext;
|
|
InstanceCullingBatcherDesc_t3D2118CDA49498761F63BA7776E58BB95A8D643A L_5 = ___1_instanceCullerBatcherDesc;
|
|
OnFinishedCulling_t94AEBB560F52F9A2FF21D11548FFE40CCF5417E1* L_6 = (OnFinishedCulling_t94AEBB560F52F9A2FF21D11548FFE40CCF5417E1*)il2cpp_codegen_object_new(OnFinishedCulling_t94AEBB560F52F9A2FF21D11548FFE40CCF5417E1_il2cpp_TypeInfo_var);
|
|
OnFinishedCulling__ctor_mA202B9589AE563B23247C3094F5E5D7DB7EC943C(L_6, __this, (intptr_t)((void*)GPUResidentBatcher_OnFinishedCulling_m3894D01381A5290564E27DC8315623AD4B21975D_RuntimeMethod_var), NULL);
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* L_7 = (InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16*)il2cpp_codegen_object_new(InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16_il2cpp_TypeInfo_var);
|
|
InstanceCullingBatcher__ctor_m98D5EFDC5F3AF7FF61DEE777748DBD66758A239B(L_7, L_4, L_5, L_6, NULL);
|
|
__this->___m_InstanceCullingBatcher = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_InstanceCullingBatcher), (void*)L_7);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:36>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70953
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_Dispose_m027050D276B285BED80401912FB6B3D0BADC90AD (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:40>
|
|
GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* L_0 = __this->___m_GPUDrivenProcessor;
|
|
NullCheck(L_0);
|
|
GPUDrivenProcessor_ClearMaterialFilters_m9B0FD6EB13E88552F0450125E28FBCB1E7790AAF(L_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:41>
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* L_1 = __this->___m_InstanceCullingBatcher;
|
|
NullCheck(L_1);
|
|
InstanceCullingBatcher_Dispose_m6A9FED11F52B4FD30BAF1ECE6676B853B9BCCA42(L_1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:43>
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317* L_2 = (ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317*)(&__this->___m_ProcessedThisFrameTreeBits);
|
|
bool L_3;
|
|
L_3 = ParallelBitArray_get_IsCreated_m31B6CFD3C95548F523C3D074463B827B7CD7A535(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:44>
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317* L_4 = (ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317*)(&__this->___m_ProcessedThisFrameTreeBits);
|
|
ParallelBitArray_Dispose_m24CBECA125F3D0090E9786E6AF56CB2E6DE452C6(L_4, NULL);
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:45>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70954
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_OnBeginContextRendering_mFCE0FA21DAB11BC5B770CB5C63F14C32B2ECC30F (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:49>
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317* L_0 = (ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317*)(&__this->___m_ProcessedThisFrameTreeBits);
|
|
bool L_1;
|
|
L_1 = ParallelBitArray_get_IsCreated_m31B6CFD3C95548F523C3D074463B827B7CD7A535(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:50>
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317* L_2 = (ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317*)(&__this->___m_ProcessedThisFrameTreeBits);
|
|
ParallelBitArray_Dispose_m24CBECA125F3D0090E9786E6AF56CB2E6DE452C6(L_2, NULL);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:51>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70955
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_OnEndContextRendering_mDC1CCC712A83C48E61D34E56BE21B5458C77BB61 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, const RuntimeMethod* method)
|
|
{
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* G_B2_0 = NULL;
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* G_B1_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:55>
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* L_0 = __this->___m_InstanceCullingBatcher;
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* L_1 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000b;
|
|
}
|
|
G_B1_0 = L_1;
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
InstanceCullingBatcher_OnEndContextRendering_mB4D41FEA107B3D5ECF9AF02F3937726021141A26(G_B2_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:56>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70956
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_OnBeginCameraRendering_m818CA5BB64950FFCF566414C70CC5D8B6D96A922 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method)
|
|
{
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* G_B2_0 = NULL;
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* G_B1_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:60>
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* L_0 = __this->___m_InstanceCullingBatcher;
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* L_1 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000b;
|
|
}
|
|
G_B1_0 = L_1;
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_2 = ___0_camera;
|
|
NullCheck(G_B2_0);
|
|
InstanceCullingBatcher_OnBeginCameraRendering_mE389E1056E80885B9816E9231F9C3C2A42B72221(G_B2_0, L_2, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:61>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70957
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_OnEndCameraRendering_mC31C1F8395CEED9B4AD6321DACC36E9115666885 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method)
|
|
{
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* G_B2_0 = NULL;
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* G_B1_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:65>
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* L_0 = __this->___m_InstanceCullingBatcher;
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* L_1 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000b;
|
|
}
|
|
G_B1_0 = L_1;
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_2 = ___0_camera;
|
|
NullCheck(G_B2_0);
|
|
InstanceCullingBatcher_OnEndCameraRendering_m189059E45FB5732F03BAFABF3421CDD68D81DEB1(G_B2_0, L_2, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:66>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70958
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_UpdateFrame_mB0B6728FE5D08E785FD7747D9AF4D065705D944D (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:70>
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* L_0 = __this->___m_InstanceCullingBatcher;
|
|
NullCheck(L_0);
|
|
InstanceCullingBatcher_UpdateFrame_mD1B5D19FB7AB428A0E766E54E1E58821EF647457(L_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:71>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_1 = __this->___m_BatchersContext;
|
|
NullCheck(L_1);
|
|
RenderersBatchersContext_UpdateFrame_mCFA782A62647ADD043E3247EFF36079A2426DAD4(L_1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:72>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70959
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_DestroyMaterials_m0BEE5AE70E666A3E35E16EA8D941480E1351A243 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_destroyedMaterials, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:76>
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* L_0 = __this->___m_InstanceCullingBatcher;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_1 = ___0_destroyedMaterials;
|
|
NullCheck(L_0);
|
|
InstanceCullingBatcher_DestroyMaterials_mF017E0AF2451934C0B8D3D9F7457FCDB3908F087(L_0, L_1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:77>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70960
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_DestroyDrawInstances_m9513A335709809ED850D1AF76E2A6FFCB8707AF9 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C ___0_instances, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:81>
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* L_0 = __this->___m_InstanceCullingBatcher;
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_1 = ___0_instances;
|
|
NullCheck(L_0);
|
|
InstanceCullingBatcher_DestroyDrawInstances_m53512A8BD8DF31ADE89587FD55D5B4226F9F6A44(L_0, L_1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:82>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70961
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_DestroyMeshes_m4B3BF017904878023774926DE457D2476283B094 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_destroyedMeshes, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:86>
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* L_0 = __this->___m_InstanceCullingBatcher;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_1 = ___0_destroyedMeshes;
|
|
NullCheck(L_0);
|
|
InstanceCullingBatcher_DestroyMeshes_m7CB28EB447BDD8A7EF2780BB3BA51A16239B91BD(L_0, L_1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:87>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70962
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_FreeRendererGroupInstances_mB2929BF0DE2234256EB75CC078DE8441CA9594E9 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_rendererGroupIDs, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_AsArray_mDD9590C17DD493AFFEFADEF0D927B0AF1EDAAD14_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Dispose_m4E734E41A08E07ADD53AFE661AA0155D86EAE58A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1__ctor_m9AFA3393ED1432DAA54312C91FA0601D65B6E24E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:91>
|
|
int32_t L_0;
|
|
L_0 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___0_rendererGroupIDs))->___m_Length);
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:92>
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:94>
|
|
int32_t L_1;
|
|
L_1 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___0_rendererGroupIDs))->___m_Length);
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_2;
|
|
L_2 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(3, NULL);
|
|
NativeList_1__ctor_m9AFA3393ED1432DAA54312C91FA0601D65B6E24E((&V_0), L_1, L_2, NativeList_1__ctor_m9AFA3393ED1432DAA54312C91FA0601D65B6E24E_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:95>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_3 = __this->___m_BatchersContext;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_4 = ___0_rendererGroupIDs;
|
|
NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC L_5 = V_0;
|
|
NullCheck(L_3);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_6;
|
|
L_6 = RenderersBatchersContext_ScheduleQueryRendererGroupInstancesJob_m41084D427885CB440E7ACDD227EF915E37B24FA3(L_3, L_4, L_5, NULL);
|
|
V_1 = L_6;
|
|
JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A((&V_1), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:96>
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_7;
|
|
L_7 = NativeList_1_AsArray_mDD9590C17DD493AFFEFADEF0D927B0AF1EDAAD14((&V_0), NativeList_1_AsArray_mDD9590C17DD493AFFEFADEF0D927B0AF1EDAAD14_RuntimeMethod_var);
|
|
GPUResidentBatcher_DestroyDrawInstances_m9513A335709809ED850D1AF76E2A6FFCB8707AF9(__this, L_7, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:97>
|
|
NativeList_1_Dispose_m4E734E41A08E07ADD53AFE661AA0155D86EAE58A((&V_0), NativeList_1_Dispose_m4E734E41A08E07ADD53AFE661AA0155D86EAE58A_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:99>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_8 = __this->___m_BatchersContext;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_9 = ___0_rendererGroupIDs;
|
|
NullCheck(L_8);
|
|
RenderersBatchersContext_FreeRendererGroupInstances_m1BBD1A75AFD3CED5F347ED940D15EF20D303EA17(L_8, L_9, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:100>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70963
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_InstanceOcclusionTest_mCDEFBDADDB90AA06A2E1394B5B80E807CBB5AA43 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* ___1_settings, ReadOnlySpan_1_tFBC0482980BECAC34D5B41E0EF4D72F24C6E3AF9 ___2_subviewOcclusionTests, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:104>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_0 = __this->___m_BatchersContext;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = RenderersBatchersContext_get_hasBoundingSpheres_mA6745C1F53546E926C85BC0B69E1E176E5C07B54(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:105>
|
|
return;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:107>
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* L_2 = __this->___m_InstanceCullingBatcher;
|
|
NullCheck(L_2);
|
|
InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* L_3;
|
|
L_3 = InstanceCullingBatcher_get_culler_mBFCD2ACBB0F3D4A650233F186A5EB98D47A714D4(L_2, NULL);
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_4 = ___0_renderGraph;
|
|
OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* L_5 = ___1_settings;
|
|
ReadOnlySpan_1_tFBC0482980BECAC34D5B41E0EF4D72F24C6E3AF9 L_6 = ___2_subviewOcclusionTests;
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_7 = __this->___m_BatchersContext;
|
|
InstanceCuller_InstanceOcclusionTest_m8E12352E27A10F62B9C737C3C7D0394DBC416F15(L_3, L_4, L_5, L_6, L_7, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:108>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70964
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_UpdateInstanceOccluders_m5570E1F11C12314DD68EA4A1B9B4EE0473FD6A18 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123* ___1_occluderParams, ReadOnlySpan_1_t9B25EFB1CF91958EB1F59EE0FF50F09C87631AE8 ___2_occluderSubviewUpdates, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:112>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_0 = __this->___m_BatchersContext;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = RenderersBatchersContext_get_hasBoundingSpheres_mA6745C1F53546E926C85BC0B69E1E176E5C07B54(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:113>
|
|
return;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:115>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_2 = __this->___m_BatchersContext;
|
|
NullCheck(L_2);
|
|
OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* L_3;
|
|
L_3 = RenderersBatchersContext_get_occlusionCullingCommon_mB5106ABB84E6D34B14EBA467B292E39DDCB60C1D_inline(L_2, NULL);
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_4 = ___0_renderGraph;
|
|
OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123* L_5 = ___1_occluderParams;
|
|
ReadOnlySpan_1_t9B25EFB1CF91958EB1F59EE0FF50F09C87631AE8 L_6 = ___2_occluderSubviewUpdates;
|
|
NullCheck(L_3);
|
|
bool L_7;
|
|
L_7 = OcclusionCullingCommon_UpdateInstanceOccluders_m66590207897221E9FA80265BBEB4E9E40708646D(L_3, L_4, L_5, L_6, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:116>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70965
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_UpdateRenderers_m08752E00B533B9709C0EF2892D843BF10D24920B (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_renderersID, bool ___1_materialUpdateOnly, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_op_Implicit_m00183030196858D0016F2A18C13320B0366B4D00_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 G_B4_0;
|
|
memset((&G_B4_0), 0, sizeof(G_B4_0));
|
|
GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* G_B4_1 = NULL;
|
|
ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 G_B3_0;
|
|
memset((&G_B3_0), 0, sizeof(G_B3_0));
|
|
GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* G_B3_1 = NULL;
|
|
GPUDrivenRendererDataCallback_t4152C087393A384E442BAFE6B3AE0FAFB80C2EFF* G_B5_0 = NULL;
|
|
ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 G_B5_1;
|
|
memset((&G_B5_1), 0, sizeof(G_B5_1));
|
|
GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* G_B5_2 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:120>
|
|
int32_t L_0;
|
|
L_0 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___0_renderersID))->___m_Length);
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:121>
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:123>
|
|
GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* L_1 = __this->___m_GPUDrivenProcessor;
|
|
NullCheck(L_1);
|
|
GPUDrivenProcessor_set_enablePartialRendering_m0F6F908F150030A9C2F4FC9B83ABF2026A698F9F(L_1, (bool)0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:124>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:125>
|
|
GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* L_2 = __this->___m_GPUDrivenProcessor;
|
|
ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 L_3;
|
|
L_3 = NativeArray_1_op_Implicit_m00183030196858D0016F2A18C13320B0366B4D00((&___0_renderersID), NativeArray_1_op_Implicit_m00183030196858D0016F2A18C13320B0366B4D00_RuntimeMethod_var);
|
|
bool L_4 = ___1_materialUpdateOnly;
|
|
if (L_4)
|
|
{
|
|
G_B4_0 = L_3;
|
|
G_B4_1 = L_2;
|
|
goto IL_002e;
|
|
}
|
|
G_B3_0 = L_3;
|
|
G_B3_1 = L_2;
|
|
}
|
|
{
|
|
GPUDrivenRendererDataCallback_t4152C087393A384E442BAFE6B3AE0FAFB80C2EFF* L_5 = __this->___m_UpdateRendererInstancesAndBatchesCallback;
|
|
G_B5_0 = L_5;
|
|
G_B5_1 = G_B3_0;
|
|
G_B5_2 = G_B3_1;
|
|
goto IL_0034;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
GPUDrivenRendererDataCallback_t4152C087393A384E442BAFE6B3AE0FAFB80C2EFF* L_6 = __this->___m_UpdateRendererBatchesCallback;
|
|
G_B5_0 = L_6;
|
|
G_B5_1 = G_B4_0;
|
|
G_B5_2 = G_B4_1;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
bool L_7 = ___1_materialUpdateOnly;
|
|
NullCheck(G_B5_2);
|
|
GPUDrivenProcessor_EnableGPUDrivenRenderingAndDispatchRendererData_mAED2F4E1CCC7D10417FA4700E833FC9977A60431(G_B5_2, G_B5_1, G_B5_0, L_7, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:126>
|
|
GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* L_8 = __this->___m_GPUDrivenProcessor;
|
|
NullCheck(L_8);
|
|
GPUDrivenProcessor_set_enablePartialRendering_m0F6F908F150030A9C2F4FC9B83ABF2026A698F9F(L_8, (bool)0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:127>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70966
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 GPUResidentBatcher_SchedulePackedMaterialCacheUpdate_mB5D6DC79D682FEAA1A5F68BEB685132B1F549881 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_materialIDs, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 ___1_packedMaterialDatas, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:142>
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* L_0 = __this->___m_InstanceCullingBatcher;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_1 = ___0_materialIDs;
|
|
NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 L_2 = ___1_packedMaterialDatas;
|
|
NullCheck(L_0);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_3;
|
|
L_3 = InstanceCullingBatcher_SchedulePackedMaterialCacheUpdate_m22B6C778DE0258BCEA6BFBB9F9278637010B5A0C(L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 70967
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_PostCullBeginCameraRendering_m9C006EAC8C65FBC1B7DD3F9F4123E071EC1D2F44 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6 ___0_context, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:147>
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* L_0 = __this->___m_InstanceCullingBatcher;
|
|
RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6 L_1 = ___0_context;
|
|
NullCheck(L_0);
|
|
InstanceCullingBatcher_PostCullBeginCameraRendering_m8C7F421728438AB4A12BF864206727A08A2C30D6(L_0, L_1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:148>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70968
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_OnSetupAmbientProbe_mDCAD4C9AE21158471F846321EA2A58DBDA1914A6 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:152>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_0 = __this->___m_BatchersContext;
|
|
NullCheck(L_0);
|
|
RenderersBatchersContext_UpdateAmbientProbeAndGpuBuffer_m9635A08E6A72E53938EA2C332B7F37BFD6925535(L_0, (bool)0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:153>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70969
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_UpdateRendererInstancesAndBatches_m7CC59149342BCCB17DE20FCD2BF0294D613B48B9 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, GPUDrivenRendererGroupData_t8A323BA9775EF8B8B2D025EE16F29E81A770C568* ___0_rendererData, RuntimeObject* ___1_meshes, RuntimeObject* ___2_materials, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUInstanceDataBufferUploader_WriteInstanceDataJob_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m5975E063AE0936A5910142D9573C1271A7C6AEAF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m2C67EBF40272FAE50ACAE7825D1C71C673CE32C7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_m2B08A55873756E21BCB6D1C2CD1D3ED18D00BCA2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
GPUInstanceDataBufferUploader_tE52D85AC36021AB1CE62BBC4EBD4C0EC72C99A53 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:157>
|
|
GPUDrivenRendererGroupData_t8A323BA9775EF8B8B2D025EE16F29E81A770C568* L_0 = ___0_rendererData;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_1 = L_0->___invalidRendererGroupID;
|
|
GPUResidentBatcher_FreeRendererGroupInstances_mB2929BF0DE2234256EB75CC078DE8441CA9594E9(__this, L_1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:159>
|
|
GPUDrivenRendererGroupData_t8A323BA9775EF8B8B2D025EE16F29E81A770C568* L_2 = ___0_rendererData;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_3 = L_2->___rendererGroupID;
|
|
V_0 = L_3;
|
|
int32_t L_4;
|
|
L_4 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_0))->___m_Length);
|
|
if (L_4)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:160>
|
|
return;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:167>
|
|
GPUDrivenRendererGroupData_t8A323BA9775EF8B8B2D025EE16F29E81A770C568* L_5 = ___0_rendererData;
|
|
NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 L_6 = L_5->___localToWorldMatrix;
|
|
V_2 = L_6;
|
|
int32_t L_7;
|
|
L_7 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_2))->___m_Length);
|
|
NativeArray_1__ctor_m2B08A55873756E21BCB6D1C2CD1D3ED18D00BCA2((&V_1), L_7, 3, 0, NativeArray_1__ctor_m2B08A55873756E21BCB6D1C2CD1D3ED18D00BCA2_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:171>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_8 = __this->___m_BatchersContext;
|
|
GPUDrivenRendererGroupData_t8A323BA9775EF8B8B2D025EE16F29E81A770C568* L_9 = ___0_rendererData;
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_10 = V_1;
|
|
NullCheck(L_8);
|
|
RenderersBatchersContext_ReallocateAndGetInstances_m75003DE54327AFC9FC9226F543E2AA42ED4CA436(L_8, L_9, L_10, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:172>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_11 = __this->___m_BatchersContext;
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_12 = V_1;
|
|
GPUDrivenRendererGroupData_t8A323BA9775EF8B8B2D025EE16F29E81A770C568* L_13 = ___0_rendererData;
|
|
NullCheck(L_11);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_14;
|
|
L_14 = RenderersBatchersContext_ScheduleUpdateInstanceDataJob_m52A9965BBC3ACB0F00144C8D39E46478543B623B(L_11, L_12, L_13, NULL);
|
|
V_3 = L_14;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:174>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_15 = __this->___m_BatchersContext;
|
|
int32_t L_16;
|
|
L_16 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_1))->___m_Length);
|
|
NullCheck(L_15);
|
|
GPUInstanceDataBufferUploader_tE52D85AC36021AB1CE62BBC4EBD4C0EC72C99A53 L_17;
|
|
L_17 = RenderersBatchersContext_CreateDataBufferUploader_mE83CA3760B15FBD7BD9E8166D38C01ACA6DC4385(L_15, L_16, 0, NULL);
|
|
V_4 = L_17;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:175>
|
|
int32_t L_18;
|
|
L_18 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_1))->___m_Length);
|
|
GPUInstanceDataBufferUploader_AllocateUploadHandles_mAFB40A36A5FDAF5C560EB04B822012E57219A607_inline((&V_4), L_18, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:176>
|
|
il2cpp_codegen_initobj((&V_5), sizeof(JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:177>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_19 = __this->___m_BatchersContext;
|
|
NullCheck(L_19);
|
|
RenderersParameters_t5FE65DC16251F4C1775A6CDA267011B9794A3B2B L_20;
|
|
L_20 = RenderersBatchersContext_get_renderersParameters_mFAD826F98D88258ACEB3BAAB3BCA506E9DA8C54E_inline(L_19, NULL);
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C L_21 = L_20.___lightmapScale;
|
|
int32_t L_22 = L_21.___index;
|
|
GPUDrivenRendererGroupData_t8A323BA9775EF8B8B2D025EE16F29E81A770C568* L_23 = ___0_rendererData;
|
|
NativeArray_1_t1319594EE236701FE431CF2885AEB88373076DA8 L_24 = L_23->___lightmapScaleOffset;
|
|
GPUDrivenRendererGroupData_t8A323BA9775EF8B8B2D025EE16F29E81A770C568* L_25 = ___0_rendererData;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_26 = L_25->___rendererGroupIndex;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_27;
|
|
L_27 = GPUInstanceDataBufferUploader_WriteInstanceDataJob_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m5975E063AE0936A5910142D9573C1271A7C6AEAF((&V_4), L_22, L_24, L_26, GPUInstanceDataBufferUploader_WriteInstanceDataJob_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_m5975E063AE0936A5910142D9573C1271A7C6AEAF_RuntimeMethod_var);
|
|
V_5 = L_27;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:178>
|
|
JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A((&V_5), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:180>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_28 = __this->___m_BatchersContext;
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_29 = V_1;
|
|
NullCheck(L_28);
|
|
RenderersBatchersContext_SubmitToGpu_m7D51CAAFDF4D04FDB49B81F907ADA5C0023909BF(L_28, L_29, (&V_4), (bool)1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:181>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_30 = __this->___m_BatchersContext;
|
|
NullCheck(L_30);
|
|
RenderersBatchersContext_ChangeInstanceBufferVersion_m8BDA9E1B471724D930283E832CDC1C4D1172499C(L_30, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:182>
|
|
GPUInstanceDataBufferUploader_Dispose_m0D8CBA64EB57BF6554F97E74B238F0A159B574B5((&V_4), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:187>
|
|
JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A((&V_3), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:188>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_31 = __this->___m_BatchersContext;
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_32 = V_1;
|
|
GPUDrivenRendererGroupData_t8A323BA9775EF8B8B2D025EE16F29E81A770C568* L_33 = ___0_rendererData;
|
|
NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 L_34 = L_33->___localToWorldMatrix;
|
|
GPUDrivenRendererGroupData_t8A323BA9775EF8B8B2D025EE16F29E81A770C568* L_35 = ___0_rendererData;
|
|
NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 L_36 = L_35->___prevLocalToWorldMatrix;
|
|
NullCheck(L_31);
|
|
RenderersBatchersContext_InitializeInstanceTransforms_m3346F85D05A58656054559FF0D221E5F5D42C813(L_31, L_32, L_34, L_36, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:199>
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* L_37 = __this->___m_InstanceCullingBatcher;
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_38 = V_1;
|
|
GPUDrivenRendererGroupData_t8A323BA9775EF8B8B2D025EE16F29E81A770C568* L_39 = ___0_rendererData;
|
|
NullCheck(L_37);
|
|
InstanceCullingBatcher_BuildBatch_mCCF451A6EF0FDA419A13DA10D82E854480B2CFFD(L_37, L_38, L_39, (bool)1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:203>
|
|
NativeArray_1_Dispose_m2C67EBF40272FAE50ACAE7825D1C71C673CE32C7((&V_1), NativeArray_1_Dispose_m2C67EBF40272FAE50ACAE7825D1C71C673CE32C7_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:206>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70970
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_UpdateRendererBatches_m7FDCEBC6D9743BA42ED99E545EBBF438702B56DC (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, GPUDrivenRendererGroupData_t8A323BA9775EF8B8B2D025EE16F29E81A770C568* ___0_rendererData, RuntimeObject* ___1_meshes, RuntimeObject* ___2_materials, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_AsArray_mDD9590C17DD493AFFEFADEF0D927B0AF1EDAAD14_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Dispose_m4E734E41A08E07ADD53AFE661AA0155D86EAE58A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1__ctor_m9AFA3393ED1432DAA54312C91FA0601D65B6E24E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:210>
|
|
GPUDrivenRendererGroupData_t8A323BA9775EF8B8B2D025EE16F29E81A770C568* L_0 = ___0_rendererData;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_1 = L_0->___rendererGroupID;
|
|
V_0 = L_1;
|
|
int32_t L_2;
|
|
L_2 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_0))->___m_Length);
|
|
if (L_2)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:211>
|
|
return;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:218>
|
|
GPUDrivenRendererGroupData_t8A323BA9775EF8B8B2D025EE16F29E81A770C568* L_3 = ___0_rendererData;
|
|
NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 L_4 = L_3->___localToWorldMatrix;
|
|
V_2 = L_4;
|
|
int32_t L_5;
|
|
L_5 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_2))->___m_Length);
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_6;
|
|
L_6 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(3, NULL);
|
|
NativeList_1__ctor_m9AFA3393ED1432DAA54312C91FA0601D65B6E24E((&V_1), L_5, L_6, NativeList_1__ctor_m9AFA3393ED1432DAA54312C91FA0601D65B6E24E_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:222>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_7 = __this->___m_BatchersContext;
|
|
GPUDrivenRendererGroupData_t8A323BA9775EF8B8B2D025EE16F29E81A770C568* L_8 = ___0_rendererData;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_9 = L_8->___rendererGroupID;
|
|
NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC L_10 = V_1;
|
|
NullCheck(L_7);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_11;
|
|
L_11 = RenderersBatchersContext_ScheduleQueryRendererGroupInstancesJob_m41084D427885CB440E7ACDD227EF915E37B24FA3(L_7, L_9, L_10, NULL);
|
|
V_3 = L_11;
|
|
JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A((&V_3), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:232>
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* L_12 = __this->___m_InstanceCullingBatcher;
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_13;
|
|
L_13 = NativeList_1_AsArray_mDD9590C17DD493AFFEFADEF0D927B0AF1EDAAD14((&V_1), NativeList_1_AsArray_mDD9590C17DD493AFFEFADEF0D927B0AF1EDAAD14_RuntimeMethod_var);
|
|
GPUDrivenRendererGroupData_t8A323BA9775EF8B8B2D025EE16F29E81A770C568* L_14 = ___0_rendererData;
|
|
NullCheck(L_12);
|
|
InstanceCullingBatcher_BuildBatch_mCCF451A6EF0FDA419A13DA10D82E854480B2CFFD(L_12, L_13, L_14, (bool)0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:236>
|
|
NativeList_1_Dispose_m4E734E41A08E07ADD53AFE661AA0155D86EAE58A((&V_1), NativeList_1_Dispose_m4E734E41A08E07ADD53AFE661AA0155D86EAE58A_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:239>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70971
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_OnFinishedCulling_m3894D01381A5290564E27DC8315623AD4B21975D (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, intptr_t ___0_customCullingResult, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:243>
|
|
GPUResidentBatcher_ProcessTrees_mA20D5412045E8AE5E485DE8F50B350F0A88538B7(__this, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:244>
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* L_0 = __this->___m_InstanceCullingBatcher;
|
|
intptr_t L_1 = ___0_customCullingResult;
|
|
NullCheck(L_0);
|
|
InstanceCullingBatcher_OnFinishedCulling_mA2C92EE1760B83D8F49B13F81E6736E488ACBF70(L_0, L_1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:245>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70972
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_ProcessTrees_mA20D5412045E8AE5E485DE8F50B350F0A88538B7 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_GetSubArray_m7A2E07EAE629213B862B7441AF74BE9A8BEEDC10_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_GetSubArray_mF9859B73C8B04FE2136D339F27042DFA7AB2227C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_AsArray_mDD9590C17DD493AFFEFADEF0D927B0AF1EDAAD14_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Dispose_m4E734E41A08E07ADD53AFE661AA0155D86EAE58A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1__ctor_m35799C0CFA6E16DDB0DB2720C37F56A31014D29C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1__ctor_m98E15AF6E12EDECAB34F6D2B40A8D5201465427E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
bool V_2 = false;
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
int32_t V_5 = 0;
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:19>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_0 = __this->___m_BatchersContext;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = RenderersBatchersContext_GetAliveInstancesOfType_mAB16FC96B0BC9357E0DC9FA279AD4844AE0BBD60(L_0, 1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:21>
|
|
if (L_1)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:22>
|
|
return;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:24>
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* L_2 = __this->___m_InstanceCullingBatcher;
|
|
NullCheck(L_2);
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 L_3;
|
|
L_3 = InstanceCullingBatcher_GetCompactedVisibilityMasks_m56336BD173368549DEDC4D743382E3311D29B144(L_2, (bool)0, NULL);
|
|
V_0 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:26>
|
|
bool L_4;
|
|
L_4 = ParallelBitArray_get_IsCreated_m31B6CFD3C95548F523C3D074463B827B7CD7A535((&V_0), NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:27>
|
|
return;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:31>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_5 = __this->___m_BatchersContext;
|
|
NullCheck(L_5);
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_6;
|
|
L_6 = RenderersBatchersContext_get_aliveInstances_m464BB51D736CC6E53816E92B54FA52E20A6AB992(L_5, NULL);
|
|
V_6 = L_6;
|
|
int32_t L_7;
|
|
L_7 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_6))->___m_Length);
|
|
V_1 = L_7;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:33>
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317* L_8 = (ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317*)(&__this->___m_ProcessedThisFrameTreeBits);
|
|
bool L_9;
|
|
L_9 = ParallelBitArray_get_IsCreated_m31B6CFD3C95548F523C3D074463B827B7CD7A535(L_8, NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:34>
|
|
int32_t L_10 = V_1;
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 L_11;
|
|
memset((&L_11), 0, sizeof(L_11));
|
|
ParallelBitArray__ctor_m7BB9EA31D2DF48FD4BE5D8773C539A76C5D4E6E4((&L_11), L_10, 3, 1, NULL);
|
|
__this->___m_ProcessedThisFrameTreeBits = L_11;
|
|
goto IL_0072;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:35>
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317* L_12 = (ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317*)(&__this->___m_ProcessedThisFrameTreeBits);
|
|
int32_t L_13;
|
|
L_13 = ParallelBitArray_get_Length_m82FE0E2AC9FAB29DA67E28FFAEA04EB642955B08_inline(L_12, NULL);
|
|
int32_t L_14 = V_1;
|
|
if ((((int32_t)L_13) >= ((int32_t)L_14)))
|
|
{
|
|
goto IL_0072;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:36>
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317* L_15 = (ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317*)(&__this->___m_ProcessedThisFrameTreeBits);
|
|
int32_t L_16 = V_1;
|
|
ParallelBitArray_Resize_mA268182EEF9B41198BFC3780A74CF12D9B232011(L_15, L_16, NULL);
|
|
}
|
|
|
|
IL_0072:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:38>
|
|
il2cpp_codegen_runtime_class_init_inline(Application_tDB03BE91CDF0ACA614A5E0B67CFB77C44EB19B21_il2cpp_TypeInfo_var);
|
|
bool L_17;
|
|
L_17 = Application_get_isPlaying_m25B0ABDFEF54F5370CD3F263A813540843D00F34(NULL);
|
|
V_2 = (bool)((((int32_t)L_17) == ((int32_t)0))? 1 : 0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:39>
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_18;
|
|
L_18 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(3, NULL);
|
|
NativeList_1__ctor_m98E15AF6E12EDECAB34F6D2B40A8D5201465427E((&V_3), L_18, NativeList_1__ctor_m98E15AF6E12EDECAB34F6D2B40A8D5201465427E_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:40>
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_19;
|
|
L_19 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(3, NULL);
|
|
NativeList_1__ctor_m35799C0CFA6E16DDB0DB2720C37F56A31014D29C((&V_4), L_19, NativeList_1__ctor_m35799C0CFA6E16DDB0DB2720C37F56A31014D29C_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:42>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:43>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_20 = __this->___m_BatchersContext;
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317* L_21 = (ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317*)(&__this->___m_ProcessedThisFrameTreeBits);
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 L_22 = V_3;
|
|
NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC L_23 = V_4;
|
|
bool L_24 = V_2;
|
|
NullCheck(L_20);
|
|
RenderersBatchersContext_GetVisibleTreeInstances_m5C91EC91858A7EA240EF72E870C8C6A14D1FCC7F(L_20, (&V_0), L_21, L_22, L_23, L_24, (&V_5), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:45>
|
|
int32_t L_25;
|
|
L_25 = NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_inline((&V_3), NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_RuntimeMethod_var);
|
|
if ((((int32_t)L_25) <= ((int32_t)0)))
|
|
{
|
|
goto IL_010c;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:50>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_26;
|
|
L_26 = NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6((&V_3), NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6_RuntimeMethod_var);
|
|
V_9 = L_26;
|
|
int32_t L_27 = V_5;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_28;
|
|
L_28 = NativeArray_1_GetSubArray_m7A2E07EAE629213B862B7441AF74BE9A8BEEDC10((&V_9), 0, L_27, NativeArray_1_GetSubArray_m7A2E07EAE629213B862B7441AF74BE9A8BEEDC10_RuntimeMethod_var);
|
|
V_7 = L_28;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:51>
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_29;
|
|
L_29 = NativeList_1_AsArray_mDD9590C17DD493AFFEFADEF0D927B0AF1EDAAD14((&V_4), NativeList_1_AsArray_mDD9590C17DD493AFFEFADEF0D927B0AF1EDAAD14_RuntimeMethod_var);
|
|
V_6 = L_29;
|
|
int32_t L_30 = V_5;
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_31;
|
|
L_31 = NativeArray_1_GetSubArray_mF9859B73C8B04FE2136D339F27042DFA7AB2227C((&V_6), 0, L_30, NativeArray_1_GetSubArray_mF9859B73C8B04FE2136D339F27042DFA7AB2227C_RuntimeMethod_var);
|
|
V_8 = L_31;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:53>
|
|
int32_t L_32;
|
|
L_32 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_7))->___m_Length);
|
|
if ((((int32_t)L_32) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00f7;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:54>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_33 = V_7;
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_34 = V_8;
|
|
GPUResidentBatcher_UpdateSpeedTreeWindAndUploadWindParamsToGPU_m1E26807F0F67557341970AC983776178A0E90490(__this, L_33, L_34, (bool)1, NULL);
|
|
}
|
|
|
|
IL_00f7:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:56>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_35;
|
|
L_35 = NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6((&V_3), NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6_RuntimeMethod_var);
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_36;
|
|
L_36 = NativeList_1_AsArray_mDD9590C17DD493AFFEFADEF0D927B0AF1EDAAD14((&V_4), NativeList_1_AsArray_mDD9590C17DD493AFFEFADEF0D927B0AF1EDAAD14_RuntimeMethod_var);
|
|
GPUResidentBatcher_UpdateSpeedTreeWindAndUploadWindParamsToGPU_m1E26807F0F67557341970AC983776178A0E90490(__this, L_35, L_36, (bool)0, NULL);
|
|
}
|
|
|
|
IL_010c:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:61>
|
|
NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E((&V_3), NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:62>
|
|
NativeList_1_Dispose_m4E734E41A08E07ADD53AFE661AA0155D86EAE58A((&V_4), NativeList_1_Dispose_m4E734E41A08E07ADD53AFE661AA0155D86EAE58A_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:65>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70973
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentBatcher_UpdateSpeedTreeWindAndUploadWindParamsToGPU_m1E26807F0F67557341970AC983776178A0E90490 (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_treeRendererIDs, NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C ___1_treeInstances, bool ___2_history, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUInstanceDataBufferUploader_PrepareParamWrite_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_mC35E18D84F8E3D9FF126791C5ED119AFAF6A1B92_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_mB7356672FF7B43E7BA9814A15428B812950C65CA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_mD0F26C30D505CF393A50CEAD19D9BAAD3E77CB87_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_op_Implicit_m00183030196858D0016F2A18C13320B0366B4D00_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NativeArray_1_t727E0B11B40EA7D6477F67D79DA7B7F7C383735E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
GPUInstanceDataBufferUploader_tE52D85AC36021AB1CE62BBC4EBD4C0EC72C99A53 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
SpeedTreeWindParamsBufferIterator_t1A1ABDB77C12F567E52E4779294882FD6099D8BA V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
ReadOnly_tE69A412FE71F8B82F4822C181711AAA37F3BC5BC V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
int32_t V_4 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:69>
|
|
int32_t L_0;
|
|
L_0 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___0_treeRendererIDs))->___m_Length);
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:70>
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:75>
|
|
int32_t L_1;
|
|
L_1 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___1_treeInstances))->___m_Length);
|
|
NativeArray_1__ctor_mD0F26C30D505CF393A50CEAD19D9BAAD3E77CB87((&V_0), L_1, 3, 0, NativeArray_1__ctor_mD0F26C30D505CF393A50CEAD19D9BAAD3E77CB87_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:76>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_2 = __this->___m_BatchersContext;
|
|
NullCheck(L_2);
|
|
ReadOnly_tE69A412FE71F8B82F4822C181711AAA37F3BC5BC L_3;
|
|
L_3 = RenderersBatchersContext_get_instanceDataBuffer_m085CC45CC334F7C4AFFC82F08FE9041267BC3FC0(L_2, NULL);
|
|
V_3 = L_3;
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_4 = ___1_treeInstances;
|
|
NativeArray_1_t727E0B11B40EA7D6477F67D79DA7B7F7C383735E L_5 = V_0;
|
|
ReadOnly_CPUInstanceArrayToGPUInstanceArray_m246175FBDE0C68B01CF4B8B0F73087368CA7ACF3((&V_3), L_4, L_5, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:78>
|
|
bool L_6 = ___2_history;
|
|
if (L_6)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:79>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_7 = __this->___m_BatchersContext;
|
|
NativeArray_1_t727E0B11B40EA7D6477F67D79DA7B7F7C383735E L_8 = V_0;
|
|
NullCheck(L_7);
|
|
RenderersBatchersContext_UpdateInstanceWindDataHistory_m08DA4EE6C170DEA9C8A9B876071CEB4804438173(L_7, L_8, NULL);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:81>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_9 = __this->___m_BatchersContext;
|
|
int32_t L_10;
|
|
L_10 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___1_treeInstances))->___m_Length);
|
|
NullCheck(L_9);
|
|
GPUInstanceDataBufferUploader_tE52D85AC36021AB1CE62BBC4EBD4C0EC72C99A53 L_11;
|
|
L_11 = RenderersBatchersContext_CreateDataBufferUploader_mE83CA3760B15FBD7BD9E8166D38C01ACA6DC4385(L_9, L_10, 1, NULL);
|
|
V_1 = L_11;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:82>
|
|
int32_t L_12;
|
|
L_12 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___1_treeInstances))->___m_Length);
|
|
GPUInstanceDataBufferUploader_AllocateUploadHandles_mAFB40A36A5FDAF5C560EB04B822012E57219A607_inline((&V_1), L_12, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:84>
|
|
il2cpp_codegen_initobj((&V_2), sizeof(SpeedTreeWindParamsBufferIterator_t1A1ABDB77C12F567E52E4779294882FD6099D8BA));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:85>
|
|
intptr_t L_13;
|
|
L_13 = GPUInstanceDataBufferUploader_GetUploadBufferPtr_m0CB3210A88F79E17329FDE29AD57C33C975D55DD((&V_1), NULL);
|
|
(&V_2)->___bufferPtr = L_13;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:86>
|
|
V_4 = 0;
|
|
goto IL_00b7;
|
|
}
|
|
|
|
IL_007b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:87>
|
|
U3CuintParamOffsetsU3Ee__FixedBuffer_t2E4363F4BFA3E7F576BD772F2D3538C28A9C4D52* L_14 = (U3CuintParamOffsetsU3Ee__FixedBuffer_t2E4363F4BFA3E7F576BD772F2D3538C28A9C4D52*)(&(&V_2)->___uintParamOffsets);
|
|
int32_t* L_15 = (int32_t*)(&L_14->___FixedElementField);
|
|
int32_t L_16 = V_4;
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_17 = __this->___m_BatchersContext;
|
|
NullCheck(L_17);
|
|
RenderersParameters_t5FE65DC16251F4C1775A6CDA267011B9794A3B2B L_18;
|
|
L_18 = RenderersBatchersContext_get_renderersParameters_mFAD826F98D88258ACEB3BAAB3BCA506E9DA8C54E_inline(L_17, NULL);
|
|
ParamInfoU5BU5D_t04997454CB57D422798CB09352BA40CEF46EC967* L_19 = L_18.___windParams;
|
|
int32_t L_20 = V_4;
|
|
NullCheck(L_19);
|
|
int32_t L_21 = ((L_19)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_20)))->___index;
|
|
int32_t L_22;
|
|
L_22 = GPUInstanceDataBufferUploader_PrepareParamWrite_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_mC35E18D84F8E3D9FF126791C5ED119AFAF6A1B92((&V_1), L_21, GPUInstanceDataBufferUploader_PrepareParamWrite_TisVector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3_mC35E18D84F8E3D9FF126791C5ED119AFAF6A1B92_RuntimeMethod_var);
|
|
*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_15, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_16), 4))))) = (int32_t)L_22;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:86>
|
|
int32_t L_23 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_23, 1));
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:86>
|
|
int32_t L_24 = V_4;
|
|
if ((((int32_t)L_24) < ((int32_t)((int32_t)16))))
|
|
{
|
|
goto IL_007b;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:88>
|
|
int32_t L_25;
|
|
L_25 = GPUInstanceDataBufferUploader_GetUIntPerInstance_mE171D8F73FE5CDE5D3F83C730F31877B8649A59C_inline((&V_1), NULL);
|
|
(&V_2)->___uintStride = L_25;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:89>
|
|
(&V_2)->___elementOffset = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:90>
|
|
int32_t L_26;
|
|
L_26 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___1_treeInstances))->___m_Length);
|
|
(&V_2)->___elementsCount = L_26;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:92>
|
|
ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 L_27;
|
|
L_27 = NativeArray_1_op_Implicit_m00183030196858D0016F2A18C13320B0366B4D00((&___0_treeRendererIDs), NativeArray_1_op_Implicit_m00183030196858D0016F2A18C13320B0366B4D00_RuntimeMethod_var);
|
|
SpeedTreeWindParamsBufferIterator_t1A1ABDB77C12F567E52E4779294882FD6099D8BA L_28 = V_2;
|
|
bool L_29 = ___2_history;
|
|
SpeedTreeWindManager_UpdateWindAndWriteBufferWindParams_m23A5F63BB153D53BFFC964F460A96FBCED2E2365(L_27, L_28, L_29, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:93>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_30 = __this->___m_BatchersContext;
|
|
NativeArray_1_t727E0B11B40EA7D6477F67D79DA7B7F7C383735E L_31 = V_0;
|
|
NullCheck(L_30);
|
|
RenderersBatchersContext_SubmitToGpu_m522529681D96803ECD637E642083FD54D8FBAAB6(L_30, L_31, (&V_1), (bool)1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:95>
|
|
NativeArray_1_Dispose_mB7356672FF7B43E7BA9814A15428B812950C65CA((&V_0), NativeArray_1_Dispose_mB7356672FF7B43E7BA9814A15428B812950C65CA_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:96>
|
|
GPUInstanceDataBufferUploader_Dispose_m0D8CBA64EB57BF6554F97E74B238F0A159B574B5((&V_1), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.SpeedTree.cs:97>
|
|
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
|
|
// Method Definition Index: 70974
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* GPUResidentDrawer_get_instance_m142CE6BEC88AA7FA34052B0138128C3B944FEBDD (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:31>
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_0 = ((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___s_Instance;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 70975
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GPUResidentDrawer_IsInstanceOcclusionCullingEnabled_m03F098AAAA5FCB8140B53C641EB2B0381669BC8E (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:46>
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_0 = ((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___s_Instance;
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:47>
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:49>
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_1 = ((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___s_Instance;
|
|
NullCheck(L_1);
|
|
GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 L_2;
|
|
L_2 = GPUResidentDrawer_get_settings_m3F0472441E9F1191B0E0FC43B6D8BBF004EAF3C6_inline(L_1, NULL);
|
|
uint8_t L_3 = L_2.___mode;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:50>
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:52>
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_4 = ((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___s_Instance;
|
|
NullCheck(L_4);
|
|
GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 L_5;
|
|
L_5 = GPUResidentDrawer_get_settings_m3F0472441E9F1191B0E0FC43B6D8BBF004EAF3C6_inline(L_4, NULL);
|
|
bool L_6 = L_5.___enableOcclusionCulling;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:53>
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:55>
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// Method Definition Index: 70976
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_PostCullBeginCameraRendering_m3EB60CDFBF342ABD0B11B30439BB01B7CD6F1F77 (RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6 ___0_context, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* G_B2_0 = NULL;
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* G_B1_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:66>
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_0 = ((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___s_Instance;
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_1 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
G_B1_0 = L_1;
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_2;
|
|
L_2 = GPUResidentDrawer_get_batcher_m03715B9C280D664F90B0B1F592D9C3ADD212F9F3_inline(G_B2_0, NULL);
|
|
RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6 L_3 = ___0_context;
|
|
NullCheck(L_2);
|
|
GPUResidentBatcher_PostCullBeginCameraRendering_m9C006EAC8C65FBC1B7DD3F9F4123E071EC1D2F44(L_2, L_3, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:67>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70977
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_OnSetupAmbientProbe_mF67DC77B41AD752F71A25EA4221AA3180AA236CC (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* G_B2_0 = NULL;
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* G_B1_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:75>
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_0 = ((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___s_Instance;
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_1 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
G_B1_0 = L_1;
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_2;
|
|
L_2 = GPUResidentDrawer_get_batcher_m03715B9C280D664F90B0B1F592D9C3ADD212F9F3_inline(G_B2_0, NULL);
|
|
NullCheck(L_2);
|
|
GPUResidentBatcher_OnSetupAmbientProbe_mDCAD4C9AE21158471F846321EA2A58DBDA1914A6(L_2, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:76>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70978
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_InstanceOcclusionTest_m0DD4F0A4685967C617984FBCE5A0B99A35790AFE (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* ___1_settings, ReadOnlySpan_1_tFBC0482980BECAC34D5B41E0EF4D72F24C6E3AF9 ___2_subviewOcclusionTests, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* G_B2_0 = NULL;
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* G_B1_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:91>
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_0 = ((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___s_Instance;
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_1 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
G_B1_0 = L_1;
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_2;
|
|
L_2 = GPUResidentDrawer_get_batcher_m03715B9C280D664F90B0B1F592D9C3ADD212F9F3_inline(G_B2_0, NULL);
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_3 = ___0_renderGraph;
|
|
OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* L_4 = ___1_settings;
|
|
ReadOnlySpan_1_tFBC0482980BECAC34D5B41E0EF4D72F24C6E3AF9 L_5 = ___2_subviewOcclusionTests;
|
|
NullCheck(L_2);
|
|
GPUResidentBatcher_InstanceOcclusionTest_mCDEFBDADDB90AA06A2E1394B5B80E807CBB5AA43(L_2, L_3, L_4, L_5, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:92>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70979
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_UpdateInstanceOccluders_mD2F1BAB128CEB6B6A731FEA876A1E08A31C98B30 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123* ___1_occluderParameters, ReadOnlySpan_1_t9B25EFB1CF91958EB1F59EE0FF50F09C87631AE8 ___2_occluderSubviewUpdates, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* G_B2_0 = NULL;
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* G_B1_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:106>
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_0 = ((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___s_Instance;
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_1 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
G_B1_0 = L_1;
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_2;
|
|
L_2 = GPUResidentDrawer_get_batcher_m03715B9C280D664F90B0B1F592D9C3ADD212F9F3_inline(G_B2_0, NULL);
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_3 = ___0_renderGraph;
|
|
OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123* L_4 = ___1_occluderParameters;
|
|
ReadOnlySpan_1_t9B25EFB1CF91958EB1F59EE0FF50F09C87631AE8 L_5 = ___2_occluderSubviewUpdates;
|
|
NullCheck(L_2);
|
|
GPUResidentBatcher_UpdateInstanceOccluders_m5570E1F11C12314DD68EA4A1B9B4EE0473FD6A18(L_2, L_3, L_4, L_5, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:107>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70980
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_ReinitializeIfNeeded_mE8A70A9A6B9C8D4A341552E05D95E4D74B7D68D5 (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:121>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70981
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_RenderDebugOcclusionTestOverlay_m17664202C62084572F6037B5F1C61E2FE8C0BFD0 (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* ___1_debugSettings, int32_t ___2_viewInstanceID, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___3_colorBuffer, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* G_B2_0 = NULL;
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* G_B1_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:136>
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_0 = ((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___s_Instance;
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_1 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
G_B1_0 = L_1;
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_2;
|
|
L_2 = GPUResidentDrawer_get_batcher_m03715B9C280D664F90B0B1F592D9C3ADD212F9F3_inline(G_B2_0, NULL);
|
|
NullCheck(L_2);
|
|
OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* L_3;
|
|
L_3 = GPUResidentBatcher_get_occlusionCullingCommon_mCC135850F6B339139CBA5E60715E4B059195CBC7(L_2, NULL);
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_4 = ___0_renderGraph;
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_5 = ___1_debugSettings;
|
|
int32_t L_6 = ___2_viewInstanceID;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_7 = ___3_colorBuffer;
|
|
NullCheck(L_3);
|
|
OcclusionCullingCommon_RenderDebugOcclusionTestOverlay_mFC06DC3F4302109DCBCE0016F77FDC7221C0F850(L_3, L_4, L_5, L_6, L_7, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:137>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70982
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_RenderDebugOccluderOverlay_mB7819CD0C90F839351CE854B2DD297D14F5F830B (RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* ___1_debugSettings, Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 ___2_screenPos, float ___3_maxHeight, TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 ___4_colorBuffer, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* G_B2_0 = NULL;
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* G_B1_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:149>
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_0 = ((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___s_Instance;
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_1 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
G_B1_0 = L_1;
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_2;
|
|
L_2 = GPUResidentDrawer_get_batcher_m03715B9C280D664F90B0B1F592D9C3ADD212F9F3_inline(G_B2_0, NULL);
|
|
NullCheck(L_2);
|
|
OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* L_3;
|
|
L_3 = GPUResidentBatcher_get_occlusionCullingCommon_mCC135850F6B339139CBA5E60715E4B059195CBC7(L_2, NULL);
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_4 = ___0_renderGraph;
|
|
DebugDisplayGPUResidentDrawer_tF9C1E662C774B366AD07B9EB4E0DB7FF5BFFC278* L_5 = ___1_debugSettings;
|
|
Vector2_t1FD6F485C871E832B347AB2DC8CBA08B739D8DF7 L_6 = ___2_screenPos;
|
|
float L_7 = ___3_maxHeight;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_8 = ___4_colorBuffer;
|
|
NullCheck(L_3);
|
|
OcclusionCullingCommon_RenderDebugOccluderOverlay_mDCEE8545488D66BAFEEC82CA0A5B078EF76F1719(L_3, L_4, L_5, L_6, L_7, L_8, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:150>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70983
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* GPUResidentDrawer_GetDebugStats_m857EE673158C860D3471D0CC6203B60D0BC98B4D (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* G_B2_0 = NULL;
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* G_B1_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:156>
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_0 = ((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___s_Instance;
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_1 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000b;
|
|
}
|
|
G_B1_0 = L_1;
|
|
}
|
|
{
|
|
return (DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706*)NULL;
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_2 = G_B2_0->___m_BatchersContext;
|
|
NullCheck(L_2);
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_3;
|
|
L_3 = RenderersBatchersContext_get_debugStats_m26AAE0C2CF41DBE02DD210D1FDDB808F8A88CB87_inline(L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 70984
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_InsertIntoPlayerLoop_mBDEE8B11EE73F12439561D73E4A2A3C8D6861007 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FinishFrameRendering_tEAE352E2A0817EF409C36B50BC74A0AE91403039_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_PostPostLateUpdateStatic_m2322043F8B8734792788BF29370233B9BFFBFF7F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m20B47157F68B2A1C1C92F34C111874885F78607A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_mF1B4B099D6EC830C7AE856231485FF238F2985E3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mFEECC8D3F82BB0A022FC84C60FE2CE3F0C456172_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostLateUpdate_t8D100B8147895DB5492ABDC2ABF8ACACA3EA1256_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UpdateFunction_t1C48B7EECBE47AC123A9D9D7D9D2A9EE951C56C4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52* V_4 = NULL;
|
|
PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:161>
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_0;
|
|
L_0 = PlayerLoop_GetCurrentPlayerLoop_mDC8CBE388799E9CF78200030C101875B1ABD4BA3(NULL);
|
|
V_0 = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:162>
|
|
V_1 = (bool)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:164>
|
|
V_2 = 0;
|
|
goto IL_00e9;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:166>
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_1 = V_0;
|
|
PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* L_2 = L_1.___subSystemList;
|
|
int32_t L_3 = V_2;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
V_3 = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:170>
|
|
bool L_6 = V_1;
|
|
if (L_6)
|
|
{
|
|
goto IL_00e5;
|
|
}
|
|
}
|
|
{
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_7 = V_3;
|
|
Type_t* L_8 = L_7.___type;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_9 = { reinterpret_cast<intptr_t> (PostLateUpdate_t8D100B8147895DB5492ABDC2ABF8ACACA3EA1256_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
|
|
Type_t* L_10;
|
|
L_10 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_9, NULL);
|
|
bool L_11;
|
|
L_11 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_8, L_10, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_00e5;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:172>
|
|
List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52* L_12 = (List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52*)il2cpp_codegen_object_new(List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52_il2cpp_TypeInfo_var);
|
|
List_1__ctor_mFEECC8D3F82BB0A022FC84C60FE2CE3F0C456172(L_12, List_1__ctor_mFEECC8D3F82BB0A022FC84C60FE2CE3F0C456172_RuntimeMethod_var);
|
|
V_4 = L_12;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:173>
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_13 = V_3;
|
|
PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* L_14 = L_13.___subSystemList;
|
|
V_5 = L_14;
|
|
V_6 = 0;
|
|
goto IL_00c2;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:173>
|
|
PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* L_15 = V_5;
|
|
int32_t L_16 = V_6;
|
|
NullCheck(L_15);
|
|
int32_t L_17 = L_16;
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
|
|
V_7 = L_18;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:175>
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_19 = V_7;
|
|
Type_t* L_20 = L_19.___type;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_21 = { reinterpret_cast<intptr_t> (FinishFrameRendering_tEAE352E2A0817EF409C36B50BC74A0AE91403039_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
|
|
Type_t* L_22;
|
|
L_22 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_21, NULL);
|
|
bool L_23;
|
|
L_23 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_20, L_22, NULL);
|
|
if (!L_23)
|
|
{
|
|
goto IL_00b3;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:177>
|
|
il2cpp_codegen_initobj((&V_8), sizeof(PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:178>
|
|
UpdateFunction_t1C48B7EECBE47AC123A9D9D7D9D2A9EE951C56C4** L_24 = (UpdateFunction_t1C48B7EECBE47AC123A9D9D7D9D2A9EE951C56C4**)(&(&V_8)->___updateDelegate);
|
|
UpdateFunction_t1C48B7EECBE47AC123A9D9D7D9D2A9EE951C56C4** L_25 = L_24;
|
|
UpdateFunction_t1C48B7EECBE47AC123A9D9D7D9D2A9EE951C56C4* L_26 = *((UpdateFunction_t1C48B7EECBE47AC123A9D9D7D9D2A9EE951C56C4**)L_25);
|
|
UpdateFunction_t1C48B7EECBE47AC123A9D9D7D9D2A9EE951C56C4* L_27 = (UpdateFunction_t1C48B7EECBE47AC123A9D9D7D9D2A9EE951C56C4*)il2cpp_codegen_object_new(UpdateFunction_t1C48B7EECBE47AC123A9D9D7D9D2A9EE951C56C4_il2cpp_TypeInfo_var);
|
|
UpdateFunction__ctor_m0D1D766F22D02176396DA6745A60EA046EE8227B(L_27, NULL, (intptr_t)((void*)GPUResidentDrawer_PostPostLateUpdateStatic_m2322043F8B8734792788BF29370233B9BFFBFF7F_RuntimeMethod_var), NULL);
|
|
Delegate_t* L_28;
|
|
L_28 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_26, L_27, NULL);
|
|
*((RuntimeObject**)L_25) = (RuntimeObject*)((UpdateFunction_t1C48B7EECBE47AC123A9D9D7D9D2A9EE951C56C4*)CastclassSealed((RuntimeObject*)L_28, UpdateFunction_t1C48B7EECBE47AC123A9D9D7D9D2A9EE951C56C4_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_25, (void*)(RuntimeObject*)((UpdateFunction_t1C48B7EECBE47AC123A9D9D7D9D2A9EE951C56C4*)CastclassSealed((RuntimeObject*)L_28, UpdateFunction_t1C48B7EECBE47AC123A9D9D7D9D2A9EE951C56C4_il2cpp_TypeInfo_var)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:179>
|
|
Type_t* L_29;
|
|
L_29 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL);
|
|
(&V_8)->___type = L_29;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_8)->___type), (void*)L_29);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:180>
|
|
List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52* L_30 = V_4;
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_31 = V_8;
|
|
NullCheck(L_30);
|
|
List_1_Add_m20B47157F68B2A1C1C92F34C111874885F78607A_inline(L_30, L_31, List_1_Add_m20B47157F68B2A1C1C92F34C111874885F78607A_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:181>
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:184>
|
|
List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52* L_32 = V_4;
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_33 = V_7;
|
|
NullCheck(L_32);
|
|
List_1_Add_m20B47157F68B2A1C1C92F34C111874885F78607A_inline(L_32, L_33, List_1_Add_m20B47157F68B2A1C1C92F34C111874885F78607A_RuntimeMethod_var);
|
|
int32_t L_34 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_34, 1));
|
|
}
|
|
|
|
IL_00c2:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:173>
|
|
int32_t L_35 = V_6;
|
|
PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* L_36 = V_5;
|
|
NullCheck(L_36);
|
|
if ((((int32_t)L_35) < ((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))))
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:187>
|
|
List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52* L_37 = V_4;
|
|
NullCheck(L_37);
|
|
PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* L_38;
|
|
L_38 = List_1_ToArray_mF1B4B099D6EC830C7AE856231485FF238F2985E3(L_37, List_1_ToArray_mF1B4B099D6EC830C7AE856231485FF238F2985E3_RuntimeMethod_var);
|
|
(&V_3)->___subSystemList = L_38;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_3)->___subSystemList), (void*)L_38);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:188>
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_39 = V_0;
|
|
PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* L_40 = L_39.___subSystemList;
|
|
int32_t L_41 = V_2;
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_42 = V_3;
|
|
NullCheck(L_40);
|
|
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(L_41), (PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F)L_42);
|
|
}
|
|
|
|
IL_00e5:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:164>
|
|
int32_t L_43 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_43, 1));
|
|
}
|
|
|
|
IL_00e9:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:164>
|
|
int32_t L_44 = V_2;
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_45 = V_0;
|
|
PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* L_46 = L_45.___subSystemList;
|
|
NullCheck(L_46);
|
|
if ((((int32_t)L_44) < ((int32_t)((int32_t)(((RuntimeArray*)L_46)->max_length)))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:192>
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_47 = V_0;
|
|
PlayerLoop_SetPlayerLoop_m7D2DB1287D886B0AC17C24F86C897C82A813D01B(L_47, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:193>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70985
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_RemoveFromPlayerLoop_m18F5D085D7C67EEA7EFDB5ABC52AB8C343CA5CAF (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m20B47157F68B2A1C1C92F34C111874885F78607A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_mF1B4B099D6EC830C7AE856231485FF238F2985E3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mFEECC8D3F82BB0A022FC84C60FE2CE3F0C456172_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PostLateUpdate_t8D100B8147895DB5492ABDC2ABF8ACACA3EA1256_0_0_0_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52* V_3 = NULL;
|
|
PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:197>
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_0;
|
|
L_0 = PlayerLoop_GetCurrentPlayerLoop_mDC8CBE388799E9CF78200030C101875B1ABD4BA3(NULL);
|
|
V_0 = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:199>
|
|
V_1 = 0;
|
|
goto IL_0097;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:201>
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_1 = V_0;
|
|
PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* L_2 = L_1.___subSystemList;
|
|
int32_t L_3 = V_1;
|
|
NullCheck(L_2);
|
|
int32_t L_4 = L_3;
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
V_2 = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:202>
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_6 = V_2;
|
|
Type_t* L_7 = L_6.___type;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_8 = { reinterpret_cast<intptr_t> (PostLateUpdate_t8D100B8147895DB5492ABDC2ABF8ACACA3EA1256_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
|
|
Type_t* L_9;
|
|
L_9 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_8, NULL);
|
|
bool L_10;
|
|
L_10 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_7, L_9, NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_0093;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:205>
|
|
List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52* L_11 = (List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52*)il2cpp_codegen_object_new(List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52_il2cpp_TypeInfo_var);
|
|
List_1__ctor_mFEECC8D3F82BB0A022FC84C60FE2CE3F0C456172(L_11, List_1__ctor_mFEECC8D3F82BB0A022FC84C60FE2CE3F0C456172_RuntimeMethod_var);
|
|
V_3 = L_11;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:206>
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_12 = V_2;
|
|
PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* L_13 = L_12.___subSystemList;
|
|
V_4 = L_13;
|
|
V_5 = 0;
|
|
goto IL_0071;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:206>
|
|
PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* L_14 = V_4;
|
|
int32_t L_15 = V_5;
|
|
NullCheck(L_14);
|
|
int32_t L_16 = L_15;
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_17 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_16));
|
|
V_6 = L_17;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:208>
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_18 = V_6;
|
|
Type_t* L_19 = L_18.___type;
|
|
Type_t* L_20;
|
|
L_20 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(il2cpp_defaults.systemtype_class);
|
|
bool L_21;
|
|
L_21 = Type_op_Inequality_m83209C7BB3C05DFBEA3B6199B0BEFE8037301172(L_19, L_20, NULL);
|
|
if (!L_21)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:209>
|
|
List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52* L_22 = V_3;
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_23 = V_6;
|
|
NullCheck(L_22);
|
|
List_1_Add_m20B47157F68B2A1C1C92F34C111874885F78607A_inline(L_22, L_23, List_1_Add_m20B47157F68B2A1C1C92F34C111874885F78607A_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
int32_t L_24 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_24, 1));
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:206>
|
|
int32_t L_25 = V_5;
|
|
PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* L_26 = V_4;
|
|
NullCheck(L_26);
|
|
if ((((int32_t)L_25) < ((int32_t)((int32_t)(((RuntimeArray*)L_26)->max_length)))))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:211>
|
|
List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52* L_27 = V_3;
|
|
NullCheck(L_27);
|
|
PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* L_28;
|
|
L_28 = List_1_ToArray_mF1B4B099D6EC830C7AE856231485FF238F2985E3(L_27, List_1_ToArray_mF1B4B099D6EC830C7AE856231485FF238F2985E3_RuntimeMethod_var);
|
|
(&V_2)->___subSystemList = L_28;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_2)->___subSystemList), (void*)L_28);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:212>
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_29 = V_0;
|
|
PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* L_30 = L_29.___subSystemList;
|
|
int32_t L_31 = V_1;
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_32 = V_2;
|
|
NullCheck(L_30);
|
|
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(L_31), (PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F)L_32);
|
|
}
|
|
|
|
IL_0093:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:199>
|
|
int32_t L_33 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_33, 1));
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:199>
|
|
int32_t L_34 = V_1;
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_35 = V_0;
|
|
PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* L_36 = L_35.___subSystemList;
|
|
NullCheck(L_36);
|
|
if ((((int32_t)L_34) < ((int32_t)((int32_t)(((RuntimeArray*)L_36)->max_length)))))
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:214>
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_37 = V_0;
|
|
PlayerLoop_SetPlayerLoop_m7D2DB1287D886B0AC17C24F86C897C82A813D01B(L_37, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:215>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70986
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GPUResidentDrawer_IsEnabled_m03CFAB6E2CE8D71361F5223C940F4C0A785A1116 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:227>
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_0 = ((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___s_Instance;
|
|
return (bool)((((int32_t)((((RuntimeObject*)(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009*)L_0) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 70987
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 GPUResidentDrawer_GetGlobalSettingsFromRPAsset_m4710F7D4D983AEB1ADD00A40E7E4068C330C9A41 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsSettings_t01785CE5CB5C5105CB527619AF4D74BEF417EF1A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IGPUResidentRenderPipeline_t515F75DEF0110D5B2559A5A58C7588566A0C9BA4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:232>
|
|
il2cpp_codegen_runtime_class_init_inline(GraphicsSettings_t01785CE5CB5C5105CB527619AF4D74BEF417EF1A_il2cpp_TypeInfo_var);
|
|
RenderPipelineAsset_t5F9BF815BF931E1314B184E7F9070FB649C7054E* L_0;
|
|
L_0 = GraphicsSettings_get_currentRenderPipeline_mEC94DC23DE4F901D6A629E2DE882982686AF75F1(NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:233>
|
|
V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_0, IGPUResidentRenderPipeline_t515F75DEF0110D5B2559A5A58C7588566A0C9BA4_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_1 = V_0;
|
|
if (L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:234>
|
|
il2cpp_codegen_initobj((&V_2), sizeof(GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231));
|
|
GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 L_2 = V_2;
|
|
return L_2;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:236>
|
|
RuntimeObject* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 L_4;
|
|
L_4 = InterfaceFuncInvoker0< GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 >::Invoke(0, IGPUResidentRenderPipeline_t515F75DEF0110D5B2559A5A58C7588566A0C9BA4_il2cpp_TypeInfo_var, L_3);
|
|
V_1 = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:237>
|
|
bool L_5;
|
|
L_5 = GPUResidentDrawer_IsForcedOnViaCommandLine_mC2F9713BA2691A02C23E22E59DDC30E41289539F(NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:238>
|
|
(&V_1)->___mode = 1;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:240>
|
|
bool L_6;
|
|
L_6 = GPUResidentDrawer_IsOcclusionForcedOnViaCommandLine_mA0CD2D200E26C820386D92E58645EF2FF0B02FDA(NULL);
|
|
if (L_6)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
bool L_7;
|
|
L_7 = GPUResidentDrawer_get_ForceOcclusion_m6C97AA5F01C6062E108460F76FB92745C07CB4CC_inline(NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:241>
|
|
(&V_1)->___enableOcclusionCulling = (bool)1;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:243>
|
|
GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 L_8 = V_1;
|
|
return L_8;
|
|
}
|
|
}
|
|
// Method Definition Index: 70988
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GPUResidentDrawer_IsForcedOnViaCommandLine_mC2F9713BA2691A02C23E22E59DDC30E41289539F (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:255>
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// Method Definition Index: 70989
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GPUResidentDrawer_IsOcclusionForcedOnViaCommandLine_mA0CD2D200E26C820386D92E58645EF2FF0B02FDA (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:268>
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// Method Definition Index: 70990
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GPUResidentDrawer_get_MaintainContext_mC393C718E2CF175293B7B1E86C7C70A5AC6D046C (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:272>
|
|
bool L_0 = ((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___U3CMaintainContextU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 70991
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_set_MaintainContext_m4A9032B2B6255EDC8EE357CA1D9195F8D8CD9885 (bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:272>
|
|
bool L_0 = ___0_value;
|
|
((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___U3CMaintainContextU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70992
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GPUResidentDrawer_get_ForceOcclusion_m6C97AA5F01C6062E108460F76FB92745C07CB4CC (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:273>
|
|
bool L_0 = ((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___U3CForceOcclusionU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 70993
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_set_ForceOcclusion_m0DCC2179BB8525CA02EB0E70D6C7AE21D03228D6 (bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:273>
|
|
bool L_0 = ___0_value;
|
|
((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___U3CForceOcclusionU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70994
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_Reinitialize_m542E6537EC9C14A35291824BA6798D5D0D747190 (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:277>
|
|
GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 L_0;
|
|
L_0 = GPUResidentDrawer_GetGlobalSettingsFromRPAsset_m4710F7D4D983AEB1ADD00A40E7E4068C330C9A41(NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:285>
|
|
GPUResidentDrawer_Recreate_m09E096E3492D77EE4A3D0D070FA53D2017AD6874(L_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:295>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70995
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_CleanUp_mF773237C2F3AEF0251249FFD56C02F7A650EE9C2 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:299>
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_0 = ((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___s_Instance;
|
|
if (L_0)
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:300>
|
|
return;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:302>
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_1 = ((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___s_Instance;
|
|
NullCheck(L_1);
|
|
GPUResidentDrawer_Dispose_mD5709371AD0309C33F25511B22C7C1DCD6AC234D(L_1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:303>
|
|
((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___s_Instance = (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___s_Instance), (void*)(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009*)NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:304>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70996
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_Recreate_m09E096E3492D77EE4A3D0D070FA53D2017AD6874 (GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 ___0_settings, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:308>
|
|
GPUResidentDrawer_CleanUp_mF773237C2F3AEF0251249FFD56C02F7A650EE9C2(NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:309>
|
|
GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 L_0 = ___0_settings;
|
|
bool L_1;
|
|
L_1 = GPUResidentDrawer_IsGPUResidentDrawerSupportedBySRP_m24CCB3D5623CD94D8DA06D20CE59806BC9D35922(L_0, (&V_0), (&V_1), NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:311>
|
|
GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 L_2 = ___0_settings;
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_3 = (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009*)il2cpp_codegen_object_new(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var);
|
|
GPUResidentDrawer__ctor_m3B65B01D5C54231BF2D7C4C65B4FA11DDA8CCA1A(L_3, L_2, ((int32_t)4096), 0, NULL);
|
|
((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___s_Instance = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___s_Instance), (void*)L_3);
|
|
return;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:315>
|
|
String_t* L_4 = V_0;
|
|
int32_t L_5 = V_1;
|
|
GPUResidentDrawer_LogMessage_m7FF3E65D1A87DF183F9D29254AE637D842B88D41(L_4, L_5, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:317>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70997
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* GPUResidentDrawer_get_batcher_m03715B9C280D664F90B0B1F592D9C3ADD212F9F3 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:321>
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_0 = __this->___m_Batcher;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 70998
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 GPUResidentDrawer_get_settings_m3F0472441E9F1191B0E0FC43B6D8BBF004EAF3C6 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:323>
|
|
GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 L_0 = __this->___m_Settings;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 70999
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer__ctor_m3B65B01D5C54231BF2D7C4C65B4FA11DDA8CCA1A (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 ___0_settings, int32_t ___1_maxInstanceCount, int32_t ___2_maxTreeInstanceCount, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t6D9E9C15AEDCB64542D2BB7BFFA1C9560CBDADE6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t8E07914D7090FF200FE84404EEEFAF3CE183C9F3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_OnBeginCameraRendering_mDCB0CA5A9CB1F1BA25DB7214D3BD75975AA2B705_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_OnBeginContextRendering_m383B0726811F68E670753BDD5F4EE772DE4593C0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_OnEndCameraRendering_m1F301D2884DCFB5ADD5CB533FEC803B898EDC690_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_OnEndContextRendering_m4E432047D9A70FD9FE8718FB195A9477A657857A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_OnSceneLoaded_m4C2686BC1182C9327DBA362D670CB30601292F5A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsSettings_GetRenderPipelineSettings_TisGPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F_mA20CF00708DEE93E14AD14947837BC1D9E8DA350_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsSettings_t01785CE5CB5C5105CB527619AF4D74BEF417EF1A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectDispatcher_EnableTransformTracking_TisLODGroup_tA4C4F98D3F698143BC7529146AB31A3D2EF24D9A_m72AF00D58EDBD935A7D45DC322850E04A6D9DBD7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectDispatcher_EnableTransformTracking_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_mC5E55A5337054B3A134A92CD878A36DCAD9DDF10_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectDispatcher_EnableTypeTracking_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m0758F11E5777F93192480C568F3EEAB045156AF5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectDispatcher_EnableTypeTracking_TisLODGroup_tA4C4F98D3F698143BC7529146AB31A3D2EF24D9A_m4F3AB0C7A1DC755E20D3862E114759E9EE3C3812_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectDispatcher_EnableTypeTracking_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mD5365E4996CD49271D4DCD5A82877D2B979E5F0B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectDispatcher_EnableTypeTracking_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_mE7983A612740D5745E327FE2BF01BC9FEBE79102_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectDispatcher_EnableTypeTracking_TisMesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4_m3883BB97F67780D1CB18B067D342DA2A134A8B21_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SceneManager_tA0EF56A88ACA4A15731AF7FDC10A869FA4C698FA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_2_t1C08AEB5AA4F72FEFAB7F303E33C8CFFF80A8C3A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15598F3496BA8C28CA24B4FC8C163491AF25A15C);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* V_0 = NULL;
|
|
RenderersBatchersContextDesc_t47AEE1367DEEF0614191847ED49C575067AE4D1A V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
InstanceCullingBatcherDesc_t3D2118CDA49498761F63BA7776E58BB95A8D643A V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:319>
|
|
__this->___m_ContextIntPtr = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:364>
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:366>
|
|
il2cpp_codegen_runtime_class_init_inline(GraphicsSettings_t01785CE5CB5C5105CB527619AF4D74BEF417EF1A_il2cpp_TypeInfo_var);
|
|
GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* L_0;
|
|
L_0 = GraphicsSettings_GetRenderPipelineSettings_TisGPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F_mA20CF00708DEE93E14AD14947837BC1D9E8DA350(GraphicsSettings_GetRenderPipelineSettings_TisGPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F_mA20CF00708DEE93E14AD14947837BC1D9E8DA350_RuntimeMethod_var);
|
|
V_0 = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:367>
|
|
RenderPipelineAsset_t5F9BF815BF931E1314B184E7F9070FB649C7054E* L_1;
|
|
L_1 = GraphicsSettings_get_currentRenderPipeline_mEC94DC23DE4F901D6A629E2DE882982686AF75F1(NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:368>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:371>
|
|
GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 L_2 = ___0_settings;
|
|
__this->___m_Settings = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Settings))->___errorShader), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___m_Settings))->___loadingShader), (void*)NULL);
|
|
#endif
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:373>
|
|
RenderersBatchersContextDesc_t47AEE1367DEEF0614191847ED49C575067AE4D1A L_3;
|
|
L_3 = RenderersBatchersContextDesc_NewDefault_m60D7888149F2142AA66FECE97FDB3D098A3EC7DA(NULL);
|
|
V_1 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:374>
|
|
int32_t L_4 = ___1_maxInstanceCount;
|
|
int32_t L_5 = ___2_maxTreeInstanceCount;
|
|
InstanceNumInfo_t7A1D777B0536C5D51D71D86E0EFD10A47D28BCF5 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
InstanceNumInfo__ctor_mCFED34B4FC73F15366339611E22502A8366B016C((&L_6), L_4, L_5, NULL);
|
|
(&V_1)->___instanceNumInfo = L_6;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:375>
|
|
GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 L_7 = ___0_settings;
|
|
bool L_8 = L_7.___supportDitheringCrossFade;
|
|
(&V_1)->___supportDitheringCrossFade = L_8;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:376>
|
|
GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 L_9 = ___0_settings;
|
|
float L_10 = L_9.___smallMeshScreenPercentage;
|
|
(&V_1)->___smallMeshScreenPercentage = L_10;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:377>
|
|
GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 L_11 = ___0_settings;
|
|
bool L_12 = L_11.___enableOcclusionCulling;
|
|
(&V_1)->___enableBoundingSpheresInstanceData = L_12;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:378>
|
|
(&V_1)->___enableCullerDebugStats = (bool)1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:380>
|
|
InstanceCullingBatcherDesc_t3D2118CDA49498761F63BA7776E58BB95A8D643A L_13;
|
|
L_13 = InstanceCullingBatcherDesc_NewDefault_mC543DB9EBF6418504763D8C66FCD457AC5A8B9AF(NULL);
|
|
V_2 = L_13;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:387>
|
|
GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* L_14 = (GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08*)il2cpp_codegen_object_new(GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08_il2cpp_TypeInfo_var);
|
|
GPUDrivenProcessor__ctor_m948EF9E39B2F0A3F9D2936805C9CC95B46C19019(L_14, NULL);
|
|
__this->___m_GPUDrivenProcessor = L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_GPUDrivenProcessor), (void*)L_14);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:388>
|
|
GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* L_15 = __this->___m_GPUDrivenProcessor;
|
|
GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* L_16 = V_0;
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_17 = (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98*)il2cpp_codegen_object_new(RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98_il2cpp_TypeInfo_var);
|
|
RenderersBatchersContext__ctor_m0284FF6010F6BE127276B918BCB7F8D488D82C33(L_17, (&V_1), L_15, L_16, NULL);
|
|
__this->___m_BatchersContext = L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_BatchersContext), (void*)L_17);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:389>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:390>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:391>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:392>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_18 = __this->___m_BatchersContext;
|
|
InstanceCullingBatcherDesc_t3D2118CDA49498761F63BA7776E58BB95A8D643A L_19 = V_2;
|
|
GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* L_20 = __this->___m_GPUDrivenProcessor;
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_21 = (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21*)il2cpp_codegen_object_new(GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21_il2cpp_TypeInfo_var);
|
|
GPUResidentBatcher__ctor_mE43D45A4CCB93B7DD21D5FB49C4D6BA16DEC72B2(L_21, L_18, L_19, L_20, NULL);
|
|
__this->___m_Batcher = L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Batcher), (void*)L_21);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:394>
|
|
ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* L_22 = (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69*)il2cpp_codegen_object_new(ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69_il2cpp_TypeInfo_var);
|
|
ObjectDispatcher__ctor_mC47EC34BD0F2B8E8FFF9300AEBF7C65AF1055961(L_22, NULL);
|
|
__this->___m_Dispatcher = L_22;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Dispatcher), (void*)L_22);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:395>
|
|
ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* L_23 = __this->___m_Dispatcher;
|
|
NullCheck(L_23);
|
|
ObjectDispatcher_EnableTypeTracking_TisLODGroup_tA4C4F98D3F698143BC7529146AB31A3D2EF24D9A_m4F3AB0C7A1DC755E20D3862E114759E9EE3C3812(L_23, 1, ObjectDispatcher_EnableTypeTracking_TisLODGroup_tA4C4F98D3F698143BC7529146AB31A3D2EF24D9A_m4F3AB0C7A1DC755E20D3862E114759E9EE3C3812_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:396>
|
|
ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* L_24 = __this->___m_Dispatcher;
|
|
NullCheck(L_24);
|
|
ObjectDispatcher_EnableTypeTracking_TisMesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4_m3883BB97F67780D1CB18B067D342DA2A134A8B21(L_24, 3, ObjectDispatcher_EnableTypeTracking_TisMesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4_m3883BB97F67780D1CB18B067D342DA2A134A8B21_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:397>
|
|
ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* L_25 = __this->___m_Dispatcher;
|
|
NullCheck(L_25);
|
|
ObjectDispatcher_EnableTypeTracking_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mD5365E4996CD49271D4DCD5A82877D2B979E5F0B(L_25, 3, ObjectDispatcher_EnableTypeTracking_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_mD5365E4996CD49271D4DCD5A82877D2B979E5F0B_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:398>
|
|
ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* L_26 = __this->___m_Dispatcher;
|
|
NullCheck(L_26);
|
|
ObjectDispatcher_EnableTypeTracking_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_mE7983A612740D5745E327FE2BF01BC9FEBE79102(L_26, 1, ObjectDispatcher_EnableTypeTracking_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_mE7983A612740D5745E327FE2BF01BC9FEBE79102_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:399>
|
|
ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* L_27 = __this->___m_Dispatcher;
|
|
NullCheck(L_27);
|
|
ObjectDispatcher_EnableTypeTracking_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m0758F11E5777F93192480C568F3EEAB045156AF5(L_27, 5, ObjectDispatcher_EnableTypeTracking_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m0758F11E5777F93192480C568F3EEAB045156AF5_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:401>
|
|
ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* L_28 = __this->___m_Dispatcher;
|
|
NullCheck(L_28);
|
|
ObjectDispatcher_EnableTransformTracking_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_mC5E55A5337054B3A134A92CD878A36DCAD9DDF10(L_28, 0, ObjectDispatcher_EnableTransformTracking_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_mC5E55A5337054B3A134A92CD878A36DCAD9DDF10_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:402>
|
|
ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* L_29 = __this->___m_Dispatcher;
|
|
NullCheck(L_29);
|
|
ObjectDispatcher_EnableTransformTracking_TisLODGroup_tA4C4F98D3F698143BC7529146AB31A3D2EF24D9A_m72AF00D58EDBD935A7D45DC322850E04A6D9DBD7(L_29, 0, ObjectDispatcher_EnableTransformTracking_TisLODGroup_tA4C4F98D3F698143BC7529146AB31A3D2EF24D9A_m72AF00D58EDBD935A7D45DC322850E04A6D9DBD7_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:409>
|
|
UnityAction_2_t1C08AEB5AA4F72FEFAB7F303E33C8CFFF80A8C3A* L_30 = (UnityAction_2_t1C08AEB5AA4F72FEFAB7F303E33C8CFFF80A8C3A*)il2cpp_codegen_object_new(UnityAction_2_t1C08AEB5AA4F72FEFAB7F303E33C8CFFF80A8C3A_il2cpp_TypeInfo_var);
|
|
UnityAction_2__ctor_m0E0C01B7056EB1CB1E6C6F4FC457EBCA3F6B0041(L_30, __this, (intptr_t)((void*)GPUResidentDrawer_OnSceneLoaded_m4C2686BC1182C9327DBA362D670CB30601292F5A_RuntimeMethod_var), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SceneManager_tA0EF56A88ACA4A15731AF7FDC10A869FA4C698FA_il2cpp_TypeInfo_var);
|
|
SceneManager_add_sceneLoaded_m14BEBCC5E4A8DD2C806A48D79A4773315CB434C6(L_30, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:411>
|
|
Action_2_t6D9E9C15AEDCB64542D2BB7BFFA1C9560CBDADE6* L_31 = (Action_2_t6D9E9C15AEDCB64542D2BB7BFFA1C9560CBDADE6*)il2cpp_codegen_object_new(Action_2_t6D9E9C15AEDCB64542D2BB7BFFA1C9560CBDADE6_il2cpp_TypeInfo_var);
|
|
Action_2__ctor_mE4EA7371FB4F7B732348CB60755BE18E1CFFF966(L_31, __this, (intptr_t)((void*)GPUResidentDrawer_OnBeginContextRendering_m383B0726811F68E670753BDD5F4EE772DE4593C0_RuntimeMethod_var), NULL);
|
|
RenderPipelineManager_add_beginContextRendering_mA3DADFA0593017C8A53DF5F1763AFFFA010EAF12(L_31, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:412>
|
|
Action_2_t6D9E9C15AEDCB64542D2BB7BFFA1C9560CBDADE6* L_32 = (Action_2_t6D9E9C15AEDCB64542D2BB7BFFA1C9560CBDADE6*)il2cpp_codegen_object_new(Action_2_t6D9E9C15AEDCB64542D2BB7BFFA1C9560CBDADE6_il2cpp_TypeInfo_var);
|
|
Action_2__ctor_mE4EA7371FB4F7B732348CB60755BE18E1CFFF966(L_32, __this, (intptr_t)((void*)GPUResidentDrawer_OnEndContextRendering_m4E432047D9A70FD9FE8718FB195A9477A657857A_RuntimeMethod_var), NULL);
|
|
RenderPipelineManager_add_endContextRendering_mCDBFF605A0CB1AED0D63D813BDD45F81AA95104A(L_32, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:413>
|
|
Action_2_t8E07914D7090FF200FE84404EEEFAF3CE183C9F3* L_33 = (Action_2_t8E07914D7090FF200FE84404EEEFAF3CE183C9F3*)il2cpp_codegen_object_new(Action_2_t8E07914D7090FF200FE84404EEEFAF3CE183C9F3_il2cpp_TypeInfo_var);
|
|
Action_2__ctor_mBEB5B9B513FE305CE98CA8065CC6E6CC0E5A4D51(L_33, __this, (intptr_t)((void*)GPUResidentDrawer_OnBeginCameraRendering_mDCB0CA5A9CB1F1BA25DB7214D3BD75975AA2B705_RuntimeMethod_var), NULL);
|
|
RenderPipelineManager_add_beginCameraRendering_m44DF94A62BE65F929101983FACE63BA4FE4B584A(L_33, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:414>
|
|
Action_2_t8E07914D7090FF200FE84404EEEFAF3CE183C9F3* L_34 = (Action_2_t8E07914D7090FF200FE84404EEEFAF3CE183C9F3*)il2cpp_codegen_object_new(Action_2_t8E07914D7090FF200FE84404EEEFAF3CE183C9F3_il2cpp_TypeInfo_var);
|
|
Action_2__ctor_mBEB5B9B513FE305CE98CA8065CC6E6CC0E5A4D51(L_34, __this, (intptr_t)((void*)GPUResidentDrawer_OnEndCameraRendering_m1F301D2884DCFB5ADD5CB533FEC803B898EDC690_RuntimeMethod_var), NULL);
|
|
RenderPipelineManager_add_endCameraRendering_m664BCFE6FCD9D3172DF3157777EA3B45BF11476C(L_34, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:422>
|
|
Shader_EnableKeyword_m2449D6D86962FA7F5D1ED2B165EF63B019CBCCF1(_stringLiteral15598F3496BA8C28CA24B4FC8C163491AF25A15C, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:424>
|
|
GPUResidentDrawer_InsertIntoPlayerLoop_mBDEE8B11EE73F12439561D73E4A2A3C8D6861007(__this, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:425>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71000
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_Dispose_mD5709371AD0309C33F25511B22C7C1DCD6AC234D (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t6D9E9C15AEDCB64542D2BB7BFFA1C9560CBDADE6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_2_t8E07914D7090FF200FE84404EEEFAF3CE183C9F3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_OnBeginCameraRendering_mDCB0CA5A9CB1F1BA25DB7214D3BD75975AA2B705_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_OnBeginContextRendering_m383B0726811F68E670753BDD5F4EE772DE4593C0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_OnEndCameraRendering_m1F301D2884DCFB5ADD5CB533FEC803B898EDC690_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_OnEndContextRendering_m4E432047D9A70FD9FE8718FB195A9477A657857A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_OnSceneLoaded_m4C2686BC1182C9327DBA362D670CB30601292F5A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SceneManager_tA0EF56A88ACA4A15731AF7FDC10A869FA4C698FA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnityAction_2_t1C08AEB5AA4F72FEFAB7F303E33C8CFFF80A8C3A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15598F3496BA8C28CA24B4FC8C163491AF25A15C);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* G_B2_0 = NULL;
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* G_B1_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:436>
|
|
UnityAction_2_t1C08AEB5AA4F72FEFAB7F303E33C8CFFF80A8C3A* L_0 = (UnityAction_2_t1C08AEB5AA4F72FEFAB7F303E33C8CFFF80A8C3A*)il2cpp_codegen_object_new(UnityAction_2_t1C08AEB5AA4F72FEFAB7F303E33C8CFFF80A8C3A_il2cpp_TypeInfo_var);
|
|
UnityAction_2__ctor_m0E0C01B7056EB1CB1E6C6F4FC457EBCA3F6B0041(L_0, __this, (intptr_t)((void*)GPUResidentDrawer_OnSceneLoaded_m4C2686BC1182C9327DBA362D670CB30601292F5A_RuntimeMethod_var), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(SceneManager_tA0EF56A88ACA4A15731AF7FDC10A869FA4C698FA_il2cpp_TypeInfo_var);
|
|
SceneManager_remove_sceneLoaded_m72A7C2A1B8EF1C21A208A9A015375577768B3978(L_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:439>
|
|
Action_2_t6D9E9C15AEDCB64542D2BB7BFFA1C9560CBDADE6* L_1 = (Action_2_t6D9E9C15AEDCB64542D2BB7BFFA1C9560CBDADE6*)il2cpp_codegen_object_new(Action_2_t6D9E9C15AEDCB64542D2BB7BFFA1C9560CBDADE6_il2cpp_TypeInfo_var);
|
|
Action_2__ctor_mE4EA7371FB4F7B732348CB60755BE18E1CFFF966(L_1, __this, (intptr_t)((void*)GPUResidentDrawer_OnBeginContextRendering_m383B0726811F68E670753BDD5F4EE772DE4593C0_RuntimeMethod_var), NULL);
|
|
RenderPipelineManager_remove_beginContextRendering_m16FFBADFFF0251FA6AD1571EB7340047A92A8D83(L_1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:440>
|
|
Action_2_t6D9E9C15AEDCB64542D2BB7BFFA1C9560CBDADE6* L_2 = (Action_2_t6D9E9C15AEDCB64542D2BB7BFFA1C9560CBDADE6*)il2cpp_codegen_object_new(Action_2_t6D9E9C15AEDCB64542D2BB7BFFA1C9560CBDADE6_il2cpp_TypeInfo_var);
|
|
Action_2__ctor_mE4EA7371FB4F7B732348CB60755BE18E1CFFF966(L_2, __this, (intptr_t)((void*)GPUResidentDrawer_OnEndContextRendering_m4E432047D9A70FD9FE8718FB195A9477A657857A_RuntimeMethod_var), NULL);
|
|
RenderPipelineManager_remove_endContextRendering_m5064BA9F492389F7B9D1E2EE5832DF5E94F73D5E(L_2, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:441>
|
|
Action_2_t8E07914D7090FF200FE84404EEEFAF3CE183C9F3* L_3 = (Action_2_t8E07914D7090FF200FE84404EEEFAF3CE183C9F3*)il2cpp_codegen_object_new(Action_2_t8E07914D7090FF200FE84404EEEFAF3CE183C9F3_il2cpp_TypeInfo_var);
|
|
Action_2__ctor_mBEB5B9B513FE305CE98CA8065CC6E6CC0E5A4D51(L_3, __this, (intptr_t)((void*)GPUResidentDrawer_OnBeginCameraRendering_mDCB0CA5A9CB1F1BA25DB7214D3BD75975AA2B705_RuntimeMethod_var), NULL);
|
|
RenderPipelineManager_remove_beginCameraRendering_m6A9B576247B531A6C1C715870A37343AC702976E(L_3, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:442>
|
|
Action_2_t8E07914D7090FF200FE84404EEEFAF3CE183C9F3* L_4 = (Action_2_t8E07914D7090FF200FE84404EEEFAF3CE183C9F3*)il2cpp_codegen_object_new(Action_2_t8E07914D7090FF200FE84404EEEFAF3CE183C9F3_il2cpp_TypeInfo_var);
|
|
Action_2__ctor_mBEB5B9B513FE305CE98CA8065CC6E6CC0E5A4D51(L_4, __this, (intptr_t)((void*)GPUResidentDrawer_OnEndCameraRendering_m1F301D2884DCFB5ADD5CB533FEC803B898EDC690_RuntimeMethod_var), NULL);
|
|
RenderPipelineManager_remove_endCameraRendering_m0EC9DE4937A7B58074E35E75CCDE819D4A1E302A(L_4, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:447>
|
|
GPUResidentDrawer_RemoveFromPlayerLoop_m18F5D085D7C67EEA7EFDB5ABC52AB8C343CA5CAF(__this, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:450>
|
|
Shader_DisableKeyword_m20FCB3643CD53D86E46DA431DA971E59D49DAF88(_stringLiteral15598F3496BA8C28CA24B4FC8C163491AF25A15C, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:452>
|
|
ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* L_5 = __this->___m_Dispatcher;
|
|
NullCheck(L_5);
|
|
ObjectDispatcher_Dispose_mC0F31767E6DC1449A8F1400EC0690231A5ED1529(L_5, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:453>
|
|
__this->___m_Dispatcher = (ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Dispatcher), (void*)(ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69*)NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:455>
|
|
((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___s_Instance = (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___s_Instance), (void*)(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009*)NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:457>
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_6 = __this->___m_Batcher;
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_7 = L_6;
|
|
if (L_7)
|
|
{
|
|
G_B2_0 = L_7;
|
|
goto IL_0089;
|
|
}
|
|
G_B1_0 = L_7;
|
|
}
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
GPUResidentBatcher_Dispose_m027050D276B285BED80401912FB6B3D0BADC90AD(G_B2_0, NULL);
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:459>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_8 = __this->___m_BatchersContext;
|
|
NullCheck(L_8);
|
|
RenderersBatchersContext_Dispose_mD6CFED69D7F9007FBA28516C2A6CCD9394D1FC3E(L_8, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:460>
|
|
GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* L_9 = __this->___m_GPUDrivenProcessor;
|
|
NullCheck(L_9);
|
|
GPUDrivenProcessor_Dispose_mD3F1E82CFEF59FC3B70403377D137093758554C7(L_9, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:462>
|
|
__this->___m_ContextIntPtr = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:463>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71001
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_OnSceneLoaded_m4C2686BC1182C9327DBA362D670CB30601292F5A (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, Scene_tA1DC762B79745EB5140F054C884855B922318356 ___0_scene, int32_t ___1_mode, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:468>
|
|
int32_t L_0 = ___1_mode;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:469>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_1 = __this->___m_BatchersContext;
|
|
NullCheck(L_1);
|
|
RenderersBatchersContext_UpdateAmbientProbeAndGpuBuffer_m9635A08E6A72E53938EA2C332B7F37BFD6925535(L_1, (bool)1, NULL);
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:470>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71002
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_PostPostLateUpdateStatic_m2322043F8B8734792788BF29370233B9BFFBFF7F (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* G_B2_0 = NULL;
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* G_B1_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:474>
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_0 = ((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___s_Instance;
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_1 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000a;
|
|
}
|
|
G_B1_0 = L_1;
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
GPUResidentDrawer_PostPostLateUpdate_m94401477ABD5387DBAAD1D6A1CC39E59AE1E2EEB(G_B2_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:475>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71003
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_OnBeginContextRendering_m383B0726811F68E670753BDD5F4EE772DE4593C0 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___0_context, List_1_tD2FA3273746E404D72561E8324608D18B52B533E* ___1_cameras, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:479>
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_0 = ((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___s_Instance;
|
|
if (L_0)
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:480>
|
|
return;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:483>
|
|
intptr_t L_1 = __this->___m_ContextIntPtr;
|
|
bool L_2;
|
|
L_2 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271_inline(L_1, 0, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:485>
|
|
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_il2cpp_TypeInfo_var);
|
|
intptr_t L_3;
|
|
L_3 = ScriptableRenderContext_Internal_GetPtr_m6265FA2C9D627F93662781E1CA82084AFCC234CA((&___0_context), NULL);
|
|
__this->___m_ContextIntPtr = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:489>
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_4 = __this->___m_Batcher;
|
|
NullCheck(L_4);
|
|
GPUResidentBatcher_OnBeginContextRendering_mFCE0FA21DAB11BC5B770CB5C63F14C32B2ECC30F(L_4, NULL);
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:491>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71004
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_OnEndContextRendering_m4E432047D9A70FD9FE8718FB195A9477A657857A (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___0_context, List_1_tD2FA3273746E404D72561E8324608D18B52B533E* ___1_cameras, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:547>
|
|
GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* L_0 = ((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___s_Instance;
|
|
if (L_0)
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:548>
|
|
return;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:550>
|
|
intptr_t L_1 = __this->___m_ContextIntPtr;
|
|
il2cpp_codegen_runtime_class_init_inline(ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36_il2cpp_TypeInfo_var);
|
|
intptr_t L_2;
|
|
L_2 = ScriptableRenderContext_Internal_GetPtr_m6265FA2C9D627F93662781E1CA82084AFCC234CA((&___0_context), NULL);
|
|
bool L_3;
|
|
L_3 = IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271_inline(L_1, L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:552>
|
|
__this->___m_ContextIntPtr = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:553>
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_4 = __this->___m_Batcher;
|
|
NullCheck(L_4);
|
|
GPUResidentBatcher_OnEndContextRendering_mDC1CCC712A83C48E61D34E56BE21B5458C77BB61(L_4, NULL);
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:555>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71005
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_OnBeginCameraRendering_mDCB0CA5A9CB1F1BA25DB7214D3BD75975AA2B705 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___0_context, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___1_camera, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:559>
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_0 = __this->___m_Batcher;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1 = ___1_camera;
|
|
NullCheck(L_0);
|
|
GPUResidentBatcher_OnBeginCameraRendering_m818CA5BB64950FFCF566414C70CC5D8B6D96A922(L_0, L_1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:560>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71006
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_OnEndCameraRendering_m1F301D2884DCFB5ADD5CB533FEC803B898EDC690 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, ScriptableRenderContext_t5AB09B3602BEB456E0DC3D53926D3A3BDAF08E36 ___0_context, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___1_camera, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:564>
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_0 = __this->___m_Batcher;
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_1 = ___1_camera;
|
|
NullCheck(L_0);
|
|
GPUResidentBatcher_OnEndCameraRendering_mC31C1F8395CEED9B4AD6321DACC36E9115666885(L_0, L_1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:565>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71007
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_PostPostLateUpdate_m94401477ABD5387DBAAD1D6A1CC39E59AE1E2EEB (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_AsArray_m55E032CB4280AE9BC2B69ED9C30D36C69F1BC609_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Dispose_m8177C15970B332D07C39E4734E5D587CF4471142_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectDispatcher_GetTransformChangesAndClear_TisLODGroup_tA4C4F98D3F698143BC7529146AB31A3D2EF24D9A_mDEB7DD3B198B59D0716CF2353A2D2DBA419BAEAD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectDispatcher_GetTypeChangesAndClear_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m0BA9DAE0D1A191ADB985AE426A727922792F5B75_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectDispatcher_GetTypeChangesAndClear_TisLODGroup_tA4C4F98D3F698143BC7529146AB31A3D2EF24D9A_mFCCDA5A10F448CF8FF70B5CA6DC09B631B528AA8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectDispatcher_GetTypeChangesAndClear_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_m26DDB5DA92262DBFE26F53C77DC86971CCA7145E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectDispatcher_GetTypeChangesAndClear_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_mDB080F3A400018256AD1E54C7F30D8A8ECEC19DE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectDispatcher_GetTypeChangesAndClear_TisMesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4_m815939888DE3D2906DA83716E96633DEDD479C8B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TransformDispatchData_tDD80F62146EC1E25A25FD4C562BED0C52731E1B4 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:569>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_0 = __this->___m_BatchersContext;
|
|
NullCheck(L_0);
|
|
RenderersBatchersContext_UpdateAmbientProbeAndGpuBuffer_m9635A08E6A72E53938EA2C332B7F37BFD6925535(L_0, (bool)0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:572>
|
|
ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* L_1 = __this->___m_Dispatcher;
|
|
NullCheck(L_1);
|
|
TransformDispatchData_tDD80F62146EC1E25A25FD4C562BED0C52731E1B4 L_2;
|
|
L_2 = ObjectDispatcher_GetTransformChangesAndClear_TisLODGroup_tA4C4F98D3F698143BC7529146AB31A3D2EF24D9A_mDEB7DD3B198B59D0716CF2353A2D2DBA419BAEAD(L_1, 0, 3, ObjectDispatcher_GetTransformChangesAndClear_TisLODGroup_tA4C4F98D3F698143BC7529146AB31A3D2EF24D9A_mDEB7DD3B198B59D0716CF2353A2D2DBA419BAEAD_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:573>
|
|
ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* L_3 = __this->___m_Dispatcher;
|
|
NullCheck(L_3);
|
|
TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F L_4;
|
|
L_4 = ObjectDispatcher_GetTypeChangesAndClear_TisLODGroup_tA4C4F98D3F698143BC7529146AB31A3D2EF24D9A_mFCCDA5A10F448CF8FF70B5CA6DC09B631B528AA8(L_3, 3, (bool)0, (bool)1, ObjectDispatcher_GetTypeChangesAndClear_TisLODGroup_tA4C4F98D3F698143BC7529146AB31A3D2EF24D9A_mFCCDA5A10F448CF8FF70B5CA6DC09B631B528AA8_RuntimeMethod_var);
|
|
V_1 = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:574>
|
|
ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* L_5 = __this->___m_Dispatcher;
|
|
NullCheck(L_5);
|
|
TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F L_6;
|
|
L_6 = ObjectDispatcher_GetTypeChangesAndClear_TisMesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4_m815939888DE3D2906DA83716E96633DEDD479C8B(L_5, 3, (bool)1, (bool)1, ObjectDispatcher_GetTypeChangesAndClear_TisMesh_t6D9C539763A09BC2B12AEAEF36F6DFFC98AE63D4_m815939888DE3D2906DA83716E96633DEDD479C8B_RuntimeMethod_var);
|
|
V_2 = L_6;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:575>
|
|
ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* L_7 = __this->___m_Dispatcher;
|
|
NullCheck(L_7);
|
|
TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F L_8;
|
|
L_8 = ObjectDispatcher_GetTypeChangesAndClear_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m0BA9DAE0D1A191ADB985AE426A727922792F5B75(L_7, 3, (bool)0, (bool)1, ObjectDispatcher_GetTypeChangesAndClear_TisCamera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184_m0BA9DAE0D1A191ADB985AE426A727922792F5B75_RuntimeMethod_var);
|
|
V_3 = L_8;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:576>
|
|
ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* L_9 = __this->___m_Dispatcher;
|
|
NullCheck(L_9);
|
|
TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F L_10;
|
|
L_10 = ObjectDispatcher_GetTypeChangesAndClear_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_m26DDB5DA92262DBFE26F53C77DC86971CCA7145E(L_9, 3, (bool)0, (bool)1, ObjectDispatcher_GetTypeChangesAndClear_TisMaterial_t18053F08F347D0DCA5E1140EC7EC4533DD8A14E3_m26DDB5DA92262DBFE26F53C77DC86971CCA7145E_RuntimeMethod_var);
|
|
V_4 = L_10;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:577>
|
|
ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* L_11 = __this->___m_Dispatcher;
|
|
NullCheck(L_11);
|
|
TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F L_12;
|
|
L_12 = ObjectDispatcher_GetTypeChangesAndClear_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_mDB080F3A400018256AD1E54C7F30D8A8ECEC19DE(L_11, 3, (bool)0, (bool)1, ObjectDispatcher_GetTypeChangesAndClear_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_mDB080F3A400018256AD1E54C7F30D8A8ECEC19DE_RuntimeMethod_var);
|
|
V_5 = L_12;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:581>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:582>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:583>
|
|
TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F L_13 = V_4;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_14 = L_13.___changedID;
|
|
GPUResidentDrawer_ClassifyMaterials_m07623E4BDE7E899A29EB6E9A9DA2B9FA78ACC722(__this, L_14, (&V_6), (&V_7), (&V_8), 3, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:587>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_15;
|
|
L_15 = NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6((&V_6), NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6_RuntimeMethod_var);
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 L_16;
|
|
L_16 = GPUResidentDrawer_FindUnsupportedRenderers_m1C0CB02546C7733938983343B8668CAC84E60772(__this, L_15, NULL);
|
|
V_9 = L_16;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:591>
|
|
TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F L_17 = V_4;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_18 = L_17.___destroyedID;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_19;
|
|
L_19 = NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6((&V_6), NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6_RuntimeMethod_var);
|
|
GPUResidentDrawer_ProcessMaterials_m5F9A91DF336FD3CA1CFD81608475C39F85FD89D5(__this, L_18, L_19, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:595>
|
|
TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F L_20 = V_2;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_21 = L_20.___destroyedID;
|
|
GPUResidentDrawer_ProcessMeshes_m254F0CB1EB50564FF5FCC3CDD00420784BB45C04(__this, L_21, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:599>
|
|
TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F L_22 = V_1;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_23 = L_22.___changedID;
|
|
TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F L_24 = V_1;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_25 = L_24.___destroyedID;
|
|
TransformDispatchData_tDD80F62146EC1E25A25FD4C562BED0C52731E1B4 L_26 = V_0;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_27 = L_26.___transformedID;
|
|
GPUResidentDrawer_ProcessLODGroups_mFDBD9F9CD5F13FDE5AEC4817644BC1BEF6D71D7C(__this, L_23, L_25, L_27, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:603>
|
|
TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F L_28 = V_3;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_29 = L_28.___changedID;
|
|
TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F L_30 = V_3;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_31 = L_30.___destroyedID;
|
|
GPUResidentDrawer_ProcessCameras_m9F6D7A6DB3E4162F0C6B2D0E8B712876B3D56640(__this, L_29, L_31, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:607>
|
|
TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F L_32 = V_5;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_33;
|
|
L_33 = NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6((&V_9), NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6_RuntimeMethod_var);
|
|
GPUResidentDrawer_ProcessRenderers_m381BBD34CA5CDCABD580BD2464CBA98ABDBC9E87(__this, L_32, L_33, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:611>
|
|
TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F L_34 = V_5;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_35 = L_34.___changedID;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_36;
|
|
L_36 = NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6((&V_7), NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6_RuntimeMethod_var);
|
|
NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 L_37;
|
|
L_37 = NativeList_1_AsArray_m55E032CB4280AE9BC2B69ED9C30D36C69F1BC609((&V_8), NativeList_1_AsArray_m55E032CB4280AE9BC2B69ED9C30D36C69F1BC609_RuntimeMethod_var);
|
|
TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F L_38 = V_2;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_39 = L_38.___changedID;
|
|
GPUResidentDrawer_ProcessRendererMaterialAndMeshChanges_mA6E500BC36021FA83526CD3495E5800A4084F6CC(__this, L_35, L_36, L_37, L_39, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:614>
|
|
TransformDispatchData_Dispose_m1C2E3B8C249D6E8785C19CC17C7ACBA4167A31BF((&V_0), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:615>
|
|
TypeDispatchData_Dispose_m5E70993B62AFC8BB19163A8D7711BD3B5CC9424C((&V_1), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:616>
|
|
TypeDispatchData_Dispose_m5E70993B62AFC8BB19163A8D7711BD3B5CC9424C((&V_2), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:617>
|
|
TypeDispatchData_Dispose_m5E70993B62AFC8BB19163A8D7711BD3B5CC9424C((&V_4), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:618>
|
|
TypeDispatchData_Dispose_m5E70993B62AFC8BB19163A8D7711BD3B5CC9424C((&V_3), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:619>
|
|
TypeDispatchData_Dispose_m5E70993B62AFC8BB19163A8D7711BD3B5CC9424C((&V_5), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:620>
|
|
NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E((&V_6), NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:621>
|
|
NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E((&V_9), NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:622>
|
|
NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E((&V_7), NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:623>
|
|
NativeList_1_Dispose_m8177C15970B332D07C39E4734E5D587CF4471142((&V_8), NativeList_1_Dispose_m8177C15970B332D07C39E4734E5D587CF4471142_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:625>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_40 = __this->___m_BatchersContext;
|
|
NullCheck(L_40);
|
|
RenderersBatchersContext_UpdateInstanceMotions_m597C9A66CF49C8F6A010D5D7D0E866657DA207ED(L_40, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:626>
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_41 = __this->___m_Batcher;
|
|
NullCheck(L_41);
|
|
GPUResidentBatcher_UpdateFrame_mB0B6728FE5D08E785FD7747D9AF4D065705D944D(L_41, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:637>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71008
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_ProcessMaterials_m5F9A91DF336FD3CA1CFD81608475C39F85FD89D5 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_destroyedID, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___1_unsupportedMaterials, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:641>
|
|
int32_t L_0;
|
|
L_0 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___0_destroyedID))->___m_Length);
|
|
if ((((int32_t)L_0) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:642>
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_1 = __this->___m_Batcher;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_2 = ___0_destroyedID;
|
|
NullCheck(L_1);
|
|
GPUResidentBatcher_DestroyMaterials_m0BEE5AE70E666A3E35E16EA8D941480E1351A243(L_1, L_2, NULL);
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:644>
|
|
int32_t L_3;
|
|
L_3 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___1_unsupportedMaterials))->___m_Length);
|
|
if ((((int32_t)L_3) <= ((int32_t)0)))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:645>
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_4 = __this->___m_Batcher;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_5 = ___1_unsupportedMaterials;
|
|
NullCheck(L_4);
|
|
GPUResidentBatcher_DestroyMaterials_m0BEE5AE70E666A3E35E16EA8D941480E1351A243(L_4, L_5, NULL);
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:646>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71009
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_ProcessCameras_m9F6D7A6DB3E4162F0C6B2D0E8B712876B3D56640 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_changedIDs, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___1_destroyedIDs, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:650>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_0 = __this->___m_BatchersContext;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_1 = ___0_changedIDs;
|
|
NullCheck(L_0);
|
|
RenderersBatchersContext_UpdateCameras_m894C3BAC8B3BD71A63212C2E49E40C72D46F352B(L_0, L_1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:651>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_2 = __this->___m_BatchersContext;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_3 = ___1_destroyedIDs;
|
|
NullCheck(L_2);
|
|
RenderersBatchersContext_FreePerCameraInstanceData_mD63662D47C596B2B718DA97E662CCBB7B4D4D900(L_2, L_3, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:652>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71010
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_ProcessMeshes_m254F0CB1EB50564FF5FCC3CDD00420784BB45C04 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_destroyedID, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_AsArray_mDD9590C17DD493AFFEFADEF0D927B0AF1EDAAD14_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Dispose_m4E734E41A08E07ADD53AFE661AA0155D86EAE58A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1__ctor_m35799C0CFA6E16DDB0DB2720C37F56A31014D29C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:656>
|
|
int32_t L_0;
|
|
L_0 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___0_destroyedID))->___m_Length);
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:657>
|
|
return;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:659>
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_1;
|
|
L_1 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(3, NULL);
|
|
NativeList_1__ctor_m35799C0CFA6E16DDB0DB2720C37F56A31014D29C((&V_0), L_1, NativeList_1__ctor_m35799C0CFA6E16DDB0DB2720C37F56A31014D29C_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:660>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_2 = ___0_destroyedID;
|
|
NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC L_3 = V_0;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_4;
|
|
L_4 = GPUResidentDrawer_ScheduleQueryMeshInstancesJob_m63420C906AFFC9D2431B6FD4B71BEBC19F6B902C(__this, L_2, L_3, NULL);
|
|
V_1 = L_4;
|
|
JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A((&V_1), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:661>
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_5 = __this->___m_Batcher;
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_6;
|
|
L_6 = NativeList_1_AsArray_mDD9590C17DD493AFFEFADEF0D927B0AF1EDAAD14((&V_0), NativeList_1_AsArray_mDD9590C17DD493AFFEFADEF0D927B0AF1EDAAD14_RuntimeMethod_var);
|
|
NullCheck(L_5);
|
|
GPUResidentBatcher_DestroyDrawInstances_m9513A335709809ED850D1AF76E2A6FFCB8707AF9(L_5, L_6, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:662>
|
|
NativeList_1_Dispose_m4E734E41A08E07ADD53AFE661AA0155D86EAE58A((&V_0), NativeList_1_Dispose_m4E734E41A08E07ADD53AFE661AA0155D86EAE58A_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:665>
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_7 = __this->___m_Batcher;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_8 = ___0_destroyedID;
|
|
NullCheck(L_7);
|
|
GPUResidentBatcher_DestroyMeshes_m4B3BF017904878023774926DE457D2476283B094(L_7, L_8, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:666>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71011
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_ProcessLODGroups_mFDBD9F9CD5F13FDE5AEC4817644BC1BEF6D71D7C (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_changedID, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___1_destroyed, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___2_transformedID, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:670>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_0 = __this->___m_BatchersContext;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_1 = ___1_destroyed;
|
|
NullCheck(L_0);
|
|
RenderersBatchersContext_DestroyLODGroups_m2F2BB8BC930C966F0C1FD6392D669D26B2967675(L_0, L_1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:671>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_2 = __this->___m_BatchersContext;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_3 = ___0_changedID;
|
|
NullCheck(L_2);
|
|
RenderersBatchersContext_UpdateLODGroups_mCC2A5E08EF4A3A88B195D71F252997FAE8255490(L_2, L_3, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:672>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_4 = __this->___m_BatchersContext;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_5 = ___2_transformedID;
|
|
NullCheck(L_4);
|
|
RenderersBatchersContext_TransformLODGroups_mB0CB4CD84FB8FF1E35821FD3CB869166ED7D5B7D(L_4, L_5, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:673>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71012
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_ProcessRendererMaterialAndMeshChanges_mA6E500BC36021FA83526CD3495E5800A4084F6CC (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_excludedRenderers, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___1_changedMaterials, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 ___2_changedPackedMaterialDatas, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___3_changedMeshes, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Copy_mE732305914FBFBE640845378BDD9B31684A47131_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_GetSubArray_m7A2E07EAE629213B862B7441AF74BE9A8BEEDC10_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_m2B08A55873756E21BCB6D1C2CD1D3ED18D00BCA2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_mE50EB5A286979CF3B3E3B8D13C7E7F9A25D77B20_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeHashSet_1_Dispose_mF00D42CE9F82C5713139BDD9F2665AB61F3A4D8D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeHashSet_1_get_Count_m17C28292E981C172335DA47ADB15317019619AB9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:677>
|
|
int32_t L_0;
|
|
L_0 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___1_changedMaterials))->___m_Length);
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1;
|
|
L_1 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___3_changedMeshes))->___m_Length);
|
|
if (L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:678>
|
|
return;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:682>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_2 = ___1_changedMaterials;
|
|
NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 L_3 = ___2_changedPackedMaterialDatas;
|
|
NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744 L_4;
|
|
L_4 = GPUResidentDrawer_GetMaterialsWithChangedPackedMaterial_m112BC45C2CEA7D3B26EDE1B217430AA49E5EE0E8(__this, L_2, L_3, 3, NULL);
|
|
V_0 = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:685>
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_5 = __this->___m_Batcher;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_6 = ___1_changedMaterials;
|
|
NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 L_7 = ___2_changedPackedMaterialDatas;
|
|
NullCheck(L_5);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_8;
|
|
L_8 = GPUResidentBatcher_SchedulePackedMaterialCacheUpdate_mB5D6DC79D682FEAA1A5F68BEB685132B1F549881(L_5, L_6, L_7, NULL);
|
|
V_1 = L_8;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:689>
|
|
int32_t L_9;
|
|
L_9 = NativeHashSet_1_get_Count_m17C28292E981C172335DA47ADB15317019619AB9_inline((&V_0), NativeHashSet_1_get_Count_m17C28292E981C172335DA47ADB15317019619AB9_RuntimeMethod_var);
|
|
if (L_9)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10;
|
|
L_10 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___3_changedMeshes))->___m_Length);
|
|
if (L_10)
|
|
{
|
|
goto IL_004c;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:691>
|
|
NativeHashSet_1_Dispose_mF00D42CE9F82C5713139BDD9F2665AB61F3A4D8D((&V_0), NativeHashSet_1_Dispose_mF00D42CE9F82C5713139BDD9F2665AB61F3A4D8D_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:692>
|
|
JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A((&V_1), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:693>
|
|
return;
|
|
}
|
|
|
|
IL_004c:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:696>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_11 = ___0_excludedRenderers;
|
|
NativeArray_1__ctor_mE50EB5A286979CF3B3E3B8D13C7E7F9A25D77B20((&V_2), L_11, 3, NativeArray_1__ctor_mE50EB5A286979CF3B3E3B8D13C7E7F9A25D77B20_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:697>
|
|
int32_t L_12;
|
|
L_12 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_2))->___m_Length);
|
|
if ((((int32_t)L_12) <= ((int32_t)0)))
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:700>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_13 = V_2;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_14;
|
|
L_14 = ParallelSortExtensions_ParallelSort_m237D06D0D0DA504CE809A6FF2D2CEF9CE0221A08(L_13, NULL);
|
|
V_5 = L_14;
|
|
JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A((&V_5), NULL);
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:706>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_15 = V_2;
|
|
NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744 L_16 = V_0;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_17 = ___3_changedMeshes;
|
|
ValueTuple_2_t00298B7EF26DA025E0BBDF2397224F39F05336F5 L_18;
|
|
L_18 = GPUResidentDrawer_FindRenderersFromMaterialsOrMeshes_m8D69EF84FB8C5830ACB7E1261331459DF4DEE8F6(__this, L_15, L_16, L_17, 3, NULL);
|
|
ValueTuple_2_t00298B7EF26DA025E0BBDF2397224F39F05336F5 L_19 = L_18;
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 L_20 = L_19.___Item1;
|
|
V_3 = L_20;
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 L_21 = L_19.___Item2;
|
|
V_4 = L_21;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:707>
|
|
NativeHashSet_1_Dispose_mF00D42CE9F82C5713139BDD9F2665AB61F3A4D8D((&V_0), NativeHashSet_1_Dispose_mF00D42CE9F82C5713139BDD9F2665AB61F3A4D8D_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:711>
|
|
NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E((&V_2), NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:712>
|
|
JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A((&V_1), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:714>
|
|
int32_t L_22;
|
|
L_22 = NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_inline((&V_3), NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_RuntimeMethod_var);
|
|
if (L_22)
|
|
{
|
|
goto IL_00bd;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_23;
|
|
L_23 = NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_inline((&V_4), NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_RuntimeMethod_var);
|
|
if (L_23)
|
|
{
|
|
goto IL_00bd;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:716>
|
|
NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E((&V_3), NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:717>
|
|
NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E((&V_4), NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:718>
|
|
return;
|
|
}
|
|
|
|
IL_00bd:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:723>
|
|
int32_t L_24;
|
|
L_24 = NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_inline((&V_3), NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_RuntimeMethod_var);
|
|
V_6 = L_24;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:724>
|
|
int32_t L_25;
|
|
L_25 = NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_inline((&V_4), NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_RuntimeMethod_var);
|
|
V_7 = L_25;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:725>
|
|
int32_t L_26 = V_6;
|
|
int32_t L_27 = V_7;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_26, L_27));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:727>
|
|
int32_t L_28 = V_8;
|
|
NativeArray_1__ctor_m2B08A55873756E21BCB6D1C2CD1D3ED18D00BCA2((&V_9), L_28, 3, 0, NativeArray_1__ctor_m2B08A55873756E21BCB6D1C2CD1D3ED18D00BCA2_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:728>
|
|
int32_t L_29 = V_8;
|
|
NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D((&V_10), L_29, 3, 0, NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:730>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_30;
|
|
L_30 = NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6((&V_3), NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6_RuntimeMethod_var);
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_31 = V_10;
|
|
int32_t L_32 = V_6;
|
|
NativeArray_1_Copy_mE732305914FBFBE640845378BDD9B31684A47131(L_30, L_31, L_32, NativeArray_1_Copy_mE732305914FBFBE640845378BDD9B31684A47131_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:731>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_33;
|
|
L_33 = NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6((&V_4), NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6_RuntimeMethod_var);
|
|
int32_t L_34 = V_6;
|
|
int32_t L_35 = V_7;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_36;
|
|
L_36 = NativeArray_1_GetSubArray_m7A2E07EAE629213B862B7441AF74BE9A8BEEDC10((&V_10), L_34, L_35, NativeArray_1_GetSubArray_m7A2E07EAE629213B862B7441AF74BE9A8BEEDC10_RuntimeMethod_var);
|
|
int32_t L_37 = V_7;
|
|
NativeArray_1_Copy_mE732305914FBFBE640845378BDD9B31684A47131(L_33, L_36, L_37, NativeArray_1_Copy_mE732305914FBFBE640845378BDD9B31684A47131_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:733>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_38 = V_10;
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_39 = V_9;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_40;
|
|
L_40 = GPUResidentDrawer_ScheduleQueryRendererGroupInstancesJob_mCC2105095C5D0AB94F74B0DF5033C72BF8F64E21(__this, L_38, L_39, NULL);
|
|
V_5 = L_40;
|
|
JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A((&V_5), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:735>
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_41 = __this->___m_Batcher;
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_42 = V_9;
|
|
NullCheck(L_41);
|
|
GPUResidentBatcher_DestroyDrawInstances_m9513A335709809ED850D1AF76E2A6FFCB8707AF9(L_41, L_42, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:736>
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_43 = __this->___m_Batcher;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_44;
|
|
L_44 = NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6((&V_3), NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6_RuntimeMethod_var);
|
|
NullCheck(L_43);
|
|
GPUResidentBatcher_UpdateRenderers_m08752E00B533B9709C0EF2892D843BF10D24920B(L_43, L_44, (bool)1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:737>
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_45 = __this->___m_Batcher;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_46;
|
|
L_46 = NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6((&V_4), NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6_RuntimeMethod_var);
|
|
NullCheck(L_45);
|
|
GPUResidentBatcher_UpdateRenderers_m08752E00B533B9709C0EF2892D843BF10D24920B(L_45, L_46, (bool)0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:739>
|
|
NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E((&V_3), NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:740>
|
|
NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E((&V_4), NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:743>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71013
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_ProcessRenderers_m381BBD34CA5CDCABD580BD2464CBA98ABDBC9E87 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F ___0_rendererChanges, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___1_unsupportedRenderers, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m2C67EBF40272FAE50ACAE7825D1C71C673CE32C7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_m2B08A55873756E21BCB6D1C2CD1D3ED18D00BCA2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectDispatcher_GetTransformChangesAndClear_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_m5771BAA041C3E095532BE8362B06CC9AD6AD79B4_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
TransformDispatchData_tDD80F62146EC1E25A25FD4C562BED0C52731E1B4 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:749>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_0 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&(&___0_rendererChanges)->___changedID);
|
|
int32_t L_1;
|
|
L_1 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_0)->___m_Length);
|
|
NativeArray_1__ctor_m2B08A55873756E21BCB6D1C2CD1D3ED18D00BCA2((&V_0), L_1, 3, 0, NativeArray_1__ctor_m2B08A55873756E21BCB6D1C2CD1D3ED18D00BCA2_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:750>
|
|
TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F L_2 = ___0_rendererChanges;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_3 = L_2.___changedID;
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_4 = V_0;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_5;
|
|
L_5 = GPUResidentDrawer_ScheduleQueryRendererGroupInstancesJob_mCC2105095C5D0AB94F74B0DF5033C72BF8F64E21(__this, L_3, L_4, NULL);
|
|
V_3 = L_5;
|
|
JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A((&V_3), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:752>
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_6 = __this->___m_Batcher;
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_7 = V_0;
|
|
NullCheck(L_6);
|
|
GPUResidentBatcher_DestroyDrawInstances_m9513A335709809ED850D1AF76E2A6FFCB8707AF9(L_6, L_7, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:753>
|
|
NativeArray_1_Dispose_m2C67EBF40272FAE50ACAE7825D1C71C673CE32C7((&V_0), NativeArray_1_Dispose_m2C67EBF40272FAE50ACAE7825D1C71C673CE32C7_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:754>
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_8 = __this->___m_Batcher;
|
|
TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F L_9 = ___0_rendererChanges;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_10 = L_9.___changedID;
|
|
NullCheck(L_8);
|
|
GPUResidentBatcher_UpdateRenderers_m08752E00B533B9709C0EF2892D843BF10D24920B(L_8, L_10, (bool)0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:756>
|
|
TypeDispatchData_tF20A8BD105729A9AA353F600381DFB39DD8BF21F L_11 = ___0_rendererChanges;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_12 = L_11.___destroyedID;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_13 = ___1_unsupportedRenderers;
|
|
GPUResidentDrawer_FreeRendererGroupInstances_m038FBB93EAF3C06AA447CBBC04E2F9CEC8675814(__this, L_12, L_13, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:761>
|
|
ObjectDispatcher_tEAB1C719841725D9587A7F17646D5D467D498D69* L_14 = __this->___m_Dispatcher;
|
|
NullCheck(L_14);
|
|
TransformDispatchData_tDD80F62146EC1E25A25FD4C562BED0C52731E1B4 L_15;
|
|
L_15 = ObjectDispatcher_GetTransformChangesAndClear_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_m5771BAA041C3E095532BE8362B06CC9AD6AD79B4(L_14, 0, 3, ObjectDispatcher_GetTransformChangesAndClear_TisMeshRenderer_t4B7747212F0B88244BB7790C61AE124BFC15BAAE_m5771BAA041C3E095532BE8362B06CC9AD6AD79B4_RuntimeMethod_var);
|
|
V_1 = L_15;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:762>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_16 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&(&V_1)->___transformedID);
|
|
int32_t L_17;
|
|
L_17 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_16)->___m_Length);
|
|
NativeArray_1__ctor_m2B08A55873756E21BCB6D1C2CD1D3ED18D00BCA2((&V_2), L_17, 3, 0, NativeArray_1__ctor_m2B08A55873756E21BCB6D1C2CD1D3ED18D00BCA2_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:763>
|
|
TransformDispatchData_tDD80F62146EC1E25A25FD4C562BED0C52731E1B4 L_18 = V_1;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_19 = L_18.___transformedID;
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_20 = V_2;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_21;
|
|
L_21 = GPUResidentDrawer_ScheduleQueryRendererGroupInstancesJob_mCC2105095C5D0AB94F74B0DF5033C72BF8F64E21(__this, L_19, L_20, NULL);
|
|
V_3 = L_21;
|
|
JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A((&V_3), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:766>
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_22 = V_2;
|
|
TransformDispatchData_tDD80F62146EC1E25A25FD4C562BED0C52731E1B4 L_23 = V_1;
|
|
NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 L_24 = L_23.___localToWorldMatrices;
|
|
GPUResidentDrawer_TransformInstances_m20475CB2F2401DD9A54661E4EA63ACC2A5D72B49(__this, L_22, L_24, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:767>
|
|
NativeArray_1_Dispose_m2C67EBF40272FAE50ACAE7825D1C71C673CE32C7((&V_2), NativeArray_1_Dispose_m2C67EBF40272FAE50ACAE7825D1C71C673CE32C7_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:768>
|
|
TransformDispatchData_Dispose_m1C2E3B8C249D6E8785C19CC17C7ACBA4167A31BF((&V_1), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:771>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71014
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_TransformInstances_m20475CB2F2401DD9A54661E4EA63ACC2A5D72B49 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C ___0_instances, NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 ___1_localToWorldMatrices, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:777>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_0 = __this->___m_BatchersContext;
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_1 = ___0_instances;
|
|
NativeArray_1_t6D4C2D5161FC101BAF06059CD9414A2153CCC2A0 L_2 = ___1_localToWorldMatrices;
|
|
NullCheck(L_0);
|
|
RenderersBatchersContext_UpdateInstanceTransforms_m83DE2D5F845C8D5C10B3E6B809BE32E00E1607AE(L_0, L_1, L_2, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:780>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71015
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_FreeInstances_mDCFFEBAB0E14151660E84E08BEC9AF91F149F611 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C ___0_instances, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:786>
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_0 = __this->___m_Batcher;
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_1 = ___0_instances;
|
|
NullCheck(L_0);
|
|
GPUResidentBatcher_DestroyDrawInstances_m9513A335709809ED850D1AF76E2A6FFCB8707AF9(L_0, L_1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:787>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_2 = __this->___m_BatchersContext;
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_3 = ___0_instances;
|
|
NullCheck(L_2);
|
|
RenderersBatchersContext_FreeInstances_m8D8AFCF6F9AD2F684CBFCD5B9126C77B9BA856E0(L_2, L_3, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:790>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71016
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_FreeRendererGroupInstances_m038FBB93EAF3C06AA447CBBC04E2F9CEC8675814 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_rendererGroupIDs, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___1_unsupportedRendererGroupIDs, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_op_Implicit_m00183030196858D0016F2A18C13320B0366B4D00_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:796>
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_0 = __this->___m_Batcher;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_1 = ___0_rendererGroupIDs;
|
|
NullCheck(L_0);
|
|
GPUResidentBatcher_FreeRendererGroupInstances_mB2929BF0DE2234256EB75CC078DE8441CA9594E9(L_0, L_1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:798>
|
|
int32_t L_2;
|
|
L_2 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___1_unsupportedRendererGroupIDs))->___m_Length);
|
|
if ((((int32_t)L_2) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:800>
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_3 = __this->___m_Batcher;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_4 = ___1_unsupportedRendererGroupIDs;
|
|
NullCheck(L_3);
|
|
GPUResidentBatcher_FreeRendererGroupInstances_mB2929BF0DE2234256EB75CC078DE8441CA9594E9(L_3, L_4, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:801>
|
|
GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08* L_5 = __this->___m_GPUDrivenProcessor;
|
|
ReadOnlySpan_1_t6190994DF094ABDFA6908C2C3FB347457E8E4282 L_6;
|
|
L_6 = NativeArray_1_op_Implicit_m00183030196858D0016F2A18C13320B0366B4D00((&___1_unsupportedRendererGroupIDs), NativeArray_1_op_Implicit_m00183030196858D0016F2A18C13320B0366B4D00_RuntimeMethod_var);
|
|
NullCheck(L_5);
|
|
GPUDrivenProcessor_DisableGPUDrivenRendering_mBDE8795BE25205E33748E36EBFAE140E811B30BA(L_5, L_6, NULL);
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:805>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71017
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B GPUResidentDrawer_AppendNewInstance_mEB1EA724EECB7E96FB4A378582A650ABBD8E635E (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, int32_t ___0_rendererGroupID, Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6* ___1_instanceTransform, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:810>
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_0 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var)));
|
|
NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&GPUResidentDrawer_AppendNewInstance_mEB1EA724EECB7E96FB4A378582A650ABBD8E635E_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// Method Definition Index: 71018
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 GPUResidentDrawer_ScheduleQueryRendererGroupInstancesJob_mCC2105095C5D0AB94F74B0DF5033C72BF8F64E21 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_rendererGroupIDs, NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C ___1_instances, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:818>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_0 = __this->___m_BatchersContext;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_1 = ___0_rendererGroupIDs;
|
|
NativeArray_1_t8E042B4249B3126F27EE49887D2507798DC25F2C L_2 = ___1_instances;
|
|
NullCheck(L_0);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_3;
|
|
L_3 = RenderersBatchersContext_ScheduleQueryRendererGroupInstancesJob_mEE8968FD91E2F49D2AE33D4A3D0E8C745FF489E4(L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 71019
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 GPUResidentDrawer_ScheduleQueryRendererGroupInstancesJob_m059C106F6838578EB820B0854214AD8E52414C43 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_rendererGroupIDs, NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC ___1_instances, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:823>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_0 = __this->___m_BatchersContext;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_1 = ___0_rendererGroupIDs;
|
|
NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC L_2 = ___1_instances;
|
|
NullCheck(L_0);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_3;
|
|
L_3 = RenderersBatchersContext_ScheduleQueryRendererGroupInstancesJob_m41084D427885CB440E7ACDD227EF915E37B24FA3(L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 71020
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 GPUResidentDrawer_ScheduleQueryRendererGroupInstancesJob_mC87594A6FDDAC454AA8ED09E3F975236FDE87F01 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_rendererGroupIDs, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___1_instancesOffset, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___2_instancesCount, NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC ___3_instances, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:828>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_0 = __this->___m_BatchersContext;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_1 = ___0_rendererGroupIDs;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_2 = ___1_instancesOffset;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_3 = ___2_instancesCount;
|
|
NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC L_4 = ___3_instances;
|
|
NullCheck(L_0);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_5;
|
|
L_5 = RenderersBatchersContext_ScheduleQueryRendererGroupInstancesJob_m07B14A5915E64E55DB6DEE709DABD8446F320E13(L_0, L_1, L_2, L_3, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// Method Definition Index: 71021
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 GPUResidentDrawer_ScheduleQueryMeshInstancesJob_m63420C906AFFC9D2431B6FD4B71BEBC19F6B902C (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_sortedMeshIDs, NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC ___1_instances, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:833>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_0 = __this->___m_BatchersContext;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_1 = ___0_sortedMeshIDs;
|
|
NativeList_1_tFE7952B5C306B3ABF1A85DF42956B696B4BCF5DC L_2 = ___1_instances;
|
|
NullCheck(L_0);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_3;
|
|
L_3 = RenderersBatchersContext_ScheduleQueryMeshInstancesJob_mEF8DDD764AFBFBFA23B708EF823511E8CD748966(L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 71022
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_ClassifyMaterials_m07623E4BDE7E899A29EB6E9A9DA2B9FA78ACC722 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_materials, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___1_unsupportedMaterials, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___2_supportedMaterials, NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* ___3_supportedPackedMaterialDatas, int32_t ___4_allocator, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1__ctor_m281D3CD28B45C93C5CBC1D3160AD6A8E752650DA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1__ctor_m5697273576B6FA770C7C26B21495B790E0D88EFA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeParallelHashMap_2_AsReadOnly_m40C4678A893408EE50722DF7800F2317907F444C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NativeParallelHashMap_2_tC02F6A3A939816974341E9FB7EA769755D46204C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:839>
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_0 = ___2_supportedMaterials;
|
|
int32_t L_1;
|
|
L_1 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___0_materials))->___m_Length);
|
|
int32_t L_2 = ___4_allocator;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_3;
|
|
L_3 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(L_2, NULL);
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
NativeList_1__ctor_m5697273576B6FA770C7C26B21495B790E0D88EFA((&L_4), L_1, L_3, NativeList_1__ctor_m5697273576B6FA770C7C26B21495B790E0D88EFA_RuntimeMethod_var);
|
|
*(NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*)L_0 = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:840>
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_5 = ___1_unsupportedMaterials;
|
|
int32_t L_6;
|
|
L_6 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___0_materials))->___m_Length);
|
|
int32_t L_7 = ___4_allocator;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_8;
|
|
L_8 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(L_7, NULL);
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
NativeList_1__ctor_m5697273576B6FA770C7C26B21495B790E0D88EFA((&L_9), L_6, L_8, NativeList_1__ctor_m5697273576B6FA770C7C26B21495B790E0D88EFA_RuntimeMethod_var);
|
|
*(NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*)L_5 = L_9;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:841>
|
|
NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* L_10 = ___3_supportedPackedMaterialDatas;
|
|
int32_t L_11;
|
|
L_11 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___0_materials))->___m_Length);
|
|
int32_t L_12 = ___4_allocator;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_13;
|
|
L_13 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(L_12, NULL);
|
|
NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B L_14;
|
|
memset((&L_14), 0, sizeof(L_14));
|
|
NativeList_1__ctor_m281D3CD28B45C93C5CBC1D3160AD6A8E752650DA((&L_14), L_11, L_13, NativeList_1__ctor_m281D3CD28B45C93C5CBC1D3160AD6A8E752650DA_RuntimeMethod_var);
|
|
*(NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B*)L_10 = L_14;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:843>
|
|
int32_t L_15;
|
|
L_15 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___0_materials))->___m_Length);
|
|
if ((((int32_t)L_15) <= ((int32_t)0)))
|
|
{
|
|
goto IL_007c;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:845>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:846>
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_16 = __this->___m_Batcher;
|
|
NullCheck(L_16);
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* L_17;
|
|
L_17 = GPUResidentBatcher_get_instanceCullingBatcher_m9E7BF9BA5E63072AB043C86836AC4C036AD5D465_inline(L_16, NULL);
|
|
NullCheck(L_17);
|
|
NativeParallelHashMap_2_tC02F6A3A939816974341E9FB7EA769755D46204C L_18;
|
|
L_18 = InstanceCullingBatcher_get_batchMaterialHash_mF1798E2B3C1C885996C171F3F4EDFB7DFDC53151_inline(L_17, NULL);
|
|
V_0 = L_18;
|
|
ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787 L_19;
|
|
L_19 = NativeParallelHashMap_2_AsReadOnly_m40C4678A893408EE50722DF7800F2317907F444C((&V_0), NativeParallelHashMap_2_AsReadOnly_m40C4678A893408EE50722DF7800F2317907F444C_RuntimeMethod_var);
|
|
V_1 = L_19;
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_20 = ___2_supportedMaterials;
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_21 = ___1_unsupportedMaterials;
|
|
NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* L_22 = ___3_supportedPackedMaterialDatas;
|
|
GPUResidentDrawerBurst_ClassifyMaterials_m9FEDC6820FD183791F7BD2B682CFFFBBF9DC9F40((&___0_materials), (&V_1), L_20, L_21, L_22, NULL);
|
|
}
|
|
|
|
IL_007c:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:848>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71023
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 GPUResidentDrawer_FindUnsupportedRenderers_m1C0CB02546C7733938983343B8668CAC84E60772 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_unsupportedMaterials, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1__ctor_m98E15AF6E12EDECAB34F6D2B40A8D5201465427E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:852>
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_0;
|
|
L_0 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(3, NULL);
|
|
NativeList_1__ctor_m98E15AF6E12EDECAB34F6D2B40A8D5201465427E((&V_0), L_0, NativeList_1__ctor_m98E15AF6E12EDECAB34F6D2B40A8D5201465427E_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:854>
|
|
int32_t L_1;
|
|
L_1 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___0_unsupportedMaterials))->___m_Length);
|
|
if ((((int32_t)L_1) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:856>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:857>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_2 = __this->___m_BatchersContext;
|
|
NullCheck(L_2);
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E L_3;
|
|
L_3 = RenderersBatchersContext_get_sharedInstanceData_m657B7F8E58C1857C9A941039A9C87EDEE14BE073(L_2, NULL);
|
|
V_1 = L_3;
|
|
ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* L_4 = (ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4*)(&(&V_1)->___materialIDArrays);
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_5 = __this->___m_BatchersContext;
|
|
NullCheck(L_5);
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E L_6;
|
|
L_6 = RenderersBatchersContext_get_sharedInstanceData_m657B7F8E58C1857C9A941039A9C87EDEE14BE073(L_5, NULL);
|
|
V_2 = L_6;
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* L_7 = (ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B*)(&(&V_2)->___rendererGroupIDs);
|
|
GPUResidentDrawerBurst_FindUnsupportedRenderers_m927B5E54923278315B6256EA8178A34AA566B4BD((&___0_unsupportedMaterials), L_4, L_7, (&V_0), NULL);
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:860>
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 L_8 = V_0;
|
|
return L_8;
|
|
}
|
|
}
|
|
// Method Definition Index: 71024
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744 GPUResidentDrawer_GetMaterialsWithChangedPackedMaterial_m112BC45C2CEA7D3B26EDE1B217430AA49E5EE0E8 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_materials, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 ___1_packedMaterialDatas, int32_t ___2_allocator, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeHashSet_1__ctor_m248D28782C7E6FB2BFD52CF730FA97753A95854A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeParallelHashMap_2_AsReadOnly_m9547F5A5D2B5E1EF28ED8C562848F0B87B48DC9E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
NativeParallelHashMap_2_tE5393C7FA31C99A84F6C65F5C7F207CAD827B4C5 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:865>
|
|
int32_t L_0;
|
|
L_0 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___0_materials))->___m_Length);
|
|
int32_t L_1 = ___2_allocator;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_2;
|
|
L_2 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(L_1, NULL);
|
|
NativeHashSet_1__ctor_m248D28782C7E6FB2BFD52CF730FA97753A95854A((&V_0), L_0, L_2, NativeHashSet_1__ctor_m248D28782C7E6FB2BFD52CF730FA97753A95854A_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:867>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:868>
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_3;
|
|
L_3 = GPUResidentDrawer_get_batcher_m03715B9C280D664F90B0B1F592D9C3ADD212F9F3_inline(__this, NULL);
|
|
NullCheck(L_3);
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* L_4;
|
|
L_4 = GPUResidentBatcher_get_instanceCullingBatcher_m9E7BF9BA5E63072AB043C86836AC4C036AD5D465_inline(L_3, NULL);
|
|
NullCheck(L_4);
|
|
NativeParallelHashMap_2_tE5393C7FA31C99A84F6C65F5C7F207CAD827B4C5 L_5;
|
|
L_5 = InstanceCullingBatcher_get_packedMaterialHash_m12837A329EFD8A76B3E25C2140F516E2847570EC_inline(L_4, NULL);
|
|
V_1 = L_5;
|
|
ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56 L_6;
|
|
L_6 = NativeParallelHashMap_2_AsReadOnly_m9547F5A5D2B5E1EF28ED8C562848F0B87B48DC9E((&V_1), NativeParallelHashMap_2_AsReadOnly_m9547F5A5D2B5E1EF28ED8C562848F0B87B48DC9E_RuntimeMethod_var);
|
|
V_2 = L_6;
|
|
GPUResidentDrawerBurst_GetMaterialsWithChangedPackedMaterial_mC2D4AB98974823074A7E8543ED7A3D5BF7DB26FA((&___0_materials), (&___1_packedMaterialDatas), (&V_2), (&V_0), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:870>
|
|
NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744 L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
// Method Definition Index: 71025
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t00298B7EF26DA025E0BBDF2397224F39F05336F5 GPUResidentDrawer_FindRenderersFromMaterialsOrMeshes_m8D69EF84FB8C5830ACB7E1261331459DF4DEE8F6 (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___0_sortedExcludeRenderers, NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744 ___1_materials, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C ___2_meshes, int32_t ___3_rendererListAllocator, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJobParallelForBatchExtensions_ScheduleBatch_TisFindRenderersFromMaterialOrMeshJob_t91FE5FAC4E968719F44985614268088A90EAA4A0_mD0AACC25CF7BD8B9D065D116A5AF817E656AA261_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_AsReadOnly_mAB1F094943B1A70B20CE8C14C678067399384A33_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeHashSet_1_AsReadOnly_m0C9541B55345EBCCB8D03405F82EE90E7B39760E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_AsParallelWriter_mD909101716149F367E356C281DBBAF9108D1D434_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1__ctor_m5697273576B6FA770C7C26B21495B790E0D88EFA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_get_Length_m563B84F5D44C547A822486B9DEFCA1DC5FC435AD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_m8852153FE761359A21E7B8B7F98A2B5779FCAAFF_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
FindRenderersFromMaterialOrMeshJob_t91FE5FAC4E968719F44985614268088A90EAA4A0 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:875>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_0 = __this->___m_BatchersContext;
|
|
NullCheck(L_0);
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E L_1;
|
|
L_1 = RenderersBatchersContext_get_sharedInstanceData_m657B7F8E58C1857C9A941039A9C87EDEE14BE073(L_0, NULL);
|
|
V_0 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:876>
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E L_2 = V_0;
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B L_3 = L_2.___rendererGroupIDs;
|
|
V_4 = L_3;
|
|
int32_t L_4;
|
|
L_4 = ReadOnly_get_Length_m563B84F5D44C547A822486B9DEFCA1DC5FC435AD_inline((&V_4), ReadOnly_get_Length_m563B84F5D44C547A822486B9DEFCA1DC5FC435AD_RuntimeMethod_var);
|
|
int32_t L_5 = ___3_rendererListAllocator;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_6;
|
|
L_6 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(L_5, NULL);
|
|
NativeList_1__ctor_m5697273576B6FA770C7C26B21495B790E0D88EFA((&V_1), L_4, L_6, NativeList_1__ctor_m5697273576B6FA770C7C26B21495B790E0D88EFA_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:877>
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E L_7 = V_0;
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B L_8 = L_7.___rendererGroupIDs;
|
|
V_4 = L_8;
|
|
int32_t L_9;
|
|
L_9 = ReadOnly_get_Length_m563B84F5D44C547A822486B9DEFCA1DC5FC435AD_inline((&V_4), ReadOnly_get_Length_m563B84F5D44C547A822486B9DEFCA1DC5FC435AD_RuntimeMethod_var);
|
|
int32_t L_10 = ___3_rendererListAllocator;
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_11;
|
|
L_11 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(L_10, NULL);
|
|
NativeList_1__ctor_m5697273576B6FA770C7C26B21495B790E0D88EFA((&V_2), L_9, L_11, NativeList_1__ctor_m5697273576B6FA770C7C26B21495B790E0D88EFA_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:879>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:880>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:881>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:882>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:883>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:884>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:885>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:886>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:887>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:888>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:889>
|
|
il2cpp_codegen_initobj((&V_5), sizeof(FindRenderersFromMaterialOrMeshJob_t91FE5FAC4E968719F44985614268088A90EAA4A0));
|
|
ReadOnly_tD3A31E5F6DA1C56CA4A51C9E6538A057D4B94895 L_12;
|
|
L_12 = NativeHashSet_1_AsReadOnly_m0C9541B55345EBCCB8D03405F82EE90E7B39760E((&___1_materials), NativeHashSet_1_AsReadOnly_m0C9541B55345EBCCB8D03405F82EE90E7B39760E_RuntimeMethod_var);
|
|
(&V_5)->___materialIDs = L_12;
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E L_13 = V_0;
|
|
ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4 L_14 = L_13.___materialIDArrays;
|
|
(&V_5)->___materialIDArrays = L_14;
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B L_15;
|
|
L_15 = NativeArray_1_AsReadOnly_mAB1F094943B1A70B20CE8C14C678067399384A33((&___2_meshes), NativeArray_1_AsReadOnly_mAB1F094943B1A70B20CE8C14C678067399384A33_RuntimeMethod_var);
|
|
(&V_5)->___meshIDs = L_15;
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E L_16 = V_0;
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B L_17 = L_16.___meshIDs;
|
|
(&V_5)->___meshIDArray = L_17;
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E L_18 = V_0;
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B L_19 = L_18.___rendererGroupIDs;
|
|
(&V_5)->___rendererGroupIDs = L_19;
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B L_20;
|
|
L_20 = NativeArray_1_AsReadOnly_mAB1F094943B1A70B20CE8C14C678067399384A33((&___0_sortedExcludeRenderers), NativeArray_1_AsReadOnly_mAB1F094943B1A70B20CE8C14C678067399384A33_RuntimeMethod_var);
|
|
(&V_5)->___sortedExcludeRendererIDs = L_20;
|
|
ParallelWriter_t80A8984CE4AF82D8AD8D75CA7F04FDB95E5A6587 L_21;
|
|
L_21 = NativeList_1_AsParallelWriter_mD909101716149F367E356C281DBBAF9108D1D434((&V_1), NativeList_1_AsParallelWriter_mD909101716149F367E356C281DBBAF9108D1D434_RuntimeMethod_var);
|
|
(&V_5)->___selectedRenderGroupsForMaterials = L_21;
|
|
ParallelWriter_t80A8984CE4AF82D8AD8D75CA7F04FDB95E5A6587 L_22;
|
|
L_22 = NativeList_1_AsParallelWriter_mD909101716149F367E356C281DBBAF9108D1D434((&V_2), NativeList_1_AsParallelWriter_mD909101716149F367E356C281DBBAF9108D1D434_RuntimeMethod_var);
|
|
(&V_5)->___selectedRenderGroupsForMeshes = L_22;
|
|
FindRenderersFromMaterialOrMeshJob_t91FE5FAC4E968719F44985614268088A90EAA4A0 L_23 = V_5;
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E L_24 = V_0;
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B L_25 = L_24.___rendererGroupIDs;
|
|
V_4 = L_25;
|
|
int32_t L_26;
|
|
L_26 = ReadOnly_get_Length_m563B84F5D44C547A822486B9DEFCA1DC5FC435AD_inline((&V_4), ReadOnly_get_Length_m563B84F5D44C547A822486B9DEFCA1DC5FC435AD_RuntimeMethod_var);
|
|
il2cpp_codegen_initobj((&V_6), sizeof(JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_27 = V_6;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_28;
|
|
L_28 = IJobParallelForBatchExtensions_ScheduleBatch_TisFindRenderersFromMaterialOrMeshJob_t91FE5FAC4E968719F44985614268088A90EAA4A0_mD0AACC25CF7BD8B9D065D116A5AF817E656AA261(L_23, L_26, ((int32_t)128), L_27, IJobParallelForBatchExtensions_ScheduleBatch_TisFindRenderersFromMaterialOrMeshJob_t91FE5FAC4E968719F44985614268088A90EAA4A0_mD0AACC25CF7BD8B9D065D116A5AF817E656AA261_RuntimeMethod_var);
|
|
V_3 = L_28;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:890>
|
|
JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A((&V_3), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:892>
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 L_29 = V_1;
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 L_30 = V_2;
|
|
ValueTuple_2_t00298B7EF26DA025E0BBDF2397224F39F05336F5 L_31;
|
|
memset((&L_31), 0, sizeof(L_31));
|
|
ValueTuple_2__ctor_m8852153FE761359A21E7B8B7F98A2B5779FCAAFF((&L_31), L_29, L_30, ValueTuple_2__ctor_m8852153FE761359A21E7B8B7F98A2B5779FCAAFF_RuntimeMethod_var);
|
|
return L_31;
|
|
}
|
|
}
|
|
// Method Definition Index: 71026
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GPUResidentDrawer_IsProjectSupported_m8070103F51F3975E8D573377D445553710EBA457 (const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:25>
|
|
bool L_0;
|
|
L_0 = GPUResidentDrawer_IsProjectSupported_m4F5CDE5F81A0BE7CF42E37F1545E85A8C5A07DE3((&V_1), (&V_0), NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71027
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GPUResidentDrawer_IsProjectSupported_m4F5CDE5F81A0BE7CF42E37F1545E85A8C5A07DE3 (String_t** ___0_message, int32_t* ___1_severity, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:30>
|
|
String_t** L_0 = ___0_message;
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)L_1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:31>
|
|
int32_t* L_2 = ___1_severity;
|
|
*((int32_t*)L_2) = (int32_t)3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:35>
|
|
int32_t L_3;
|
|
L_3 = BatchRendererGroup_get_BufferTarget_m01D4DFEAAE898864AC8D1CA277311E4836CA9B97(NULL);
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:37>
|
|
int32_t* L_4 = ___1_severity;
|
|
*((int32_t*)L_4) = (int32_t)2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:38>
|
|
String_t** L_5 = ___0_message;
|
|
il2cpp_codegen_runtime_class_init_inline(Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_il2cpp_TypeInfo_var);
|
|
String_t* L_6 = ((Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_StaticFields*)il2cpp_codegen_static_fields_for(Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_il2cpp_TypeInfo_var))->___rawBufferNotSupportedByPlatform;
|
|
*((RuntimeObject**)L_5) = (RuntimeObject*)L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_5, (void*)(RuntimeObject*)L_6);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:39>
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:60>
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 71028
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GPUResidentDrawer_IsGPUResidentDrawerSupportedBySRP_m24CCB3D5623CD94D8DA06D20CE59806BC9D35922 (GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 ___0_settings, String_t** ___1_message, int32_t* ___2_severity, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsSettings_t01785CE5CB5C5105CB527619AF4D74BEF417EF1A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IGPUResidentRenderPipeline_t515F75DEF0110D5B2559A5A58C7588566A0C9BA4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:65>
|
|
String_t** L_0 = ___1_message;
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)L_1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:66>
|
|
int32_t* L_2 = ___2_severity;
|
|
*((int32_t*)L_2) = (int32_t)3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:69>
|
|
GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 L_3 = ___0_settings;
|
|
uint8_t L_4 = L_3.___mode;
|
|
if (L_4)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:71>
|
|
String_t** L_5 = ___1_message;
|
|
il2cpp_codegen_runtime_class_init_inline(Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_il2cpp_TypeInfo_var);
|
|
String_t* L_6 = ((Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_StaticFields*)il2cpp_codegen_static_fields_for(Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_il2cpp_TypeInfo_var))->___drawerModeDisabled;
|
|
*((RuntimeObject**)L_5) = (RuntimeObject*)L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_5, (void*)(RuntimeObject*)L_6);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:72>
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:91>
|
|
bool L_7;
|
|
L_7 = GPUResidentDrawer_IsForcedOnViaCommandLine_mC2F9713BA2691A02C23E22E59DDC30E41289539F(NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
bool L_8;
|
|
L_8 = GPUResidentDrawer_get_MaintainContext_mC393C718E2CF175293B7B1E86C7C70A5AC6D046C_inline(NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:92>
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:94>
|
|
il2cpp_codegen_runtime_class_init_inline(GraphicsSettings_t01785CE5CB5C5105CB527619AF4D74BEF417EF1A_il2cpp_TypeInfo_var);
|
|
RenderPipelineAsset_t5F9BF815BF931E1314B184E7F9070FB649C7054E* L_9;
|
|
L_9 = GraphicsSettings_get_currentRenderPipeline_mEC94DC23DE4F901D6A629E2DE882982686AF75F1(NULL);
|
|
V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IGPUResidentRenderPipeline_t515F75DEF0110D5B2559A5A58C7588566A0C9BA4_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_10 = V_0;
|
|
if (L_10)
|
|
{
|
|
goto IL_0045;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:96>
|
|
String_t** L_11 = ___1_message;
|
|
il2cpp_codegen_runtime_class_init_inline(Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_il2cpp_TypeInfo_var);
|
|
String_t* L_12 = ((Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_StaticFields*)il2cpp_codegen_static_fields_for(Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_il2cpp_TypeInfo_var))->___notGPUResidentRenderPipeline;
|
|
*((RuntimeObject**)L_11) = (RuntimeObject*)L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_11, (void*)(RuntimeObject*)L_12);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:97>
|
|
int32_t* L_13 = ___2_severity;
|
|
*((int32_t*)L_13) = (int32_t)2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:98>
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0045:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:101>
|
|
RuntimeObject* L_14 = V_0;
|
|
String_t** L_15 = ___1_message;
|
|
int32_t* L_16 = ___2_severity;
|
|
NullCheck(L_14);
|
|
bool L_17;
|
|
L_17 = InterfaceFuncInvoker2< bool, String_t**, int32_t* >::Invoke(4, IGPUResidentRenderPipeline_t515F75DEF0110D5B2559A5A58C7588566A0C9BA4_il2cpp_TypeInfo_var, L_14, L_15, L_16);
|
|
if (!L_17)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
String_t** L_18 = ___1_message;
|
|
int32_t* L_19 = ___2_severity;
|
|
bool L_20;
|
|
L_20 = GPUResidentDrawer_IsProjectSupported_m4F5CDE5F81A0BE7CF42E37F1545E85A8C5A07DE3(L_18, L_19, NULL);
|
|
return L_20;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71029
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawer_LogMessage_m7FF3E65D1A87DF183F9D29254AE637D842B88D41 (String_t* ___0_message, int32_t ___1_severity, 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;
|
|
}
|
|
{
|
|
int32_t L_0 = ___1_severity;
|
|
switch (L_0)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:110>
|
|
String_t* L_1 = ___0_message;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogError_mB00B2B4468EF3CAF041B038D840820FB84C924B2(L_1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:111>
|
|
return;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:113>
|
|
String_t* L_2 = ___0_message;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_2, NULL);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:116>
|
|
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
|
|
// Method Definition Index: 71030
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void FindRenderersFromMaterialOrMeshJob_Execute_m7B9713786ED58196A531F44ECABD1912DF45E59F (FindRenderersFromMaterialOrMeshJob_t91FE5FAC4E968719F44985614268088A90EAA4A0* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_startIndex, int32_t ___1_count, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayExtensions_Contains_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m9EAA8F1CA025F587DD03424BB606CC8C66E3A985_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeSortExtension_BinarySearch_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mB0350EBC092FED4729E6FC7064EE7F949BDF76B8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ParallelWriter_AddRangeNoResize_mD31E0D3828906AD492E2136E0D6D27D212856C2D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_Contains_mDD64A287EC0275CCF13166E03B987F49313EA4A5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_get_Item_m1C07C4BF3E06906AD18E2F93EAD2CD97CC91D8CD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_get_Item_m9DFC7CAC9FE6CC930E5BB888FC1018C186B6B135_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeList_1_AddNoResize_m04467325D48E0444A960789049A6D2CED09B0B14_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeList_1__ctor_m15A4AE1124E2C7A933B9038991AFD741FFD3263E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeList_1_get_Length_mEA927D1405F8410976953A49C12817C90D673A4B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeList_1_set_Length_m623C592BF512C1A444EA37B6A9AD8AB9CD7314A0_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t* V_0 = NULL;
|
|
UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t* V_2 = NULL;
|
|
UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
int32_t V_9 = 0;
|
|
int32_t V_10 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:912>
|
|
uintptr_t L_0 = ((uintptr_t)((int32_t)512));
|
|
int8_t* L_1 = (int8_t*) (L_0 ? alloca(L_0) : NULL);
|
|
memset(L_1, 0, L_0);
|
|
V_0 = (int32_t*)(L_1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:913>
|
|
int32_t* L_2 = V_0;
|
|
UnsafeList_1__ctor_m15A4AE1124E2C7A933B9038991AFD741FFD3263E((&V_1), L_2, ((int32_t)128), UnsafeList_1__ctor_m15A4AE1124E2C7A933B9038991AFD741FFD3263E_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:914>
|
|
UnsafeList_1_set_Length_m623C592BF512C1A444EA37B6A9AD8AB9CD7314A0((&V_1), 0, UnsafeList_1_set_Length_m623C592BF512C1A444EA37B6A9AD8AB9CD7314A0_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:916>
|
|
uintptr_t L_3 = ((uintptr_t)((int32_t)512));
|
|
int8_t* L_4 = (int8_t*) (L_3 ? alloca(L_3) : NULL);
|
|
memset(L_4, 0, L_3);
|
|
V_2 = (int32_t*)(L_4);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:917>
|
|
int32_t* L_5 = V_2;
|
|
UnsafeList_1__ctor_m15A4AE1124E2C7A933B9038991AFD741FFD3263E((&V_3), L_5, ((int32_t)128), UnsafeList_1__ctor_m15A4AE1124E2C7A933B9038991AFD741FFD3263E_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:918>
|
|
UnsafeList_1_set_Length_m623C592BF512C1A444EA37B6A9AD8AB9CD7314A0((&V_3), 0, UnsafeList_1_set_Length_m623C592BF512C1A444EA37B6A9AD8AB9CD7314A0_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:920>
|
|
V_4 = 0;
|
|
goto IL_00e2;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:922>
|
|
int32_t L_6 = ___0_startIndex;
|
|
int32_t L_7 = V_4;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_6, L_7));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:923>
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* L_8 = (ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B*)(&__this->___rendererGroupIDs);
|
|
int32_t L_9 = V_5;
|
|
int32_t L_10;
|
|
L_10 = ReadOnly_get_Item_m9DFC7CAC9FE6CC930E5BB888FC1018C186B6B135_inline(L_8, L_9, ReadOnly_get_Item_m9DFC7CAC9FE6CC930E5BB888FC1018C186B6B135_RuntimeMethod_var);
|
|
V_6 = L_10;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:926>
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B L_11 = __this->___sortedExcludeRendererIDs;
|
|
int32_t L_12 = V_6;
|
|
int32_t L_13;
|
|
L_13 = NativeSortExtension_BinarySearch_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mB0350EBC092FED4729E6FC7064EE7F949BDF76B8(L_11, L_12, NativeSortExtension_BinarySearch_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mB0350EBC092FED4729E6FC7064EE7F949BDF76B8_RuntimeMethod_var);
|
|
if ((((int32_t)L_13) >= ((int32_t)0)))
|
|
{
|
|
goto IL_00dc;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:930>
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* L_14 = (ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B*)(&__this->___meshIDArray);
|
|
int32_t L_15 = V_5;
|
|
int32_t L_16;
|
|
L_16 = ReadOnly_get_Item_m9DFC7CAC9FE6CC930E5BB888FC1018C186B6B135_inline(L_14, L_15, ReadOnly_get_Item_m9DFC7CAC9FE6CC930E5BB888FC1018C186B6B135_RuntimeMethod_var);
|
|
V_7 = L_16;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:931>
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B L_17 = __this->___meshIDs;
|
|
int32_t L_18 = V_7;
|
|
bool L_19;
|
|
L_19 = NativeArrayExtensions_Contains_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m9EAA8F1CA025F587DD03424BB606CC8C66E3A985(L_17, L_18, NativeArrayExtensions_Contains_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m9EAA8F1CA025F587DD03424BB606CC8C66E3A985_RuntimeMethod_var);
|
|
if (!L_19)
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:933>
|
|
int32_t L_20 = V_6;
|
|
UnsafeList_1_AddNoResize_m04467325D48E0444A960789049A6D2CED09B0B14_inline((&V_3), L_20, UnsafeList_1_AddNoResize_m04467325D48E0444A960789049A6D2CED09B0B14_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:936>
|
|
goto IL_00dc;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:940>
|
|
ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* L_21 = (ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4*)(&__this->___materialIDArrays);
|
|
int32_t L_22 = V_5;
|
|
SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106 L_23;
|
|
L_23 = ReadOnly_get_Item_m1C07C4BF3E06906AD18E2F93EAD2CD97CC91D8CD_inline(L_21, L_22, ReadOnly_get_Item_m1C07C4BF3E06906AD18E2F93EAD2CD97CC91D8CD_RuntimeMethod_var);
|
|
V_8 = L_23;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:942>
|
|
V_9 = 0;
|
|
goto IL_00d1;
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:944>
|
|
int32_t L_24 = V_9;
|
|
int32_t L_25;
|
|
L_25 = SmallIntegerArray_get_Item_m81A85EC298981F31BB405CA783D90BB96697C2DE((&V_8), L_24, NULL);
|
|
V_10 = L_25;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:945>
|
|
ReadOnly_tD3A31E5F6DA1C56CA4A51C9E6538A057D4B94895* L_26 = (ReadOnly_tD3A31E5F6DA1C56CA4A51C9E6538A057D4B94895*)(&__this->___materialIDs);
|
|
int32_t L_27 = V_10;
|
|
bool L_28;
|
|
L_28 = ReadOnly_Contains_mDD64A287EC0275CCF13166E03B987F49313EA4A5(L_26, L_27, ReadOnly_Contains_mDD64A287EC0275CCF13166E03B987F49313EA4A5_RuntimeMethod_var);
|
|
if (!L_28)
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:947>
|
|
int32_t L_29 = V_6;
|
|
UnsafeList_1_AddNoResize_m04467325D48E0444A960789049A6D2CED09B0B14_inline((&V_1), L_29, UnsafeList_1_AddNoResize_m04467325D48E0444A960789049A6D2CED09B0B14_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:948>
|
|
goto IL_00dc;
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:942>
|
|
int32_t L_30 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_30, 1));
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:942>
|
|
int32_t L_31 = V_9;
|
|
SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106 L_32 = V_8;
|
|
int32_t L_33 = L_32.___Length;
|
|
if ((((int32_t)L_31) < ((int32_t)L_33)))
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
}
|
|
|
|
IL_00dc:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:920>
|
|
int32_t L_34 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_34, 1));
|
|
}
|
|
|
|
IL_00e2:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:920>
|
|
int32_t L_35 = V_4;
|
|
int32_t L_36 = ___1_count;
|
|
if ((((int32_t)L_35) < ((int32_t)L_36)))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:954>
|
|
ParallelWriter_t80A8984CE4AF82D8AD8D75CA7F04FDB95E5A6587* L_37 = (ParallelWriter_t80A8984CE4AF82D8AD8D75CA7F04FDB95E5A6587*)(&__this->___selectedRenderGroupsForMaterials);
|
|
int32_t* L_38 = V_0;
|
|
int32_t L_39;
|
|
L_39 = UnsafeList_1_get_Length_mEA927D1405F8410976953A49C12817C90D673A4B_inline((&V_1), UnsafeList_1_get_Length_mEA927D1405F8410976953A49C12817C90D673A4B_RuntimeMethod_var);
|
|
ParallelWriter_AddRangeNoResize_mD31E0D3828906AD492E2136E0D6D27D212856C2D(L_37, (void*)L_38, L_39, ParallelWriter_AddRangeNoResize_mD31E0D3828906AD492E2136E0D6D27D212856C2D_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:955>
|
|
ParallelWriter_t80A8984CE4AF82D8AD8D75CA7F04FDB95E5A6587* L_40 = (ParallelWriter_t80A8984CE4AF82D8AD8D75CA7F04FDB95E5A6587*)(&__this->___selectedRenderGroupsForMeshes);
|
|
int32_t* L_41 = V_2;
|
|
int32_t L_42;
|
|
L_42 = UnsafeList_1_get_Length_mEA927D1405F8410976953A49C12817C90D673A4B_inline((&V_3), UnsafeList_1_get_Length_mEA927D1405F8410976953A49C12817C90D673A4B_RuntimeMethod_var);
|
|
ParallelWriter_AddRangeNoResize_mD31E0D3828906AD492E2136E0D6D27D212856C2D(L_40, (void*)L_41, L_42, ParallelWriter_AddRangeNoResize_mD31E0D3828906AD492E2136E0D6D27D212856C2D_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:956>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void FindRenderersFromMaterialOrMeshJob_Execute_m7B9713786ED58196A531F44ECABD1912DF45E59F_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_startIndex, int32_t ___1_count, const RuntimeMethod* method)
|
|
{
|
|
FindRenderersFromMaterialOrMeshJob_t91FE5FAC4E968719F44985614268088A90EAA4A0* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<FindRenderersFromMaterialOrMeshJob_t91FE5FAC4E968719F44985614268088A90EAA4A0*>(__this + _offset);
|
|
FindRenderersFromMaterialOrMeshJob_Execute_m7B9713786ED58196A531F44ECABD1912DF45E59F(_thisAdjusted, ___0_startIndex, ___1_count, 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
|
|
// Method Definition Index: 71031
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Strings__cctor_m40AEC7C35446DC97C6BA1EFB06EA5B4F5CAADAB4 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BatchBufferTarget_tD9CFFE78BFE7DE851BB435D8EC9FEE69FC95A4CF_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0154D6D9E28CF683DC81E640D9B974F6E43DC697);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2CC737370F7973DDB6A9E0C4C687C9C53629D2A7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral40E46FC4A663A92A3409AA650CE293C017403150);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral44B7271E94E9DC1FE26950CB16BC6E5BF6F807DC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA02EE81FDEA84CDEE3273A1AAB758A63FAEB79B5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCA98C71BC97C1ADF8351BFF4D680C1D630C9D2F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD262F3A6CBB27726FC47AE1AF73772FA00381CAA);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:13>
|
|
((Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_StaticFields*)il2cpp_codegen_static_fields_for(Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_il2cpp_TypeInfo_var))->___drawerModeDisabled = _stringLiteralA02EE81FDEA84CDEE3273A1AAB758A63FAEB79B5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_StaticFields*)il2cpp_codegen_static_fields_for(Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_il2cpp_TypeInfo_var))->___drawerModeDisabled), (void*)_stringLiteralA02EE81FDEA84CDEE3273A1AAB758A63FAEB79B5);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:14>
|
|
((Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_StaticFields*)il2cpp_codegen_static_fields_for(Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_il2cpp_TypeInfo_var))->___allowInEditModeDisabled = _stringLiteral44B7271E94E9DC1FE26950CB16BC6E5BF6F807DC;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_StaticFields*)il2cpp_codegen_static_fields_for(Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_il2cpp_TypeInfo_var))->___allowInEditModeDisabled), (void*)_stringLiteral44B7271E94E9DC1FE26950CB16BC6E5BF6F807DC);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:15>
|
|
((Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_StaticFields*)il2cpp_codegen_static_fields_for(Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_il2cpp_TypeInfo_var))->___notGPUResidentRenderPipeline = _stringLiteral0154D6D9E28CF683DC81E640D9B974F6E43DC697;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_StaticFields*)il2cpp_codegen_static_fields_for(Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_il2cpp_TypeInfo_var))->___notGPUResidentRenderPipeline), (void*)_stringLiteral0154D6D9E28CF683DC81E640D9B974F6E43DC697);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:16>
|
|
int32_t L_0 = 1;
|
|
RuntimeObject* L_1 = Box(BatchBufferTarget_tD9CFFE78BFE7DE851BB435D8EC9FEE69FC95A4CF_il2cpp_TypeInfo_var, &L_0);
|
|
Type_t* L_2;
|
|
L_2 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_1, NULL);
|
|
String_t* L_3;
|
|
L_3 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral40E46FC4A663A92A3409AA650CE293C017403150, _stringLiteralBCA98C71BC97C1ADF8351BFF4D680C1D630C9D2F, L_2, NULL);
|
|
((Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_StaticFields*)il2cpp_codegen_static_fields_for(Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_il2cpp_TypeInfo_var))->___rawBufferNotSupportedByPlatform = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_StaticFields*)il2cpp_codegen_static_fields_for(Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_il2cpp_TypeInfo_var))->___rawBufferNotSupportedByPlatform), (void*)L_3);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:17>
|
|
((Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_StaticFields*)il2cpp_codegen_static_fields_for(Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_il2cpp_TypeInfo_var))->___kernelNotPresent = _stringLiteral2CC737370F7973DDB6A9E0C4C687C9C53629D2A7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_StaticFields*)il2cpp_codegen_static_fields_for(Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_il2cpp_TypeInfo_var))->___kernelNotPresent), (void*)_stringLiteral2CC737370F7973DDB6A9E0C4C687C9C53629D2A7);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:18>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:19>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.Validator.cs:20>
|
|
((Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_StaticFields*)il2cpp_codegen_static_fields_for(Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_il2cpp_TypeInfo_var))->___batchRendererGroupShaderStrippingModeInvalid = _stringLiteralD262F3A6CBB27726FC47AE1AF73772FA00381CAA;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_StaticFields*)il2cpp_codegen_static_fields_for(Strings_tB70E1C1EAE287E1DD15335E96F93A085F7E9D187_il2cpp_TypeInfo_var))->___batchRendererGroupShaderStrippingModeInvalid), (void*)_stringLiteralD262F3A6CBB27726FC47AE1AF73772FA00381CAA);
|
|
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
|
|
extern "C" void CDECL ReversePInvokeWrapper_GPUResidentDrawerBurst_ClassifyMaterials_m9FEDC6820FD183791F7BD2B682CFFFBBF9DC9F40(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787* ___1_batchMaterialHash, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___2_supportedMaterialIDs, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedMaterialIDs, NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* ___4_supportedPackedMaterialDatas)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
GPUResidentDrawerBurst_ClassifyMaterials_m9FEDC6820FD183791F7BD2B682CFFFBBF9DC9F40(___0_materialIDs, ___1_batchMaterialHash, ___2_supportedMaterialIDs, ___3_unsupportedMaterialIDs, ___4_supportedPackedMaterialDatas, NULL);
|
|
|
|
}
|
|
extern "C" void CDECL ReversePInvokeWrapper_GPUResidentDrawerBurst_FindUnsupportedRenderers_m927B5E54923278315B6256EA8178A34AA566B4BD(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_unsupportedMaterials, ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* ___1_materialIDArrays, ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* ___2_rendererGroups, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedRenderers)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
GPUResidentDrawerBurst_FindUnsupportedRenderers_m927B5E54923278315B6256EA8178A34AA566B4BD(___0_unsupportedMaterials, ___1_materialIDArrays, ___2_rendererGroups, ___3_unsupportedRenderers, NULL);
|
|
|
|
}
|
|
extern "C" void CDECL ReversePInvokeWrapper_GPUResidentDrawerBurst_GetMaterialsWithChangedPackedMaterial_mC2D4AB98974823074A7E8543ED7A3D5BF7DB26FA(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446* ___1_packedMaterialDatas, ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56* ___2_packedMaterialHash, NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* ___3_filteredMaterials)
|
|
{
|
|
il2cpp::vm::ScopedThreadAttacher _vmThreadHelper;
|
|
|
|
GPUResidentDrawerBurst_GetMaterialsWithChangedPackedMaterial_mC2D4AB98974823074A7E8543ED7A3D5BF7DB26FA(___0_materialIDs, ___1_packedMaterialDatas, ___2_packedMaterialHash, ___3_filteredMaterials, NULL);
|
|
|
|
}
|
|
// Method Definition Index: 71032
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawerBurst_ClassifyMaterials_m9FEDC6820FD183791F7BD2B682CFFFBBF9DC9F40 (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787* ___1_batchMaterialHash, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___2_supportedMaterialIDs, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedMaterialIDs, NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* ___4_supportedPackedMaterialDatas, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_0 = ___0_materialIDs;
|
|
ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787* L_1 = ___1_batchMaterialHash;
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_2 = ___2_supportedMaterialIDs;
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_3 = ___3_unsupportedMaterialIDs;
|
|
NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* L_4 = ___4_supportedPackedMaterialDatas;
|
|
ClassifyMaterials_000000EAU24BurstDirectCall_Invoke_mD3CEE60D14FAD80A8B93325A6BF8BE021DAF32E8(L_0, L_1, L_2, L_3, L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71033
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawerBurst_FindUnsupportedRenderers_m927B5E54923278315B6256EA8178A34AA566B4BD (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_unsupportedMaterials, ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* ___1_materialIDArrays, ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* ___2_rendererGroups, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedRenderers, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_0 = ___0_unsupportedMaterials;
|
|
ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* L_1 = ___1_materialIDArrays;
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* L_2 = ___2_rendererGroups;
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_3 = ___3_unsupportedRenderers;
|
|
FindUnsupportedRenderers_000000EBU24BurstDirectCall_Invoke_m03FEB1F6442827DED3F5E74E299CD6E1A2FDA6BC(L_0, L_1, L_2, L_3, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71034
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawerBurst_GetMaterialsWithChangedPackedMaterial_mC2D4AB98974823074A7E8543ED7A3D5BF7DB26FA (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446* ___1_packedMaterialDatas, ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56* ___2_packedMaterialHash, NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* ___3_filteredMaterials, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_0 = ___0_materialIDs;
|
|
NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446* L_1 = ___1_packedMaterialDatas;
|
|
ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56* L_2 = ___2_packedMaterialHash;
|
|
NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* L_3 = ___3_filteredMaterials;
|
|
GetMaterialsWithChangedPackedMaterial_000000ECU24BurstDirectCall_Invoke_m0A6F2FFAD878C8CAFB964098E85152D78D43265F(L_0, L_1, L_2, L_3, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71035
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawerBurst_ClassifyMaterialsU24BurstManaged_mB0D38D1C45E45E052FB7EDFF5FC730712F97C388 (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787* ___1_batchMaterialHash, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___2_supportedMaterialIDs, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedMaterialIDs, NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* ___4_supportedPackedMaterialDatas, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m76DC8FCCF3E42CD42363AD6C2BAC71ABDA1535C2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m62905577B99C79AEA734E15AC569B10365214EDA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m9615CE722B0B33517472FA29CB73AE60D8E8D522_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_GetEnumerator_m6E656AE4243351850AD99E832638DDF081239389_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Add_mD5F3F9AEDF81C4AE1F22A002348E5296010D0064_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_AsArray_m55E032CB4280AE9BC2B69ED9C30D36C69F1BC609_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Resize_m2358D62785D3489186FBAD096754E2EA7E67FF16_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Resize_m7C08A0B66BF2718864FFEC496D873CCE8D434704_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1__ctor_m5697273576B6FA770C7C26B21495B790E0D88EFA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_IsEmpty_mB6321124F984DAF254E969158935C9C08369934B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_ContainsKey_m14445E388908EF02FB0AFC01B2FEE92069DE96B4_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
Enumerator_t7767C5CF41D19BF6C7326C9870C530F1AD3CAC30 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
int32_t V_4 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:14>
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_0;
|
|
L_0 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(2, NULL);
|
|
NativeList_1__ctor_m5697273576B6FA770C7C26B21495B790E0D88EFA((&V_0), 4, L_0, NativeList_1__ctor_m5697273576B6FA770C7C26B21495B790E0D88EFA_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:16>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_1 = ___0_materialIDs;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_2 = (*(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)L_1);
|
|
V_3 = L_2;
|
|
Enumerator_t7767C5CF41D19BF6C7326C9870C530F1AD3CAC30 L_3;
|
|
L_3 = NativeArray_1_GetEnumerator_m6E656AE4243351850AD99E832638DDF081239389((&V_3), NativeArray_1_GetEnumerator_m6E656AE4243351850AD99E832638DDF081239389_RuntimeMethod_var);
|
|
V_2 = L_3;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0046:
|
|
{
|
|
Enumerator_Dispose_m76DC8FCCF3E42CD42363AD6C2BAC71ABDA1535C2((&V_2), Enumerator_Dispose_m76DC8FCCF3E42CD42363AD6C2BAC71ABDA1535C2_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_003b_1;
|
|
}
|
|
|
|
IL_001f_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:16>
|
|
int32_t L_4;
|
|
L_4 = Enumerator_get_Current_m9615CE722B0B33517472FA29CB73AE60D8E8D522_inline((&V_2), Enumerator_get_Current_m9615CE722B0B33517472FA29CB73AE60D8E8D522_RuntimeMethod_var);
|
|
V_4 = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:18>
|
|
ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787* L_5 = ___1_batchMaterialHash;
|
|
int32_t L_6 = V_4;
|
|
bool L_7;
|
|
L_7 = ReadOnly_ContainsKey_m14445E388908EF02FB0AFC01B2FEE92069DE96B4(L_5, L_6, ReadOnly_ContainsKey_m14445E388908EF02FB0AFC01B2FEE92069DE96B4_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_003b_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:19>
|
|
NativeList_1_Add_mD5F3F9AEDF81C4AE1F22A002348E5296010D0064((&V_0), (&V_4), NativeList_1_Add_mD5F3F9AEDF81C4AE1F22A002348E5296010D0064_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003b_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:16>
|
|
bool L_8;
|
|
L_8 = Enumerator_MoveNext_m62905577B99C79AEA734E15AC569B10365214EDA_inline((&V_2), Enumerator_MoveNext_m62905577B99C79AEA734E15AC569B10365214EDA_RuntimeMethod_var);
|
|
if (L_8)
|
|
{
|
|
goto IL_001f_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:22>
|
|
bool L_9;
|
|
L_9 = NativeList_1_get_IsEmpty_mB6321124F984DAF254E969158935C9C08369934B_inline((&V_0), NativeList_1_get_IsEmpty_mB6321124F984DAF254E969158935C9C08369934B_RuntimeMethod_var);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:24>
|
|
NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E((&V_0), NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:25>
|
|
return;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:28>
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_10 = ___3_unsupportedMaterialIDs;
|
|
int32_t L_11;
|
|
L_11 = NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_inline((&V_0), NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_RuntimeMethod_var);
|
|
NativeList_1_Resize_m7C08A0B66BF2718864FFEC496D873CCE8D434704(L_10, L_11, 0, NativeList_1_Resize_m7C08A0B66BF2718864FFEC496D873CCE8D434704_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:29>
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_12 = ___2_supportedMaterialIDs;
|
|
int32_t L_13;
|
|
L_13 = NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_inline((&V_0), NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_RuntimeMethod_var);
|
|
NativeList_1_Resize_m7C08A0B66BF2718864FFEC496D873CCE8D434704(L_12, L_13, 0, NativeList_1_Resize_m7C08A0B66BF2718864FFEC496D873CCE8D434704_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:30>
|
|
NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* L_14 = ___4_supportedPackedMaterialDatas;
|
|
int32_t L_15;
|
|
L_15 = NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_inline((&V_0), NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_RuntimeMethod_var);
|
|
NativeList_1_Resize_m2358D62785D3489186FBAD096754E2EA7E67FF16(L_14, L_15, 0, NativeList_1_Resize_m2358D62785D3489186FBAD096754E2EA7E67FF16_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:32>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_16;
|
|
L_16 = NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6((&V_0), NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6_RuntimeMethod_var);
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_17 = ___3_unsupportedMaterialIDs;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_18;
|
|
L_18 = NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6(L_17, NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6_RuntimeMethod_var);
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_19 = ___2_supportedMaterialIDs;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_20;
|
|
L_20 = NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6(L_19, NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6_RuntimeMethod_var);
|
|
NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* L_21 = ___4_supportedPackedMaterialDatas;
|
|
NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 L_22;
|
|
L_22 = NativeList_1_AsArray_m55E032CB4280AE9BC2B69ED9C30D36C69F1BC609(L_21, NativeList_1_AsArray_m55E032CB4280AE9BC2B69ED9C30D36C69F1BC609_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08_il2cpp_TypeInfo_var);
|
|
int32_t L_23;
|
|
L_23 = GPUDrivenProcessor_ClassifyMaterials_m5B53072BEA2EDFB446E9152A1701C158FF48DEFD(L_16, L_18, L_20, L_22, NULL);
|
|
V_1 = L_23;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:34>
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_24 = ___3_unsupportedMaterialIDs;
|
|
int32_t L_25 = V_1;
|
|
NativeList_1_Resize_m7C08A0B66BF2718864FFEC496D873CCE8D434704(L_24, L_25, 1, NativeList_1_Resize_m7C08A0B66BF2718864FFEC496D873CCE8D434704_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:35>
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_26 = ___2_supportedMaterialIDs;
|
|
int32_t L_27;
|
|
L_27 = NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_inline((&V_0), NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_RuntimeMethod_var);
|
|
int32_t L_28 = V_1;
|
|
NativeList_1_Resize_m7C08A0B66BF2718864FFEC496D873CCE8D434704(L_26, ((int32_t)il2cpp_codegen_subtract(L_27, L_28)), 1, NativeList_1_Resize_m7C08A0B66BF2718864FFEC496D873CCE8D434704_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:36>
|
|
NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* L_29 = ___4_supportedPackedMaterialDatas;
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_30 = ___2_supportedMaterialIDs;
|
|
int32_t L_31;
|
|
L_31 = NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_inline(L_30, NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_RuntimeMethod_var);
|
|
NativeList_1_Resize_m2358D62785D3489186FBAD096754E2EA7E67FF16(L_29, L_31, 1, NativeList_1_Resize_m2358D62785D3489186FBAD096754E2EA7E67FF16_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:38>
|
|
NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E((&V_0), NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:39>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71036
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawerBurst_FindUnsupportedRenderersU24BurstManaged_m342114EE5DA2CE7AFEEE16D6E6A0D5D4D0E8A070 (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_unsupportedMaterials, ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* ___1_materialIDArrays, ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* ___2_rendererGroups, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedRenderers, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayExtensions_Contains_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m05CD00B5078EADD2E55FA6FF5BBB7631C57CAFC6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Add_mD5F3F9AEDF81C4AE1F22A002348E5296010D0064_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_get_Item_m1C07C4BF3E06906AD18E2F93EAD2CD97CC91D8CD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_get_Item_m9DFC7CAC9FE6CC930E5BB888FC1018C186B6B135_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_get_Length_m1528DD3FAC107316446ECF9DBC017881AA6D472E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:45>
|
|
V_0 = 0;
|
|
goto IL_0062;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:47>
|
|
ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* L_0 = ___1_materialIDArrays;
|
|
ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4 L_1 = (*(ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4*)L_0);
|
|
V_3 = L_1;
|
|
int32_t L_2 = V_0;
|
|
SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106 L_3;
|
|
L_3 = ReadOnly_get_Item_m1C07C4BF3E06906AD18E2F93EAD2CD97CC91D8CD_inline((&V_3), L_2, ReadOnly_get_Item_m1C07C4BF3E06906AD18E2F93EAD2CD97CC91D8CD_RuntimeMethod_var);
|
|
V_1 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:48>
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* L_4 = ___2_rendererGroups;
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B L_5 = (*(ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B*)L_4);
|
|
V_4 = L_5;
|
|
int32_t L_6 = V_0;
|
|
int32_t L_7;
|
|
L_7 = ReadOnly_get_Item_m9DFC7CAC9FE6CC930E5BB888FC1018C186B6B135_inline((&V_4), L_6, ReadOnly_get_Item_m9DFC7CAC9FE6CC930E5BB888FC1018C186B6B135_RuntimeMethod_var);
|
|
V_2 = L_7;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:50>
|
|
V_5 = 0;
|
|
goto IL_0054;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:52>
|
|
int32_t L_8 = V_5;
|
|
int32_t L_9;
|
|
L_9 = SmallIntegerArray_get_Item_m81A85EC298981F31BB405CA783D90BB96697C2DE((&V_1), L_8, NULL);
|
|
V_6 = L_9;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:54>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_10 = ___0_unsupportedMaterials;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_11 = (*(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)L_10);
|
|
int32_t L_12 = V_6;
|
|
bool L_13;
|
|
L_13 = NativeArrayExtensions_Contains_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m05CD00B5078EADD2E55FA6FF5BBB7631C57CAFC6(L_11, L_12, NativeArrayExtensions_Contains_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m05CD00B5078EADD2E55FA6FF5BBB7631C57CAFC6_RuntimeMethod_var);
|
|
if (!L_13)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:56>
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_14 = ___3_unsupportedRenderers;
|
|
NativeList_1_Add_mD5F3F9AEDF81C4AE1F22A002348E5296010D0064(L_14, (&V_2), NativeList_1_Add_mD5F3F9AEDF81C4AE1F22A002348E5296010D0064_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:57>
|
|
goto IL_005e;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:50>
|
|
int32_t L_15 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:50>
|
|
int32_t L_16 = V_5;
|
|
SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106 L_17 = V_1;
|
|
int32_t L_18 = L_17.___Length;
|
|
if ((((int32_t)L_16) < ((int32_t)L_18)))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:45>
|
|
int32_t L_19 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_19, 1));
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:45>
|
|
int32_t L_20 = V_0;
|
|
ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* L_21 = ___1_materialIDArrays;
|
|
ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4 L_22 = (*(ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4*)L_21);
|
|
V_3 = L_22;
|
|
int32_t L_23;
|
|
L_23 = ReadOnly_get_Length_m1528DD3FAC107316446ECF9DBC017881AA6D472E_inline((&V_3), ReadOnly_get_Length_m1528DD3FAC107316446ECF9DBC017881AA6D472E_RuntimeMethod_var);
|
|
if ((((int32_t)L_20) < ((int32_t)L_23)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:61>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71037
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawerBurst_GetMaterialsWithChangedPackedMaterialU24BurstManaged_mF321C2281AE3F7783E5F716EF61481A4506456A6 (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446* ___1_packedMaterialDatas, ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56* ___2_packedMaterialHash, NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* ___3_filteredMaterials, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeHashSet_1_Add_mB67F0FEDA3A1AAC916807470790ADC4386B2F992_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_TryGetValue_m8644DADA12691E5F761055E0749C42FBABC0DA5A_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
GPUDrivenPackedMaterialData_t9AFE25D18C8FA6EB6A69AEF342C2A19DA824CF38 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
GPUDrivenPackedMaterialData_t9AFE25D18C8FA6EB6A69AEF342C2A19DA824CF38 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:67>
|
|
V_0 = 0;
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:69>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_0 = ___0_materialIDs;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_1 = (*(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)L_0);
|
|
V_4 = L_1;
|
|
int32_t L_2 = V_0;
|
|
int32_t L_3;
|
|
L_3 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, ((&V_4))->___m_Buffer, L_2);
|
|
V_1 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:70>
|
|
NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446* L_4 = ___1_packedMaterialDatas;
|
|
NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 L_5 = (*(NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446*)L_4);
|
|
V_5 = L_5;
|
|
int32_t L_6 = V_0;
|
|
GPUDrivenPackedMaterialData_t9AFE25D18C8FA6EB6A69AEF342C2A19DA824CF38 L_7;
|
|
L_7 = IL2CPP_NATIVEARRAY_GET_ITEM(GPUDrivenPackedMaterialData_t9AFE25D18C8FA6EB6A69AEF342C2A19DA824CF38, ((&V_5))->___m_Buffer, L_6);
|
|
V_2 = L_7;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:73>
|
|
ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56* L_8 = ___2_packedMaterialHash;
|
|
int32_t L_9 = V_1;
|
|
bool L_10;
|
|
L_10 = ReadOnly_TryGetValue_m8644DADA12691E5F761055E0749C42FBABC0DA5A(L_8, L_9, (&V_3), ReadOnly_TryGetValue_m8644DADA12691E5F761055E0749C42FBABC0DA5A_RuntimeMethod_var);
|
|
if (!L_10)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
GPUDrivenPackedMaterialData_t9AFE25D18C8FA6EB6A69AEF342C2A19DA824CF38 L_11 = V_2;
|
|
bool L_12;
|
|
L_12 = GPUDrivenPackedMaterialData_Equals_m59C839C10A6F58AFE9160E899EBA2AC7BB9DA480((&V_3), L_11, NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:76>
|
|
NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* L_13 = ___3_filteredMaterials;
|
|
int32_t L_14 = V_1;
|
|
bool L_15;
|
|
L_15 = NativeHashSet_1_Add_mB67F0FEDA3A1AAC916807470790ADC4386B2F992(L_13, L_14, NativeHashSet_1_Add_mB67F0FEDA3A1AAC916807470790ADC4386B2F992_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:67>
|
|
int32_t L_16 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_16, 1));
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:67>
|
|
int32_t L_17 = V_0;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_18 = ___0_materialIDs;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_19 = (*(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)L_18);
|
|
V_4 = L_19;
|
|
int32_t L_20;
|
|
L_20 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_4))->___m_Length);
|
|
if ((((int32_t)L_17) < ((int32_t)L_20)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:78>
|
|
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
|
|
void ClassifyMaterials_000000EAU24PostfixBurstDelegate_Invoke_m3A07B7C235B629697F19FD0975E77439FD0545FB_Multicast(ClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787* ___1_batchMaterialHash, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___2_supportedMaterialIDs, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedMaterialIDs, NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* ___4_supportedPackedMaterialDatas, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_array_size_t length = __this->___delegates->max_length;
|
|
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates->GetAddressAtUnchecked(0));
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
ClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1* currentDelegate = reinterpret_cast<ClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1*>(delegatesToInvoke[i]);
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787*, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*, NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B*, const RuntimeMethod*);
|
|
((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_materialIDs, ___1_batchMaterialHash, ___2_supportedMaterialIDs, ___3_unsupportedMaterialIDs, ___4_supportedPackedMaterialDatas, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method));
|
|
}
|
|
}
|
|
void ClassifyMaterials_000000EAU24PostfixBurstDelegate_Invoke_m3A07B7C235B629697F19FD0975E77439FD0545FB_OpenInst(ClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787* ___1_batchMaterialHash, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___2_supportedMaterialIDs, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedMaterialIDs, NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* ___4_supportedPackedMaterialDatas, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787*, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*, NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___method_ptr)(___0_materialIDs, ___1_batchMaterialHash, ___2_supportedMaterialIDs, ___3_unsupportedMaterialIDs, ___4_supportedPackedMaterialDatas, method);
|
|
}
|
|
void ClassifyMaterials_000000EAU24PostfixBurstDelegate_Invoke_m3A07B7C235B629697F19FD0975E77439FD0545FB_OpenStatic(ClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787* ___1_batchMaterialHash, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___2_supportedMaterialIDs, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedMaterialIDs, NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* ___4_supportedPackedMaterialDatas, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787*, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*, NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___method_ptr)(___0_materialIDs, ___1_batchMaterialHash, ___2_supportedMaterialIDs, ___3_unsupportedMaterialIDs, ___4_supportedPackedMaterialDatas, method);
|
|
}
|
|
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_ClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1 (ClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787* ___1_batchMaterialHash, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___2_supportedMaterialIDs, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedMaterialIDs, NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* ___4_supportedPackedMaterialDatas, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc)(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787*, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*, NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B*);
|
|
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
|
|
il2cppPInvokeFunc(___0_materialIDs, ___1_batchMaterialHash, ___2_supportedMaterialIDs, ___3_unsupportedMaterialIDs, ___4_supportedPackedMaterialDatas);
|
|
|
|
}
|
|
// Method Definition Index: 71038
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassifyMaterials_000000EAU24PostfixBurstDelegate__ctor_mC4F84D6240623D86FDD64864987D15DE06A6E36D (ClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1* __this, RuntimeObject* ___0_p, intptr_t ___1_p, const RuntimeMethod* method)
|
|
{
|
|
__this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_p);
|
|
__this->___method = ___1_p;
|
|
__this->___m_target = ___0_p;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_p);
|
|
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_p);
|
|
__this->___method_code = (intptr_t)__this;
|
|
if (MethodIsStatic((RuntimeMethod*)___1_p))
|
|
{
|
|
bool isOpen = parameterCount == 5;
|
|
if (isOpen)
|
|
__this->___invoke_impl = (intptr_t)&ClassifyMaterials_000000EAU24PostfixBurstDelegate_Invoke_m3A07B7C235B629697F19FD0975E77439FD0545FB_OpenStatic;
|
|
else
|
|
{
|
|
__this->___invoke_impl = __this->___method_ptr;
|
|
__this->___method_code = (intptr_t)__this->___m_target;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
bool isOpen = parameterCount == 4;
|
|
if (isOpen)
|
|
{
|
|
__this->___invoke_impl = (intptr_t)&ClassifyMaterials_000000EAU24PostfixBurstDelegate_Invoke_m3A07B7C235B629697F19FD0975E77439FD0545FB_OpenInst;
|
|
}
|
|
else
|
|
{
|
|
if (___0_p == NULL)
|
|
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
|
|
__this->___invoke_impl = __this->___method_ptr;
|
|
__this->___method_code = (intptr_t)__this->___m_target;
|
|
}
|
|
}
|
|
__this->___extra_arg = (intptr_t)&ClassifyMaterials_000000EAU24PostfixBurstDelegate_Invoke_m3A07B7C235B629697F19FD0975E77439FD0545FB_Multicast;
|
|
}
|
|
// Method Definition Index: 71039
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassifyMaterials_000000EAU24PostfixBurstDelegate_Invoke_m3A07B7C235B629697F19FD0975E77439FD0545FB (ClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787* ___1_batchMaterialHash, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___2_supportedMaterialIDs, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedMaterialIDs, NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* ___4_supportedPackedMaterialDatas, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787*, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*, NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_materialIDs, ___1_batchMaterialHash, ___2_supportedMaterialIDs, ___3_unsupportedMaterialIDs, ___4_supportedPackedMaterialDatas, reinterpret_cast<RuntimeMethod*>(__this->___method));
|
|
}
|
|
// Method Definition Index: 71040
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ClassifyMaterials_000000EAU24PostfixBurstDelegate_BeginInvoke_mB309B3EA81A4F14FACD702BBEF04AC9DF5A6F181 (ClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787* ___1_batchMaterialHash, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___2_supportedMaterialIDs, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedMaterialIDs, NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* ___4_supportedPackedMaterialDatas, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___5_p, RuntimeObject* ___6_p, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[6] = {0};
|
|
__d_args[0] = Box(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C_il2cpp_TypeInfo_var, &*___0_materialIDs);
|
|
__d_args[1] = Box(ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787_il2cpp_TypeInfo_var, &*___1_batchMaterialHash);
|
|
__d_args[2] = Box(NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213_il2cpp_TypeInfo_var, &*___2_supportedMaterialIDs);
|
|
__d_args[3] = Box(NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213_il2cpp_TypeInfo_var, &*___3_unsupportedMaterialIDs);
|
|
__d_args[4] = Box(NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B_il2cpp_TypeInfo_var, &*___4_supportedPackedMaterialDatas);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___5_p, (RuntimeObject*)___6_p);
|
|
}
|
|
// Method Definition Index: 71041
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassifyMaterials_000000EAU24PostfixBurstDelegate_EndInvoke_m73DD793BD97305E42B0C7A40A8860B61FCA72E29 (ClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1* __this, RuntimeObject* ___0_p, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_p, 0);
|
|
}
|
|
#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
|
|
// Method Definition Index: 71042
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassifyMaterials_000000EAU24BurstDirectCall_GetFunctionPointerDiscard_m630BE1B0C2407F9048736F1867ED10A871265FE4 (intptr_t* ___0_p, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BurstCompiler_CompileFunctionPointer_TisClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1_mD56E7680DC7675C837B6EBA8CFD800A82E00FE66_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BurstCompiler_t2715484E1FF256726FC4D4D8E17C35A4C8DFA2B8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClassifyMaterials_000000EAU24BurstDirectCall_tA9D92518F9B5F69672D804C856458E87D7B4C7FB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FunctionPointer_1_get_Value_m7BB4378639EB09C6A4DA8BC308DC3DFBF21E276C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawerBurst_ClassifyMaterials_m9FEDC6820FD183791F7BD2B682CFFFBBF9DC9F40_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FunctionPointer_1_tBAF8A2D623650EAE449B8C0927AA758A8957B06C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
intptr_t L_0 = ((ClassifyMaterials_000000EAU24BurstDirectCall_tA9D92518F9B5F69672D804C856458E87D7B4C7FB_StaticFields*)il2cpp_codegen_static_fields_for(ClassifyMaterials_000000EAU24BurstDirectCall_tA9D92518F9B5F69672D804C856458E87D7B4C7FB_il2cpp_TypeInfo_var))->___Pointer;
|
|
if (L_0)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
ClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1* L_1 = (ClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1*)il2cpp_codegen_object_new(ClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1_il2cpp_TypeInfo_var);
|
|
ClassifyMaterials_000000EAU24PostfixBurstDelegate__ctor_mC4F84D6240623D86FDD64864987D15DE06A6E36D(L_1, NULL, (intptr_t)((void*)GPUResidentDrawerBurst_ClassifyMaterials_m9FEDC6820FD183791F7BD2B682CFFFBBF9DC9F40_RuntimeMethod_var), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(BurstCompiler_t2715484E1FF256726FC4D4D8E17C35A4C8DFA2B8_il2cpp_TypeInfo_var);
|
|
FunctionPointer_1_tBAF8A2D623650EAE449B8C0927AA758A8957B06C L_2;
|
|
L_2 = BurstCompiler_CompileFunctionPointer_TisClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1_mD56E7680DC7675C837B6EBA8CFD800A82E00FE66(L_1, BurstCompiler_CompileFunctionPointer_TisClassifyMaterials_000000EAU24PostfixBurstDelegate_tE56DE2D8F7BBD5F6F886F58ED34620AD594805C1_mD56E7680DC7675C837B6EBA8CFD800A82E00FE66_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
intptr_t L_3;
|
|
L_3 = FunctionPointer_1_get_Value_m7BB4378639EB09C6A4DA8BC308DC3DFBF21E276C_inline((&V_0), FunctionPointer_1_get_Value_m7BB4378639EB09C6A4DA8BC308DC3DFBF21E276C_RuntimeMethod_var);
|
|
((ClassifyMaterials_000000EAU24BurstDirectCall_tA9D92518F9B5F69672D804C856458E87D7B4C7FB_StaticFields*)il2cpp_codegen_static_fields_for(ClassifyMaterials_000000EAU24BurstDirectCall_tA9D92518F9B5F69672D804C856458E87D7B4C7FB_il2cpp_TypeInfo_var))->___Pointer = L_3;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
intptr_t* L_4 = ___0_p;
|
|
intptr_t L_5 = ((ClassifyMaterials_000000EAU24BurstDirectCall_tA9D92518F9B5F69672D804C856458E87D7B4C7FB_StaticFields*)il2cpp_codegen_static_fields_for(ClassifyMaterials_000000EAU24BurstDirectCall_tA9D92518F9B5F69672D804C856458E87D7B4C7FB_il2cpp_TypeInfo_var))->___Pointer;
|
|
*((intptr_t*)L_4) = (intptr_t)L_5;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71043
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t ClassifyMaterials_000000EAU24BurstDirectCall_GetFunctionPointer_mDA8220D2BA2B4553E30F6C89197B7F506A5449E0 (const RuntimeMethod* method)
|
|
{
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
V_0 = ((intptr_t)0);
|
|
ClassifyMaterials_000000EAU24BurstDirectCall_GetFunctionPointerDiscard_m630BE1B0C2407F9048736F1867ED10A871265FE4((&V_0), NULL);
|
|
intptr_t L_0 = V_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71044
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ClassifyMaterials_000000EAU24BurstDirectCall_Invoke_mD3CEE60D14FAD80A8B93325A6BF8BE021DAF32E8 (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787* ___1_batchMaterialHash, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___2_supportedMaterialIDs, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedMaterialIDs, NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* ___4_supportedPackedMaterialDatas, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BurstCompiler_t2715484E1FF256726FC4D4D8E17C35A4C8DFA2B8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(BurstCompiler_t2715484E1FF256726FC4D4D8E17C35A4C8DFA2B8_il2cpp_TypeInfo_var);
|
|
bool L_0;
|
|
L_0 = BurstCompiler_get_IsEnabled_m55FDBCB2279A83AC8926260034F870E3A11116C7(NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_1;
|
|
L_1 = ClassifyMaterials_000000EAU24BurstDirectCall_GetFunctionPointer_mDA8220D2BA2B4553E30F6C89197B7F506A5449E0(NULL);
|
|
V_0 = L_1;
|
|
intptr_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_3 = ___0_materialIDs;
|
|
ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787* L_4 = ___1_batchMaterialHash;
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_5 = ___2_supportedMaterialIDs;
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_6 = ___3_unsupportedMaterialIDs;
|
|
NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* L_7 = ___4_supportedPackedMaterialDatas;
|
|
intptr_t L_8 = V_0;
|
|
typedef void (CDECL *func_L_9)(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*,ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787*,NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*,NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*,NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B*);
|
|
((func_L_9)L_8)(L_3, L_4, L_5, L_6, L_7);
|
|
return;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_10 = ___0_materialIDs;
|
|
ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787* L_11 = ___1_batchMaterialHash;
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_12 = ___2_supportedMaterialIDs;
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_13 = ___3_unsupportedMaterialIDs;
|
|
NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* L_14 = ___4_supportedPackedMaterialDatas;
|
|
GPUResidentDrawerBurst_ClassifyMaterialsU24BurstManaged_mB0D38D1C45E45E052FB7EDFF5FC730712F97C388_inline(L_10, L_11, L_12, L_13, L_14, 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
|
|
void FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_Invoke_mDD31F0F8B33E849B9853638A2F2139B0A9B9D986_Multicast(FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_unsupportedMaterials, ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* ___1_materialIDArrays, ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* ___2_rendererGroups, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedRenderers, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_array_size_t length = __this->___delegates->max_length;
|
|
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates->GetAddressAtUnchecked(0));
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A* currentDelegate = reinterpret_cast<FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A*>(delegatesToInvoke[i]);
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4*, ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B*, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*, const RuntimeMethod*);
|
|
((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_unsupportedMaterials, ___1_materialIDArrays, ___2_rendererGroups, ___3_unsupportedRenderers, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method));
|
|
}
|
|
}
|
|
void FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_Invoke_mDD31F0F8B33E849B9853638A2F2139B0A9B9D986_OpenInst(FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_unsupportedMaterials, ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* ___1_materialIDArrays, ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* ___2_rendererGroups, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedRenderers, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4*, ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B*, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___method_ptr)(___0_unsupportedMaterials, ___1_materialIDArrays, ___2_rendererGroups, ___3_unsupportedRenderers, method);
|
|
}
|
|
void FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_Invoke_mDD31F0F8B33E849B9853638A2F2139B0A9B9D986_OpenStatic(FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_unsupportedMaterials, ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* ___1_materialIDArrays, ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* ___2_rendererGroups, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedRenderers, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4*, ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B*, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___method_ptr)(___0_unsupportedMaterials, ___1_materialIDArrays, ___2_rendererGroups, ___3_unsupportedRenderers, method);
|
|
}
|
|
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A (FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_unsupportedMaterials, ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* ___1_materialIDArrays, ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* ___2_rendererGroups, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedRenderers, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc)(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4*, ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B*, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*);
|
|
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
|
|
il2cppPInvokeFunc(___0_unsupportedMaterials, ___1_materialIDArrays, ___2_rendererGroups, ___3_unsupportedRenderers);
|
|
|
|
}
|
|
// Method Definition Index: 71045
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate__ctor_m2C1BCD722B1F2C354361226A1AA233720242D190 (FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A* __this, RuntimeObject* ___0_p, intptr_t ___1_p, const RuntimeMethod* method)
|
|
{
|
|
__this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_p);
|
|
__this->___method = ___1_p;
|
|
__this->___m_target = ___0_p;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_p);
|
|
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_p);
|
|
__this->___method_code = (intptr_t)__this;
|
|
if (MethodIsStatic((RuntimeMethod*)___1_p))
|
|
{
|
|
bool isOpen = parameterCount == 4;
|
|
if (isOpen)
|
|
__this->___invoke_impl = (intptr_t)&FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_Invoke_mDD31F0F8B33E849B9853638A2F2139B0A9B9D986_OpenStatic;
|
|
else
|
|
{
|
|
__this->___invoke_impl = __this->___method_ptr;
|
|
__this->___method_code = (intptr_t)__this->___m_target;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
bool isOpen = parameterCount == 3;
|
|
if (isOpen)
|
|
{
|
|
__this->___invoke_impl = (intptr_t)&FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_Invoke_mDD31F0F8B33E849B9853638A2F2139B0A9B9D986_OpenInst;
|
|
}
|
|
else
|
|
{
|
|
if (___0_p == NULL)
|
|
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
|
|
__this->___invoke_impl = __this->___method_ptr;
|
|
__this->___method_code = (intptr_t)__this->___m_target;
|
|
}
|
|
}
|
|
__this->___extra_arg = (intptr_t)&FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_Invoke_mDD31F0F8B33E849B9853638A2F2139B0A9B9D986_Multicast;
|
|
}
|
|
// Method Definition Index: 71046
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_Invoke_mDD31F0F8B33E849B9853638A2F2139B0A9B9D986 (FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_unsupportedMaterials, ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* ___1_materialIDArrays, ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* ___2_rendererGroups, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedRenderers, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4*, ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B*, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_unsupportedMaterials, ___1_materialIDArrays, ___2_rendererGroups, ___3_unsupportedRenderers, reinterpret_cast<RuntimeMethod*>(__this->___method));
|
|
}
|
|
// Method Definition Index: 71047
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_BeginInvoke_m94F27830C1F01774AAA5FAB7AFFF92554DC64CE8 (FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_unsupportedMaterials, ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* ___1_materialIDArrays, ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* ___2_rendererGroups, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedRenderers, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___4_p, RuntimeObject* ___5_p, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[5] = {0};
|
|
__d_args[0] = Box(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C_il2cpp_TypeInfo_var, &*___0_unsupportedMaterials);
|
|
__d_args[1] = Box(ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4_il2cpp_TypeInfo_var, &*___1_materialIDArrays);
|
|
__d_args[2] = Box(ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B_il2cpp_TypeInfo_var, &*___2_rendererGroups);
|
|
__d_args[3] = Box(NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213_il2cpp_TypeInfo_var, &*___3_unsupportedRenderers);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___4_p, (RuntimeObject*)___5_p);
|
|
}
|
|
// Method Definition Index: 71048
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_EndInvoke_mE1C00EF1C46E48ADBB1593FDF91F7BF5F7DD9F19 (FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A* __this, RuntimeObject* ___0_p, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_p, 0);
|
|
}
|
|
#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
|
|
// Method Definition Index: 71049
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FindUnsupportedRenderers_000000EBU24BurstDirectCall_GetFunctionPointerDiscard_mFD3226FAEE1D006D453263BD8C54033C19808859 (intptr_t* ___0_p, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BurstCompiler_CompileFunctionPointer_TisFindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A_mEA65331AA6E8EF44EB20F15344306CDDD1825785_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BurstCompiler_t2715484E1FF256726FC4D4D8E17C35A4C8DFA2B8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FindUnsupportedRenderers_000000EBU24BurstDirectCall_tFB98218016190A9044544FDD63B31B7EB7835B40_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FunctionPointer_1_get_Value_mBECC6530F0941980BE937B6342CFD006F52C0FAF_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawerBurst_FindUnsupportedRenderers_m927B5E54923278315B6256EA8178A34AA566B4BD_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FunctionPointer_1_t18B54276A09B4782EA61A01FEB714CB0F1BC2DCC V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
intptr_t L_0 = ((FindUnsupportedRenderers_000000EBU24BurstDirectCall_tFB98218016190A9044544FDD63B31B7EB7835B40_StaticFields*)il2cpp_codegen_static_fields_for(FindUnsupportedRenderers_000000EBU24BurstDirectCall_tFB98218016190A9044544FDD63B31B7EB7835B40_il2cpp_TypeInfo_var))->___Pointer;
|
|
if (L_0)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A* L_1 = (FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A*)il2cpp_codegen_object_new(FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A_il2cpp_TypeInfo_var);
|
|
FindUnsupportedRenderers_000000EBU24PostfixBurstDelegate__ctor_m2C1BCD722B1F2C354361226A1AA233720242D190(L_1, NULL, (intptr_t)((void*)GPUResidentDrawerBurst_FindUnsupportedRenderers_m927B5E54923278315B6256EA8178A34AA566B4BD_RuntimeMethod_var), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(BurstCompiler_t2715484E1FF256726FC4D4D8E17C35A4C8DFA2B8_il2cpp_TypeInfo_var);
|
|
FunctionPointer_1_t18B54276A09B4782EA61A01FEB714CB0F1BC2DCC L_2;
|
|
L_2 = BurstCompiler_CompileFunctionPointer_TisFindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A_mEA65331AA6E8EF44EB20F15344306CDDD1825785(L_1, BurstCompiler_CompileFunctionPointer_TisFindUnsupportedRenderers_000000EBU24PostfixBurstDelegate_t7D670217ACABDED1F8D111B2810B92D1C5BA1C1A_mEA65331AA6E8EF44EB20F15344306CDDD1825785_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
intptr_t L_3;
|
|
L_3 = FunctionPointer_1_get_Value_mBECC6530F0941980BE937B6342CFD006F52C0FAF_inline((&V_0), FunctionPointer_1_get_Value_mBECC6530F0941980BE937B6342CFD006F52C0FAF_RuntimeMethod_var);
|
|
((FindUnsupportedRenderers_000000EBU24BurstDirectCall_tFB98218016190A9044544FDD63B31B7EB7835B40_StaticFields*)il2cpp_codegen_static_fields_for(FindUnsupportedRenderers_000000EBU24BurstDirectCall_tFB98218016190A9044544FDD63B31B7EB7835B40_il2cpp_TypeInfo_var))->___Pointer = L_3;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
intptr_t* L_4 = ___0_p;
|
|
intptr_t L_5 = ((FindUnsupportedRenderers_000000EBU24BurstDirectCall_tFB98218016190A9044544FDD63B31B7EB7835B40_StaticFields*)il2cpp_codegen_static_fields_for(FindUnsupportedRenderers_000000EBU24BurstDirectCall_tFB98218016190A9044544FDD63B31B7EB7835B40_il2cpp_TypeInfo_var))->___Pointer;
|
|
*((intptr_t*)L_4) = (intptr_t)L_5;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71050
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t FindUnsupportedRenderers_000000EBU24BurstDirectCall_GetFunctionPointer_m103CA6E3670A70751F360E6B8C15C5FFD4F6755D (const RuntimeMethod* method)
|
|
{
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
V_0 = ((intptr_t)0);
|
|
FindUnsupportedRenderers_000000EBU24BurstDirectCall_GetFunctionPointerDiscard_mFD3226FAEE1D006D453263BD8C54033C19808859((&V_0), NULL);
|
|
intptr_t L_0 = V_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71051
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FindUnsupportedRenderers_000000EBU24BurstDirectCall_Invoke_m03FEB1F6442827DED3F5E74E299CD6E1A2FDA6BC (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_unsupportedMaterials, ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* ___1_materialIDArrays, ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* ___2_rendererGroups, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedRenderers, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BurstCompiler_t2715484E1FF256726FC4D4D8E17C35A4C8DFA2B8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(BurstCompiler_t2715484E1FF256726FC4D4D8E17C35A4C8DFA2B8_il2cpp_TypeInfo_var);
|
|
bool L_0;
|
|
L_0 = BurstCompiler_get_IsEnabled_m55FDBCB2279A83AC8926260034F870E3A11116C7(NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_1;
|
|
L_1 = FindUnsupportedRenderers_000000EBU24BurstDirectCall_GetFunctionPointer_m103CA6E3670A70751F360E6B8C15C5FFD4F6755D(NULL);
|
|
V_0 = L_1;
|
|
intptr_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_3 = ___0_unsupportedMaterials;
|
|
ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* L_4 = ___1_materialIDArrays;
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* L_5 = ___2_rendererGroups;
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_6 = ___3_unsupportedRenderers;
|
|
intptr_t L_7 = V_0;
|
|
typedef void (CDECL *func_L_8)(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*,ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4*,ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B*,NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213*);
|
|
((func_L_8)L_7)(L_3, L_4, L_5, L_6);
|
|
return;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_9 = ___0_unsupportedMaterials;
|
|
ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* L_10 = ___1_materialIDArrays;
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* L_11 = ___2_rendererGroups;
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_12 = ___3_unsupportedRenderers;
|
|
GPUResidentDrawerBurst_FindUnsupportedRenderersU24BurstManaged_m342114EE5DA2CE7AFEEE16D6E6A0D5D4D0E8A070_inline(L_9, L_10, L_11, L_12, 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
|
|
void GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_Invoke_mEB2B3202C58450A633F5AEF9EA24639398A6288E_Multicast(GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446* ___1_packedMaterialDatas, ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56* ___2_packedMaterialHash, NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* ___3_filteredMaterials, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_array_size_t length = __this->___delegates->max_length;
|
|
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates->GetAddressAtUnchecked(0));
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4* currentDelegate = reinterpret_cast<GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4*>(delegatesToInvoke[i]);
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446*, ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56*, NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744*, const RuntimeMethod*);
|
|
((FunctionPointerType)currentDelegate->___invoke_impl)((Il2CppObject*)currentDelegate->___method_code, ___0_materialIDs, ___1_packedMaterialDatas, ___2_packedMaterialHash, ___3_filteredMaterials, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method));
|
|
}
|
|
}
|
|
void GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_Invoke_mEB2B3202C58450A633F5AEF9EA24639398A6288E_OpenInst(GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446* ___1_packedMaterialDatas, ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56* ___2_packedMaterialHash, NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* ___3_filteredMaterials, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446*, ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56*, NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___method_ptr)(___0_materialIDs, ___1_packedMaterialDatas, ___2_packedMaterialHash, ___3_filteredMaterials, method);
|
|
}
|
|
void GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_Invoke_mEB2B3202C58450A633F5AEF9EA24639398A6288E_OpenStatic(GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446* ___1_packedMaterialDatas, ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56* ___2_packedMaterialHash, NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* ___3_filteredMaterials, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446*, ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56*, NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___method_ptr)(___0_materialIDs, ___1_packedMaterialDatas, ___2_packedMaterialHash, ___3_filteredMaterials, method);
|
|
}
|
|
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4 (GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446* ___1_packedMaterialDatas, ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56* ___2_packedMaterialHash, NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* ___3_filteredMaterials, const RuntimeMethod* method)
|
|
{
|
|
typedef void (CDECL *PInvokeFunc)(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446*, ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56*, NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744*);
|
|
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this));
|
|
il2cppPInvokeFunc(___0_materialIDs, ___1_packedMaterialDatas, ___2_packedMaterialHash, ___3_filteredMaterials);
|
|
|
|
}
|
|
// Method Definition Index: 71052
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate__ctor_m6733B50C5D6E96221804AF959C8EB0BDE5E527B7 (GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4* __this, RuntimeObject* ___0_p, intptr_t ___1_p, const RuntimeMethod* method)
|
|
{
|
|
__this->___method_ptr = (intptr_t)il2cpp_codegen_get_method_pointer((RuntimeMethod*)___1_p);
|
|
__this->___method = ___1_p;
|
|
__this->___m_target = ___0_p;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target), (void*)___0_p);
|
|
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_p);
|
|
__this->___method_code = (intptr_t)__this;
|
|
if (MethodIsStatic((RuntimeMethod*)___1_p))
|
|
{
|
|
bool isOpen = parameterCount == 4;
|
|
if (isOpen)
|
|
__this->___invoke_impl = (intptr_t)&GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_Invoke_mEB2B3202C58450A633F5AEF9EA24639398A6288E_OpenStatic;
|
|
else
|
|
{
|
|
__this->___invoke_impl = __this->___method_ptr;
|
|
__this->___method_code = (intptr_t)__this->___m_target;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
bool isOpen = parameterCount == 3;
|
|
if (isOpen)
|
|
{
|
|
__this->___invoke_impl = (intptr_t)&GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_Invoke_mEB2B3202C58450A633F5AEF9EA24639398A6288E_OpenInst;
|
|
}
|
|
else
|
|
{
|
|
if (___0_p == NULL)
|
|
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
|
|
__this->___invoke_impl = __this->___method_ptr;
|
|
__this->___method_code = (intptr_t)__this->___m_target;
|
|
}
|
|
}
|
|
__this->___extra_arg = (intptr_t)&GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_Invoke_mEB2B3202C58450A633F5AEF9EA24639398A6288E_Multicast;
|
|
}
|
|
// Method Definition Index: 71053
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_Invoke_mEB2B3202C58450A633F5AEF9EA24639398A6288E (GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446* ___1_packedMaterialDatas, ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56* ___2_packedMaterialHash, NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* ___3_filteredMaterials, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446*, ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56*, NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl)((Il2CppObject*)__this->___method_code, ___0_materialIDs, ___1_packedMaterialDatas, ___2_packedMaterialHash, ___3_filteredMaterials, reinterpret_cast<RuntimeMethod*>(__this->___method));
|
|
}
|
|
// Method Definition Index: 71054
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_BeginInvoke_m925EF28A5F95853ADD601AA311A2285773644FA9 (GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4* __this, NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446* ___1_packedMaterialDatas, ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56* ___2_packedMaterialHash, NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* ___3_filteredMaterials, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___4_p, RuntimeObject* ___5_p, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
void *__d_args[5] = {0};
|
|
__d_args[0] = Box(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C_il2cpp_TypeInfo_var, &*___0_materialIDs);
|
|
__d_args[1] = Box(NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446_il2cpp_TypeInfo_var, &*___1_packedMaterialDatas);
|
|
__d_args[2] = Box(ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56_il2cpp_TypeInfo_var, &*___2_packedMaterialHash);
|
|
__d_args[3] = Box(NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744_il2cpp_TypeInfo_var, &*___3_filteredMaterials);
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___4_p, (RuntimeObject*)___5_p);
|
|
}
|
|
// Method Definition Index: 71055
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_EndInvoke_m2623840F2452FC9FEF9FF33CF86D16E0FFED7539 (GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4* __this, RuntimeObject* ___0_p, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_p, 0);
|
|
}
|
|
#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
|
|
// Method Definition Index: 71056
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetMaterialsWithChangedPackedMaterial_000000ECU24BurstDirectCall_GetFunctionPointerDiscard_m962995FC733D4E31B794832084F84457A16D9ECC (intptr_t* ___0_p, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BurstCompiler_CompileFunctionPointer_TisGetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4_m2CEAE42B62C0B3479B04FAAED388332F7EF8816A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BurstCompiler_t2715484E1FF256726FC4D4D8E17C35A4C8DFA2B8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FunctionPointer_1_get_Value_mD2342A0DA927E197088BE92B5D78B3A96D760BAA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawerBurst_GetMaterialsWithChangedPackedMaterial_mC2D4AB98974823074A7E8543ED7A3D5BF7DB26FA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetMaterialsWithChangedPackedMaterial_000000ECU24BurstDirectCall_t32455FC570ED2D5D145F0EDECD67C3DD07820D22_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FunctionPointer_1_t382188835D907B7A786CD8DE183826FE00204C4F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
intptr_t L_0 = ((GetMaterialsWithChangedPackedMaterial_000000ECU24BurstDirectCall_t32455FC570ED2D5D145F0EDECD67C3DD07820D22_StaticFields*)il2cpp_codegen_static_fields_for(GetMaterialsWithChangedPackedMaterial_000000ECU24BurstDirectCall_t32455FC570ED2D5D145F0EDECD67C3DD07820D22_il2cpp_TypeInfo_var))->___Pointer;
|
|
if (L_0)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4* L_1 = (GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4*)il2cpp_codegen_object_new(GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4_il2cpp_TypeInfo_var);
|
|
GetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate__ctor_m6733B50C5D6E96221804AF959C8EB0BDE5E527B7(L_1, NULL, (intptr_t)((void*)GPUResidentDrawerBurst_GetMaterialsWithChangedPackedMaterial_mC2D4AB98974823074A7E8543ED7A3D5BF7DB26FA_RuntimeMethod_var), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(BurstCompiler_t2715484E1FF256726FC4D4D8E17C35A4C8DFA2B8_il2cpp_TypeInfo_var);
|
|
FunctionPointer_1_t382188835D907B7A786CD8DE183826FE00204C4F L_2;
|
|
L_2 = BurstCompiler_CompileFunctionPointer_TisGetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4_m2CEAE42B62C0B3479B04FAAED388332F7EF8816A(L_1, BurstCompiler_CompileFunctionPointer_TisGetMaterialsWithChangedPackedMaterial_000000ECU24PostfixBurstDelegate_tC1C0ADF6934210C88B809ED012A6293173D6A1D4_m2CEAE42B62C0B3479B04FAAED388332F7EF8816A_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
intptr_t L_3;
|
|
L_3 = FunctionPointer_1_get_Value_mD2342A0DA927E197088BE92B5D78B3A96D760BAA_inline((&V_0), FunctionPointer_1_get_Value_mD2342A0DA927E197088BE92B5D78B3A96D760BAA_RuntimeMethod_var);
|
|
((GetMaterialsWithChangedPackedMaterial_000000ECU24BurstDirectCall_t32455FC570ED2D5D145F0EDECD67C3DD07820D22_StaticFields*)il2cpp_codegen_static_fields_for(GetMaterialsWithChangedPackedMaterial_000000ECU24BurstDirectCall_t32455FC570ED2D5D145F0EDECD67C3DD07820D22_il2cpp_TypeInfo_var))->___Pointer = L_3;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
intptr_t* L_4 = ___0_p;
|
|
intptr_t L_5 = ((GetMaterialsWithChangedPackedMaterial_000000ECU24BurstDirectCall_t32455FC570ED2D5D145F0EDECD67C3DD07820D22_StaticFields*)il2cpp_codegen_static_fields_for(GetMaterialsWithChangedPackedMaterial_000000ECU24BurstDirectCall_t32455FC570ED2D5D145F0EDECD67C3DD07820D22_il2cpp_TypeInfo_var))->___Pointer;
|
|
*((intptr_t*)L_4) = (intptr_t)L_5;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71057
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t GetMaterialsWithChangedPackedMaterial_000000ECU24BurstDirectCall_GetFunctionPointer_mEC4DAEC145F5828F1F4CC9592858D4DBEEF4E1E5 (const RuntimeMethod* method)
|
|
{
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
V_0 = ((intptr_t)0);
|
|
GetMaterialsWithChangedPackedMaterial_000000ECU24BurstDirectCall_GetFunctionPointerDiscard_m962995FC733D4E31B794832084F84457A16D9ECC((&V_0), NULL);
|
|
intptr_t L_0 = V_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71058
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetMaterialsWithChangedPackedMaterial_000000ECU24BurstDirectCall_Invoke_m0A6F2FFAD878C8CAFB964098E85152D78D43265F (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446* ___1_packedMaterialDatas, ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56* ___2_packedMaterialHash, NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* ___3_filteredMaterials, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BurstCompiler_t2715484E1FF256726FC4D4D8E17C35A4C8DFA2B8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
intptr_t V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(BurstCompiler_t2715484E1FF256726FC4D4D8E17C35A4C8DFA2B8_il2cpp_TypeInfo_var);
|
|
bool L_0;
|
|
L_0 = BurstCompiler_get_IsEnabled_m55FDBCB2279A83AC8926260034F870E3A11116C7(NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_1;
|
|
L_1 = GetMaterialsWithChangedPackedMaterial_000000ECU24BurstDirectCall_GetFunctionPointer_mEC4DAEC145F5828F1F4CC9592858D4DBEEF4E1E5(NULL);
|
|
V_0 = L_1;
|
|
intptr_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_3 = ___0_materialIDs;
|
|
NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446* L_4 = ___1_packedMaterialDatas;
|
|
ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56* L_5 = ___2_packedMaterialHash;
|
|
NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* L_6 = ___3_filteredMaterials;
|
|
intptr_t L_7 = V_0;
|
|
typedef void (CDECL *func_L_8)(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*,NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446*,ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56*,NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744*);
|
|
((func_L_8)L_7)(L_3, L_4, L_5, L_6);
|
|
return;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_9 = ___0_materialIDs;
|
|
NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446* L_10 = ___1_packedMaterialDatas;
|
|
ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56* L_11 = ___2_packedMaterialHash;
|
|
NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* L_12 = ___3_filteredMaterials;
|
|
GPUResidentDrawerBurst_GetMaterialsWithChangedPackedMaterialU24BurstManaged_mF321C2281AE3F7783E5F716EF61481A4506456A6_inline(L_9, L_10, L_11, L_12, 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
|
|
#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
|
|
#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
|
|
// Method Definition Index: 71059
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugRendererBatcherStats__ctor_mAE82DDFAB36DFF39F4B28D1D43B5896042B250B0 (DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1__ctor_m26D6FB9FF76D69301AEC2BAE86346773CF67BC2A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1__ctor_mD491A8EEC80D99323131B35D6869BA14837A060B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1__ctor_mF7AFCA9B1F3D787D37E297EFC26D9752E72B6E82_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:56>
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:58>
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_0;
|
|
L_0 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(4, NULL);
|
|
NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
NativeList_1__ctor_m26D6FB9FF76D69301AEC2BAE86346773CF67BC2A((&L_1), L_0, NativeList_1__ctor_m26D6FB9FF76D69301AEC2BAE86346773CF67BC2A_RuntimeMethod_var);
|
|
__this->___instanceCullerStats = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:59>
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_2;
|
|
L_2 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(4, NULL);
|
|
NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08 L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
NativeList_1__ctor_mF7AFCA9B1F3D787D37E297EFC26D9752E72B6E82((&L_3), L_2, NativeList_1__ctor_mF7AFCA9B1F3D787D37E297EFC26D9752E72B6E82_RuntimeMethod_var);
|
|
__this->___instanceOcclusionEventStats = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:60>
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_4;
|
|
L_4 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(4, NULL);
|
|
NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373 L_5;
|
|
memset((&L_5), 0, sizeof(L_5));
|
|
NativeList_1__ctor_mD491A8EEC80D99323131B35D6869BA14837A060B((&L_5), L_4, NativeList_1__ctor_mD491A8EEC80D99323131B35D6869BA14837A060B_RuntimeMethod_var);
|
|
__this->___occluderStats = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:61>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71060
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugRendererBatcherStats_FinalizeInstanceCullerViewStats_m49E20B0BB46A56E2A6A10A26D615BEAA01181FFE (DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* __this, 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*)&NativeList_1_get_Item_m775ADBCE0DBDDA68B138888009F9F9633E111CDE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_m162ED70EE832FC01BABBD659406195BC6DB50D4A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_set_Item_m8F9BB1FF27B23FA529A5EF8CAB9DA12AA5AE3FEC_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:67>
|
|
V_0 = 0;
|
|
goto IL_0087;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:69>
|
|
NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* L_0 = (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0*)(&__this->___instanceCullerStats);
|
|
int32_t L_1 = V_0;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_2;
|
|
L_2 = NativeList_1_get_Item_m775ADBCE0DBDDA68B138888009F9F9633E111CDE_inline(L_0, L_1, NativeList_1_get_Item_m775ADBCE0DBDDA68B138888009F9F9633E111CDE_RuntimeMethod_var);
|
|
V_1 = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:70>
|
|
int32_t L_3 = V_0;
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD L_4;
|
|
L_4 = DebugRendererBatcherStats_GetLastInstanceOcclusionEventStatsForView_m38D2A57AE45F2792F2E3C2E8C428A45EE4D74065(__this, L_3, NULL);
|
|
V_2 = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:72>
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD L_5 = V_2;
|
|
int32_t L_6 = L_5.___viewInstanceID;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_7 = V_1;
|
|
int32_t L_8 = L_7.___viewInstanceID;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)L_8))))
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:76>
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD L_9 = V_2;
|
|
int32_t L_10 = L_9.___visibleInstances;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_11 = V_1;
|
|
int32_t L_12 = L_11.___visibleInstancesOnCPU;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_13;
|
|
L_13 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(L_10, L_12, NULL);
|
|
(&V_1)->___visibleInstancesOnGPU = L_13;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:77>
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD L_14 = V_2;
|
|
int32_t L_15 = L_14.___visiblePrimitives;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_16 = V_1;
|
|
int32_t L_17 = L_16.___visiblePrimitivesOnCPU;
|
|
int32_t L_18;
|
|
L_18 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(L_15, L_17, NULL);
|
|
(&V_1)->___visiblePrimitivesOnGPU = L_18;
|
|
goto IL_0076;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:82>
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_19 = V_1;
|
|
int32_t L_20 = L_19.___visibleInstancesOnCPU;
|
|
(&V_1)->___visibleInstancesOnGPU = L_20;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:83>
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_21 = V_1;
|
|
int32_t L_22 = L_21.___visiblePrimitivesOnCPU;
|
|
(&V_1)->___visiblePrimitivesOnGPU = L_22;
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:86>
|
|
NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* L_23 = (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0*)(&__this->___instanceCullerStats);
|
|
int32_t L_24 = V_0;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_25 = V_1;
|
|
NativeList_1_set_Item_m8F9BB1FF27B23FA529A5EF8CAB9DA12AA5AE3FEC_inline(L_23, L_24, L_25, NativeList_1_set_Item_m8F9BB1FF27B23FA529A5EF8CAB9DA12AA5AE3FEC_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:67>
|
|
int32_t L_26 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_26, 1));
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:67>
|
|
int32_t L_27 = V_0;
|
|
NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* L_28 = (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0*)(&__this->___instanceCullerStats);
|
|
int32_t L_29;
|
|
L_29 = NativeList_1_get_Length_m162ED70EE832FC01BABBD659406195BC6DB50D4A_inline(L_28, NativeList_1_get_Length_m162ED70EE832FC01BABBD659406195BC6DB50D4A_RuntimeMethod_var);
|
|
if ((((int32_t)L_27) < ((int32_t)L_29)))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:88>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71061
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD DebugRendererBatcherStats_GetLastInstanceOcclusionEventStatsForView_m38D2A57AE45F2792F2E3C2E8C428A45EE4D74065 (DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* __this, int32_t ___0_viewIndex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Item_m6B6298009A29FAA2779571AAA30AFFC46A518CC1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Item_m775ADBCE0DBDDA68B138888009F9F9633E111CDE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_m0741213990CDC270EA01956306826DB5D87C5F6A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_m162ED70EE832FC01BABBD659406195BC6DB50D4A_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:92>
|
|
int32_t L_0 = ___0_viewIndex;
|
|
NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* L_1 = (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0*)(&__this->___instanceCullerStats);
|
|
int32_t L_2;
|
|
L_2 = NativeList_1_get_Length_m162ED70EE832FC01BABBD659406195BC6DB50D4A_inline(L_1, NativeList_1_get_Length_m162ED70EE832FC01BABBD659406195BC6DB50D4A_RuntimeMethod_var);
|
|
if ((((int32_t)L_0) >= ((int32_t)L_2)))
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:94>
|
|
NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* L_3 = (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0*)(&__this->___instanceCullerStats);
|
|
int32_t L_4 = ___0_viewIndex;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_5;
|
|
L_5 = NativeList_1_get_Item_m775ADBCE0DBDDA68B138888009F9F9633E111CDE_inline(L_3, L_4, NativeList_1_get_Item_m775ADBCE0DBDDA68B138888009F9F9633E111CDE_RuntimeMethod_var);
|
|
int32_t L_6 = L_5.___viewInstanceID;
|
|
V_0 = L_6;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:95>
|
|
NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* L_7 = (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08*)(&__this->___instanceOcclusionEventStats);
|
|
int32_t L_8;
|
|
L_8 = NativeList_1_get_Length_m0741213990CDC270EA01956306826DB5D87C5F6A_inline(L_7, NativeList_1_get_Length_m0741213990CDC270EA01956306826DB5D87C5F6A_RuntimeMethod_var);
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_8, 1));
|
|
goto IL_0055;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:97>
|
|
NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* L_9 = (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08*)(&__this->___instanceOcclusionEventStats);
|
|
int32_t L_10 = V_1;
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD L_11;
|
|
L_11 = NativeList_1_get_Item_m6B6298009A29FAA2779571AAA30AFFC46A518CC1_inline(L_9, L_10, NativeList_1_get_Item_m6B6298009A29FAA2779571AAA30AFFC46A518CC1_RuntimeMethod_var);
|
|
int32_t L_12 = L_11.___viewInstanceID;
|
|
int32_t L_13 = V_0;
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)L_13))))
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:98>
|
|
NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* L_14 = (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08*)(&__this->___instanceOcclusionEventStats);
|
|
int32_t L_15 = V_1;
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD L_16;
|
|
L_16 = NativeList_1_get_Item_m6B6298009A29FAA2779571AAA30AFFC46A518CC1_inline(L_14, L_15, NativeList_1_get_Item_m6B6298009A29FAA2779571AAA30AFFC46A518CC1_RuntimeMethod_var);
|
|
return L_16;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:95>
|
|
int32_t L_17 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_17, 1));
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:95>
|
|
int32_t L_18 = V_1;
|
|
if ((((int32_t)L_18) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:102>
|
|
il2cpp_codegen_initobj((&V_2), sizeof(InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD));
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD L_19 = V_2;
|
|
return L_19;
|
|
}
|
|
}
|
|
// Method Definition Index: 71062
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DebugRendererBatcherStats_Dispose_m76B62E89A85CAA6D7108200B3C4BDAF9DB4832E7 (DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Dispose_m6F1C0DF1C4130EA6750840EFEDED1B0E4ABED7D3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Dispose_m936C1C3C1768D5DC2C3792994C60F4E9D519AEF3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Dispose_mC12EE762D54D39A561B6978D28A64AFE0645020D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_IsCreated_m2E606F9BCDDA3311177026D835C2915F50C20416_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_IsCreated_m8C1C2A81E0741FDAC07B6C32D9F197ABF9E875AB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_IsCreated_m9D2F6807A7DF2372A6EE81B8C3606C3D4BB55C27_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:107>
|
|
NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* L_0 = (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0*)(&__this->___instanceCullerStats);
|
|
bool L_1;
|
|
L_1 = NativeList_1_get_IsCreated_m9D2F6807A7DF2372A6EE81B8C3606C3D4BB55C27_inline(L_0, NativeList_1_get_IsCreated_m9D2F6807A7DF2372A6EE81B8C3606C3D4BB55C27_RuntimeMethod_var);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:108>
|
|
NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* L_2 = (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0*)(&__this->___instanceCullerStats);
|
|
NativeList_1_Dispose_m936C1C3C1768D5DC2C3792994C60F4E9D519AEF3(L_2, NativeList_1_Dispose_m936C1C3C1768D5DC2C3792994C60F4E9D519AEF3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:109>
|
|
NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* L_3 = (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08*)(&__this->___instanceOcclusionEventStats);
|
|
bool L_4;
|
|
L_4 = NativeList_1_get_IsCreated_m8C1C2A81E0741FDAC07B6C32D9F197ABF9E875AB_inline(L_3, NativeList_1_get_IsCreated_m8C1C2A81E0741FDAC07B6C32D9F197ABF9E875AB_RuntimeMethod_var);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:110>
|
|
NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* L_5 = (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08*)(&__this->___instanceOcclusionEventStats);
|
|
NativeList_1_Dispose_m6F1C0DF1C4130EA6750840EFEDED1B0E4ABED7D3(L_5, NativeList_1_Dispose_m6F1C0DF1C4130EA6750840EFEDED1B0E4ABED7D3_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:111>
|
|
NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373* L_6 = (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373*)(&__this->___occluderStats);
|
|
bool L_7;
|
|
L_7 = NativeList_1_get_IsCreated_m2E606F9BCDDA3311177026D835C2915F50C20416_inline(L_6, NativeList_1_get_IsCreated_m2E606F9BCDDA3311177026D835C2915F50C20416_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:112>
|
|
NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373* L_8 = (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373*)(&__this->___occluderStats);
|
|
NativeList_1_Dispose_mC12EE762D54D39A561B6978D28A64AFE0645020D(L_8, NativeList_1_Dispose_mC12EE762D54D39A561B6978D28A64AFE0645020D_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerDebug.cs:113>
|
|
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
|
|
IL2CPP_EXTERN_C void OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8_marshal_pinvoke(const OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8& unmarshaled, OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8_marshaled_pinvoke& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8____occluderDepthPyramid_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___occluderDepthPyramidException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8____occluderDepthPyramid_FieldInfo_var, OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___occluderDepthPyramidException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8_marshal_pinvoke_back(const OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8_marshaled_pinvoke& marshaled, OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8____occluderDepthPyramid_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___occluderDepthPyramidException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8____occluderDepthPyramid_FieldInfo_var, OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___occluderDepthPyramidException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8_marshal_pinvoke_cleanup(OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
IL2CPP_EXTERN_C void OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8_marshal_com(const OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8& unmarshaled, OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8_marshaled_com& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8____occluderDepthPyramid_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___occluderDepthPyramidException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8____occluderDepthPyramid_FieldInfo_var, OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___occluderDepthPyramidException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8_marshal_com_back(const OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8_marshaled_com& marshaled, OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8____occluderDepthPyramid_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___occluderDepthPyramidException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8____occluderDepthPyramid_FieldInfo_var, OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___occluderDepthPyramidException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8_marshal_com_cleanup(OcclusionCullingDebugOutput_t00E75A13B6D24D53DAD5AE7469432A86A5F3FBB8_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
|
|
// Method Definition Index: 71063
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t GPUResidentDrawerResources_UnityEngine_Rendering_IRenderPipelineGraphicsSettings_get_version_m136CCE7FDEBC9741FDCAB827F74D51A7B7DF6E07 (GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerResources.cs:19>
|
|
int32_t L_0 = __this->___m_Version;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71064
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* GPUResidentDrawerResources_get_instanceDataBufferCopyKernels_m4821367D99C54C654F6FC0F677D53038EACAEB40 (GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerResources.cs:27>
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_0 = __this->___m_InstanceDataBufferCopyKernels;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71065
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawerResources_set_instanceDataBufferCopyKernels_m126688C4BE7907A678DE23AF2E3332DD8A34827A (GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8_mB626479C1AFB7962C3CCF8700B4021E92D0A0536_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD02DD7BE73A42A3A3DA7E1FAA3A0ECDAFCC47D84);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerResources.cs:28>
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8** L_0 = (ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8**)(&__this->___m_InstanceDataBufferCopyKernels);
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_1 = ___0_value;
|
|
RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8_mB626479C1AFB7962C3CCF8700B4021E92D0A0536(__this, L_0, L_1, _stringLiteralD02DD7BE73A42A3A3DA7E1FAA3A0ECDAFCC47D84, RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8_mB626479C1AFB7962C3CCF8700B4021E92D0A0536_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71066
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* GPUResidentDrawerResources_get_instanceDataBufferUploadKernels_mA900FCDAA87450DEBC3C134E015FA14685ADA9EA (GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerResources.cs:37>
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_0 = __this->___m_InstanceDataBufferUploadKernels;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71067
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawerResources_set_instanceDataBufferUploadKernels_m54B6A238CECBBA7093D5D1FEDA9B2C8E56332678 (GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8_mB626479C1AFB7962C3CCF8700B4021E92D0A0536_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0F99B3A75032DCEBB07BD1AA110CB03AC17BB285);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerResources.cs:38>
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8** L_0 = (ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8**)(&__this->___m_InstanceDataBufferUploadKernels);
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_1 = ___0_value;
|
|
RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8_mB626479C1AFB7962C3CCF8700B4021E92D0A0536(__this, L_0, L_1, _stringLiteral0F99B3A75032DCEBB07BD1AA110CB03AC17BB285, RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8_mB626479C1AFB7962C3CCF8700B4021E92D0A0536_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71068
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* GPUResidentDrawerResources_get_transformUpdaterKernels_mCA7A4849EFDC13E448339A6AEC42065FDAB5C63C (GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerResources.cs:47>
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_0 = __this->___m_TransformUpdaterKernels;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71069
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawerResources_set_transformUpdaterKernels_mC87744E70D4108F953B0C637C483AA5ABE685709 (GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8_mB626479C1AFB7962C3CCF8700B4021E92D0A0536_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E971C6CF78421785C5682D3CFC1AE98998A150A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerResources.cs:48>
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8** L_0 = (ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8**)(&__this->___m_TransformUpdaterKernels);
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_1 = ___0_value;
|
|
RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8_mB626479C1AFB7962C3CCF8700B4021E92D0A0536(__this, L_0, L_1, _stringLiteral2E971C6CF78421785C5682D3CFC1AE98998A150A, RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8_mB626479C1AFB7962C3CCF8700B4021E92D0A0536_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71070
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* GPUResidentDrawerResources_get_windDataUpdaterKernels_m2C5FADD001A37D11A324FE865E925CD9A5501315 (GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerResources.cs:59>
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_0 = __this->___m_WindDataUpdaterKernels;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71071
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawerResources_set_windDataUpdaterKernels_m7828D337715FCE91AFEC15C34DAC0F61753A725F (GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8_mB626479C1AFB7962C3CCF8700B4021E92D0A0536_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA13DB0C8C15A5C38205107A0DD5B53620BACB630);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerResources.cs:60>
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8** L_0 = (ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8**)(&__this->___m_WindDataUpdaterKernels);
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_1 = ___0_value;
|
|
RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8_mB626479C1AFB7962C3CCF8700B4021E92D0A0536(__this, L_0, L_1, _stringLiteralA13DB0C8C15A5C38205107A0DD5B53620BACB630, RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8_mB626479C1AFB7962C3CCF8700B4021E92D0A0536_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71072
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* GPUResidentDrawerResources_get_occluderDepthPyramidKernels_m7006886C18CF45076331E4B6114CA37A3CE69532 (GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerResources.cs:71>
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_0 = __this->___m_OccluderDepthPyramidKernels;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71073
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawerResources_set_occluderDepthPyramidKernels_m9103835307DA4F40F0439903A0E7DF5C8712B704 (GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8_mB626479C1AFB7962C3CCF8700B4021E92D0A0536_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA450CC1573F29AD5BDF369E54F23FA0616194993);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerResources.cs:72>
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8** L_0 = (ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8**)(&__this->___m_OccluderDepthPyramidKernels);
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_1 = ___0_value;
|
|
RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8_mB626479C1AFB7962C3CCF8700B4021E92D0A0536(__this, L_0, L_1, _stringLiteralA450CC1573F29AD5BDF369E54F23FA0616194993, RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8_mB626479C1AFB7962C3CCF8700B4021E92D0A0536_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71074
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* GPUResidentDrawerResources_get_instanceOcclusionCullingKernels_m0096BB5665B29E5552385CC7C4990DDF95C6EDB1 (GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerResources.cs:83>
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_0 = __this->___m_InstanceOcclusionCullingKernels;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71075
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawerResources_set_instanceOcclusionCullingKernels_m06138322ED0CC1A22774E0D41C74B4CE691BFFEE (GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8_mB626479C1AFB7962C3CCF8700B4021E92D0A0536_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBC386B2603BCE6671A9912835548A45A479C36C1);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerResources.cs:84>
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8** L_0 = (ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8**)(&__this->___m_InstanceOcclusionCullingKernels);
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_1 = ___0_value;
|
|
RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8_mB626479C1AFB7962C3CCF8700B4021E92D0A0536(__this, L_0, L_1, _stringLiteralBC386B2603BCE6671A9912835548A45A479C36C1, RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8_mB626479C1AFB7962C3CCF8700B4021E92D0A0536_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71076
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* GPUResidentDrawerResources_get_occlusionCullingDebugKernels_m8B7B3517326F40890A0935A0DC1DD55C8B14F164 (GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerResources.cs:95>
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_0 = __this->___m_OcclusionCullingDebugKernels;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71077
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawerResources_set_occlusionCullingDebugKernels_m94C497F616A9D90161CFEA216A07029CC55D0D27 (GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* __this, ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8_mB626479C1AFB7962C3CCF8700B4021E92D0A0536_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB63887534206DFC622D715A6951785C1FD6D322);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerResources.cs:96>
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8** L_0 = (ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8**)(&__this->___m_OcclusionCullingDebugKernels);
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_1 = ___0_value;
|
|
RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8_mB626479C1AFB7962C3CCF8700B4021E92D0A0536(__this, L_0, L_1, _stringLiteralBB63887534206DFC622D715A6951785C1FD6D322, RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8_mB626479C1AFB7962C3CCF8700B4021E92D0A0536_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71078
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* GPUResidentDrawerResources_get_debugOcclusionTestPS_m0A869F58FF84A5B43E925DBE72A100212D672BF2 (GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerResources.cs:107>
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___m_DebugOcclusionTestPS;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71079
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawerResources_set_debugOcclusionTestPS_m2B0F9F3EC01C30490B37C40D1BACDB2919E88ACD (GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisShader_tADC867D36B7876EE22427FAA2CE485105F4EE692_m9307F65BDB77DA16B533E312EC230CE32FFA45EB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral78EC543F68E260BC404FB979472DDCBAB1952E12);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerResources.cs:108>
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692** L_0 = (Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692**)(&__this->___m_DebugOcclusionTestPS);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_1 = ___0_value;
|
|
RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisShader_tADC867D36B7876EE22427FAA2CE485105F4EE692_m9307F65BDB77DA16B533E312EC230CE32FFA45EB(__this, L_0, L_1, _stringLiteral78EC543F68E260BC404FB979472DDCBAB1952E12, RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisShader_tADC867D36B7876EE22427FAA2CE485105F4EE692_m9307F65BDB77DA16B533E312EC230CE32FFA45EB_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71080
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* GPUResidentDrawerResources_get_debugOccluderPS_m476766B8038CC61693711BEAB81BD5B65C95D9DD (GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerResources.cs:119>
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_0 = __this->___m_DebugOccluderPS;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71081
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawerResources_set_debugOccluderPS_m4A969CD0B817583E1A089F6C636A28F8F9F32835 (GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* __this, Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisShader_tADC867D36B7876EE22427FAA2CE485105F4EE692_m9307F65BDB77DA16B533E312EC230CE32FFA45EB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A252B976FA4B7CA2512142DD332BA7B65CD0B40);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerResources.cs:120>
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692** L_0 = (Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692**)(&__this->___m_DebugOccluderPS);
|
|
Shader_tADC867D36B7876EE22427FAA2CE485105F4EE692* L_1 = ___0_value;
|
|
RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisShader_tADC867D36B7876EE22427FAA2CE485105F4EE692_m9307F65BDB77DA16B533E312EC230CE32FFA45EB(__this, L_0, L_1, _stringLiteral8A252B976FA4B7CA2512142DD332BA7B65CD0B40, RenderPipelineGraphicsSettingsExtensions_SetValueAndNotify_TisShader_tADC867D36B7876EE22427FAA2CE485105F4EE692_m9307F65BDB77DA16B533E312EC230CE32FFA45EB_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71082
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GPUResidentDrawerResources__ctor_m9A9FBC773137C24968523F68F1ED3D55922BAF1C (GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, 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
|
|
#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
|
|
IL2CPP_EXTERN_C void RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6_marshal_pinvoke(const RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6& unmarshaled, RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6_marshaled_pinvoke& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6____commandBuffer_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___commandBufferException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6____commandBuffer_FieldInfo_var, RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___commandBufferException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6_marshal_pinvoke_back(const RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6_marshaled_pinvoke& marshaled, RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6____commandBuffer_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___commandBufferException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6____commandBuffer_FieldInfo_var, RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___commandBufferException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6_marshal_pinvoke_cleanup(RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
IL2CPP_EXTERN_C void RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6_marshal_com(const RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6& unmarshaled, RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6_marshaled_com& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6____commandBuffer_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___commandBufferException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6____commandBuffer_FieldInfo_var, RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___commandBufferException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6_marshal_com_back(const RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6_marshaled_com& marshaled, RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6____commandBuffer_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___commandBufferException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6____commandBuffer_FieldInfo_var, RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___commandBufferException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6_marshal_com_cleanup(RenderRequestBatcherContext_t3AAD08898BFDA0E8195A3D37B998ED2B5D49F3E6_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
|
|
// Method Definition Index: 71083
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t OcclusionTestMethods_GetBatchLayerMask_m1CC038C215B2531DDD0A4C8AF03E2DC518A43D09 (int32_t ___0_occlusionTest, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerTypes.cs:47>
|
|
int32_t L_0 = ___0_occlusionTest;
|
|
if ((((int32_t)L_0) == ((int32_t)2)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
return (-1);
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
return ((int32_t)268435456);
|
|
}
|
|
}
|
|
#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
|
|
// Method Definition Index: 71084
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OcclusionCullingSettings__ctor_mE814849AC60B1DC1AC17E02F1AF2128DF38FE95A (OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* __this, int32_t ___0_viewInstanceID, int32_t ___1_occlusionTest, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerTypes.cs:75>
|
|
int32_t L_0 = ___0_viewInstanceID;
|
|
__this->___viewInstanceID = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerTypes.cs:76>
|
|
int32_t L_1 = ___1_occlusionTest;
|
|
__this->___occlusionTest = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerTypes.cs:77>
|
|
__this->___instanceMultiplier = 1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerTypes.cs:78>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void OcclusionCullingSettings__ctor_mE814849AC60B1DC1AC17E02F1AF2128DF38FE95A_AdjustorThunk (RuntimeObject* __this, int32_t ___0_viewInstanceID, int32_t ___1_occlusionTest, const RuntimeMethod* method)
|
|
{
|
|
OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842*>(__this + _offset);
|
|
OcclusionCullingSettings__ctor_mE814849AC60B1DC1AC17E02F1AF2128DF38FE95A(_thisAdjusted, ___0_viewInstanceID, ___1_occlusionTest, 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
|
|
// Method Definition Index: 71085
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OccluderSubviewUpdate__ctor_m482C60BE94ECE0B1F15E930936345D9F60E399A8 (OccluderSubviewUpdate_t0F6F2469118EFD70CCA43057AEDD76AF2EF4DBB7* __this, int32_t ___0_subviewIndex, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerTypes.cs:107>
|
|
int32_t L_0 = ___0_subviewIndex;
|
|
__this->___subviewIndex = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerTypes.cs:109>
|
|
__this->___depthSliceIndex = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerTypes.cs:110>
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_1;
|
|
L_1 = Vector2Int_get_zero_mF92C338E9CB9434105090E675E04D20A29649553_inline(NULL);
|
|
__this->___depthOffset = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerTypes.cs:112>
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_2;
|
|
L_2 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
|
|
__this->___viewMatrix = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerTypes.cs:113>
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_3;
|
|
L_3 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
|
|
__this->___invViewMatrix = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerTypes.cs:114>
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_4;
|
|
L_4 = Matrix4x4_get_identity_m6568A73831F3E2D587420D20FF423959D7D8AB56_inline(NULL);
|
|
__this->___gpuProjMatrix = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerTypes.cs:115>
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_5;
|
|
L_5 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
|
|
__this->___viewOffsetWorldSpace = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerTypes.cs:116>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void OccluderSubviewUpdate__ctor_m482C60BE94ECE0B1F15E930936345D9F60E399A8_AdjustorThunk (RuntimeObject* __this, int32_t ___0_subviewIndex, const RuntimeMethod* method)
|
|
{
|
|
OccluderSubviewUpdate_t0F6F2469118EFD70CCA43057AEDD76AF2EF4DBB7* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<OccluderSubviewUpdate_t0F6F2469118EFD70CCA43057AEDD76AF2EF4DBB7*>(__this + _offset);
|
|
OccluderSubviewUpdate__ctor_m482C60BE94ECE0B1F15E930936345D9F60E399A8(_thisAdjusted, ___0_subviewIndex, 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
|
|
|
|
|
|
IL2CPP_EXTERN_C void OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123_marshal_pinvoke(const OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123& unmarshaled, OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___viewInstanceID = unmarshaled.___viewInstanceID;
|
|
marshaled.___subviewCount = unmarshaled.___subviewCount;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshal_pinvoke(unmarshaled.___depthTexture, marshaled.___depthTexture);
|
|
marshaled.___depthSize = unmarshaled.___depthSize;
|
|
marshaled.___depthIsArray = static_cast<int32_t>(unmarshaled.___depthIsArray);
|
|
}
|
|
IL2CPP_EXTERN_C void OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123_marshal_pinvoke_back(const OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123_marshaled_pinvoke& marshaled, OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123& unmarshaled)
|
|
{
|
|
int32_t unmarshaledviewInstanceID_temp_0 = 0;
|
|
unmarshaledviewInstanceID_temp_0 = marshaled.___viewInstanceID;
|
|
unmarshaled.___viewInstanceID = unmarshaledviewInstanceID_temp_0;
|
|
int32_t unmarshaledsubviewCount_temp_1 = 0;
|
|
unmarshaledsubviewCount_temp_1 = marshaled.___subviewCount;
|
|
unmarshaled.___subviewCount = unmarshaledsubviewCount_temp_1;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 unmarshaleddepthTexture_temp_2;
|
|
memset((&unmarshaleddepthTexture_temp_2), 0, sizeof(unmarshaleddepthTexture_temp_2));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshal_pinvoke_back(marshaled.___depthTexture, unmarshaleddepthTexture_temp_2);
|
|
unmarshaled.___depthTexture = unmarshaleddepthTexture_temp_2;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A unmarshaleddepthSize_temp_3;
|
|
memset((&unmarshaleddepthSize_temp_3), 0, sizeof(unmarshaleddepthSize_temp_3));
|
|
unmarshaleddepthSize_temp_3 = marshaled.___depthSize;
|
|
unmarshaled.___depthSize = unmarshaleddepthSize_temp_3;
|
|
bool unmarshaleddepthIsArray_temp_4 = false;
|
|
unmarshaleddepthIsArray_temp_4 = static_cast<bool>(marshaled.___depthIsArray);
|
|
unmarshaled.___depthIsArray = unmarshaleddepthIsArray_temp_4;
|
|
}
|
|
IL2CPP_EXTERN_C void OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123_marshal_pinvoke_cleanup(OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123_marshaled_pinvoke& marshaled)
|
|
{
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshal_pinvoke_cleanup(marshaled.___depthTexture);
|
|
}
|
|
|
|
|
|
IL2CPP_EXTERN_C void OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123_marshal_com(const OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123& unmarshaled, OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___viewInstanceID = unmarshaled.___viewInstanceID;
|
|
marshaled.___subviewCount = unmarshaled.___subviewCount;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshal_com(unmarshaled.___depthTexture, marshaled.___depthTexture);
|
|
marshaled.___depthSize = unmarshaled.___depthSize;
|
|
marshaled.___depthIsArray = static_cast<int32_t>(unmarshaled.___depthIsArray);
|
|
}
|
|
IL2CPP_EXTERN_C void OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123_marshal_com_back(const OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123_marshaled_com& marshaled, OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123& unmarshaled)
|
|
{
|
|
int32_t unmarshaledviewInstanceID_temp_0 = 0;
|
|
unmarshaledviewInstanceID_temp_0 = marshaled.___viewInstanceID;
|
|
unmarshaled.___viewInstanceID = unmarshaledviewInstanceID_temp_0;
|
|
int32_t unmarshaledsubviewCount_temp_1 = 0;
|
|
unmarshaledsubviewCount_temp_1 = marshaled.___subviewCount;
|
|
unmarshaled.___subviewCount = unmarshaledsubviewCount_temp_1;
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 unmarshaleddepthTexture_temp_2;
|
|
memset((&unmarshaleddepthTexture_temp_2), 0, sizeof(unmarshaleddepthTexture_temp_2));
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshal_com_back(marshaled.___depthTexture, unmarshaleddepthTexture_temp_2);
|
|
unmarshaled.___depthTexture = unmarshaleddepthTexture_temp_2;
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A unmarshaleddepthSize_temp_3;
|
|
memset((&unmarshaleddepthSize_temp_3), 0, sizeof(unmarshaleddepthSize_temp_3));
|
|
unmarshaleddepthSize_temp_3 = marshaled.___depthSize;
|
|
unmarshaled.___depthSize = unmarshaleddepthSize_temp_3;
|
|
bool unmarshaleddepthIsArray_temp_4 = false;
|
|
unmarshaleddepthIsArray_temp_4 = static_cast<bool>(marshaled.___depthIsArray);
|
|
unmarshaled.___depthIsArray = unmarshaleddepthIsArray_temp_4;
|
|
}
|
|
IL2CPP_EXTERN_C void OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123_marshal_com_cleanup(OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123_marshaled_com& marshaled)
|
|
{
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_marshal_com_cleanup(marshaled.___depthTexture);
|
|
}
|
|
// Method Definition Index: 71086
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OccluderParameters__ctor_mBBA1CD9856BD109C9F1D18715B28E2DA95CE83D9 (OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123* __this, int32_t ___0_viewInstanceID, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerTypes.cs:138>
|
|
int32_t L_0 = ___0_viewInstanceID;
|
|
__this->___viewInstanceID = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerTypes.cs:139>
|
|
__this->___subviewCount = 1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerTypes.cs:141>
|
|
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_1;
|
|
L_1 = TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline(NULL);
|
|
__this->___depthTexture = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerTypes.cs:142>
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_2;
|
|
L_2 = Vector2Int_get_zero_mF92C338E9CB9434105090E675E04D20A29649553_inline(NULL);
|
|
__this->___depthSize = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerTypes.cs:143>
|
|
__this->___depthIsArray = (bool)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerTypes.cs:144>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void OccluderParameters__ctor_mBBA1CD9856BD109C9F1D18715B28E2DA95CE83D9_AdjustorThunk (RuntimeObject* __this, int32_t ___0_viewInstanceID, const RuntimeMethod* method)
|
|
{
|
|
OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<OccluderParameters_tD4C5C1FBD74FE57BD33B9871CAB244BAF4813123*>(__this + _offset);
|
|
OccluderParameters__ctor_mBBA1CD9856BD109C9F1D18715B28E2DA95CE83D9(_thisAdjusted, ___0_viewInstanceID, 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
|
|
#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
|
|
IL2CPP_EXTERN_C void GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231_marshal_pinvoke(const GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231& unmarshaled, GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231_marshaled_pinvoke& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231____errorShader_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___errorShaderException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231____errorShader_FieldInfo_var, GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___errorShaderException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231_marshal_pinvoke_back(const GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231_marshaled_pinvoke& marshaled, GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231____errorShader_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___errorShaderException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231____errorShader_FieldInfo_var, GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___errorShaderException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231_marshal_pinvoke_cleanup(GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
IL2CPP_EXTERN_C void GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231_marshal_com(const GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231& unmarshaled, GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231_marshaled_com& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231____errorShader_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___errorShaderException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231____errorShader_FieldInfo_var, GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___errorShaderException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231_marshal_com_back(const GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231_marshaled_com& marshaled, GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231____errorShader_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___errorShaderException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231____errorShader_FieldInfo_var, GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___errorShaderException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231_marshal_com_cleanup(GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231_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
|
|
// Method Definition Index: 71090
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IGPUResidentRenderPipeline_ReinitializeGPUResidentDrawer_m6D9AB828C92C7E97A8B441028C3056A905005E3F (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/IGPUResidentRenderPipeline.cs:94>
|
|
GPUResidentDrawer_Reinitialize_m542E6537EC9C14A35291824BA6798D5D0D747190(NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/IGPUResidentRenderPipeline.cs:95>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71091
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IGPUResidentRenderPipeline_IsGPUResidentDrawerSupportedBySRP_mFED552B69E782E4125B03C0EC1B2007FEB023553 (RuntimeObject* __this, bool ___0_logReason, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IGPUResidentRenderPipeline_t515F75DEF0110D5B2559A5A58C7588566A0C9BA4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/IGPUResidentRenderPipeline.cs:104>
|
|
bool L_0;
|
|
L_0 = InterfaceFuncInvoker2< bool, String_t**, int32_t* >::Invoke(4, IGPUResidentRenderPipeline_t515F75DEF0110D5B2559A5A58C7588566A0C9BA4_il2cpp_TypeInfo_var, __this, (&V_1), (&V_2));
|
|
V_0 = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/IGPUResidentRenderPipeline.cs:105>
|
|
bool L_1 = ___0_logReason;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
bool L_2 = V_0;
|
|
if (L_2)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/IGPUResidentRenderPipeline.cs:106>
|
|
String_t* L_3 = V_1;
|
|
int32_t L_4 = V_2;
|
|
GPUResidentDrawer_LogMessage_m7FF3E65D1A87DF183F9D29254AE637D842B88D41(L_3, L_4, NULL);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/IGPUResidentRenderPipeline.cs:107>
|
|
bool L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// Method Definition Index: 71092
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IGPUResidentRenderPipeline_IsGPUResidentDrawerSupportedBySRP_mAC46B52099ED2E34F12F8B7E802DC67E0113A0A9 (RuntimeObject* __this, String_t** ___0_message, int32_t* ___1_severity, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/IGPUResidentRenderPipeline.cs:118>
|
|
String_t** L_0 = ___0_message;
|
|
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(il2cpp_defaults.string_class))->___Empty;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)L_1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/IGPUResidentRenderPipeline.cs:119>
|
|
int32_t* L_2 = ___1_severity;
|
|
*((int32_t*)L_2) = (int32_t)3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/IGPUResidentRenderPipeline.cs:120>
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 71093
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IGPUResidentRenderPipeline_IsGPUResidentDrawerSupportedByProjectConfiguration_m5CE31EEE661C5F8B23636A4F3452CEA8A7AC0B66 (bool ___0_logReason, 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;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
bool G_B3_0 = false;
|
|
bool G_B1_0 = false;
|
|
bool G_B2_0 = false;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/IGPUResidentRenderPipeline.cs:130>
|
|
bool L_0;
|
|
L_0 = GPUResidentDrawer_IsProjectSupported_m4F5CDE5F81A0BE7CF42E37F1545E85A8C5A07DE3((&V_0), (&V_1), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/IGPUResidentRenderPipeline.cs:131>
|
|
bool L_1 = ___0_logReason;
|
|
if (!L_1)
|
|
{
|
|
G_B3_0 = L_0;
|
|
goto IL_001a;
|
|
}
|
|
G_B1_0 = L_0;
|
|
}
|
|
{
|
|
String_t* L_2 = V_0;
|
|
bool L_3;
|
|
L_3 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_2, NULL);
|
|
if (L_3)
|
|
{
|
|
G_B3_0 = G_B1_0;
|
|
goto IL_001a;
|
|
}
|
|
G_B2_0 = G_B1_0;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/IGPUResidentRenderPipeline.cs:133>
|
|
String_t* L_4 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_LogWarning_m33EF1B897E0C7C6FF538989610BFAFFEF4628CA9(L_4, NULL);
|
|
G_B3_0 = G_B2_0;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/IGPUResidentRenderPipeline.cs:135>
|
|
return G_B3_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71094
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IGPUResidentRenderPipeline_IsGPUResidentDrawerEnabled_m4B17CE9EBDCEADAB2C6378F8DACE655817DD1757 (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/IGPUResidentRenderPipeline.cs:144>
|
|
bool L_0;
|
|
L_0 = GPUResidentDrawer_IsEnabled_m03CFAB6E2CE8D71361F5223C940F4C0A785A1116(NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
#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
|
|
IL2CPP_EXTERN_C void RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshal_pinvoke(const RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C& unmarshaled, RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___layer = unmarshaled.___layer;
|
|
marshaled.___renderingLayerMask = unmarshaled.___renderingLayerMask;
|
|
marshaled.___motionMode = unmarshaled.___motionMode;
|
|
marshaled.___shadowCastingMode = unmarshaled.___shadowCastingMode;
|
|
marshaled.___staticShadowCaster = static_cast<int32_t>(unmarshaled.___staticShadowCaster);
|
|
marshaled.___rendererPriority = unmarshaled.___rendererPriority;
|
|
marshaled.___supportsIndirect = static_cast<int32_t>(unmarshaled.___supportsIndirect);
|
|
}
|
|
IL2CPP_EXTERN_C void RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshal_pinvoke_back(const RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshaled_pinvoke& marshaled, RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C& unmarshaled)
|
|
{
|
|
uint8_t unmarshaledlayer_temp_0 = 0x0;
|
|
unmarshaledlayer_temp_0 = marshaled.___layer;
|
|
unmarshaled.___layer = unmarshaledlayer_temp_0;
|
|
uint32_t unmarshaledrenderingLayerMask_temp_1 = 0;
|
|
unmarshaledrenderingLayerMask_temp_1 = marshaled.___renderingLayerMask;
|
|
unmarshaled.___renderingLayerMask = unmarshaledrenderingLayerMask_temp_1;
|
|
int32_t unmarshaledmotionMode_temp_2 = 0;
|
|
unmarshaledmotionMode_temp_2 = marshaled.___motionMode;
|
|
unmarshaled.___motionMode = unmarshaledmotionMode_temp_2;
|
|
int32_t unmarshaledshadowCastingMode_temp_3 = 0;
|
|
unmarshaledshadowCastingMode_temp_3 = marshaled.___shadowCastingMode;
|
|
unmarshaled.___shadowCastingMode = unmarshaledshadowCastingMode_temp_3;
|
|
bool unmarshaledstaticShadowCaster_temp_4 = false;
|
|
unmarshaledstaticShadowCaster_temp_4 = static_cast<bool>(marshaled.___staticShadowCaster);
|
|
unmarshaled.___staticShadowCaster = unmarshaledstaticShadowCaster_temp_4;
|
|
int32_t unmarshaledrendererPriority_temp_5 = 0;
|
|
unmarshaledrendererPriority_temp_5 = marshaled.___rendererPriority;
|
|
unmarshaled.___rendererPriority = unmarshaledrendererPriority_temp_5;
|
|
bool unmarshaledsupportsIndirect_temp_6 = false;
|
|
unmarshaledsupportsIndirect_temp_6 = static_cast<bool>(marshaled.___supportsIndirect);
|
|
unmarshaled.___supportsIndirect = unmarshaledsupportsIndirect_temp_6;
|
|
}
|
|
IL2CPP_EXTERN_C void RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshal_pinvoke_cleanup(RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
IL2CPP_EXTERN_C void RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshal_com(const RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C& unmarshaled, RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___layer = unmarshaled.___layer;
|
|
marshaled.___renderingLayerMask = unmarshaled.___renderingLayerMask;
|
|
marshaled.___motionMode = unmarshaled.___motionMode;
|
|
marshaled.___shadowCastingMode = unmarshaled.___shadowCastingMode;
|
|
marshaled.___staticShadowCaster = static_cast<int32_t>(unmarshaled.___staticShadowCaster);
|
|
marshaled.___rendererPriority = unmarshaled.___rendererPriority;
|
|
marshaled.___supportsIndirect = static_cast<int32_t>(unmarshaled.___supportsIndirect);
|
|
}
|
|
IL2CPP_EXTERN_C void RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshal_com_back(const RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshaled_com& marshaled, RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C& unmarshaled)
|
|
{
|
|
uint8_t unmarshaledlayer_temp_0 = 0x0;
|
|
unmarshaledlayer_temp_0 = marshaled.___layer;
|
|
unmarshaled.___layer = unmarshaledlayer_temp_0;
|
|
uint32_t unmarshaledrenderingLayerMask_temp_1 = 0;
|
|
unmarshaledrenderingLayerMask_temp_1 = marshaled.___renderingLayerMask;
|
|
unmarshaled.___renderingLayerMask = unmarshaledrenderingLayerMask_temp_1;
|
|
int32_t unmarshaledmotionMode_temp_2 = 0;
|
|
unmarshaledmotionMode_temp_2 = marshaled.___motionMode;
|
|
unmarshaled.___motionMode = unmarshaledmotionMode_temp_2;
|
|
int32_t unmarshaledshadowCastingMode_temp_3 = 0;
|
|
unmarshaledshadowCastingMode_temp_3 = marshaled.___shadowCastingMode;
|
|
unmarshaled.___shadowCastingMode = unmarshaledshadowCastingMode_temp_3;
|
|
bool unmarshaledstaticShadowCaster_temp_4 = false;
|
|
unmarshaledstaticShadowCaster_temp_4 = static_cast<bool>(marshaled.___staticShadowCaster);
|
|
unmarshaled.___staticShadowCaster = unmarshaledstaticShadowCaster_temp_4;
|
|
int32_t unmarshaledrendererPriority_temp_5 = 0;
|
|
unmarshaledrendererPriority_temp_5 = marshaled.___rendererPriority;
|
|
unmarshaled.___rendererPriority = unmarshaledrendererPriority_temp_5;
|
|
bool unmarshaledsupportsIndirect_temp_6 = false;
|
|
unmarshaledsupportsIndirect_temp_6 = static_cast<bool>(marshaled.___supportsIndirect);
|
|
unmarshaled.___supportsIndirect = unmarshaledsupportsIndirect_temp_6;
|
|
}
|
|
IL2CPP_EXTERN_C void RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshal_com_cleanup(RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// Method Definition Index: 71095
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RangeKey_Equals_m05E612C122D91758588CEB7529751045E6F09493 (RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C* __this, RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C ___0_other, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:34>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:35>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:36>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:37>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:38>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:39>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:40>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:41>
|
|
uint8_t L_0 = __this->___layer;
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C L_1 = ___0_other;
|
|
uint8_t L_2 = L_1.___layer;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)L_2))))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_3 = __this->___renderingLayerMask;
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C L_4 = ___0_other;
|
|
uint32_t L_5 = L_4.___renderingLayerMask;
|
|
if ((!(((uint32_t)L_3) == ((uint32_t)L_5))))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_6 = __this->___motionMode;
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C L_7 = ___0_other;
|
|
int32_t L_8 = L_7.___motionMode;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)L_8))))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = __this->___shadowCastingMode;
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C L_10 = ___0_other;
|
|
int32_t L_11 = L_10.___shadowCastingMode;
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)L_11))))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
bool L_12 = __this->___staticShadowCaster;
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C L_13 = ___0_other;
|
|
bool L_14 = L_13.___staticShadowCaster;
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)L_14))))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = __this->___rendererPriority;
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C L_16 = ___0_other;
|
|
int32_t L_17 = L_16.___rendererPriority;
|
|
if ((!(((uint32_t)L_15) == ((uint32_t)L_17))))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
bool L_18 = __this->___supportsIndirect;
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C L_19 = ___0_other;
|
|
bool L_20 = L_19.___supportsIndirect;
|
|
return (bool)((((int32_t)L_18) == ((int32_t)L_20))? 1 : 0);
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool RangeKey_Equals_m05E612C122D91758588CEB7529751045E6F09493_AdjustorThunk (RuntimeObject* __this, RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C ___0_other, const RuntimeMethod* method)
|
|
{
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = RangeKey_Equals_m05E612C122D91758588CEB7529751045E6F09493(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 71096
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RangeKey_GetHashCode_mC38845B6A1CC657D6F6B1149E7448AA6A3EF3257 (RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t G_B2_0 = 0;
|
|
int32_t G_B1_0 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B3_1 = 0;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
int32_t G_B6_1 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:46>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:47>
|
|
uint8_t L_0 = __this->___layer;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:48>
|
|
uint32_t L_1 = __this->___renderingLayerMask;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:49>
|
|
int32_t L_2 = __this->___motionMode;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:50>
|
|
int32_t L_3 = __this->___shadowCastingMode;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:51>
|
|
bool L_4 = __this->___staticShadowCaster;
|
|
if (L_4)
|
|
{
|
|
G_B2_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)13), ((int32_t)23))), (int32_t)L_0)), ((int32_t)23))), (int32_t)L_1)), ((int32_t)23))), (int32_t)L_2)), ((int32_t)23))), (int32_t)L_3)), ((int32_t)23)));
|
|
goto IL_0038;
|
|
}
|
|
G_B1_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)13), ((int32_t)23))), (int32_t)L_0)), ((int32_t)23))), (int32_t)L_1)), ((int32_t)23))), (int32_t)L_2)), ((int32_t)23))), (int32_t)L_3)), ((int32_t)23)));
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0039;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
G_B3_0 = 1;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:52>
|
|
int32_t L_5 = __this->___rendererPriority;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:53>
|
|
bool L_6 = __this->___supportsIndirect;
|
|
if (L_6)
|
|
{
|
|
G_B5_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(G_B3_1, G_B3_0)), ((int32_t)23))), L_5)), ((int32_t)23)));
|
|
goto IL_0052;
|
|
}
|
|
G_B4_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(G_B3_1, G_B3_0)), ((int32_t)23))), L_5)), ((int32_t)23)));
|
|
}
|
|
{
|
|
G_B6_0 = 0;
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_0053;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
G_B6_0 = 1;
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:54>
|
|
return ((int32_t)il2cpp_codegen_add(G_B6_1, G_B6_0));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t RangeKey_GetHashCode_mC38845B6A1CC657D6F6B1149E7448AA6A3EF3257_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = RangeKey_GetHashCode_mC38845B6A1CC657D6F6B1149E7448AA6A3EF3257(_thisAdjusted, 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
|
|
|
|
|
|
IL2CPP_EXTERN_C void DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010_marshal_pinvoke(const DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010& unmarshaled, DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010_marshaled_pinvoke& marshaled)
|
|
{
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshal_pinvoke(unmarshaled.___key, marshaled.___key);
|
|
marshaled.___drawCount = unmarshaled.___drawCount;
|
|
marshaled.___drawOffset = unmarshaled.___drawOffset;
|
|
}
|
|
IL2CPP_EXTERN_C void DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010_marshal_pinvoke_back(const DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010_marshaled_pinvoke& marshaled, DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010& unmarshaled)
|
|
{
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C unmarshaledkey_temp_0;
|
|
memset((&unmarshaledkey_temp_0), 0, sizeof(unmarshaledkey_temp_0));
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshal_pinvoke_back(marshaled.___key, unmarshaledkey_temp_0);
|
|
unmarshaled.___key = unmarshaledkey_temp_0;
|
|
int32_t unmarshaleddrawCount_temp_1 = 0;
|
|
unmarshaleddrawCount_temp_1 = marshaled.___drawCount;
|
|
unmarshaled.___drawCount = unmarshaleddrawCount_temp_1;
|
|
int32_t unmarshaleddrawOffset_temp_2 = 0;
|
|
unmarshaleddrawOffset_temp_2 = marshaled.___drawOffset;
|
|
unmarshaled.___drawOffset = unmarshaleddrawOffset_temp_2;
|
|
}
|
|
IL2CPP_EXTERN_C void DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010_marshal_pinvoke_cleanup(DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010_marshaled_pinvoke& marshaled)
|
|
{
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshal_pinvoke_cleanup(marshaled.___key);
|
|
}
|
|
|
|
|
|
IL2CPP_EXTERN_C void DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010_marshal_com(const DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010& unmarshaled, DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010_marshaled_com& marshaled)
|
|
{
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshal_com(unmarshaled.___key, marshaled.___key);
|
|
marshaled.___drawCount = unmarshaled.___drawCount;
|
|
marshaled.___drawOffset = unmarshaled.___drawOffset;
|
|
}
|
|
IL2CPP_EXTERN_C void DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010_marshal_com_back(const DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010_marshaled_com& marshaled, DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010& unmarshaled)
|
|
{
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C unmarshaledkey_temp_0;
|
|
memset((&unmarshaledkey_temp_0), 0, sizeof(unmarshaledkey_temp_0));
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshal_com_back(marshaled.___key, unmarshaledkey_temp_0);
|
|
unmarshaled.___key = unmarshaledkey_temp_0;
|
|
int32_t unmarshaleddrawCount_temp_1 = 0;
|
|
unmarshaleddrawCount_temp_1 = marshaled.___drawCount;
|
|
unmarshaled.___drawCount = unmarshaleddrawCount_temp_1;
|
|
int32_t unmarshaleddrawOffset_temp_2 = 0;
|
|
unmarshaleddrawOffset_temp_2 = marshaled.___drawOffset;
|
|
unmarshaled.___drawOffset = unmarshaleddrawOffset_temp_2;
|
|
}
|
|
IL2CPP_EXTERN_C void DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010_marshal_com_cleanup(DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010_marshaled_com& marshaled)
|
|
{
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshal_com_cleanup(marshaled.___key);
|
|
}
|
|
#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
|
|
|
|
|
|
IL2CPP_EXTERN_C void DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshal_pinvoke(const DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94& unmarshaled, DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___meshID = unmarshaled.___meshID;
|
|
marshaled.___submeshIndex = unmarshaled.___submeshIndex;
|
|
marshaled.___activeMeshLod = unmarshaled.___activeMeshLod;
|
|
marshaled.___materialID = unmarshaled.___materialID;
|
|
marshaled.___flags = unmarshaled.___flags;
|
|
marshaled.___transparentInstanceId = unmarshaled.___transparentInstanceId;
|
|
marshaled.___overridenComponents = unmarshaled.___overridenComponents;
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshal_pinvoke(unmarshaled.___range, marshaled.___range);
|
|
marshaled.___lightmapIndex = unmarshaled.___lightmapIndex;
|
|
}
|
|
IL2CPP_EXTERN_C void DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshal_pinvoke_back(const DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshaled_pinvoke& marshaled, DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94& unmarshaled)
|
|
{
|
|
BatchMeshID_t34167B7C1D0503C43A01A7BD213DFC367525D2A0 unmarshaledmeshID_temp_0;
|
|
memset((&unmarshaledmeshID_temp_0), 0, sizeof(unmarshaledmeshID_temp_0));
|
|
unmarshaledmeshID_temp_0 = marshaled.___meshID;
|
|
unmarshaled.___meshID = unmarshaledmeshID_temp_0;
|
|
int32_t unmarshaledsubmeshIndex_temp_1 = 0;
|
|
unmarshaledsubmeshIndex_temp_1 = marshaled.___submeshIndex;
|
|
unmarshaled.___submeshIndex = unmarshaledsubmeshIndex_temp_1;
|
|
int32_t unmarshaledactiveMeshLod_temp_2 = 0;
|
|
unmarshaledactiveMeshLod_temp_2 = marshaled.___activeMeshLod;
|
|
unmarshaled.___activeMeshLod = unmarshaledactiveMeshLod_temp_2;
|
|
BatchMaterialID_tF9E95833BB1C35A6D14D47CF4EC8A6EB7D15D65C unmarshaledmaterialID_temp_3;
|
|
memset((&unmarshaledmaterialID_temp_3), 0, sizeof(unmarshaledmaterialID_temp_3));
|
|
unmarshaledmaterialID_temp_3 = marshaled.___materialID;
|
|
unmarshaled.___materialID = unmarshaledmaterialID_temp_3;
|
|
int32_t unmarshaledflags_temp_4 = 0;
|
|
unmarshaledflags_temp_4 = marshaled.___flags;
|
|
unmarshaled.___flags = unmarshaledflags_temp_4;
|
|
int32_t unmarshaledtransparentInstanceId_temp_5 = 0;
|
|
unmarshaledtransparentInstanceId_temp_5 = marshaled.___transparentInstanceId;
|
|
unmarshaled.___transparentInstanceId = unmarshaledtransparentInstanceId_temp_5;
|
|
uint32_t unmarshaledoverridenComponents_temp_6 = 0;
|
|
unmarshaledoverridenComponents_temp_6 = marshaled.___overridenComponents;
|
|
unmarshaled.___overridenComponents = unmarshaledoverridenComponents_temp_6;
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C unmarshaledrange_temp_7;
|
|
memset((&unmarshaledrange_temp_7), 0, sizeof(unmarshaledrange_temp_7));
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshal_pinvoke_back(marshaled.___range, unmarshaledrange_temp_7);
|
|
unmarshaled.___range = unmarshaledrange_temp_7;
|
|
int32_t unmarshaledlightmapIndex_temp_8 = 0;
|
|
unmarshaledlightmapIndex_temp_8 = marshaled.___lightmapIndex;
|
|
unmarshaled.___lightmapIndex = unmarshaledlightmapIndex_temp_8;
|
|
}
|
|
IL2CPP_EXTERN_C void DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshal_pinvoke_cleanup(DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshaled_pinvoke& marshaled)
|
|
{
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshal_pinvoke_cleanup(marshaled.___range);
|
|
}
|
|
|
|
|
|
IL2CPP_EXTERN_C void DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshal_com(const DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94& unmarshaled, DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___meshID = unmarshaled.___meshID;
|
|
marshaled.___submeshIndex = unmarshaled.___submeshIndex;
|
|
marshaled.___activeMeshLod = unmarshaled.___activeMeshLod;
|
|
marshaled.___materialID = unmarshaled.___materialID;
|
|
marshaled.___flags = unmarshaled.___flags;
|
|
marshaled.___transparentInstanceId = unmarshaled.___transparentInstanceId;
|
|
marshaled.___overridenComponents = unmarshaled.___overridenComponents;
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshal_com(unmarshaled.___range, marshaled.___range);
|
|
marshaled.___lightmapIndex = unmarshaled.___lightmapIndex;
|
|
}
|
|
IL2CPP_EXTERN_C void DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshal_com_back(const DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshaled_com& marshaled, DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94& unmarshaled)
|
|
{
|
|
BatchMeshID_t34167B7C1D0503C43A01A7BD213DFC367525D2A0 unmarshaledmeshID_temp_0;
|
|
memset((&unmarshaledmeshID_temp_0), 0, sizeof(unmarshaledmeshID_temp_0));
|
|
unmarshaledmeshID_temp_0 = marshaled.___meshID;
|
|
unmarshaled.___meshID = unmarshaledmeshID_temp_0;
|
|
int32_t unmarshaledsubmeshIndex_temp_1 = 0;
|
|
unmarshaledsubmeshIndex_temp_1 = marshaled.___submeshIndex;
|
|
unmarshaled.___submeshIndex = unmarshaledsubmeshIndex_temp_1;
|
|
int32_t unmarshaledactiveMeshLod_temp_2 = 0;
|
|
unmarshaledactiveMeshLod_temp_2 = marshaled.___activeMeshLod;
|
|
unmarshaled.___activeMeshLod = unmarshaledactiveMeshLod_temp_2;
|
|
BatchMaterialID_tF9E95833BB1C35A6D14D47CF4EC8A6EB7D15D65C unmarshaledmaterialID_temp_3;
|
|
memset((&unmarshaledmaterialID_temp_3), 0, sizeof(unmarshaledmaterialID_temp_3));
|
|
unmarshaledmaterialID_temp_3 = marshaled.___materialID;
|
|
unmarshaled.___materialID = unmarshaledmaterialID_temp_3;
|
|
int32_t unmarshaledflags_temp_4 = 0;
|
|
unmarshaledflags_temp_4 = marshaled.___flags;
|
|
unmarshaled.___flags = unmarshaledflags_temp_4;
|
|
int32_t unmarshaledtransparentInstanceId_temp_5 = 0;
|
|
unmarshaledtransparentInstanceId_temp_5 = marshaled.___transparentInstanceId;
|
|
unmarshaled.___transparentInstanceId = unmarshaledtransparentInstanceId_temp_5;
|
|
uint32_t unmarshaledoverridenComponents_temp_6 = 0;
|
|
unmarshaledoverridenComponents_temp_6 = marshaled.___overridenComponents;
|
|
unmarshaled.___overridenComponents = unmarshaledoverridenComponents_temp_6;
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C unmarshaledrange_temp_7;
|
|
memset((&unmarshaledrange_temp_7), 0, sizeof(unmarshaledrange_temp_7));
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshal_com_back(marshaled.___range, unmarshaledrange_temp_7);
|
|
unmarshaled.___range = unmarshaledrange_temp_7;
|
|
int32_t unmarshaledlightmapIndex_temp_8 = 0;
|
|
unmarshaledlightmapIndex_temp_8 = marshaled.___lightmapIndex;
|
|
unmarshaled.___lightmapIndex = unmarshaledlightmapIndex_temp_8;
|
|
}
|
|
IL2CPP_EXTERN_C void DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshal_com_cleanup(DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshaled_com& marshaled)
|
|
{
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C_marshal_com_cleanup(marshaled.___range);
|
|
}
|
|
// Method Definition Index: 71097
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DrawKey_Equals_mBA2838871085C8944B81322DC6E851F4273E8E91 (DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94* __this, DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BatchMaterialID_tF9E95833BB1C35A6D14D47CF4EC8A6EB7D15D65C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BatchMeshID_t34167B7C1D0503C43A01A7BD213DFC367525D2A0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:79>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:80>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:81>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:82>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:83>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:84>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:85>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:86>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:87>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:88>
|
|
BatchMeshID_t34167B7C1D0503C43A01A7BD213DFC367525D2A0 L_0 = __this->___meshID;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_1 = ___0_other;
|
|
BatchMeshID_t34167B7C1D0503C43A01A7BD213DFC367525D2A0 L_2 = L_1.___meshID;
|
|
il2cpp_codegen_runtime_class_init_inline(BatchMeshID_t34167B7C1D0503C43A01A7BD213DFC367525D2A0_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = BatchMeshID_op_Equality_m528279503512F2544410DE9491BAB7EA9E3C4EC3(L_0, L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = __this->___submeshIndex;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_5 = ___0_other;
|
|
int32_t L_6 = L_5.___submeshIndex;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)L_6))))
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = __this->___activeMeshLod;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_8 = ___0_other;
|
|
int32_t L_9 = L_8.___activeMeshLod;
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)L_9))))
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
BatchMaterialID_tF9E95833BB1C35A6D14D47CF4EC8A6EB7D15D65C L_10 = __this->___materialID;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_11 = ___0_other;
|
|
BatchMaterialID_tF9E95833BB1C35A6D14D47CF4EC8A6EB7D15D65C L_12 = L_11.___materialID;
|
|
il2cpp_codegen_runtime_class_init_inline(BatchMaterialID_tF9E95833BB1C35A6D14D47CF4EC8A6EB7D15D65C_il2cpp_TypeInfo_var);
|
|
bool L_13;
|
|
L_13 = BatchMaterialID_op_Equality_m4218A5B35948972CBCB1757DD41526B1CDC8CD77(L_10, L_12, NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_14 = __this->___flags;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_15 = ___0_other;
|
|
int32_t L_16 = L_15.___flags;
|
|
if ((!(((uint32_t)L_14) == ((uint32_t)L_16))))
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_17 = __this->___transparentInstanceId;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_18 = ___0_other;
|
|
int32_t L_19 = L_18.___transparentInstanceId;
|
|
if ((!(((uint32_t)L_17) == ((uint32_t)L_19))))
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_20 = __this->___overridenComponents;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_21 = ___0_other;
|
|
uint32_t L_22 = L_21.___overridenComponents;
|
|
if ((!(((uint32_t)L_20) == ((uint32_t)L_22))))
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C* L_23 = (RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C*)(&__this->___range);
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_24 = ___0_other;
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C L_25 = L_24.___range;
|
|
bool L_26;
|
|
L_26 = RangeKey_Equals_m05E612C122D91758588CEB7529751045E6F09493(L_23, L_25, NULL);
|
|
if (!L_26)
|
|
{
|
|
goto IL_008e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_27 = __this->___lightmapIndex;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_28 = ___0_other;
|
|
int32_t L_29 = L_28.___lightmapIndex;
|
|
return (bool)((((int32_t)L_27) == ((int32_t)L_29))? 1 : 0);
|
|
}
|
|
|
|
IL_008e:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool DrawKey_Equals_mBA2838871085C8944B81322DC6E851F4273E8E91_AdjustorThunk (RuntimeObject* __this, DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 ___0_other, const RuntimeMethod* method)
|
|
{
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = DrawKey_Equals_mBA2838871085C8944B81322DC6E851F4273E8E91(_thisAdjusted, ___0_other, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 71098
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DrawKey_GetHashCode_m6E3C5F3D42D02D8035AA7E7B5501FDBC1551F4E5 (DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:93>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:94>
|
|
BatchMeshID_t34167B7C1D0503C43A01A7BD213DFC367525D2A0* L_0 = (BatchMeshID_t34167B7C1D0503C43A01A7BD213DFC367525D2A0*)(&__this->___meshID);
|
|
uint32_t L_1 = L_0->___value;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:95>
|
|
int32_t L_2 = __this->___submeshIndex;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:96>
|
|
int32_t L_3 = __this->___activeMeshLod;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:97>
|
|
BatchMaterialID_tF9E95833BB1C35A6D14D47CF4EC8A6EB7D15D65C* L_4 = (BatchMaterialID_tF9E95833BB1C35A6D14D47CF4EC8A6EB7D15D65C*)(&__this->___materialID);
|
|
uint32_t L_5 = L_4->___value;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:98>
|
|
int32_t L_6 = __this->___flags;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:99>
|
|
int32_t L_7 = __this->___transparentInstanceId;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:100>
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C* L_8 = (RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C*)(&__this->___range);
|
|
int32_t L_9;
|
|
L_9 = RangeKey_GetHashCode_mC38845B6A1CC657D6F6B1149E7448AA6A3EF3257(L_8, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:101>
|
|
uint32_t L_10 = __this->___overridenComponents;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:102>
|
|
int32_t L_11 = __this->___lightmapIndex;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:103>
|
|
return ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)13), ((int32_t)23))), (int32_t)L_1)), ((int32_t)23))), L_2)), ((int32_t)23))), L_3)), ((int32_t)23))), (int32_t)L_5)), ((int32_t)23))), (int32_t)L_6)), ((int32_t)23))), L_7)), ((int32_t)23))), L_9)), ((int32_t)23))), (int32_t)L_10)), ((int32_t)23))), L_11));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DrawKey_GetHashCode_m6E3C5F3D42D02D8035AA7E7B5501FDBC1551F4E5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = DrawKey_GetHashCode_m6E3C5F3D42D02D8035AA7E7B5501FDBC1551F4E5(_thisAdjusted, 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
|
|
|
|
|
|
IL2CPP_EXTERN_C void DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF_marshal_pinvoke(const DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF& unmarshaled, DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF_marshaled_pinvoke& marshaled)
|
|
{
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshal_pinvoke(unmarshaled.___key, marshaled.___key);
|
|
marshaled.___instanceCount = unmarshaled.___instanceCount;
|
|
marshaled.___instanceOffset = unmarshaled.___instanceOffset;
|
|
marshaled.___procInfo = unmarshaled.___procInfo;
|
|
}
|
|
IL2CPP_EXTERN_C void DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF_marshal_pinvoke_back(const DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF_marshaled_pinvoke& marshaled, DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF& unmarshaled)
|
|
{
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 unmarshaledkey_temp_0;
|
|
memset((&unmarshaledkey_temp_0), 0, sizeof(unmarshaledkey_temp_0));
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshal_pinvoke_back(marshaled.___key, unmarshaledkey_temp_0);
|
|
unmarshaled.___key = unmarshaledkey_temp_0;
|
|
int32_t unmarshaledinstanceCount_temp_1 = 0;
|
|
unmarshaledinstanceCount_temp_1 = marshaled.___instanceCount;
|
|
unmarshaled.___instanceCount = unmarshaledinstanceCount_temp_1;
|
|
int32_t unmarshaledinstanceOffset_temp_2 = 0;
|
|
unmarshaledinstanceOffset_temp_2 = marshaled.___instanceOffset;
|
|
unmarshaled.___instanceOffset = unmarshaledinstanceOffset_temp_2;
|
|
MeshProceduralInfo_t09E735D958CD89E7BE479DDD64CEEE2B469328C8 unmarshaledprocInfo_temp_3;
|
|
memset((&unmarshaledprocInfo_temp_3), 0, sizeof(unmarshaledprocInfo_temp_3));
|
|
unmarshaledprocInfo_temp_3 = marshaled.___procInfo;
|
|
unmarshaled.___procInfo = unmarshaledprocInfo_temp_3;
|
|
}
|
|
IL2CPP_EXTERN_C void DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF_marshal_pinvoke_cleanup(DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF_marshaled_pinvoke& marshaled)
|
|
{
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshal_pinvoke_cleanup(marshaled.___key);
|
|
}
|
|
|
|
|
|
IL2CPP_EXTERN_C void DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF_marshal_com(const DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF& unmarshaled, DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF_marshaled_com& marshaled)
|
|
{
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshal_com(unmarshaled.___key, marshaled.___key);
|
|
marshaled.___instanceCount = unmarshaled.___instanceCount;
|
|
marshaled.___instanceOffset = unmarshaled.___instanceOffset;
|
|
marshaled.___procInfo = unmarshaled.___procInfo;
|
|
}
|
|
IL2CPP_EXTERN_C void DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF_marshal_com_back(const DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF_marshaled_com& marshaled, DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF& unmarshaled)
|
|
{
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 unmarshaledkey_temp_0;
|
|
memset((&unmarshaledkey_temp_0), 0, sizeof(unmarshaledkey_temp_0));
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshal_com_back(marshaled.___key, unmarshaledkey_temp_0);
|
|
unmarshaled.___key = unmarshaledkey_temp_0;
|
|
int32_t unmarshaledinstanceCount_temp_1 = 0;
|
|
unmarshaledinstanceCount_temp_1 = marshaled.___instanceCount;
|
|
unmarshaled.___instanceCount = unmarshaledinstanceCount_temp_1;
|
|
int32_t unmarshaledinstanceOffset_temp_2 = 0;
|
|
unmarshaledinstanceOffset_temp_2 = marshaled.___instanceOffset;
|
|
unmarshaled.___instanceOffset = unmarshaledinstanceOffset_temp_2;
|
|
MeshProceduralInfo_t09E735D958CD89E7BE479DDD64CEEE2B469328C8 unmarshaledprocInfo_temp_3;
|
|
memset((&unmarshaledprocInfo_temp_3), 0, sizeof(unmarshaledprocInfo_temp_3));
|
|
unmarshaledprocInfo_temp_3 = marshaled.___procInfo;
|
|
unmarshaled.___procInfo = unmarshaledprocInfo_temp_3;
|
|
}
|
|
IL2CPP_EXTERN_C void DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF_marshal_com_cleanup(DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF_marshaled_com& marshaled)
|
|
{
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshal_com_cleanup(marshaled.___key);
|
|
}
|
|
#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
|
|
|
|
|
|
IL2CPP_EXTERN_C void DrawInstance_tBE712DD78F80BD1B66343AC3B9A55ACFE80E8AF8_marshal_pinvoke(const DrawInstance_tBE712DD78F80BD1B66343AC3B9A55ACFE80E8AF8& unmarshaled, DrawInstance_tBE712DD78F80BD1B66343AC3B9A55ACFE80E8AF8_marshaled_pinvoke& marshaled)
|
|
{
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshal_pinvoke(unmarshaled.___key, marshaled.___key);
|
|
marshaled.___instanceIndex = unmarshaled.___instanceIndex;
|
|
}
|
|
IL2CPP_EXTERN_C void DrawInstance_tBE712DD78F80BD1B66343AC3B9A55ACFE80E8AF8_marshal_pinvoke_back(const DrawInstance_tBE712DD78F80BD1B66343AC3B9A55ACFE80E8AF8_marshaled_pinvoke& marshaled, DrawInstance_tBE712DD78F80BD1B66343AC3B9A55ACFE80E8AF8& unmarshaled)
|
|
{
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 unmarshaledkey_temp_0;
|
|
memset((&unmarshaledkey_temp_0), 0, sizeof(unmarshaledkey_temp_0));
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshal_pinvoke_back(marshaled.___key, unmarshaledkey_temp_0);
|
|
unmarshaled.___key = unmarshaledkey_temp_0;
|
|
int32_t unmarshaledinstanceIndex_temp_1 = 0;
|
|
unmarshaledinstanceIndex_temp_1 = marshaled.___instanceIndex;
|
|
unmarshaled.___instanceIndex = unmarshaledinstanceIndex_temp_1;
|
|
}
|
|
IL2CPP_EXTERN_C void DrawInstance_tBE712DD78F80BD1B66343AC3B9A55ACFE80E8AF8_marshal_pinvoke_cleanup(DrawInstance_tBE712DD78F80BD1B66343AC3B9A55ACFE80E8AF8_marshaled_pinvoke& marshaled)
|
|
{
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshal_pinvoke_cleanup(marshaled.___key);
|
|
}
|
|
|
|
|
|
IL2CPP_EXTERN_C void DrawInstance_tBE712DD78F80BD1B66343AC3B9A55ACFE80E8AF8_marshal_com(const DrawInstance_tBE712DD78F80BD1B66343AC3B9A55ACFE80E8AF8& unmarshaled, DrawInstance_tBE712DD78F80BD1B66343AC3B9A55ACFE80E8AF8_marshaled_com& marshaled)
|
|
{
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshal_com(unmarshaled.___key, marshaled.___key);
|
|
marshaled.___instanceIndex = unmarshaled.___instanceIndex;
|
|
}
|
|
IL2CPP_EXTERN_C void DrawInstance_tBE712DD78F80BD1B66343AC3B9A55ACFE80E8AF8_marshal_com_back(const DrawInstance_tBE712DD78F80BD1B66343AC3B9A55ACFE80E8AF8_marshaled_com& marshaled, DrawInstance_tBE712DD78F80BD1B66343AC3B9A55ACFE80E8AF8& unmarshaled)
|
|
{
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 unmarshaledkey_temp_0;
|
|
memset((&unmarshaledkey_temp_0), 0, sizeof(unmarshaledkey_temp_0));
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshal_com_back(marshaled.___key, unmarshaledkey_temp_0);
|
|
unmarshaled.___key = unmarshaledkey_temp_0;
|
|
int32_t unmarshaledinstanceIndex_temp_1 = 0;
|
|
unmarshaledinstanceIndex_temp_1 = marshaled.___instanceIndex;
|
|
unmarshaled.___instanceIndex = unmarshaledinstanceIndex_temp_1;
|
|
}
|
|
IL2CPP_EXTERN_C void DrawInstance_tBE712DD78F80BD1B66343AC3B9A55ACFE80E8AF8_marshal_com_cleanup(DrawInstance_tBE712DD78F80BD1B66343AC3B9A55ACFE80E8AF8_marshaled_com& marshaled)
|
|
{
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94_marshal_com_cleanup(marshaled.___key);
|
|
}
|
|
#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
|
|
IL2CPP_EXTERN_C void BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_pinvoke(const BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7& unmarshaled, BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshaled_pinvoke& marshaled)
|
|
{
|
|
marshaled.___viewCount = unmarshaled.___viewCount;
|
|
marshaled.___supportsCrossFade = static_cast<int32_t>(unmarshaled.___supportsCrossFade);
|
|
marshaled.___supportsMotionCheck = static_cast<int32_t>(unmarshaled.___supportsMotionCheck);
|
|
}
|
|
IL2CPP_EXTERN_C void BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_pinvoke_back(const BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshaled_pinvoke& marshaled, BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7& unmarshaled)
|
|
{
|
|
int32_t unmarshaledviewCount_temp_0 = 0;
|
|
unmarshaledviewCount_temp_0 = marshaled.___viewCount;
|
|
unmarshaled.___viewCount = unmarshaledviewCount_temp_0;
|
|
bool unmarshaledsupportsCrossFade_temp_1 = false;
|
|
unmarshaledsupportsCrossFade_temp_1 = static_cast<bool>(marshaled.___supportsCrossFade);
|
|
unmarshaled.___supportsCrossFade = unmarshaledsupportsCrossFade_temp_1;
|
|
bool unmarshaledsupportsMotionCheck_temp_2 = false;
|
|
unmarshaledsupportsMotionCheck_temp_2 = static_cast<bool>(marshaled.___supportsMotionCheck);
|
|
unmarshaled.___supportsMotionCheck = unmarshaledsupportsMotionCheck_temp_2;
|
|
}
|
|
IL2CPP_EXTERN_C void BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_pinvoke_cleanup(BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
IL2CPP_EXTERN_C void BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_com(const BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7& unmarshaled, BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshaled_com& marshaled)
|
|
{
|
|
marshaled.___viewCount = unmarshaled.___viewCount;
|
|
marshaled.___supportsCrossFade = static_cast<int32_t>(unmarshaled.___supportsCrossFade);
|
|
marshaled.___supportsMotionCheck = static_cast<int32_t>(unmarshaled.___supportsMotionCheck);
|
|
}
|
|
IL2CPP_EXTERN_C void BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_com_back(const BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshaled_com& marshaled, BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7& unmarshaled)
|
|
{
|
|
int32_t unmarshaledviewCount_temp_0 = 0;
|
|
unmarshaledviewCount_temp_0 = marshaled.___viewCount;
|
|
unmarshaled.___viewCount = unmarshaledviewCount_temp_0;
|
|
bool unmarshaledsupportsCrossFade_temp_1 = false;
|
|
unmarshaledsupportsCrossFade_temp_1 = static_cast<bool>(marshaled.___supportsCrossFade);
|
|
unmarshaled.___supportsCrossFade = unmarshaledsupportsCrossFade_temp_1;
|
|
bool unmarshaledsupportsMotionCheck_temp_2 = false;
|
|
unmarshaledsupportsMotionCheck_temp_2 = static_cast<bool>(marshaled.___supportsMotionCheck);
|
|
unmarshaled.___supportsMotionCheck = unmarshaledsupportsMotionCheck_temp_2;
|
|
}
|
|
IL2CPP_EXTERN_C void BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_com_cleanup(BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// Method Definition Index: 71099
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BinningConfig_get_visibilityConfigCount_m0B698DBD65F8147B56C14CA7CFB741EAB701B3B9 (BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t G_B2_0 = 0;
|
|
int32_t G_B1_0 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B3_1 = 0;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
int32_t G_B6_1 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:132>
|
|
int32_t L_0 = __this->___viewCount;
|
|
bool L_1 = __this->___supportsCrossFade;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = ((int32_t)il2cpp_codegen_add(1, L_0));
|
|
goto IL_0013;
|
|
}
|
|
G_B1_0 = ((int32_t)il2cpp_codegen_add(1, L_0));
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0014;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
G_B3_0 = 1;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
bool L_2 = __this->___supportsMotionCheck;
|
|
if (L_2)
|
|
{
|
|
G_B5_0 = ((int32_t)il2cpp_codegen_add(G_B3_1, G_B3_0));
|
|
goto IL_0020;
|
|
}
|
|
G_B4_0 = ((int32_t)il2cpp_codegen_add(G_B3_1, G_B3_0));
|
|
}
|
|
{
|
|
G_B6_0 = 0;
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
G_B6_0 = 1;
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
V_0 = ((int32_t)il2cpp_codegen_add(G_B6_1, G_B6_0));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:133>
|
|
int32_t L_3 = V_0;
|
|
return ((int32_t)(1<<((int32_t)(L_3&((int32_t)31)))));
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t BinningConfig_get_visibilityConfigCount_m0B698DBD65F8147B56C14CA7CFB741EAB701B3B9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = BinningConfig_get_visibilityConfigCount_m0B698DBD65F8147B56C14CA7CFB741EAB701B3B9(_thisAdjusted, 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
|
|
// Method Definition Index: 71100
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void AnimateCrossFadeJob_Execute_mA3C0021BE25AE2F67FD93948B6115ECE990DAFE9 (AnimateCrossFadeJob_t4A6EEA489E4EE721D1878717E9FB01FC73C4E90E* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_instanceIndex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeList_1_ElementAt_m005F4546B1F03AF0134BE89767635AB68F74E4E8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t* V_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:153>
|
|
UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D* L_0 = (UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D*)(&__this->___crossFadeArray);
|
|
int32_t L_1 = ___0_instanceIndex;
|
|
uint8_t* L_2;
|
|
L_2 = UnsafeList_1_ElementAt_m005F4546B1F03AF0134BE89767635AB68F74E4E8_inline(L_0, L_1, UnsafeList_1_ElementAt_m005F4546B1F03AF0134BE89767635AB68F74E4E8_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:155>
|
|
uint8_t* L_3 = V_0;
|
|
int32_t L_4 = *((uint8_t*)L_3);
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)255)))))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:156>
|
|
return;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:158>
|
|
uint8_t* L_5 = V_0;
|
|
int32_t L_6 = *((uint8_t*)L_5);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:160>
|
|
uint8_t* L_7 = V_0;
|
|
uint8_t* L_8 = V_0;
|
|
int32_t L_9 = *((uint8_t*)L_8);
|
|
float L_10 = __this->___deltaTime;
|
|
*((int8_t*)L_7) = (int8_t)((int32_t)(uint8_t)((int32_t)il2cpp_codegen_add(L_9, il2cpp_codegen_cast_floating_point<uint8_t, int32_t, float>(((float)il2cpp_codegen_multiply(((float)(L_10/(0.333000004f))), (127.0f)))))));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:163>
|
|
uint8_t* L_11 = V_0;
|
|
int32_t L_12 = *((uint8_t*)L_11);
|
|
if ((((int32_t)((int32_t)(L_6&((int32_t)128)))) == ((int32_t)((int32_t)(((int32_t)il2cpp_codegen_add(L_12, 1))&((int32_t)128))))))
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:165>
|
|
uint8_t* L_13 = V_0;
|
|
*((int8_t*)L_13) = (int8_t)((int32_t)255);
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:167>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void AnimateCrossFadeJob_Execute_mA3C0021BE25AE2F67FD93948B6115ECE990DAFE9_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_instanceIndex, const RuntimeMethod* method)
|
|
{
|
|
AnimateCrossFadeJob_t4A6EEA489E4EE721D1878717E9FB01FC73C4E90E* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<AnimateCrossFadeJob_t4A6EEA489E4EE721D1878717E9FB01FC73C4E90E*>(__this + _offset);
|
|
AnimateCrossFadeJob_Execute_mA3C0021BE25AE2F67FD93948B6115ECE990DAFE9(_thisAdjusted, ___0_instanceIndex, 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
|
|
|
|
|
|
IL2CPP_EXTERN_C void CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681_marshal_pinvoke(const CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681& unmarshaled, CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681_marshaled_pinvoke& marshaled)
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_pinvoke(unmarshaled.___binningConfig, marshaled.___binningConfig);
|
|
marshaled.___viewType = unmarshaled.___viewType;
|
|
marshaled.___cameraPosition = unmarshaled.___cameraPosition;
|
|
marshaled.___sqrMeshLodSelectionConstant = unmarshaled.___sqrMeshLodSelectionConstant;
|
|
marshaled.___sqrScreenRelativeMetric = unmarshaled.___sqrScreenRelativeMetric;
|
|
marshaled.___minScreenRelativeHeight = unmarshaled.___minScreenRelativeHeight;
|
|
marshaled.___isOrtho = static_cast<int32_t>(unmarshaled.___isOrtho);
|
|
marshaled.___cullLightmappedShadowCasters = static_cast<int32_t>(unmarshaled.___cullLightmappedShadowCasters);
|
|
marshaled.___maxLOD = unmarshaled.___maxLOD;
|
|
marshaled.___cullingLayerMask = unmarshaled.___cullingLayerMask;
|
|
marshaled.___sceneCullingMask = unmarshaled.___sceneCullingMask;
|
|
marshaled.___animateCrossFades = static_cast<int32_t>(unmarshaled.___animateCrossFades);
|
|
marshaled.___frustumPlanePackets = unmarshaled.___frustumPlanePackets;
|
|
marshaled.___frustumSplitInfos = unmarshaled.___frustumSplitInfos;
|
|
marshaled.___lightFacingFrustumPlanes = unmarshaled.___lightFacingFrustumPlanes;
|
|
marshaled.___receiverSplitInfos = unmarshaled.___receiverSplitInfos;
|
|
marshaled.___worldToLightSpaceRotation = unmarshaled.___worldToLightSpaceRotation;
|
|
marshaled.___instanceData = unmarshaled.___instanceData;
|
|
marshaled.___sharedInstanceData = unmarshaled.___sharedInstanceData;
|
|
marshaled.___lodGroupCullingData = unmarshaled.___lodGroupCullingData;
|
|
marshaled.___occlusionBuffer = unmarshaled.___occlusionBuffer;
|
|
marshaled.___cameraInstanceData = unmarshaled.___cameraInstanceData;
|
|
marshaled.___rendererVisibilityMasks = unmarshaled.___rendererVisibilityMasks;
|
|
marshaled.___rendererMeshLodSettings = unmarshaled.___rendererMeshLodSettings;
|
|
marshaled.___rendererCrossFadeValues = unmarshaled.___rendererCrossFadeValues;
|
|
}
|
|
IL2CPP_EXTERN_C void CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681_marshal_pinvoke_back(const CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681_marshaled_pinvoke& marshaled, CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681& unmarshaled)
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7 unmarshaledbinningConfig_temp_0;
|
|
memset((&unmarshaledbinningConfig_temp_0), 0, sizeof(unmarshaledbinningConfig_temp_0));
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_pinvoke_back(marshaled.___binningConfig, unmarshaledbinningConfig_temp_0);
|
|
unmarshaled.___binningConfig = unmarshaledbinningConfig_temp_0;
|
|
int32_t unmarshaledviewType_temp_1 = 0;
|
|
unmarshaledviewType_temp_1 = marshaled.___viewType;
|
|
unmarshaled.___viewType = unmarshaledviewType_temp_1;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E unmarshaledcameraPosition_temp_2;
|
|
memset((&unmarshaledcameraPosition_temp_2), 0, sizeof(unmarshaledcameraPosition_temp_2));
|
|
unmarshaledcameraPosition_temp_2 = marshaled.___cameraPosition;
|
|
unmarshaled.___cameraPosition = unmarshaledcameraPosition_temp_2;
|
|
float unmarshaledsqrMeshLodSelectionConstant_temp_3 = 0.0f;
|
|
unmarshaledsqrMeshLodSelectionConstant_temp_3 = marshaled.___sqrMeshLodSelectionConstant;
|
|
unmarshaled.___sqrMeshLodSelectionConstant = unmarshaledsqrMeshLodSelectionConstant_temp_3;
|
|
float unmarshaledsqrScreenRelativeMetric_temp_4 = 0.0f;
|
|
unmarshaledsqrScreenRelativeMetric_temp_4 = marshaled.___sqrScreenRelativeMetric;
|
|
unmarshaled.___sqrScreenRelativeMetric = unmarshaledsqrScreenRelativeMetric_temp_4;
|
|
float unmarshaledminScreenRelativeHeight_temp_5 = 0.0f;
|
|
unmarshaledminScreenRelativeHeight_temp_5 = marshaled.___minScreenRelativeHeight;
|
|
unmarshaled.___minScreenRelativeHeight = unmarshaledminScreenRelativeHeight_temp_5;
|
|
bool unmarshaledisOrtho_temp_6 = false;
|
|
unmarshaledisOrtho_temp_6 = static_cast<bool>(marshaled.___isOrtho);
|
|
unmarshaled.___isOrtho = unmarshaledisOrtho_temp_6;
|
|
bool unmarshaledcullLightmappedShadowCasters_temp_7 = false;
|
|
unmarshaledcullLightmappedShadowCasters_temp_7 = static_cast<bool>(marshaled.___cullLightmappedShadowCasters);
|
|
unmarshaled.___cullLightmappedShadowCasters = unmarshaledcullLightmappedShadowCasters_temp_7;
|
|
int32_t unmarshaledmaxLOD_temp_8 = 0;
|
|
unmarshaledmaxLOD_temp_8 = marshaled.___maxLOD;
|
|
unmarshaled.___maxLOD = unmarshaledmaxLOD_temp_8;
|
|
uint32_t unmarshaledcullingLayerMask_temp_9 = 0;
|
|
unmarshaledcullingLayerMask_temp_9 = marshaled.___cullingLayerMask;
|
|
unmarshaled.___cullingLayerMask = unmarshaledcullingLayerMask_temp_9;
|
|
uint64_t unmarshaledsceneCullingMask_temp_10 = 0;
|
|
unmarshaledsceneCullingMask_temp_10 = marshaled.___sceneCullingMask;
|
|
unmarshaled.___sceneCullingMask = unmarshaledsceneCullingMask_temp_10;
|
|
bool unmarshaledanimateCrossFades_temp_11 = false;
|
|
unmarshaledanimateCrossFades_temp_11 = static_cast<bool>(marshaled.___animateCrossFades);
|
|
unmarshaled.___animateCrossFades = unmarshaledanimateCrossFades_temp_11;
|
|
NativeArray_1_t12018DEC83E53274D542435F55D8BED16BD4E78E unmarshaledfrustumPlanePackets_temp_12;
|
|
memset((&unmarshaledfrustumPlanePackets_temp_12), 0, sizeof(unmarshaledfrustumPlanePackets_temp_12));
|
|
unmarshaledfrustumPlanePackets_temp_12 = marshaled.___frustumPlanePackets;
|
|
unmarshaled.___frustumPlanePackets = unmarshaledfrustumPlanePackets_temp_12;
|
|
NativeArray_1_t68166A4F733ADFE89591B8BCE0284E5970D2816A unmarshaledfrustumSplitInfos_temp_13;
|
|
memset((&unmarshaledfrustumSplitInfos_temp_13), 0, sizeof(unmarshaledfrustumSplitInfos_temp_13));
|
|
unmarshaledfrustumSplitInfos_temp_13 = marshaled.___frustumSplitInfos;
|
|
unmarshaled.___frustumSplitInfos = unmarshaledfrustumSplitInfos_temp_13;
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 unmarshaledlightFacingFrustumPlanes_temp_14;
|
|
memset((&unmarshaledlightFacingFrustumPlanes_temp_14), 0, sizeof(unmarshaledlightFacingFrustumPlanes_temp_14));
|
|
unmarshaledlightFacingFrustumPlanes_temp_14 = marshaled.___lightFacingFrustumPlanes;
|
|
unmarshaled.___lightFacingFrustumPlanes = unmarshaledlightFacingFrustumPlanes_temp_14;
|
|
NativeArray_1_t933EB4C2ED1CCB3C68D5E2EC18C770C2893C8443 unmarshaledreceiverSplitInfos_temp_15;
|
|
memset((&unmarshaledreceiverSplitInfos_temp_15), 0, sizeof(unmarshaledreceiverSplitInfos_temp_15));
|
|
unmarshaledreceiverSplitInfos_temp_15 = marshaled.___receiverSplitInfos;
|
|
unmarshaled.___receiverSplitInfos = unmarshaledreceiverSplitInfos_temp_15;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 unmarshaledworldToLightSpaceRotation_temp_16;
|
|
memset((&unmarshaledworldToLightSpaceRotation_temp_16), 0, sizeof(unmarshaledworldToLightSpaceRotation_temp_16));
|
|
unmarshaledworldToLightSpaceRotation_temp_16 = marshaled.___worldToLightSpaceRotation;
|
|
unmarshaled.___worldToLightSpaceRotation = unmarshaledworldToLightSpaceRotation_temp_16;
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31 unmarshaledinstanceData_temp_17;
|
|
memset((&unmarshaledinstanceData_temp_17), 0, sizeof(unmarshaledinstanceData_temp_17));
|
|
unmarshaledinstanceData_temp_17 = marshaled.___instanceData;
|
|
unmarshaled.___instanceData = unmarshaledinstanceData_temp_17;
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E unmarshaledsharedInstanceData_temp_18;
|
|
memset((&unmarshaledsharedInstanceData_temp_18), 0, sizeof(unmarshaledsharedInstanceData_temp_18));
|
|
unmarshaledsharedInstanceData_temp_18 = marshaled.___sharedInstanceData;
|
|
unmarshaled.___sharedInstanceData = unmarshaledsharedInstanceData_temp_18;
|
|
NativeList_1_t53EAF24037BDCAF4EBF0C2060BFD6694AFAC35AD unmarshaledlodGroupCullingData_temp_19;
|
|
memset((&unmarshaledlodGroupCullingData_temp_19), 0, sizeof(unmarshaledlodGroupCullingData_temp_19));
|
|
unmarshaledlodGroupCullingData_temp_19 = marshaled.___lodGroupCullingData;
|
|
unmarshaled.___lodGroupCullingData = unmarshaledlodGroupCullingData_temp_19;
|
|
intptr_t unmarshaledocclusionBuffer_temp_20;
|
|
memset((&unmarshaledocclusionBuffer_temp_20), 0, sizeof(unmarshaledocclusionBuffer_temp_20));
|
|
unmarshaledocclusionBuffer_temp_20 = marshaled.___occlusionBuffer;
|
|
unmarshaled.___occlusionBuffer = unmarshaledocclusionBuffer_temp_20;
|
|
PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E unmarshaledcameraInstanceData_temp_21;
|
|
memset((&unmarshaledcameraInstanceData_temp_21), 0, sizeof(unmarshaledcameraInstanceData_temp_21));
|
|
unmarshaledcameraInstanceData_temp_21 = marshaled.___cameraInstanceData;
|
|
unmarshaled.___cameraInstanceData = unmarshaledcameraInstanceData_temp_21;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF unmarshaledrendererVisibilityMasks_temp_22;
|
|
memset((&unmarshaledrendererVisibilityMasks_temp_22), 0, sizeof(unmarshaledrendererVisibilityMasks_temp_22));
|
|
unmarshaledrendererVisibilityMasks_temp_22 = marshaled.___rendererVisibilityMasks;
|
|
unmarshaled.___rendererVisibilityMasks = unmarshaledrendererVisibilityMasks_temp_22;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF unmarshaledrendererMeshLodSettings_temp_23;
|
|
memset((&unmarshaledrendererMeshLodSettings_temp_23), 0, sizeof(unmarshaledrendererMeshLodSettings_temp_23));
|
|
unmarshaledrendererMeshLodSettings_temp_23 = marshaled.___rendererMeshLodSettings;
|
|
unmarshaled.___rendererMeshLodSettings = unmarshaledrendererMeshLodSettings_temp_23;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF unmarshaledrendererCrossFadeValues_temp_24;
|
|
memset((&unmarshaledrendererCrossFadeValues_temp_24), 0, sizeof(unmarshaledrendererCrossFadeValues_temp_24));
|
|
unmarshaledrendererCrossFadeValues_temp_24 = marshaled.___rendererCrossFadeValues;
|
|
unmarshaled.___rendererCrossFadeValues = unmarshaledrendererCrossFadeValues_temp_24;
|
|
}
|
|
IL2CPP_EXTERN_C void CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681_marshal_pinvoke_cleanup(CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681_marshaled_pinvoke& marshaled)
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_pinvoke_cleanup(marshaled.___binningConfig);
|
|
}
|
|
|
|
|
|
IL2CPP_EXTERN_C void CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681_marshal_com(const CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681& unmarshaled, CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681_marshaled_com& marshaled)
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_com(unmarshaled.___binningConfig, marshaled.___binningConfig);
|
|
marshaled.___viewType = unmarshaled.___viewType;
|
|
marshaled.___cameraPosition = unmarshaled.___cameraPosition;
|
|
marshaled.___sqrMeshLodSelectionConstant = unmarshaled.___sqrMeshLodSelectionConstant;
|
|
marshaled.___sqrScreenRelativeMetric = unmarshaled.___sqrScreenRelativeMetric;
|
|
marshaled.___minScreenRelativeHeight = unmarshaled.___minScreenRelativeHeight;
|
|
marshaled.___isOrtho = static_cast<int32_t>(unmarshaled.___isOrtho);
|
|
marshaled.___cullLightmappedShadowCasters = static_cast<int32_t>(unmarshaled.___cullLightmappedShadowCasters);
|
|
marshaled.___maxLOD = unmarshaled.___maxLOD;
|
|
marshaled.___cullingLayerMask = unmarshaled.___cullingLayerMask;
|
|
marshaled.___sceneCullingMask = unmarshaled.___sceneCullingMask;
|
|
marshaled.___animateCrossFades = static_cast<int32_t>(unmarshaled.___animateCrossFades);
|
|
marshaled.___frustumPlanePackets = unmarshaled.___frustumPlanePackets;
|
|
marshaled.___frustumSplitInfos = unmarshaled.___frustumSplitInfos;
|
|
marshaled.___lightFacingFrustumPlanes = unmarshaled.___lightFacingFrustumPlanes;
|
|
marshaled.___receiverSplitInfos = unmarshaled.___receiverSplitInfos;
|
|
marshaled.___worldToLightSpaceRotation = unmarshaled.___worldToLightSpaceRotation;
|
|
marshaled.___instanceData = unmarshaled.___instanceData;
|
|
marshaled.___sharedInstanceData = unmarshaled.___sharedInstanceData;
|
|
marshaled.___lodGroupCullingData = unmarshaled.___lodGroupCullingData;
|
|
marshaled.___occlusionBuffer = unmarshaled.___occlusionBuffer;
|
|
marshaled.___cameraInstanceData = unmarshaled.___cameraInstanceData;
|
|
marshaled.___rendererVisibilityMasks = unmarshaled.___rendererVisibilityMasks;
|
|
marshaled.___rendererMeshLodSettings = unmarshaled.___rendererMeshLodSettings;
|
|
marshaled.___rendererCrossFadeValues = unmarshaled.___rendererCrossFadeValues;
|
|
}
|
|
IL2CPP_EXTERN_C void CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681_marshal_com_back(const CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681_marshaled_com& marshaled, CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681& unmarshaled)
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7 unmarshaledbinningConfig_temp_0;
|
|
memset((&unmarshaledbinningConfig_temp_0), 0, sizeof(unmarshaledbinningConfig_temp_0));
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_com_back(marshaled.___binningConfig, unmarshaledbinningConfig_temp_0);
|
|
unmarshaled.___binningConfig = unmarshaledbinningConfig_temp_0;
|
|
int32_t unmarshaledviewType_temp_1 = 0;
|
|
unmarshaledviewType_temp_1 = marshaled.___viewType;
|
|
unmarshaled.___viewType = unmarshaledviewType_temp_1;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E unmarshaledcameraPosition_temp_2;
|
|
memset((&unmarshaledcameraPosition_temp_2), 0, sizeof(unmarshaledcameraPosition_temp_2));
|
|
unmarshaledcameraPosition_temp_2 = marshaled.___cameraPosition;
|
|
unmarshaled.___cameraPosition = unmarshaledcameraPosition_temp_2;
|
|
float unmarshaledsqrMeshLodSelectionConstant_temp_3 = 0.0f;
|
|
unmarshaledsqrMeshLodSelectionConstant_temp_3 = marshaled.___sqrMeshLodSelectionConstant;
|
|
unmarshaled.___sqrMeshLodSelectionConstant = unmarshaledsqrMeshLodSelectionConstant_temp_3;
|
|
float unmarshaledsqrScreenRelativeMetric_temp_4 = 0.0f;
|
|
unmarshaledsqrScreenRelativeMetric_temp_4 = marshaled.___sqrScreenRelativeMetric;
|
|
unmarshaled.___sqrScreenRelativeMetric = unmarshaledsqrScreenRelativeMetric_temp_4;
|
|
float unmarshaledminScreenRelativeHeight_temp_5 = 0.0f;
|
|
unmarshaledminScreenRelativeHeight_temp_5 = marshaled.___minScreenRelativeHeight;
|
|
unmarshaled.___minScreenRelativeHeight = unmarshaledminScreenRelativeHeight_temp_5;
|
|
bool unmarshaledisOrtho_temp_6 = false;
|
|
unmarshaledisOrtho_temp_6 = static_cast<bool>(marshaled.___isOrtho);
|
|
unmarshaled.___isOrtho = unmarshaledisOrtho_temp_6;
|
|
bool unmarshaledcullLightmappedShadowCasters_temp_7 = false;
|
|
unmarshaledcullLightmappedShadowCasters_temp_7 = static_cast<bool>(marshaled.___cullLightmappedShadowCasters);
|
|
unmarshaled.___cullLightmappedShadowCasters = unmarshaledcullLightmappedShadowCasters_temp_7;
|
|
int32_t unmarshaledmaxLOD_temp_8 = 0;
|
|
unmarshaledmaxLOD_temp_8 = marshaled.___maxLOD;
|
|
unmarshaled.___maxLOD = unmarshaledmaxLOD_temp_8;
|
|
uint32_t unmarshaledcullingLayerMask_temp_9 = 0;
|
|
unmarshaledcullingLayerMask_temp_9 = marshaled.___cullingLayerMask;
|
|
unmarshaled.___cullingLayerMask = unmarshaledcullingLayerMask_temp_9;
|
|
uint64_t unmarshaledsceneCullingMask_temp_10 = 0;
|
|
unmarshaledsceneCullingMask_temp_10 = marshaled.___sceneCullingMask;
|
|
unmarshaled.___sceneCullingMask = unmarshaledsceneCullingMask_temp_10;
|
|
bool unmarshaledanimateCrossFades_temp_11 = false;
|
|
unmarshaledanimateCrossFades_temp_11 = static_cast<bool>(marshaled.___animateCrossFades);
|
|
unmarshaled.___animateCrossFades = unmarshaledanimateCrossFades_temp_11;
|
|
NativeArray_1_t12018DEC83E53274D542435F55D8BED16BD4E78E unmarshaledfrustumPlanePackets_temp_12;
|
|
memset((&unmarshaledfrustumPlanePackets_temp_12), 0, sizeof(unmarshaledfrustumPlanePackets_temp_12));
|
|
unmarshaledfrustumPlanePackets_temp_12 = marshaled.___frustumPlanePackets;
|
|
unmarshaled.___frustumPlanePackets = unmarshaledfrustumPlanePackets_temp_12;
|
|
NativeArray_1_t68166A4F733ADFE89591B8BCE0284E5970D2816A unmarshaledfrustumSplitInfos_temp_13;
|
|
memset((&unmarshaledfrustumSplitInfos_temp_13), 0, sizeof(unmarshaledfrustumSplitInfos_temp_13));
|
|
unmarshaledfrustumSplitInfos_temp_13 = marshaled.___frustumSplitInfos;
|
|
unmarshaled.___frustumSplitInfos = unmarshaledfrustumSplitInfos_temp_13;
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 unmarshaledlightFacingFrustumPlanes_temp_14;
|
|
memset((&unmarshaledlightFacingFrustumPlanes_temp_14), 0, sizeof(unmarshaledlightFacingFrustumPlanes_temp_14));
|
|
unmarshaledlightFacingFrustumPlanes_temp_14 = marshaled.___lightFacingFrustumPlanes;
|
|
unmarshaled.___lightFacingFrustumPlanes = unmarshaledlightFacingFrustumPlanes_temp_14;
|
|
NativeArray_1_t933EB4C2ED1CCB3C68D5E2EC18C770C2893C8443 unmarshaledreceiverSplitInfos_temp_15;
|
|
memset((&unmarshaledreceiverSplitInfos_temp_15), 0, sizeof(unmarshaledreceiverSplitInfos_temp_15));
|
|
unmarshaledreceiverSplitInfos_temp_15 = marshaled.___receiverSplitInfos;
|
|
unmarshaled.___receiverSplitInfos = unmarshaledreceiverSplitInfos_temp_15;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 unmarshaledworldToLightSpaceRotation_temp_16;
|
|
memset((&unmarshaledworldToLightSpaceRotation_temp_16), 0, sizeof(unmarshaledworldToLightSpaceRotation_temp_16));
|
|
unmarshaledworldToLightSpaceRotation_temp_16 = marshaled.___worldToLightSpaceRotation;
|
|
unmarshaled.___worldToLightSpaceRotation = unmarshaledworldToLightSpaceRotation_temp_16;
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31 unmarshaledinstanceData_temp_17;
|
|
memset((&unmarshaledinstanceData_temp_17), 0, sizeof(unmarshaledinstanceData_temp_17));
|
|
unmarshaledinstanceData_temp_17 = marshaled.___instanceData;
|
|
unmarshaled.___instanceData = unmarshaledinstanceData_temp_17;
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E unmarshaledsharedInstanceData_temp_18;
|
|
memset((&unmarshaledsharedInstanceData_temp_18), 0, sizeof(unmarshaledsharedInstanceData_temp_18));
|
|
unmarshaledsharedInstanceData_temp_18 = marshaled.___sharedInstanceData;
|
|
unmarshaled.___sharedInstanceData = unmarshaledsharedInstanceData_temp_18;
|
|
NativeList_1_t53EAF24037BDCAF4EBF0C2060BFD6694AFAC35AD unmarshaledlodGroupCullingData_temp_19;
|
|
memset((&unmarshaledlodGroupCullingData_temp_19), 0, sizeof(unmarshaledlodGroupCullingData_temp_19));
|
|
unmarshaledlodGroupCullingData_temp_19 = marshaled.___lodGroupCullingData;
|
|
unmarshaled.___lodGroupCullingData = unmarshaledlodGroupCullingData_temp_19;
|
|
intptr_t unmarshaledocclusionBuffer_temp_20;
|
|
memset((&unmarshaledocclusionBuffer_temp_20), 0, sizeof(unmarshaledocclusionBuffer_temp_20));
|
|
unmarshaledocclusionBuffer_temp_20 = marshaled.___occlusionBuffer;
|
|
unmarshaled.___occlusionBuffer = unmarshaledocclusionBuffer_temp_20;
|
|
PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E unmarshaledcameraInstanceData_temp_21;
|
|
memset((&unmarshaledcameraInstanceData_temp_21), 0, sizeof(unmarshaledcameraInstanceData_temp_21));
|
|
unmarshaledcameraInstanceData_temp_21 = marshaled.___cameraInstanceData;
|
|
unmarshaled.___cameraInstanceData = unmarshaledcameraInstanceData_temp_21;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF unmarshaledrendererVisibilityMasks_temp_22;
|
|
memset((&unmarshaledrendererVisibilityMasks_temp_22), 0, sizeof(unmarshaledrendererVisibilityMasks_temp_22));
|
|
unmarshaledrendererVisibilityMasks_temp_22 = marshaled.___rendererVisibilityMasks;
|
|
unmarshaled.___rendererVisibilityMasks = unmarshaledrendererVisibilityMasks_temp_22;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF unmarshaledrendererMeshLodSettings_temp_23;
|
|
memset((&unmarshaledrendererMeshLodSettings_temp_23), 0, sizeof(unmarshaledrendererMeshLodSettings_temp_23));
|
|
unmarshaledrendererMeshLodSettings_temp_23 = marshaled.___rendererMeshLodSettings;
|
|
unmarshaled.___rendererMeshLodSettings = unmarshaledrendererMeshLodSettings_temp_23;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF unmarshaledrendererCrossFadeValues_temp_24;
|
|
memset((&unmarshaledrendererCrossFadeValues_temp_24), 0, sizeof(unmarshaledrendererCrossFadeValues_temp_24));
|
|
unmarshaledrendererCrossFadeValues_temp_24 = marshaled.___rendererCrossFadeValues;
|
|
unmarshaled.___rendererCrossFadeValues = unmarshaledrendererCrossFadeValues_temp_24;
|
|
}
|
|
IL2CPP_EXTERN_C void CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681_marshal_com_cleanup(CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681_marshaled_com& marshaled)
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_com_cleanup(marshaled.___binningConfig);
|
|
}
|
|
// Method Definition Index: 71101
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR uint32_t CullingJob_PackFloatToUint8_m7E24A8A8334FF990F67C75BCE8BB991037645230 (float ___0_percent, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:232>
|
|
float L_0 = ___0_percent;
|
|
V_0 = il2cpp_codegen_cast_floating_point<uint32_t, int32_t, float>(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(((float)il2cpp_codegen_add((1.0f), L_0)), (127.0f))), (0.5f))));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:234>
|
|
float L_1 = ___0_percent;
|
|
if ((!(((float)L_1) < ((float)(0.0f)))))
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:235>
|
|
uint32_t L_2 = V_0;
|
|
uint32_t L_3;
|
|
L_3 = math_clamp_m845CE3909BF025F1A435484446712886216D42CE_inline(L_2, 0, ((int32_t)126), NULL);
|
|
V_0 = L_3;
|
|
goto IL_003a;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:237>
|
|
uint32_t L_4 = V_0;
|
|
uint32_t L_5;
|
|
L_5 = math_clamp_m845CE3909BF025F1A435484446712886216D42CE_inline(L_4, ((int32_t)128), ((int32_t)254), NULL);
|
|
V_0 = L_5;
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:238>
|
|
uint32_t L_6 = V_0;
|
|
return L_6;
|
|
}
|
|
}
|
|
// Method Definition Index: 71102
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR uint32_t CullingJob_CalculateLODVisibility_mF87528623E251C0B920199D5DFB1021842A5F774 (CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_instanceIndex, int32_t ___1_sharedInstanceIndex, uint8_t ___2_instanceFlags, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_ElementAt_mFCD9E7A4E2981401954F416D16AA4455F46F9AE4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_UnsafeElementAt_m7C121BC14DCA25B8E95B393501BFA8CDD73D47D3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_get_Item_m13AB4BEFBEE6EE9755784AE433AA0F8822040898_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint32_t V_0 = 0;
|
|
uint32_t V_1 = 0;
|
|
uint32_t V_2 = 0;
|
|
LODGroupCullingData_t511A004D7CBAE84368FCAA62A0348C24CB46EABF* V_3 = NULL;
|
|
float V_4 = 0.0f;
|
|
uint32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
ReadOnly_t52ECF37AB8FDCB2D0BD7865EAAB18D0BD20F8117 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* V_8 = NULL;
|
|
float V_9 = 0.0f;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
float V_11 = 0.0f;
|
|
float V_12 = 0.0f;
|
|
float V_13 = 0.0f;
|
|
float V_14 = 0.0f;
|
|
float V_15 = 0.0f;
|
|
ReadOnly_tEDE38A52FAB74BA6088AF99AAFC32C7649A289AA V_16;
|
|
memset((&V_16), 0, sizeof(V_16));
|
|
float V_17 = 0.0f;
|
|
float V_18 = 0.0f;
|
|
int32_t V_19 = 0;
|
|
float V_20 = 0.0f;
|
|
float V_21 = 0.0f;
|
|
float V_22 = 0.0f;
|
|
float V_23 = 0.0f;
|
|
float V_24 = 0.0f;
|
|
float V_25 = 0.0f;
|
|
float G_B8_0 = 0.0f;
|
|
float G_B20_0 = 0.0f;
|
|
float G_B24_0 = 0.0f;
|
|
float G_B38_0 = 0.0f;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:243>
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E* L_0 = (ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E*)(&__this->___sharedInstanceData);
|
|
ReadOnly_t52ECF37AB8FDCB2D0BD7865EAAB18D0BD20F8117 L_1 = L_0->___lodGroupAndMasks;
|
|
V_7 = L_1;
|
|
int32_t L_2 = ___1_sharedInstanceIndex;
|
|
uint32_t L_3;
|
|
L_3 = ReadOnly_get_Item_m13AB4BEFBEE6EE9755784AE433AA0F8822040898_inline((&V_7), L_2, ReadOnly_get_Item_m13AB4BEFBEE6EE9755784AE433AA0F8822040898_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:245>
|
|
uint32_t L_4 = V_0;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0129;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:247>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:248>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:249>
|
|
int32_t L_5 = __this->___viewType;
|
|
if ((((int32_t)L_5) >= ((int32_t)4)))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
uint8_t L_6 = ___2_instanceFlags;
|
|
if (!((int32_t)((int32_t)L_6&((int32_t)16))))
|
|
{
|
|
goto IL_0039;
|
|
}
|
|
}
|
|
{
|
|
float L_7 = __this->___minScreenRelativeHeight;
|
|
if ((!(((float)L_7) == ((float)(0.0f)))))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
|
|
IL_0039:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:250>
|
|
return ((int32_t)255);
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:253>
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* L_8 = (ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31*)(&__this->___instanceData);
|
|
ReadOnly_tEDE38A52FAB74BA6088AF99AAFC32C7649A289AA L_9 = L_8->___worldAABBs;
|
|
V_16 = L_9;
|
|
int32_t L_10 = ___0_instanceIndex;
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* L_11;
|
|
L_11 = ReadOnly_UnsafeElementAt_m7C121BC14DCA25B8E95B393501BFA8CDD73D47D3((&V_16), L_10, ReadOnly_UnsafeElementAt_m7C121BC14DCA25B8E95B393501BFA8CDD73D47D3_RuntimeMethod_var);
|
|
V_8 = L_11;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:254>
|
|
bool L_12 = __this->___isOrtho;
|
|
if (L_12)
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* L_13 = V_8;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_14 = L_13->___center;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_15;
|
|
L_15 = float3_op_Implicit_m9CC301DFD67EEFAA15CA05E91913E862B22326F6(L_14, NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_16 = __this->___cameraPosition;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_17;
|
|
L_17 = float3_op_Implicit_m9CC301DFD67EEFAA15CA05E91913E862B22326F6(L_16, NULL);
|
|
float L_18 = __this->___sqrScreenRelativeMetric;
|
|
float L_19;
|
|
L_19 = LODRenderingUtils_CalculateSqrPerspectiveDistance_mF050ADA4BADB90CC903419FDA4124CF1C4749CA8(L_15, L_17, L_18, NULL);
|
|
G_B8_0 = L_19;
|
|
goto IL_0088;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
float L_20 = __this->___sqrScreenRelativeMetric;
|
|
G_B8_0 = L_20;
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:255>
|
|
float L_21;
|
|
L_21 = math_sqrt_mEF31DE7BD0179009683C5D7B0C58E6571B30CF4A_inline(G_B8_0, NULL);
|
|
V_9 = L_21;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:257>
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* L_22 = V_8;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_23 = L_22->___extents;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_24;
|
|
L_24 = float3_op_Multiply_m6E5DC552C8B0F9A180298BD9197FF47B14E0EA81_inline(L_23, (2.0f), NULL);
|
|
V_10 = L_24;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:258>
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_25 = V_10;
|
|
float L_26 = L_25.___x;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_27 = V_10;
|
|
float L_28 = L_27.___y;
|
|
float L_29;
|
|
L_29 = math_max_m4B454A91AE8827997609E74C4C24036BBD3CC496_inline(L_26, L_28, NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_30 = V_10;
|
|
float L_31 = L_30.___z;
|
|
float L_32;
|
|
L_32 = math_max_m4B454A91AE8827997609E74C4C24036BBD3CC496_inline(L_29, L_31, NULL);
|
|
V_11 = L_32;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:259>
|
|
float L_33 = __this->___minScreenRelativeHeight;
|
|
float L_34 = V_11;
|
|
float L_35;
|
|
L_35 = LODRenderingUtils_CalculateLODDistance_m37BB5F6DED42AD36FF3AD3C214164C4CA43AE33E(L_33, L_34, NULL);
|
|
V_12 = L_35;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:260>
|
|
float L_36 = V_12;
|
|
float L_37 = V_9;
|
|
if ((!(((float)L_36) < ((float)L_37))))
|
|
{
|
|
goto IL_00db;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:261>
|
|
return ((int32_t)127);
|
|
}
|
|
|
|
IL_00db:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:263>
|
|
float L_38 = __this->___minScreenRelativeHeight;
|
|
float L_39 = __this->___minScreenRelativeHeight;
|
|
V_13 = ((float)il2cpp_codegen_add(L_38, ((float)il2cpp_codegen_multiply((0.100000001f), L_39))));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:264>
|
|
float L_40 = V_12;
|
|
float L_41 = V_13;
|
|
float L_42 = V_11;
|
|
float L_43;
|
|
L_43 = LODRenderingUtils_CalculateLODDistance_m37BB5F6DED42AD36FF3AD3C214164C4CA43AE33E(L_41, L_42, NULL);
|
|
float L_44;
|
|
L_44 = Mathf_Max_mF5379E63D2BBAC76D090748695D833934F8AD051_inline((0.0f), ((float)il2cpp_codegen_subtract(L_40, L_43)), NULL);
|
|
V_14 = L_44;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:266>
|
|
float L_45 = V_12;
|
|
float L_46 = V_9;
|
|
float L_47 = V_14;
|
|
V_15 = ((float)(((float)il2cpp_codegen_subtract(L_45, L_46))/L_47));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:267>
|
|
float L_48 = V_15;
|
|
if ((((float)L_48) > ((float)(1.0f))))
|
|
{
|
|
goto IL_0123;
|
|
}
|
|
}
|
|
{
|
|
float L_49 = V_15;
|
|
uint32_t L_50;
|
|
L_50 = CullingJob_PackFloatToUint8_m7E24A8A8334FF990F67C75BCE8BB991037645230(L_49, NULL);
|
|
return L_50;
|
|
}
|
|
|
|
IL_0123:
|
|
{
|
|
return ((int32_t)255);
|
|
}
|
|
|
|
IL_0129:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:270>
|
|
uint32_t L_51 = V_0;
|
|
V_1 = ((int32_t)((uint32_t)L_51>>8));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:271>
|
|
uint32_t L_52 = V_0;
|
|
V_2 = ((int32_t)((int32_t)L_52&((int32_t)255)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:274>
|
|
NativeList_1_t53EAF24037BDCAF4EBF0C2060BFD6694AFAC35AD* L_53 = (NativeList_1_t53EAF24037BDCAF4EBF0C2060BFD6694AFAC35AD*)(&__this->___lodGroupCullingData);
|
|
uint32_t L_54 = V_1;
|
|
LODGroupCullingData_t511A004D7CBAE84368FCAA62A0348C24CB46EABF* L_55;
|
|
L_55 = NativeList_1_ElementAt_mFCD9E7A4E2981401954F416D16AA4455F46F9AE4(L_53, L_54, NativeList_1_ElementAt_mFCD9E7A4E2981401954F416D16AA4455F46F9AE4_RuntimeMethod_var);
|
|
V_3 = L_55;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:276>
|
|
LODGroupCullingData_t511A004D7CBAE84368FCAA62A0348C24CB46EABF* L_56 = V_3;
|
|
uint8_t L_57 = L_56->___forceLODMask;
|
|
if (!L_57)
|
|
{
|
|
goto IL_015d;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:277>
|
|
LODGroupCullingData_t511A004D7CBAE84368FCAA62A0348C24CB46EABF* L_58 = V_3;
|
|
uint8_t L_59 = L_58->___forceLODMask;
|
|
uint32_t L_60 = V_2;
|
|
if (((int32_t)((int32_t)L_59&(int32_t)L_60)))
|
|
{
|
|
goto IL_0157;
|
|
}
|
|
}
|
|
{
|
|
return ((int32_t)127);
|
|
}
|
|
|
|
IL_0157:
|
|
{
|
|
return ((int32_t)255);
|
|
}
|
|
|
|
IL_015d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:279>
|
|
bool L_61 = __this->___isOrtho;
|
|
if (L_61)
|
|
{
|
|
goto IL_0188;
|
|
}
|
|
}
|
|
{
|
|
LODGroupCullingData_t511A004D7CBAE84368FCAA62A0348C24CB46EABF* L_62 = V_3;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_63 = L_62->___worldSpaceReferencePoint;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_64;
|
|
L_64 = float3_op_Implicit_m9CC301DFD67EEFAA15CA05E91913E862B22326F6(L_63, NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_65 = __this->___cameraPosition;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_66;
|
|
L_66 = float3_op_Implicit_m9CC301DFD67EEFAA15CA05E91913E862B22326F6(L_65, NULL);
|
|
float L_67 = __this->___sqrScreenRelativeMetric;
|
|
float L_68;
|
|
L_68 = LODRenderingUtils_CalculateSqrPerspectiveDistance_mF050ADA4BADB90CC903419FDA4124CF1C4749CA8(L_64, L_66, L_67, NULL);
|
|
G_B20_0 = L_68;
|
|
goto IL_018e;
|
|
}
|
|
|
|
IL_0188:
|
|
{
|
|
float L_69 = __this->___sqrScreenRelativeMetric;
|
|
G_B20_0 = L_69;
|
|
}
|
|
|
|
IL_018e:
|
|
{
|
|
V_4 = G_B20_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:282>
|
|
int32_t L_70 = __this->___maxLOD;
|
|
V_5 = ((int32_t)((-1)<<((int32_t)(L_70&((int32_t)31)))));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:283>
|
|
uint32_t L_71 = V_2;
|
|
uint32_t L_72 = V_5;
|
|
V_2 = ((int32_t)((int32_t)L_71&(int32_t)L_72));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:286>
|
|
uint32_t L_73 = V_2;
|
|
int32_t L_74;
|
|
L_74 = math_tzcnt_m07FD7550AAB5D94312E99571B112D652E8230360_inline(L_73, NULL);
|
|
int32_t L_75 = __this->___maxLOD;
|
|
int32_t L_76;
|
|
L_76 = math_max_m9083201D37A8ED0157B127B5878D9B7F3A2A40BE_inline(((int32_t)il2cpp_codegen_subtract(L_74, 1)), L_75, NULL);
|
|
V_6 = L_76;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:287>
|
|
uint32_t L_77 = V_2;
|
|
int32_t L_78 = V_6;
|
|
V_2 = ((int32_t)((uint32_t)L_77>>((int32_t)(L_78&((int32_t)31)))));
|
|
goto IL_02fb;
|
|
}
|
|
|
|
IL_01c4:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:291>
|
|
int32_t L_79 = V_6;
|
|
int32_t L_80 = __this->___maxLOD;
|
|
if ((((int32_t)L_79) == ((int32_t)L_80)))
|
|
{
|
|
goto IL_01e4;
|
|
}
|
|
}
|
|
{
|
|
LODGroupCullingData_t511A004D7CBAE84368FCAA62A0348C24CB46EABF* L_81 = V_3;
|
|
U3CsqrDistancesU3Ee__FixedBuffer_tBE2A04F33CF7215086CA2D1F1C539B2B37A14415* L_82 = (U3CsqrDistancesU3Ee__FixedBuffer_tBE2A04F33CF7215086CA2D1F1C539B2B37A14415*)(&L_81->___sqrDistances);
|
|
float* L_83 = (float*)(&L_82->___FixedElementField);
|
|
int32_t L_84 = V_6;
|
|
float L_85 = *((float*)((float*)il2cpp_codegen_add((intptr_t)L_83, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_subtract(L_84, 1))), 4)))));
|
|
G_B24_0 = L_85;
|
|
goto IL_01e9;
|
|
}
|
|
|
|
IL_01e4:
|
|
{
|
|
G_B24_0 = (0.0f);
|
|
}
|
|
|
|
IL_01e9:
|
|
{
|
|
V_17 = G_B24_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:292>
|
|
LODGroupCullingData_t511A004D7CBAE84368FCAA62A0348C24CB46EABF* L_86 = V_3;
|
|
U3CsqrDistancesU3Ee__FixedBuffer_tBE2A04F33CF7215086CA2D1F1C539B2B37A14415* L_87 = (U3CsqrDistancesU3Ee__FixedBuffer_tBE2A04F33CF7215086CA2D1F1C539B2B37A14415*)(&L_86->___sqrDistances);
|
|
float* L_88 = (float*)(&L_87->___FixedElementField);
|
|
int32_t L_89 = V_6;
|
|
float L_90 = *((float*)((float*)il2cpp_codegen_add((intptr_t)L_88, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_89), 4)))));
|
|
V_18 = L_90;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:295>
|
|
float L_91 = V_4;
|
|
float L_92 = V_17;
|
|
if ((((float)L_91) < ((float)L_92)))
|
|
{
|
|
goto IL_0302;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:298>
|
|
float L_93 = V_4;
|
|
float L_94 = V_18;
|
|
if ((!(((float)L_93) > ((float)L_94))))
|
|
{
|
|
goto IL_021d;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:301>
|
|
int32_t L_95 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_95, 1));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:302>
|
|
uint32_t L_96 = V_2;
|
|
V_2 = ((int32_t)((uint32_t)L_96>>1));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:303>
|
|
goto IL_02fb;
|
|
}
|
|
|
|
IL_021d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:307>
|
|
uint32_t L_97 = V_2;
|
|
V_19 = ((int32_t)((int32_t)L_97&3));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:310>
|
|
int32_t L_98 = V_19;
|
|
if (L_98)
|
|
{
|
|
goto IL_0229;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:312>
|
|
return ((int32_t)127);
|
|
}
|
|
|
|
IL_0229:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:315>
|
|
int32_t L_99 = V_19;
|
|
if ((!(((uint32_t)L_99) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0234;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:317>
|
|
return ((int32_t)255);
|
|
}
|
|
|
|
IL_0234:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:320>
|
|
float L_100 = V_4;
|
|
float L_101;
|
|
L_101 = math_sqrt_mEF31DE7BD0179009683C5D7B0C58E6571B30CF4A_inline(L_100, NULL);
|
|
V_20 = L_101;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:321>
|
|
float L_102 = V_18;
|
|
float L_103;
|
|
L_103 = math_sqrt_mEF31DE7BD0179009683C5D7B0C58E6571B30CF4A_inline(L_102, NULL);
|
|
V_21 = L_103;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:324>
|
|
LODGroupCullingData_t511A004D7CBAE84368FCAA62A0348C24CB46EABF* L_104 = V_3;
|
|
U3CpercentageFlagsU3Ee__FixedBuffer_tCD60783832775FA82D449E02C0ECBF74970949DA* L_105 = (U3CpercentageFlagsU3Ee__FixedBuffer_tCD60783832775FA82D449E02C0ECBF74970949DA*)(&L_104->___percentageFlags);
|
|
bool* L_106 = (bool*)(&L_105->___FixedElementField);
|
|
int32_t L_107 = V_6;
|
|
int32_t L_108 = *((uint8_t*)((bool*)il2cpp_codegen_add((intptr_t)L_106, L_107)));
|
|
if (!L_108)
|
|
{
|
|
goto IL_02b3;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:327>
|
|
int32_t L_109 = V_19;
|
|
if ((!(((uint32_t)L_109) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0262;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:329>
|
|
return ((int32_t)128);
|
|
}
|
|
|
|
IL_0262:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:331>
|
|
int32_t L_110 = V_19;
|
|
if ((!(((uint32_t)L_110) == ((uint32_t)1))))
|
|
{
|
|
goto IL_02fb;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:333>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:334>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:335>
|
|
int32_t L_111 = V_6;
|
|
if ((((int32_t)L_111) > ((int32_t)0)))
|
|
{
|
|
goto IL_0277;
|
|
}
|
|
}
|
|
{
|
|
LODGroupCullingData_t511A004D7CBAE84368FCAA62A0348C24CB46EABF* L_112 = V_3;
|
|
float L_113 = L_112->___worldSpaceSize;
|
|
G_B38_0 = L_113;
|
|
goto IL_0290;
|
|
}
|
|
|
|
IL_0277:
|
|
{
|
|
LODGroupCullingData_t511A004D7CBAE84368FCAA62A0348C24CB46EABF* L_114 = V_3;
|
|
U3CsqrDistancesU3Ee__FixedBuffer_tBE2A04F33CF7215086CA2D1F1C539B2B37A14415* L_115 = (U3CsqrDistancesU3Ee__FixedBuffer_tBE2A04F33CF7215086CA2D1F1C539B2B37A14415*)(&L_114->___sqrDistances);
|
|
float* L_116 = (float*)(&L_115->___FixedElementField);
|
|
int32_t L_117 = V_6;
|
|
float L_118 = *((float*)((float*)il2cpp_codegen_add((intptr_t)L_116, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_subtract(L_117, 1))), 4)))));
|
|
float L_119;
|
|
L_119 = math_sqrt_mEF31DE7BD0179009683C5D7B0C58E6571B30CF4A_inline(L_118, NULL);
|
|
G_B38_0 = L_119;
|
|
}
|
|
|
|
IL_0290:
|
|
{
|
|
V_22 = G_B38_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:336>
|
|
float L_120 = V_20;
|
|
float L_121 = V_22;
|
|
float L_122;
|
|
L_122 = math_max_m4B454A91AE8827997609E74C4C24036BBD3CC496_inline(((float)il2cpp_codegen_subtract(L_120, L_121)), (0.0f), NULL);
|
|
float L_123 = V_21;
|
|
float L_124 = V_22;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:337>
|
|
uint32_t L_125;
|
|
L_125 = CullingJob_PackFloatToUint8_m7E24A8A8334FF990F67C75BCE8BB991037645230(((float)(L_122/((float)il2cpp_codegen_subtract(L_123, L_124)))), NULL);
|
|
return ((int32_t)((int32_t)L_125|((int32_t)256)));
|
|
}
|
|
|
|
IL_02b3:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:343>
|
|
LODGroupCullingData_t511A004D7CBAE84368FCAA62A0348C24CB46EABF* L_126 = V_3;
|
|
U3CtransitionDistancesU3Ee__FixedBuffer_t497E5273319068BE697947EDF74CE3852589CB3C* L_127 = (U3CtransitionDistancesU3Ee__FixedBuffer_t497E5273319068BE697947EDF74CE3852589CB3C*)(&L_126->___transitionDistances);
|
|
float* L_128 = (float*)(&L_127->___FixedElementField);
|
|
int32_t L_129 = V_6;
|
|
float L_130 = *((float*)((float*)il2cpp_codegen_add((intptr_t)L_128, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_129), 4)))));
|
|
V_23 = L_130;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:344>
|
|
float L_131 = V_21;
|
|
float L_132 = V_20;
|
|
V_24 = ((float)il2cpp_codegen_subtract(L_131, L_132));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:347>
|
|
float L_133 = V_24;
|
|
float L_134 = V_23;
|
|
if ((!(((float)L_133) < ((float)L_134))))
|
|
{
|
|
goto IL_02ed;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:349>
|
|
float L_135 = V_24;
|
|
float L_136 = V_23;
|
|
V_25 = ((float)(L_135/L_136));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:351>
|
|
int32_t L_137 = V_19;
|
|
if ((!(((uint32_t)L_137) == ((uint32_t)2))))
|
|
{
|
|
goto IL_02e5;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:352>
|
|
float L_138 = V_25;
|
|
V_25 = ((-L_138));
|
|
}
|
|
|
|
IL_02e5:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:353>
|
|
float L_139 = V_25;
|
|
uint32_t L_140;
|
|
L_140 = CullingJob_PackFloatToUint8_m7E24A8A8334FF990F67C75BCE8BB991037645230(L_139, NULL);
|
|
return L_140;
|
|
}
|
|
|
|
IL_02ed:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:356>
|
|
int32_t L_141 = V_19;
|
|
if ((((int32_t)L_141) == ((int32_t)1)))
|
|
{
|
|
goto IL_02f5;
|
|
}
|
|
}
|
|
{
|
|
return ((int32_t)127);
|
|
}
|
|
|
|
IL_02f5:
|
|
{
|
|
return ((int32_t)255);
|
|
}
|
|
|
|
IL_02fb:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:289>
|
|
uint32_t L_142 = V_2;
|
|
if ((!(((uint32_t)L_142) <= ((uint32_t)0))))
|
|
{
|
|
goto IL_01c4;
|
|
}
|
|
}
|
|
|
|
IL_0302:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:361>
|
|
return ((int32_t)127);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint32_t CullingJob_CalculateLODVisibility_mF87528623E251C0B920199D5DFB1021842A5F774_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_instanceIndex, int32_t ___1_sharedInstanceIndex, uint8_t ___2_instanceFlags, const RuntimeMethod* method)
|
|
{
|
|
CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681*>(__this + _offset);
|
|
uint32_t _returnValue;
|
|
_returnValue = CullingJob_CalculateLODVisibility_mF87528623E251C0B920199D5DFB1021842A5F774(_thisAdjusted, ___0_instanceIndex, ___1_sharedInstanceIndex, ___2_instanceFlags, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 71103
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR uint32_t CullingJob_CalculateVisibilityMask_m285DA7E28A8582C95BAE2C6794C34FC3F8F195ED (CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_instanceIndex, int32_t ___1_sharedInstanceIndex, uint8_t ___2_instanceFlags, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_UnsafeElementAt_m7C121BC14DCA25B8E95B393501BFA8CDD73D47D3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_get_Item_m9DFC7CAC9FE6CC930E5BB888FC1018C186B6B135_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* V_0 = NULL;
|
|
uint32_t V_1 = 0;
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
ReadOnly_tEDE38A52FAB74BA6088AF99AAFC32C7649A289AA V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
uint32_t G_B21_0 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:366>
|
|
uint32_t L_0 = __this->___cullingLayerMask;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:367>
|
|
return 0;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:369>
|
|
uint32_t L_1 = __this->___cullingLayerMask;
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E* L_2 = (ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E*)(&__this->___sharedInstanceData);
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B L_3 = L_2->___gameObjectLayers;
|
|
V_2 = L_3;
|
|
int32_t L_4 = ___1_sharedInstanceIndex;
|
|
int32_t L_5;
|
|
L_5 = ReadOnly_get_Item_m9DFC7CAC9FE6CC930E5BB888FC1018C186B6B135_inline((&V_2), L_4, ReadOnly_get_Item_m9DFC7CAC9FE6CC930E5BB888FC1018C186B6B135_RuntimeMethod_var);
|
|
if (((int64_t)(((int64_t)(uint64_t)((uint32_t)L_1))&((int64_t)((int32_t)(1<<((int32_t)(L_5&((int32_t)31)))))))))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:370>
|
|
return 0;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:372>
|
|
bool L_6 = __this->___cullLightmappedShadowCasters;
|
|
if (!L_6)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
uint8_t L_7 = ___2_instanceFlags;
|
|
if (!((int32_t)((int32_t)L_7&1)))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:373>
|
|
return 0;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:384>
|
|
int32_t L_8 = __this->___viewType;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)1))))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
uint8_t L_9 = ___2_instanceFlags;
|
|
if (!((int32_t)((int32_t)L_9&4)))
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:385>
|
|
return 0;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:386>
|
|
int32_t L_10 = __this->___viewType;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)2))))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
uint8_t L_11 = ___2_instanceFlags;
|
|
if (!((int32_t)((int32_t)L_11&2)))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:387>
|
|
return 0;
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:389>
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* L_12 = (ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31*)(&__this->___instanceData);
|
|
ReadOnly_tEDE38A52FAB74BA6088AF99AAFC32C7649A289AA L_13 = L_12->___worldAABBs;
|
|
V_3 = L_13;
|
|
int32_t L_14 = ___0_instanceIndex;
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* L_15;
|
|
L_15 = ReadOnly_UnsafeElementAt_m7C121BC14DCA25B8E95B393501BFA8CDD73D47D3((&V_3), L_14, ReadOnly_UnsafeElementAt_m7C121BC14DCA25B8E95B393501BFA8CDD73D47D3_RuntimeMethod_var);
|
|
V_0 = L_15;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:390>
|
|
NativeArray_1_t12018DEC83E53274D542435F55D8BED16BD4E78E L_16 = __this->___frustumPlanePackets;
|
|
NativeArray_1_t68166A4F733ADFE89591B8BCE0284E5970D2816A L_17 = __this->___frustumSplitInfos;
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* L_18 = V_0;
|
|
uint32_t L_19;
|
|
L_19 = FrustumPlaneCuller_ComputeSplitVisibilityMask_mCFC42DB8BADE15AB4A87F4BC60A3B5D7507745DC(L_16, L_17, L_18, NULL);
|
|
V_1 = L_19;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:392>
|
|
uint32_t L_20 = V_1;
|
|
if (!L_20)
|
|
{
|
|
goto IL_00b3;
|
|
}
|
|
}
|
|
{
|
|
NativeArray_1_t933EB4C2ED1CCB3C68D5E2EC18C770C2893C8443* L_21 = (NativeArray_1_t933EB4C2ED1CCB3C68D5E2EC18C770C2893C8443*)(&__this->___receiverSplitInfos);
|
|
int32_t L_22;
|
|
L_22 = IL2CPP_NATIVEARRAY_GET_LENGTH((L_21)->___m_Length);
|
|
if ((((int32_t)L_22) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00b3;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:393>
|
|
uint32_t L_23 = V_1;
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 L_24 = __this->___lightFacingFrustumPlanes;
|
|
NativeArray_1_t933EB4C2ED1CCB3C68D5E2EC18C770C2893C8443 L_25 = __this->___receiverSplitInfos;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_26 = __this->___worldToLightSpaceRotation;
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* L_27 = V_0;
|
|
uint32_t L_28;
|
|
L_28 = ReceiverSphereCuller_ComputeSplitVisibilityMask_m1188332DCE2CBF80B1A431AFB1BD49955898936F(L_24, L_25, L_26, L_27, NULL);
|
|
V_1 = ((int32_t)((int32_t)L_23&(int32_t)L_28));
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:396>
|
|
uint32_t L_29 = V_1;
|
|
if (!L_29)
|
|
{
|
|
goto IL_00e5;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_30 = __this->___occlusionBuffer;
|
|
bool L_31;
|
|
L_31 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B_inline(L_30, 0, NULL);
|
|
if (!L_31)
|
|
{
|
|
goto IL_00e5;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:397>
|
|
intptr_t L_32 = __this->___occlusionBuffer;
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* L_33 = V_0;
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A L_34 = (*(AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A*)L_33);
|
|
Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3 L_35;
|
|
L_35 = AABBExtensions_ToBounds_m7CAFEDB45226C652830072153F7236BA97C6C520(L_34, NULL);
|
|
bool L_36;
|
|
L_36 = BatchRendererGroup_OcclusionTestAABB_mD8CB44FEC173B6464E3722E6DFCC310C4723FFA7(L_32, L_35, NULL);
|
|
if (L_36)
|
|
{
|
|
goto IL_00e3;
|
|
}
|
|
}
|
|
{
|
|
G_B21_0 = ((uint32_t)(0));
|
|
goto IL_00e4;
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
uint32_t L_37 = V_1;
|
|
G_B21_0 = L_37;
|
|
}
|
|
|
|
IL_00e4:
|
|
{
|
|
V_1 = G_B21_0;
|
|
}
|
|
|
|
IL_00e5:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:399>
|
|
uint32_t L_38 = V_1;
|
|
return L_38;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint32_t CullingJob_CalculateVisibilityMask_m285DA7E28A8582C95BAE2C6794C34FC3F8F195ED_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_instanceIndex, int32_t ___1_sharedInstanceIndex, uint8_t ___2_instanceFlags, const RuntimeMethod* method)
|
|
{
|
|
CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681*>(__this + _offset);
|
|
uint32_t _returnValue;
|
|
_returnValue = CullingJob_CalculateVisibilityMask_m285DA7E28A8582C95BAE2C6794C34FC3F8F195ED(_thisAdjusted, ___0_instanceIndex, ___1_sharedInstanceIndex, ___2_instanceFlags, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 71104
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR uint32_t CullingJob_ComputeMeshLODLevel_m0CF5B90B965B46AA61BD4B00EF15C1528BF03A0D (CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_instanceIndex, int32_t ___1_sharedInstanceIndex, 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*)&ReadOnly_UnsafeElementAt_m7C121BC14DCA25B8E95B393501BFA8CDD73D47D3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_UnsafeElementAt_mB3880979EFA3DB70CCDED067C1B4B3CBD696D1ED_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_get_Item_m8716F404AD9041C2FF3740B1CF5707196FAE0DB5_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GPUDrivenRendererMeshLodData_tFC0A33207178DDD3BD7B630CFB2B933D56EC073F* V_0 = NULL;
|
|
GPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* V_2 = NULL;
|
|
float V_3 = 0.0f;
|
|
ReadOnly_t1B16B4A15E0EC836CDFA3CF0AB06D92C3320EE7F V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
ReadOnly_t660DB38A843BC8666A283FE71913018D9508D052 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
ReadOnly_tEDE38A52FAB74BA6088AF99AAFC32C7649A289AA V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
float G_B5_0 = 0.0f;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:405>
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* L_0 = (ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31*)(&__this->___instanceData);
|
|
ReadOnly_t1B16B4A15E0EC836CDFA3CF0AB06D92C3320EE7F L_1 = L_0->___meshLodData;
|
|
V_4 = L_1;
|
|
int32_t L_2 = ___0_instanceIndex;
|
|
GPUDrivenRendererMeshLodData_tFC0A33207178DDD3BD7B630CFB2B933D56EC073F* L_3;
|
|
L_3 = ReadOnly_UnsafeElementAt_mB3880979EFA3DB70CCDED067C1B4B3CBD696D1ED((&V_4), L_2, ReadOnly_UnsafeElementAt_mB3880979EFA3DB70CCDED067C1B4B3CBD696D1ED_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:406>
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E* L_4 = (ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E*)(&__this->___sharedInstanceData);
|
|
ReadOnly_t660DB38A843BC8666A283FE71913018D9508D052 L_5 = L_4->___meshLodInfos;
|
|
V_5 = L_5;
|
|
int32_t L_6 = ___1_sharedInstanceIndex;
|
|
GPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061 L_7;
|
|
L_7 = ReadOnly_get_Item_m8716F404AD9041C2FF3740B1CF5707196FAE0DB5_inline((&V_5), L_6, ReadOnly_get_Item_m8716F404AD9041C2FF3740B1CF5707196FAE0DB5_RuntimeMethod_var);
|
|
V_1 = L_7;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:408>
|
|
GPUDrivenRendererMeshLodData_tFC0A33207178DDD3BD7B630CFB2B933D56EC073F* L_8 = V_0;
|
|
int32_t L_9 = L_8->___forceLod;
|
|
if ((((int32_t)L_9) < ((int32_t)0)))
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:409>
|
|
GPUDrivenRendererMeshLodData_tFC0A33207178DDD3BD7B630CFB2B933D56EC073F* L_10 = V_0;
|
|
int32_t L_11 = L_10->___forceLod;
|
|
GPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061 L_12 = V_1;
|
|
int32_t L_13 = L_12.___levelCount;
|
|
int32_t L_14;
|
|
L_14 = math_clamp_m9EABD008C8EAD9D150062ABE724D96FA2121EE1C_inline(L_11, 0, ((int32_t)il2cpp_codegen_subtract(L_13, 1)), NULL);
|
|
return L_14;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:411>
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* L_15 = (ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31*)(&__this->___instanceData);
|
|
ReadOnly_tEDE38A52FAB74BA6088AF99AAFC32C7649A289AA L_16 = L_15->___worldAABBs;
|
|
V_6 = L_16;
|
|
int32_t L_17 = ___0_instanceIndex;
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* L_18;
|
|
L_18 = ReadOnly_UnsafeElementAt_m7C121BC14DCA25B8E95B393501BFA8CDD73D47D3((&V_6), L_17, ReadOnly_UnsafeElementAt_m7C121BC14DCA25B8E95B393501BFA8CDD73D47D3_RuntimeMethod_var);
|
|
V_2 = L_18;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:413>
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* L_19 = V_2;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_20 = L_19->___extents;
|
|
float L_21;
|
|
L_21 = math_lengthsq_mC699F3F214F05B26BEBAF1B46E3AA3C00407A532_inline(L_20, NULL);
|
|
float L_22;
|
|
L_22 = math_max_m4B454A91AE8827997609E74C4C24036BBD3CC496_inline(L_21, (9.99999975E-06f), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:414>
|
|
V_3 = ((float)il2cpp_codegen_multiply(L_22, (4.0f)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:415>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:416>
|
|
bool L_23 = __this->___isOrtho;
|
|
if (L_23)
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}
|
|
{
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* L_24 = V_2;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_25 = L_24->___center;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_26;
|
|
L_26 = float3_op_Implicit_m9CC301DFD67EEFAA15CA05E91913E862B22326F6(L_25, NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_27 = __this->___cameraPosition;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_28;
|
|
L_28 = float3_op_Implicit_m9CC301DFD67EEFAA15CA05E91913E862B22326F6(L_27, NULL);
|
|
float L_29 = __this->___sqrMeshLodSelectionConstant;
|
|
float L_30;
|
|
L_30 = LODRenderingUtils_CalculateSqrPerspectiveDistance_mF050ADA4BADB90CC903419FDA4124CF1C4749CA8(L_26, L_28, L_29, NULL);
|
|
G_B5_0 = L_30;
|
|
goto IL_00ad;
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
float L_31 = __this->___sqrMeshLodSelectionConstant;
|
|
G_B5_0 = L_31;
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:418>
|
|
float L_32 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_33;
|
|
L_33 = sqrt(((double)((float)(G_B5_0/L_32))));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:420>
|
|
double L_34;
|
|
L_34 = math_log2_m6B62F168669E44F7CE5CFE99456183815EC32C7E_inline(L_33, NULL);
|
|
GPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061 L_35 = V_1;
|
|
float L_36 = L_35.___lodSlope;
|
|
GPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061 L_37 = V_1;
|
|
float L_38 = L_37.___lodBias;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:423>
|
|
double L_39;
|
|
L_39 = math_max_m8830F8721EFC73BCF991CD497115A103B86BF3BE_inline(((double)il2cpp_codegen_add(((double)il2cpp_codegen_multiply(L_34, ((double)L_36))), ((double)L_38))), (0.0), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:424>
|
|
GPUDrivenRendererMeshLodData_tFC0A33207178DDD3BD7B630CFB2B933D56EC073F* L_40 = V_0;
|
|
float L_41 = L_40->___lodSelectionBias;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:426>
|
|
GPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061 L_42 = V_1;
|
|
int32_t L_43 = L_42.___levelCount;
|
|
double L_44;
|
|
L_44 = math_clamp_m39FE4EA2420B8DF536A1344B16D9E39EF5B7155F_inline(((double)il2cpp_codegen_add(L_39, ((double)L_41))), (0.0), ((double)((int32_t)il2cpp_codegen_subtract(L_43, 1))), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:428>
|
|
double L_45;
|
|
L_45 = math_floor_m49AF91133E08FD4B7A652BCC41F25EEC9DF52D07_inline(L_44, NULL);
|
|
return il2cpp_codegen_cast_floating_point<uint32_t, int32_t, double>(L_45);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint32_t CullingJob_ComputeMeshLODLevel_m0CF5B90B965B46AA61BD4B00EF15C1528BF03A0D_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_instanceIndex, int32_t ___1_sharedInstanceIndex, const RuntimeMethod* method)
|
|
{
|
|
CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681*>(__this + _offset);
|
|
uint32_t _returnValue;
|
|
_returnValue = CullingJob_ComputeMeshLODLevel_m0CF5B90B965B46AA61BD4B00EF15C1528BF03A0D(_thisAdjusted, ___0_instanceIndex, ___1_sharedInstanceIndex, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 71105
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR uint32_t CullingJob_ComputeMeshLODCrossfade_mF911187408B6601080C28F1227FAF60DE832B750 (CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_instanceIndex, uint32_t* ___1_meshLodLevel, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeList_1_get_Item_m3BC258CC4C92F5D2A744C24BA0EABA6D06D8ED2B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeList_1_set_Item_m1906FF4418AEFA959A8BE8771DC0609774FD0E93_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t V_0 = 0x0;
|
|
uint8_t V_1 = 0x0;
|
|
int32_t G_B7_0 = 0;
|
|
UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D* G_B7_1 = NULL;
|
|
int32_t G_B6_0 = 0;
|
|
UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D* G_B6_1 = NULL;
|
|
int32_t G_B8_0 = 0;
|
|
int32_t G_B8_1 = 0;
|
|
UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D* G_B8_2 = NULL;
|
|
uint8_t G_B13_0 = 0x0;
|
|
uint32_t* G_B13_1 = NULL;
|
|
uint8_t G_B12_0 = 0x0;
|
|
uint32_t* G_B12_1 = NULL;
|
|
int32_t G_B14_0 = 0;
|
|
uint8_t G_B14_1 = 0x0;
|
|
uint32_t* G_B14_2 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:438>
|
|
PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E* L_0 = (PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E*)(&__this->___cameraInstanceData);
|
|
UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D* L_1 = (UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D*)(&L_0->___meshLods);
|
|
int32_t L_2 = ___0_instanceIndex;
|
|
uint8_t L_3;
|
|
L_3 = UnsafeList_1_get_Item_m3BC258CC4C92F5D2A744C24BA0EABA6D06D8ED2B_inline(L_1, L_2, UnsafeList_1_get_Item_m3BC258CC4C92F5D2A744C24BA0EABA6D06D8ED2B_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:441>
|
|
uint8_t L_4 = V_0;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)255)))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:443>
|
|
PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E* L_5 = (PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E*)(&__this->___cameraInstanceData);
|
|
UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D* L_6 = (UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D*)(&L_5->___meshLods);
|
|
int32_t L_7 = ___0_instanceIndex;
|
|
uint32_t* L_8 = ___1_meshLodLevel;
|
|
int32_t L_9 = *((uint32_t*)L_8);
|
|
UnsafeList_1_set_Item_m1906FF4418AEFA959A8BE8771DC0609774FD0E93_inline(L_6, L_7, (uint8_t)((int32_t)(uint8_t)L_9), UnsafeList_1_set_Item_m1906FF4418AEFA959A8BE8771DC0609774FD0E93_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:444>
|
|
return ((int32_t)255);
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:447>
|
|
PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E* L_10 = (PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E*)(&__this->___cameraInstanceData);
|
|
UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D* L_11 = (UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D*)(&L_10->___crossFades);
|
|
int32_t L_12 = ___0_instanceIndex;
|
|
uint8_t L_13;
|
|
L_13 = UnsafeList_1_get_Item_m3BC258CC4C92F5D2A744C24BA0EABA6D06D8ED2B_inline(L_11, L_12, UnsafeList_1_get_Item_m3BC258CC4C92F5D2A744C24BA0EABA6D06D8ED2B_RuntimeMethod_var);
|
|
V_1 = L_13;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:450>
|
|
uint8_t L_14 = V_1;
|
|
if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)255)))))
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:452>
|
|
uint8_t L_15 = V_0;
|
|
uint32_t* L_16 = ___1_meshLodLevel;
|
|
int32_t L_17 = *((uint32_t*)L_16);
|
|
if ((!(((uint32_t)L_15) == ((uint32_t)L_17))))
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:453>
|
|
return ((int32_t)255);
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:455>
|
|
PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E* L_18 = (PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E*)(&__this->___cameraInstanceData);
|
|
UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D* L_19 = (UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D*)(&L_18->___meshLods);
|
|
int32_t L_20 = ___0_instanceIndex;
|
|
uint32_t* L_21 = ___1_meshLodLevel;
|
|
int32_t L_22 = *((uint32_t*)L_21);
|
|
UnsafeList_1_set_Item_m1906FF4418AEFA959A8BE8771DC0609774FD0E93_inline(L_19, L_20, (uint8_t)((int32_t)(uint8_t)L_22), UnsafeList_1_set_Item_m1906FF4418AEFA959A8BE8771DC0609774FD0E93_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:456>
|
|
PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E* L_23 = (PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E*)(&__this->___cameraInstanceData);
|
|
UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D* L_24 = (UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D*)(&L_23->___crossFades);
|
|
int32_t L_25 = ___0_instanceIndex;
|
|
uint32_t* L_26 = ___1_meshLodLevel;
|
|
int32_t L_27 = *((uint32_t*)L_26);
|
|
uint8_t L_28 = V_0;
|
|
if ((!(((uint32_t)L_27) >= ((uint32_t)L_28))))
|
|
{
|
|
G_B7_0 = L_25;
|
|
G_B7_1 = L_24;
|
|
goto IL_0081;
|
|
}
|
|
G_B6_0 = L_25;
|
|
G_B6_1 = L_24;
|
|
}
|
|
{
|
|
G_B8_0 = 1;
|
|
G_B8_1 = G_B6_0;
|
|
G_B8_2 = G_B6_1;
|
|
goto IL_0086;
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
G_B8_0 = ((int32_t)128);
|
|
G_B8_1 = G_B7_0;
|
|
G_B8_2 = G_B7_1;
|
|
}
|
|
|
|
IL_0086:
|
|
{
|
|
UnsafeList_1_set_Item_m1906FF4418AEFA959A8BE8771DC0609774FD0E93_inline(G_B8_2, G_B8_1, (uint8_t)((int32_t)(uint8_t)G_B8_0), UnsafeList_1_set_Item_m1906FF4418AEFA959A8BE8771DC0609774FD0E93_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:457>
|
|
uint32_t* L_29 = ___1_meshLodLevel;
|
|
uint8_t L_30 = V_0;
|
|
*((int32_t*)L_29) = (int32_t)L_30;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:458>
|
|
return ((int32_t)255);
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:462>
|
|
uint8_t L_31 = V_1;
|
|
if (((int64_t)(((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_31, 1)))%((int64_t)((int32_t)127)))))
|
|
{
|
|
goto IL_00a8;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:464>
|
|
uint32_t* L_32 = ___1_meshLodLevel;
|
|
uint8_t L_33 = V_0;
|
|
*((int32_t*)L_32) = (int32_t)L_33;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:465>
|
|
return ((int32_t)255);
|
|
}
|
|
|
|
IL_00a8:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:468>
|
|
uint32_t* L_34 = ___1_meshLodLevel;
|
|
uint8_t L_35 = V_0;
|
|
uint8_t L_36 = V_1;
|
|
if ((!(((uint32_t)L_36) <= ((uint32_t)((int32_t)127)))))
|
|
{
|
|
G_B13_0 = L_35;
|
|
G_B13_1 = L_34;
|
|
goto IL_00b3;
|
|
}
|
|
G_B12_0 = L_35;
|
|
G_B12_1 = L_34;
|
|
}
|
|
{
|
|
G_B14_0 = ((int32_t)64);
|
|
G_B14_1 = G_B12_0;
|
|
G_B14_2 = G_B12_1;
|
|
goto IL_00b8;
|
|
}
|
|
|
|
IL_00b3:
|
|
{
|
|
G_B14_0 = ((int32_t)192);
|
|
G_B14_1 = G_B13_0;
|
|
G_B14_2 = G_B13_1;
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
*((int32_t*)G_B14_2) = (int32_t)((int32_t)((int32_t)G_B14_1|G_B14_0));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:470>
|
|
uint8_t L_37 = V_1;
|
|
return L_37;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C uint32_t CullingJob_ComputeMeshLODCrossfade_mF911187408B6601080C28F1227FAF60DE832B750_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_instanceIndex, uint32_t* ___1_meshLodLevel, const RuntimeMethod* method)
|
|
{
|
|
CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681*>(__this + _offset);
|
|
uint32_t _returnValue;
|
|
_returnValue = CullingJob_ComputeMeshLODCrossfade_mF911187408B6601080C28F1227FAF60DE832B750(_thisAdjusted, ___0_instanceIndex, ___1_meshLodLevel, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 71106
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void CullingJob_EnforcePreviousFrameMeshLOD_m20C1DF1641349AC2B1B455E7A49D0DE6BC3497B2 (CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_instanceIndex, uint32_t* ___1_meshLodLevel, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeList_1_ElementAt_m005F4546B1F03AF0134BE89767635AB68F74E4E8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
uint8_t* V_0 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:475>
|
|
PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E* L_0 = (PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E*)(&__this->___cameraInstanceData);
|
|
UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D* L_1 = (UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D*)(&L_0->___meshLods);
|
|
int32_t L_2 = ___0_instanceIndex;
|
|
uint8_t* L_3;
|
|
L_3 = UnsafeList_1_ElementAt_m005F4546B1F03AF0134BE89767635AB68F74E4E8_inline(L_1, L_2, UnsafeList_1_ElementAt_m005F4546B1F03AF0134BE89767635AB68F74E4E8_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:477>
|
|
uint8_t* L_4 = V_0;
|
|
int32_t L_5 = *((uint8_t*)L_4);
|
|
if ((((int32_t)L_5) == ((int32_t)((int32_t)255))))
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:479>
|
|
uint32_t* L_6 = ___1_meshLodLevel;
|
|
uint8_t* L_7 = V_0;
|
|
int32_t L_8 = *((uint8_t*)L_7);
|
|
*((int32_t*)L_6) = (int32_t)L_8;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:481>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void CullingJob_EnforcePreviousFrameMeshLOD_m20C1DF1641349AC2B1B455E7A49D0DE6BC3497B2_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_instanceIndex, uint32_t* ___1_meshLodLevel, const RuntimeMethod* method)
|
|
{
|
|
CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681*>(__this + _offset);
|
|
CullingJob_EnforcePreviousFrameMeshLOD_m20C1DF1641349AC2B1B455E7A49D0DE6BC3497B2(_thisAdjusted, ___0_instanceIndex, ___1_meshLodLevel, method);
|
|
}
|
|
// Method Definition Index: 71107
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void CullingJob_Execute_m172CC218FA8F7198BD69C1C87294FD90D94DB884 (CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_instanceIndex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_get_Item_m27DDB696888593A986C7109A7206B214407E319D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_get_Item_m6473FA4606F2A6B90DD618E6FB3E261D11D6CCDF_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
uint8_t V_2 = 0;
|
|
uint32_t V_3 = 0;
|
|
uint32_t V_4 = 0;
|
|
uint32_t V_5 = 0;
|
|
bool V_6 = false;
|
|
ReadOnly_t1CAEC312F8157A59A9201E3E3B1A27C44FB47310 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
ReadOnly_t7FDDA88305363550FE94B8059DE5CE2645E4A30C V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
bool V_9 = false;
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
uint32_t G_B7_0 = 0;
|
|
uint32_t G_B6_0 = 0;
|
|
int32_t G_B8_0 = 0;
|
|
uint32_t G_B8_1 = 0;
|
|
uint32_t G_B19_0 = 0;
|
|
uint32_t G_B18_0 = 0;
|
|
int32_t G_B20_0 = 0;
|
|
uint32_t G_B20_1 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:485>
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* L_0 = (ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31*)(&__this->___instanceData);
|
|
ReadOnly_t1CAEC312F8157A59A9201E3E3B1A27C44FB47310 L_1 = L_0->___instances;
|
|
V_7 = L_1;
|
|
int32_t L_2 = ___0_instanceIndex;
|
|
InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B L_3;
|
|
L_3 = ReadOnly_get_Item_m6473FA4606F2A6B90DD618E6FB3E261D11D6CCDF_inline((&V_7), L_2, ReadOnly_get_Item_m6473FA4606F2A6B90DD618E6FB3E261D11D6CCDF_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:486>
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E* L_4 = (ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E*)(&__this->___sharedInstanceData);
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* L_5 = (ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31*)(&__this->___instanceData);
|
|
InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B L_6 = V_0;
|
|
int32_t L_7;
|
|
L_7 = ReadOnly_InstanceToIndex_mE76C9EBF3ACCFDD5D73B3A99925CAE88DE2DDBE8(L_4, L_5, L_6, NULL);
|
|
V_1 = L_7;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:487>
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E* L_8 = (ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E*)(&__this->___sharedInstanceData);
|
|
ReadOnly_t7FDDA88305363550FE94B8059DE5CE2645E4A30C L_9 = L_8->___flags;
|
|
V_8 = L_9;
|
|
int32_t L_10 = V_1;
|
|
CPUSharedInstanceFlags_tA2264804A98F5A694C7AFDF536E9612C8C9E5455 L_11;
|
|
L_11 = ReadOnly_get_Item_m27DDB696888593A986C7109A7206B214407E319D_inline((&V_8), L_10, ReadOnly_get_Item_m27DDB696888593A986C7109A7206B214407E319D_RuntimeMethod_var);
|
|
uint8_t L_12 = L_11.___instanceFlags;
|
|
V_2 = L_12;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:489>
|
|
int32_t L_13 = ___0_instanceIndex;
|
|
int32_t L_14 = V_1;
|
|
uint8_t L_15 = V_2;
|
|
uint32_t L_16;
|
|
L_16 = CullingJob_CalculateVisibilityMask_m285DA7E28A8582C95BAE2C6794C34FC3F8F195ED(__this, L_13, L_14, L_15, NULL);
|
|
V_3 = L_16;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:490>
|
|
uint32_t L_17 = V_3;
|
|
if (L_17)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:492>
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_18 = (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF*)(&__this->___rendererVisibilityMasks);
|
|
il2cpp_codegen_runtime_class_init_inline(InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B_il2cpp_TypeInfo_var);
|
|
int32_t L_19;
|
|
L_19 = InstanceHandle_get_index_mD1303DDB5E62977480B92E3DCECC534B1465CB94_inline((&V_0), NULL);
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(uint8_t, (L_18)->___m_Buffer, L_19, ((uint8_t)0));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:493>
|
|
return;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:496>
|
|
int32_t L_20 = ___0_instanceIndex;
|
|
int32_t L_21 = V_1;
|
|
uint8_t L_22 = V_2;
|
|
uint32_t L_23;
|
|
L_23 = CullingJob_CalculateLODVisibility_mF87528623E251C0B920199D5DFB1021842A5F774(__this, L_20, L_21, L_22, NULL);
|
|
V_4 = L_23;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:497>
|
|
uint32_t L_24 = V_4;
|
|
if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)127)))))
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:499>
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_25 = (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF*)(&__this->___rendererVisibilityMasks);
|
|
il2cpp_codegen_runtime_class_init_inline(InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B_il2cpp_TypeInfo_var);
|
|
int32_t L_26;
|
|
L_26 = InstanceHandle_get_index_mD1303DDB5E62977480B92E3DCECC534B1465CB94_inline((&V_0), NULL);
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(uint8_t, (L_25)->___m_Buffer, L_26, ((uint8_t)0));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:500>
|
|
return;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:503>
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7* L_27 = (BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7*)(&__this->___binningConfig);
|
|
bool L_28 = L_27->___supportsMotionCheck;
|
|
if (!L_28)
|
|
{
|
|
goto IL_00bb;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:505>
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* L_29 = (ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31*)(&__this->___instanceData);
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 L_30 = L_29->___movedInPreviousFrameBits;
|
|
V_10 = L_30;
|
|
int32_t L_31 = ___0_instanceIndex;
|
|
bool L_32;
|
|
L_32 = ParallelBitArray_Get_m250C22A6191BAF4C5B314EFAF451E391D251F2B0((&V_10), L_31, NULL);
|
|
V_9 = L_32;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:506>
|
|
uint32_t L_33 = V_3;
|
|
bool L_34 = V_9;
|
|
if (L_34)
|
|
{
|
|
G_B7_0 = ((uint32_t)(((int32_t)((int32_t)L_33<<1))));
|
|
goto IL_00b8;
|
|
}
|
|
G_B6_0 = ((uint32_t)(((int32_t)((int32_t)L_33<<1))));
|
|
}
|
|
{
|
|
G_B8_0 = 0;
|
|
G_B8_1 = G_B6_0;
|
|
goto IL_00b9;
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
G_B8_0 = 1;
|
|
G_B8_1 = G_B7_0;
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
V_3 = ((int32_t)((int32_t)G_B8_1|G_B8_0));
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:509>
|
|
V_5 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:511>
|
|
uint8_t L_35 = V_2;
|
|
V_6 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_35&8))) <= ((uint32_t)0)))? 1 : 0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:512>
|
|
bool L_36 = V_6;
|
|
if (!L_36)
|
|
{
|
|
goto IL_00d4;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:514>
|
|
int32_t L_37 = ___0_instanceIndex;
|
|
int32_t L_38 = V_1;
|
|
uint32_t L_39;
|
|
L_39 = CullingJob_ComputeMeshLODLevel_m0CF5B90B965B46AA61BD4B00EF15C1528BF03A0D(__this, L_37, L_38, NULL);
|
|
V_5 = L_39;
|
|
}
|
|
|
|
IL_00d4:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:517>
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7* L_40 = (BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7*)(&__this->___binningConfig);
|
|
bool L_41 = L_40->___supportsCrossFade;
|
|
if (!L_41)
|
|
{
|
|
goto IL_011e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:519>
|
|
bool L_42 = V_6;
|
|
if (!L_42)
|
|
{
|
|
goto IL_010c;
|
|
}
|
|
}
|
|
{
|
|
bool L_43 = __this->___animateCrossFades;
|
|
if (!L_43)
|
|
{
|
|
goto IL_010c;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:522>
|
|
uint32_t L_44 = V_4;
|
|
if ((!(((uint32_t)L_44) == ((uint32_t)((int32_t)255)))))
|
|
{
|
|
goto IL_0103;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:524>
|
|
int32_t L_45 = ___0_instanceIndex;
|
|
uint32_t L_46;
|
|
L_46 = CullingJob_ComputeMeshLODCrossfade_mF911187408B6601080C28F1227FAF60DE832B750(__this, L_45, (&V_5), NULL);
|
|
V_4 = L_46;
|
|
goto IL_010c;
|
|
}
|
|
|
|
IL_0103:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:529>
|
|
int32_t L_47 = ___0_instanceIndex;
|
|
CullingJob_EnforcePreviousFrameMeshLOD_m20C1DF1641349AC2B1B455E7A49D0DE6BC3497B2(__this, L_47, (&V_5), NULL);
|
|
}
|
|
|
|
IL_010c:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:533>
|
|
uint32_t L_48 = V_3;
|
|
uint32_t L_49 = V_4;
|
|
if ((!(((uint32_t)L_49) >= ((uint32_t)((int32_t)255)))))
|
|
{
|
|
G_B19_0 = ((uint32_t)(((int32_t)((int32_t)L_48<<1))));
|
|
goto IL_011b;
|
|
}
|
|
G_B18_0 = ((uint32_t)(((int32_t)((int32_t)L_48<<1))));
|
|
}
|
|
{
|
|
G_B20_0 = 0;
|
|
G_B20_1 = G_B18_0;
|
|
goto IL_011c;
|
|
}
|
|
|
|
IL_011b:
|
|
{
|
|
G_B20_0 = 1;
|
|
G_B20_1 = G_B19_0;
|
|
}
|
|
|
|
IL_011c:
|
|
{
|
|
V_3 = ((int32_t)((int32_t)G_B20_1|G_B20_0));
|
|
}
|
|
|
|
IL_011e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:536>
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_50 = (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF*)(&__this->___rendererVisibilityMasks);
|
|
il2cpp_codegen_runtime_class_init_inline(InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B_il2cpp_TypeInfo_var);
|
|
int32_t L_51;
|
|
L_51 = InstanceHandle_get_index_mD1303DDB5E62977480B92E3DCECC534B1465CB94_inline((&V_0), NULL);
|
|
uint32_t L_52 = V_3;
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(uint8_t, (L_50)->___m_Buffer, L_51, ((uint8_t)((int32_t)(uint8_t)L_52)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:537>
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_53 = (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF*)(&__this->___rendererMeshLodSettings);
|
|
int32_t L_54;
|
|
L_54 = InstanceHandle_get_index_mD1303DDB5E62977480B92E3DCECC534B1465CB94_inline((&V_0), NULL);
|
|
uint32_t L_55 = V_5;
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(uint8_t, (L_53)->___m_Buffer, L_54, ((uint8_t)((int32_t)(uint8_t)L_55)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:538>
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_56 = (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF*)(&__this->___rendererCrossFadeValues);
|
|
int32_t L_57;
|
|
L_57 = InstanceHandle_get_index_mD1303DDB5E62977480B92E3DCECC534B1465CB94_inline((&V_0), NULL);
|
|
uint32_t L_58 = V_4;
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(uint8_t, (L_56)->___m_Buffer, L_57, ((uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_58&((int32_t)255))))));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:539>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void CullingJob_Execute_m172CC218FA8F7198BD69C1C87294FD90D94DB884_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_instanceIndex, const RuntimeMethod* method)
|
|
{
|
|
CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681*>(__this + _offset);
|
|
CullingJob_Execute_m172CC218FA8F7198BD69C1C87294FD90D94DB884(_thisAdjusted, ___0_instanceIndex, 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
|
|
#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
|
|
|
|
|
|
IL2CPP_EXTERN_C void AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904_marshal_pinvoke(const AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904& unmarshaled, AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904_marshaled_pinvoke& marshaled)
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_pinvoke(unmarshaled.___binningConfig, marshaled.___binningConfig);
|
|
marshaled.___drawBatches = unmarshaled.___drawBatches;
|
|
marshaled.___drawInstanceIndices = unmarshaled.___drawInstanceIndices;
|
|
marshaled.___instanceData = unmarshaled.___instanceData;
|
|
marshaled.___rendererVisibilityMasks = unmarshaled.___rendererVisibilityMasks;
|
|
marshaled.___rendererMeshLodSettings = unmarshaled.___rendererMeshLodSettings;
|
|
marshaled.___batchBinAllocOffsets = unmarshaled.___batchBinAllocOffsets;
|
|
marshaled.___batchBinCounts = unmarshaled.___batchBinCounts;
|
|
marshaled.___binAllocCounter = unmarshaled.___binAllocCounter;
|
|
marshaled.___binConfigIndices = unmarshaled.___binConfigIndices;
|
|
marshaled.___binVisibleInstanceCounts = unmarshaled.___binVisibleInstanceCounts;
|
|
marshaled.___debugCounterIndexBase = unmarshaled.___debugCounterIndexBase;
|
|
marshaled.___splitDebugCounters = unmarshaled.___splitDebugCounters;
|
|
}
|
|
IL2CPP_EXTERN_C void AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904_marshal_pinvoke_back(const AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904_marshaled_pinvoke& marshaled, AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904& unmarshaled)
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7 unmarshaledbinningConfig_temp_0;
|
|
memset((&unmarshaledbinningConfig_temp_0), 0, sizeof(unmarshaledbinningConfig_temp_0));
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_pinvoke_back(marshaled.___binningConfig, unmarshaledbinningConfig_temp_0);
|
|
unmarshaled.___binningConfig = unmarshaledbinningConfig_temp_0;
|
|
NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30 unmarshaleddrawBatches_temp_1;
|
|
memset((&unmarshaleddrawBatches_temp_1), 0, sizeof(unmarshaleddrawBatches_temp_1));
|
|
unmarshaleddrawBatches_temp_1 = marshaled.___drawBatches;
|
|
unmarshaled.___drawBatches = unmarshaleddrawBatches_temp_1;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaleddrawInstanceIndices_temp_2;
|
|
memset((&unmarshaleddrawInstanceIndices_temp_2), 0, sizeof(unmarshaleddrawInstanceIndices_temp_2));
|
|
unmarshaleddrawInstanceIndices_temp_2 = marshaled.___drawInstanceIndices;
|
|
unmarshaled.___drawInstanceIndices = unmarshaleddrawInstanceIndices_temp_2;
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31 unmarshaledinstanceData_temp_3;
|
|
memset((&unmarshaledinstanceData_temp_3), 0, sizeof(unmarshaledinstanceData_temp_3));
|
|
unmarshaledinstanceData_temp_3 = marshaled.___instanceData;
|
|
unmarshaled.___instanceData = unmarshaledinstanceData_temp_3;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF unmarshaledrendererVisibilityMasks_temp_4;
|
|
memset((&unmarshaledrendererVisibilityMasks_temp_4), 0, sizeof(unmarshaledrendererVisibilityMasks_temp_4));
|
|
unmarshaledrendererVisibilityMasks_temp_4 = marshaled.___rendererVisibilityMasks;
|
|
unmarshaled.___rendererVisibilityMasks = unmarshaledrendererVisibilityMasks_temp_4;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF unmarshaledrendererMeshLodSettings_temp_5;
|
|
memset((&unmarshaledrendererMeshLodSettings_temp_5), 0, sizeof(unmarshaledrendererMeshLodSettings_temp_5));
|
|
unmarshaledrendererMeshLodSettings_temp_5 = marshaled.___rendererMeshLodSettings;
|
|
unmarshaled.___rendererMeshLodSettings = unmarshaledrendererMeshLodSettings_temp_5;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaledbatchBinAllocOffsets_temp_6;
|
|
memset((&unmarshaledbatchBinAllocOffsets_temp_6), 0, sizeof(unmarshaledbatchBinAllocOffsets_temp_6));
|
|
unmarshaledbatchBinAllocOffsets_temp_6 = marshaled.___batchBinAllocOffsets;
|
|
unmarshaled.___batchBinAllocOffsets = unmarshaledbatchBinAllocOffsets_temp_6;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaledbatchBinCounts_temp_7;
|
|
memset((&unmarshaledbatchBinCounts_temp_7), 0, sizeof(unmarshaledbatchBinCounts_temp_7));
|
|
unmarshaledbatchBinCounts_temp_7 = marshaled.___batchBinCounts;
|
|
unmarshaled.___batchBinCounts = unmarshaledbatchBinCounts_temp_7;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaledbinAllocCounter_temp_8;
|
|
memset((&unmarshaledbinAllocCounter_temp_8), 0, sizeof(unmarshaledbinAllocCounter_temp_8));
|
|
unmarshaledbinAllocCounter_temp_8 = marshaled.___binAllocCounter;
|
|
unmarshaled.___binAllocCounter = unmarshaledbinAllocCounter_temp_8;
|
|
NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8 unmarshaledbinConfigIndices_temp_9;
|
|
memset((&unmarshaledbinConfigIndices_temp_9), 0, sizeof(unmarshaledbinConfigIndices_temp_9));
|
|
unmarshaledbinConfigIndices_temp_9 = marshaled.___binConfigIndices;
|
|
unmarshaled.___binConfigIndices = unmarshaledbinConfigIndices_temp_9;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaledbinVisibleInstanceCounts_temp_10;
|
|
memset((&unmarshaledbinVisibleInstanceCounts_temp_10), 0, sizeof(unmarshaledbinVisibleInstanceCounts_temp_10));
|
|
unmarshaledbinVisibleInstanceCounts_temp_10 = marshaled.___binVisibleInstanceCounts;
|
|
unmarshaled.___binVisibleInstanceCounts = unmarshaledbinVisibleInstanceCounts_temp_10;
|
|
int32_t unmarshaleddebugCounterIndexBase_temp_11 = 0;
|
|
unmarshaleddebugCounterIndexBase_temp_11 = marshaled.___debugCounterIndexBase;
|
|
unmarshaled.___debugCounterIndexBase = unmarshaleddebugCounterIndexBase_temp_11;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaledsplitDebugCounters_temp_12;
|
|
memset((&unmarshaledsplitDebugCounters_temp_12), 0, sizeof(unmarshaledsplitDebugCounters_temp_12));
|
|
unmarshaledsplitDebugCounters_temp_12 = marshaled.___splitDebugCounters;
|
|
unmarshaled.___splitDebugCounters = unmarshaledsplitDebugCounters_temp_12;
|
|
}
|
|
IL2CPP_EXTERN_C void AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904_marshal_pinvoke_cleanup(AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904_marshaled_pinvoke& marshaled)
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_pinvoke_cleanup(marshaled.___binningConfig);
|
|
}
|
|
|
|
|
|
IL2CPP_EXTERN_C void AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904_marshal_com(const AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904& unmarshaled, AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904_marshaled_com& marshaled)
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_com(unmarshaled.___binningConfig, marshaled.___binningConfig);
|
|
marshaled.___drawBatches = unmarshaled.___drawBatches;
|
|
marshaled.___drawInstanceIndices = unmarshaled.___drawInstanceIndices;
|
|
marshaled.___instanceData = unmarshaled.___instanceData;
|
|
marshaled.___rendererVisibilityMasks = unmarshaled.___rendererVisibilityMasks;
|
|
marshaled.___rendererMeshLodSettings = unmarshaled.___rendererMeshLodSettings;
|
|
marshaled.___batchBinAllocOffsets = unmarshaled.___batchBinAllocOffsets;
|
|
marshaled.___batchBinCounts = unmarshaled.___batchBinCounts;
|
|
marshaled.___binAllocCounter = unmarshaled.___binAllocCounter;
|
|
marshaled.___binConfigIndices = unmarshaled.___binConfigIndices;
|
|
marshaled.___binVisibleInstanceCounts = unmarshaled.___binVisibleInstanceCounts;
|
|
marshaled.___debugCounterIndexBase = unmarshaled.___debugCounterIndexBase;
|
|
marshaled.___splitDebugCounters = unmarshaled.___splitDebugCounters;
|
|
}
|
|
IL2CPP_EXTERN_C void AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904_marshal_com_back(const AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904_marshaled_com& marshaled, AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904& unmarshaled)
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7 unmarshaledbinningConfig_temp_0;
|
|
memset((&unmarshaledbinningConfig_temp_0), 0, sizeof(unmarshaledbinningConfig_temp_0));
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_com_back(marshaled.___binningConfig, unmarshaledbinningConfig_temp_0);
|
|
unmarshaled.___binningConfig = unmarshaledbinningConfig_temp_0;
|
|
NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30 unmarshaleddrawBatches_temp_1;
|
|
memset((&unmarshaleddrawBatches_temp_1), 0, sizeof(unmarshaleddrawBatches_temp_1));
|
|
unmarshaleddrawBatches_temp_1 = marshaled.___drawBatches;
|
|
unmarshaled.___drawBatches = unmarshaleddrawBatches_temp_1;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaleddrawInstanceIndices_temp_2;
|
|
memset((&unmarshaleddrawInstanceIndices_temp_2), 0, sizeof(unmarshaleddrawInstanceIndices_temp_2));
|
|
unmarshaleddrawInstanceIndices_temp_2 = marshaled.___drawInstanceIndices;
|
|
unmarshaled.___drawInstanceIndices = unmarshaleddrawInstanceIndices_temp_2;
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31 unmarshaledinstanceData_temp_3;
|
|
memset((&unmarshaledinstanceData_temp_3), 0, sizeof(unmarshaledinstanceData_temp_3));
|
|
unmarshaledinstanceData_temp_3 = marshaled.___instanceData;
|
|
unmarshaled.___instanceData = unmarshaledinstanceData_temp_3;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF unmarshaledrendererVisibilityMasks_temp_4;
|
|
memset((&unmarshaledrendererVisibilityMasks_temp_4), 0, sizeof(unmarshaledrendererVisibilityMasks_temp_4));
|
|
unmarshaledrendererVisibilityMasks_temp_4 = marshaled.___rendererVisibilityMasks;
|
|
unmarshaled.___rendererVisibilityMasks = unmarshaledrendererVisibilityMasks_temp_4;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF unmarshaledrendererMeshLodSettings_temp_5;
|
|
memset((&unmarshaledrendererMeshLodSettings_temp_5), 0, sizeof(unmarshaledrendererMeshLodSettings_temp_5));
|
|
unmarshaledrendererMeshLodSettings_temp_5 = marshaled.___rendererMeshLodSettings;
|
|
unmarshaled.___rendererMeshLodSettings = unmarshaledrendererMeshLodSettings_temp_5;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaledbatchBinAllocOffsets_temp_6;
|
|
memset((&unmarshaledbatchBinAllocOffsets_temp_6), 0, sizeof(unmarshaledbatchBinAllocOffsets_temp_6));
|
|
unmarshaledbatchBinAllocOffsets_temp_6 = marshaled.___batchBinAllocOffsets;
|
|
unmarshaled.___batchBinAllocOffsets = unmarshaledbatchBinAllocOffsets_temp_6;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaledbatchBinCounts_temp_7;
|
|
memset((&unmarshaledbatchBinCounts_temp_7), 0, sizeof(unmarshaledbatchBinCounts_temp_7));
|
|
unmarshaledbatchBinCounts_temp_7 = marshaled.___batchBinCounts;
|
|
unmarshaled.___batchBinCounts = unmarshaledbatchBinCounts_temp_7;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaledbinAllocCounter_temp_8;
|
|
memset((&unmarshaledbinAllocCounter_temp_8), 0, sizeof(unmarshaledbinAllocCounter_temp_8));
|
|
unmarshaledbinAllocCounter_temp_8 = marshaled.___binAllocCounter;
|
|
unmarshaled.___binAllocCounter = unmarshaledbinAllocCounter_temp_8;
|
|
NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8 unmarshaledbinConfigIndices_temp_9;
|
|
memset((&unmarshaledbinConfigIndices_temp_9), 0, sizeof(unmarshaledbinConfigIndices_temp_9));
|
|
unmarshaledbinConfigIndices_temp_9 = marshaled.___binConfigIndices;
|
|
unmarshaled.___binConfigIndices = unmarshaledbinConfigIndices_temp_9;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaledbinVisibleInstanceCounts_temp_10;
|
|
memset((&unmarshaledbinVisibleInstanceCounts_temp_10), 0, sizeof(unmarshaledbinVisibleInstanceCounts_temp_10));
|
|
unmarshaledbinVisibleInstanceCounts_temp_10 = marshaled.___binVisibleInstanceCounts;
|
|
unmarshaled.___binVisibleInstanceCounts = unmarshaledbinVisibleInstanceCounts_temp_10;
|
|
int32_t unmarshaleddebugCounterIndexBase_temp_11 = 0;
|
|
unmarshaleddebugCounterIndexBase_temp_11 = marshaled.___debugCounterIndexBase;
|
|
unmarshaled.___debugCounterIndexBase = unmarshaleddebugCounterIndexBase_temp_11;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaledsplitDebugCounters_temp_12;
|
|
memset((&unmarshaledsplitDebugCounters_temp_12), 0, sizeof(unmarshaledsplitDebugCounters_temp_12));
|
|
unmarshaledsplitDebugCounters_temp_12 = marshaled.___splitDebugCounters;
|
|
unmarshaled.___splitDebugCounters = unmarshaledsplitDebugCounters_temp_12;
|
|
}
|
|
IL2CPP_EXTERN_C void AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904_marshal_com_cleanup(AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904_marshaled_com& marshaled)
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_com_cleanup(marshaled.___binningConfig);
|
|
}
|
|
// Method Definition Index: 71108
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool AllocateBinsPerBatch_IsInstanceFlipped_m5ED8B8D355142D10DB3983D15A256B5DBD4D6ABA (AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_rendererIndex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:565>
|
|
int32_t L_0 = ___0_rendererIndex;
|
|
il2cpp_codegen_runtime_class_init_inline(InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B_il2cpp_TypeInfo_var);
|
|
InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B L_1;
|
|
L_1 = InstanceHandle_FromInt_m501BC299814E873C1040C63575F9391327992272(L_0, NULL);
|
|
V_0 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:566>
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* L_2 = (ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31*)(&__this->___instanceData);
|
|
InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B L_3 = V_0;
|
|
int32_t L_4;
|
|
L_4 = ReadOnly_InstanceToIndex_mA64D7447F6466C660DE83765B1B42673D922CCE2(L_2, L_3, NULL);
|
|
V_1 = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:567>
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* L_5 = (ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31*)(&__this->___instanceData);
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 L_6 = L_5->___localToWorldIsFlippedBits;
|
|
V_2 = L_6;
|
|
int32_t L_7 = V_1;
|
|
bool L_8;
|
|
L_8 = ParallelBitArray_Get_m250C22A6191BAF4C5B314EFAF451E391D251F2B0((&V_2), L_7, NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool AllocateBinsPerBatch_IsInstanceFlipped_m5ED8B8D355142D10DB3983D15A256B5DBD4D6ABA_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_rendererIndex, const RuntimeMethod* method)
|
|
{
|
|
AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = AllocateBinsPerBatch_IsInstanceFlipped_m5ED8B8D355142D10DB3983D15A256B5DBD4D6ABA(_thisAdjusted, ___0_rendererIndex, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 71109
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool AllocateBinsPerBatch_IsMeshLodVisible_m9D1674B4CE766557E8D2234D56DF2BACC2EDB576 (AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_batchLodLevel, int32_t ___1_rendererIndex, bool ___2_supportsCrossFade, const RuntimeMethod* method)
|
|
{
|
|
uint8_t V_0 = 0x0;
|
|
uint32_t V_1 = 0;
|
|
uint32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:573>
|
|
int32_t L_0 = ___0_batchLodLevel;
|
|
if ((((int32_t)L_0) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:574>
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:576>
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_1 = (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF*)(&__this->___rendererMeshLodSettings);
|
|
int32_t L_2 = ___1_rendererIndex;
|
|
uint8_t L_3;
|
|
L_3 = IL2CPP_NATIVEARRAY_GET_ITEM(uint8_t, (L_1)->___m_Buffer, L_2);
|
|
V_0 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:577>
|
|
uint8_t L_4 = V_0;
|
|
V_1 = ((int32_t)((int32_t)L_4&((int32_t)-193)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:578>
|
|
int32_t L_5 = ___0_batchLodLevel;
|
|
uint32_t L_6 = V_1;
|
|
if ((!(((uint64_t)((int64_t)L_5)) == ((uint64_t)((int64_t)(uint64_t)((uint32_t)L_6))))))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:579>
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:581>
|
|
bool L_7 = ___2_supportsCrossFade;
|
|
if (L_7)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:582>
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:584>
|
|
uint8_t L_8 = V_0;
|
|
V_2 = ((int32_t)((int32_t)L_8&((int32_t)192)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:585>
|
|
uint32_t L_9 = V_2;
|
|
if (L_9)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:586>
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:589>
|
|
uint32_t L_10 = V_2;
|
|
V_3 = ((int32_t)(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, ((int32_t)128)))>>6));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:591>
|
|
int32_t L_11 = ___0_batchLodLevel;
|
|
uint32_t L_12 = V_1;
|
|
int32_t L_13 = V_3;
|
|
return (bool)((((int64_t)((int64_t)L_11)) == ((int64_t)((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)((uint32_t)L_12)), ((int64_t)L_13)))))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool AllocateBinsPerBatch_IsMeshLodVisible_m9D1674B4CE766557E8D2234D56DF2BACC2EDB576_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_batchLodLevel, int32_t ___1_rendererIndex, bool ___2_supportsCrossFade, const RuntimeMethod* method)
|
|
{
|
|
AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = AllocateBinsPerBatch_IsMeshLodVisible_m9D1674B4CE766557E8D2234D56DF2BACC2EDB576(_thisAdjusted, ___0_batchLodLevel, ___1_rendererIndex, ___2_supportsCrossFade, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 71110
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR int32_t AllocateBinsPerBatch_GetPrimitiveCount_mDFE67FB3449B3DB33665C336DB6FC830E8B27A14 (int32_t ___0_indexCount, int32_t ___1_topology, bool ___2_nativeQuads, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___1_topology;
|
|
switch (L_0)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_0024;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:598>
|
|
int32_t L_1 = ___0_indexCount;
|
|
return ((int32_t)(L_1/3));
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:599>
|
|
bool L_2 = ___2_nativeQuads;
|
|
if (L_2)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = ___0_indexCount;
|
|
return ((int32_t)il2cpp_codegen_multiply(((int32_t)(L_3/4)), 2));
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
int32_t L_4 = ___0_indexCount;
|
|
return ((int32_t)(L_4/4));
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:600>
|
|
int32_t L_5 = ___0_indexCount;
|
|
return ((int32_t)(L_5/2));
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:601>
|
|
int32_t L_6 = ___0_indexCount;
|
|
if ((((int32_t)L_6) >= ((int32_t)1)))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
return 0;
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
int32_t L_7 = ___0_indexCount;
|
|
return ((int32_t)il2cpp_codegen_subtract(L_7, 1));
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:602>
|
|
int32_t L_8 = ___0_indexCount;
|
|
return L_8;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:603>
|
|
return 0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71111
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void AllocateBinsPerBatch_Execute_m8244D8F2860ED03B023A6D348D9471F2AF76E0F1 (AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_batchIndex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AllocateBinsPerBatch_Execute_m8244D8F2860ED03B023A6D348D9471F2AF76E0F1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayUnsafeUtility_GetUnsafePtr_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mD2D9DC546B80A05000B107C8E09FAA4BED3B2144_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Item_m6239ACA6F096D9F51BC8E37694D94DBEDAF30050_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeUtility_AsRef_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF01FDF0EACCFED286E93933B693A2BE11A6A8946_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
uint64_t* V_3 = NULL;
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF 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;
|
|
int32_t V_9 = 0;
|
|
int32_t V_10 = 0;
|
|
int32_t V_11 = 0;
|
|
int32_t V_12 = 0;
|
|
int32_t V_13 = 0;
|
|
bool V_14 = false;
|
|
int32_t V_15 = 0;
|
|
int32_t V_16 = 0;
|
|
int32_t V_17 = 0;
|
|
int32_t* V_18 = NULL;
|
|
int32_t* V_19 = NULL;
|
|
bool V_20 = false;
|
|
int32_t V_21 = 0;
|
|
int32_t* V_22 = NULL;
|
|
int32_t V_23 = 0;
|
|
int32_t V_24 = 0;
|
|
int32_t V_25 = 0;
|
|
uint64_t V_26 = 0;
|
|
int32_t V_27 = 0;
|
|
int32_t V_28 = 0;
|
|
int32_t V_29 = 0;
|
|
int32_t V_30 = 0;
|
|
int32_t V_31 = 0;
|
|
int32_t V_32 = 0;
|
|
int32_t* V_33 = NULL;
|
|
int32_t V_34 = 0;
|
|
int32_t V_35 = 0;
|
|
int32_t V_36 = 0;
|
|
int32_t G_B11_0 = 0;
|
|
int32_t G_B10_0 = 0;
|
|
int32_t G_B12_0 = 0;
|
|
int32_t G_B12_1 = 0;
|
|
int32_t G_B24_0 = 0;
|
|
int32_t G_B23_0 = 0;
|
|
int32_t G_B25_0 = 0;
|
|
int32_t G_B25_1 = 0;
|
|
int32_t G_B27_0 = 0;
|
|
int32_t G_B26_0 = 0;
|
|
int32_t G_B28_0 = 0;
|
|
int32_t G_B28_1 = 0;
|
|
int32_t G_B33_0 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:610>
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7* L_0 = (BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7*)(&__this->___binningConfig);
|
|
int32_t L_1;
|
|
L_1 = BinningConfig_get_visibilityConfigCount_m0B698DBD65F8147B56C14CA7CFB741EAB701B3B9(L_0, NULL);
|
|
V_0 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:613>
|
|
int32_t L_2 = V_0;
|
|
if ((uintptr_t)((uintptr_t)L_2) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax)
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), AllocateBinsPerBatch_Execute_m8244D8F2860ED03B023A6D348D9471F2AF76E0F1_RuntimeMethod_var);
|
|
intptr_t L_3 = ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_2), 4));
|
|
int8_t* L_4 = (int8_t*) (L_3 ? alloca(L_3) : NULL);
|
|
memset(L_4, 0, L_3);
|
|
V_1 = (int32_t*)(L_4);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:614>
|
|
V_10 = 0;
|
|
goto IL_0027;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:615>
|
|
int32_t* L_5 = V_1;
|
|
int32_t L_6 = V_10;
|
|
*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), 4))))) = (int32_t)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:614>
|
|
int32_t L_7 = V_10;
|
|
V_10 = ((int32_t)il2cpp_codegen_add(L_7, 1));
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:614>
|
|
int32_t L_8 = V_10;
|
|
int32_t L_9 = V_0;
|
|
if ((((int32_t)L_8) < ((int32_t)L_9)))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:618>
|
|
int32_t L_10 = V_0;
|
|
V_2 = ((int32_t)(((int32_t)il2cpp_codegen_add(L_10, ((int32_t)63)))/((int32_t)64)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:619>
|
|
int32_t L_11 = V_2;
|
|
if ((uintptr_t)((uintptr_t)L_11) * (uintptr_t)8 > (uintptr_t)kIl2CppUIntPtrMax)
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), AllocateBinsPerBatch_Execute_m8244D8F2860ED03B023A6D348D9471F2AF76E0F1_RuntimeMethod_var);
|
|
intptr_t L_12 = ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_11), 8));
|
|
int8_t* L_13 = (int8_t*) (L_12 ? alloca(L_12) : NULL);
|
|
memset(L_13, 0, L_12);
|
|
V_3 = (uint64_t*)(L_13);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:620>
|
|
V_11 = 0;
|
|
goto IL_0050;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:621>
|
|
uint64_t* L_14 = V_3;
|
|
int32_t L_15 = V_11;
|
|
*((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_14, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_15), 8))))) = (int64_t)((int64_t)0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:620>
|
|
int32_t L_16 = V_11;
|
|
V_11 = ((int32_t)il2cpp_codegen_add(L_16, 1));
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:620>
|
|
int32_t L_17 = V_11;
|
|
int32_t L_18 = V_2;
|
|
if ((((int32_t)L_17) < ((int32_t)L_18)))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:624>
|
|
NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30* L_19 = (NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30*)(&__this->___drawBatches);
|
|
int32_t L_20 = ___0_batchIndex;
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_21;
|
|
L_21 = NativeList_1_get_Item_m6239ACA6F096D9F51BC8E37694D94DBEDAF30050_inline(L_19, L_20, NativeList_1_get_Item_m6239ACA6F096D9F51BC8E37694D94DBEDAF30050_RuntimeMethod_var);
|
|
V_4 = L_21;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:625>
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_22 = V_4;
|
|
int32_t L_23 = L_22.___instanceCount;
|
|
V_5 = L_23;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:626>
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_24 = V_4;
|
|
int32_t L_25 = L_24.___instanceOffset;
|
|
V_6 = L_25;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:627>
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_26 = V_4;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_27 = L_26.___key;
|
|
int32_t L_28 = L_27.___flags;
|
|
V_7 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_28&((int32_t)16)))) <= ((uint32_t)0)))? 1 : 0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:628>
|
|
V_12 = 0;
|
|
goto IL_0114;
|
|
}
|
|
|
|
IL_0091:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:630>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_29 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___drawInstanceIndices);
|
|
int32_t L_30 = V_6;
|
|
int32_t L_31 = V_12;
|
|
int32_t L_32;
|
|
L_32 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_29)->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_30, L_31)));
|
|
V_13 = L_32;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:632>
|
|
int32_t L_33 = V_13;
|
|
bool L_34;
|
|
L_34 = AllocateBinsPerBatch_IsInstanceFlipped_m5ED8B8D355142D10DB3983D15A256B5DBD4D6ABA(__this, L_33, NULL);
|
|
V_14 = L_34;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:633>
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_35 = (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF*)(&__this->___rendererVisibilityMasks);
|
|
int32_t L_36 = V_13;
|
|
uint8_t L_37;
|
|
L_37 = IL2CPP_NATIVEARRAY_GET_ITEM(uint8_t, (L_35)->___m_Buffer, L_36);
|
|
V_15 = L_37;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:635>
|
|
int32_t L_38 = V_15;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:636>
|
|
if (!((!(((uint32_t)L_38) <= ((uint32_t)0)))? 1 : 0))
|
|
{
|
|
goto IL_010e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:639>
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_39 = V_4;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_40 = L_39.___key;
|
|
int32_t L_41 = L_40.___activeMeshLod;
|
|
int32_t L_42 = V_13;
|
|
bool L_43 = V_7;
|
|
bool L_44;
|
|
L_44 = AllocateBinsPerBatch_IsMeshLodVisible_m9D1674B4CE766557E8D2234D56DF2BACC2EDB576(__this, L_41, L_42, L_43, NULL);
|
|
if (!L_44)
|
|
{
|
|
goto IL_010e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:642>
|
|
int32_t L_45 = V_15;
|
|
bool L_46 = V_14;
|
|
if (L_46)
|
|
{
|
|
G_B11_0 = ((int32_t)(L_45<<1));
|
|
goto IL_00e6;
|
|
}
|
|
G_B10_0 = ((int32_t)(L_45<<1));
|
|
}
|
|
{
|
|
G_B12_0 = 0;
|
|
G_B12_1 = G_B10_0;
|
|
goto IL_00e7;
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
G_B12_0 = 1;
|
|
G_B12_1 = G_B11_0;
|
|
}
|
|
|
|
IL_00e7:
|
|
{
|
|
V_16 = ((int32_t)(G_B12_1|G_B12_0));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:644>
|
|
int32_t* L_47 = V_1;
|
|
int32_t L_48 = V_16;
|
|
int32_t* L_49 = ((int32_t*)il2cpp_codegen_add((intptr_t)L_47, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_48), 4))));
|
|
int32_t L_50 = (*(L_49));
|
|
*((int32_t*)L_49) = (int32_t)((int32_t)il2cpp_codegen_add(L_50, 1));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:645>
|
|
uint64_t* L_51 = V_3;
|
|
int32_t L_52 = V_16;
|
|
uint64_t* L_53 = ((uint64_t*)il2cpp_codegen_add((intptr_t)L_51, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)(L_52>>6))), 8))));
|
|
int64_t L_54 = *((int64_t*)L_53);
|
|
int32_t L_55 = V_16;
|
|
*((int64_t*)L_53) = (int64_t)((int64_t)(L_54|((int64_t)(((int64_t)1)<<((int32_t)(((int32_t)(L_55&((int32_t)63)))&((int32_t)63)))))));
|
|
}
|
|
|
|
IL_010e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:628>
|
|
int32_t L_56 = V_12;
|
|
V_12 = ((int32_t)il2cpp_codegen_add(L_56, 1));
|
|
}
|
|
|
|
IL_0114:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:628>
|
|
int32_t L_57 = V_12;
|
|
int32_t L_58 = V_5;
|
|
if ((((int32_t)L_57) < ((int32_t)L_58)))
|
|
{
|
|
goto IL_0091;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:649>
|
|
V_8 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:650>
|
|
V_17 = 0;
|
|
goto IL_013d;
|
|
}
|
|
|
|
IL_0125:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:651>
|
|
int32_t L_59 = V_8;
|
|
uint64_t* L_60 = V_3;
|
|
int32_t L_61 = V_17;
|
|
int64_t L_62 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_60, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_61), 8)))));
|
|
int32_t L_63;
|
|
L_63 = math_countbits_m4CA1327F4995735E6AA4862E641E128312C404BD_inline(L_62, NULL);
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_59, L_63));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:650>
|
|
int32_t L_64 = V_17;
|
|
V_17 = ((int32_t)il2cpp_codegen_add(L_64, 1));
|
|
}
|
|
|
|
IL_013d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:650>
|
|
int32_t L_65 = V_17;
|
|
int32_t L_66 = V_2;
|
|
if ((((int32_t)L_65) < ((int32_t)L_66)))
|
|
{
|
|
goto IL_0125;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:653>
|
|
V_9 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:654>
|
|
int32_t L_67 = V_8;
|
|
if ((((int32_t)L_67) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0374;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:656>
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7* L_68 = (BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7*)(&__this->___binningConfig);
|
|
int32_t L_69 = L_68->___viewCount;
|
|
if ((uintptr_t)((uintptr_t)L_69) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax)
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), AllocateBinsPerBatch_Execute_m8244D8F2860ED03B023A6D348D9471F2AF76E0F1_RuntimeMethod_var);
|
|
intptr_t L_70 = ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_69), 4));
|
|
int8_t* L_71 = (int8_t*) (L_70 ? alloca(L_70) : NULL);
|
|
memset(L_71, 0, L_70);
|
|
V_18 = (int32_t*)(L_71);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:657>
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7* L_72 = (BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7*)(&__this->___binningConfig);
|
|
int32_t L_73 = L_72->___viewCount;
|
|
if ((uintptr_t)((uintptr_t)L_73) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax)
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), AllocateBinsPerBatch_Execute_m8244D8F2860ED03B023A6D348D9471F2AF76E0F1_RuntimeMethod_var);
|
|
intptr_t L_74 = ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_73), 4));
|
|
int8_t* L_75 = (int8_t*) (L_74 ? alloca(L_74) : NULL);
|
|
memset(L_75, 0, L_74);
|
|
V_19 = (int32_t*)(L_75);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:658>
|
|
V_24 = 0;
|
|
goto IL_0190;
|
|
}
|
|
|
|
IL_0176:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:660>
|
|
int32_t* L_76 = V_18;
|
|
int32_t L_77 = V_24;
|
|
*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_76, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_77), 4))))) = (int32_t)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:661>
|
|
int32_t* L_78 = V_19;
|
|
int32_t L_79 = V_24;
|
|
*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_78, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_79), 4))))) = (int32_t)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:658>
|
|
int32_t L_80 = V_24;
|
|
V_24 = ((int32_t)il2cpp_codegen_add(L_80, 1));
|
|
}
|
|
|
|
IL_0190:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:658>
|
|
int32_t L_81 = V_24;
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7* L_82 = (BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7*)(&__this->___binningConfig);
|
|
int32_t L_83 = L_82->___viewCount;
|
|
if ((((int32_t)L_81) < ((int32_t)L_83)))
|
|
{
|
|
goto IL_0176;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:664>
|
|
int32_t L_84 = __this->___debugCounterIndexBase;
|
|
V_20 = (bool)((((int32_t)((((int32_t)L_84) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:665>
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7* L_85 = (BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7*)(&__this->___binningConfig);
|
|
bool L_86 = L_85->___supportsMotionCheck;
|
|
if (L_86)
|
|
{
|
|
G_B24_0 = 1;
|
|
goto IL_01be;
|
|
}
|
|
G_B23_0 = 1;
|
|
}
|
|
{
|
|
G_B25_0 = 0;
|
|
G_B25_1 = G_B23_0;
|
|
goto IL_01bf;
|
|
}
|
|
|
|
IL_01be:
|
|
{
|
|
G_B25_0 = 1;
|
|
G_B25_1 = G_B24_0;
|
|
}
|
|
|
|
IL_01bf:
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7* L_87 = (BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7*)(&__this->___binningConfig);
|
|
bool L_88 = L_87->___supportsCrossFade;
|
|
if (L_88)
|
|
{
|
|
G_B27_0 = ((int32_t)il2cpp_codegen_add(G_B25_1, G_B25_0));
|
|
goto IL_01d0;
|
|
}
|
|
G_B26_0 = ((int32_t)il2cpp_codegen_add(G_B25_1, G_B25_0));
|
|
}
|
|
{
|
|
G_B28_0 = 0;
|
|
G_B28_1 = G_B26_0;
|
|
goto IL_01d1;
|
|
}
|
|
|
|
IL_01d0:
|
|
{
|
|
G_B28_0 = 1;
|
|
G_B28_1 = G_B27_0;
|
|
}
|
|
|
|
IL_01d1:
|
|
{
|
|
V_21 = ((int32_t)il2cpp_codegen_add(G_B28_1, G_B28_0));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:667>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_89 = __this->___binAllocCounter;
|
|
void* L_90;
|
|
L_90 = NativeArrayUnsafeUtility_GetUnsafePtr_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mD2D9DC546B80A05000B107C8E09FAA4BED3B2144(L_89, NativeArrayUnsafeUtility_GetUnsafePtr_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mD2D9DC546B80A05000B107C8E09FAA4BED3B2144_RuntimeMethod_var);
|
|
V_22 = (int32_t*)L_90;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:668>
|
|
int32_t* L_91 = V_22;
|
|
int32_t* L_92;
|
|
L_92 = UnsafeUtility_AsRef_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF01FDF0EACCFED286E93933B693A2BE11A6A8946_inline((void*)L_91, UnsafeUtility_AsRef_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF01FDF0EACCFED286E93933B693A2BE11A6A8946_RuntimeMethod_var);
|
|
int32_t L_93 = V_8;
|
|
int32_t L_94;
|
|
L_94 = Interlocked_Add_m2455208C56EEFD8832AEAD8AF7368A3FEB33A73C(L_92, L_93, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:669>
|
|
int32_t L_95 = V_8;
|
|
V_9 = ((int32_t)il2cpp_codegen_subtract(L_94, L_95));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:671>
|
|
int32_t L_96 = V_9;
|
|
V_23 = L_96;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:672>
|
|
V_25 = 0;
|
|
goto IL_02b2;
|
|
}
|
|
|
|
IL_0200:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:674>
|
|
uint64_t* L_97 = V_3;
|
|
int32_t L_98 = V_25;
|
|
int64_t L_99 = *((int64_t*)((uint64_t*)il2cpp_codegen_add((intptr_t)L_97, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_98), 8)))));
|
|
V_26 = L_99;
|
|
goto IL_02a5;
|
|
}
|
|
|
|
IL_020f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:677>
|
|
uint64_t L_100 = V_26;
|
|
int32_t L_101;
|
|
L_101 = math_tzcnt_mB3717EA8D7052CBC8F048C8ADB37D6C6060C5490_inline(L_100, NULL);
|
|
V_27 = L_101;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:678>
|
|
uint64_t L_102 = V_26;
|
|
int32_t L_103 = V_27;
|
|
V_26 = ((int64_t)((int64_t)L_102^((int64_t)(((int64_t)1)<<((int32_t)(L_103&((int32_t)63)))))));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:680>
|
|
int32_t L_104 = V_25;
|
|
int32_t L_105 = V_27;
|
|
V_28 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)64), L_104)), L_105));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:681>
|
|
int32_t* L_106 = V_1;
|
|
int32_t L_107 = V_28;
|
|
int32_t L_108 = (*(((int32_t*)il2cpp_codegen_add((intptr_t)L_106, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_107), 4))))));
|
|
V_29 = L_108;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:684>
|
|
NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8* L_109 = (NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8*)(&__this->___binConfigIndices);
|
|
int32_t L_110 = V_23;
|
|
int32_t L_111 = V_28;
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(int16_t, (L_109)->___m_Buffer, L_110, (((int16_t)L_111)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:685>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_112 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___binVisibleInstanceCounts);
|
|
int32_t L_113 = V_23;
|
|
int32_t L_114 = V_29;
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, (L_112)->___m_Buffer, L_113, (L_114));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:686>
|
|
int32_t L_115 = V_23;
|
|
V_23 = ((int32_t)il2cpp_codegen_add(L_115, 1));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:688>
|
|
bool L_116 = V_20;
|
|
if (L_116)
|
|
{
|
|
goto IL_0265;
|
|
}
|
|
}
|
|
{
|
|
G_B33_0 = 0;
|
|
goto IL_026d;
|
|
}
|
|
|
|
IL_0265:
|
|
{
|
|
int32_t L_117 = V_28;
|
|
int32_t L_118 = V_21;
|
|
G_B33_0 = ((int32_t)(L_117>>((int32_t)(L_118&((int32_t)31)))));
|
|
}
|
|
|
|
IL_026d:
|
|
{
|
|
V_30 = G_B33_0;
|
|
goto IL_02a1;
|
|
}
|
|
|
|
IL_0271:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:691>
|
|
int32_t L_119 = V_30;
|
|
int32_t L_120;
|
|
L_120 = math_tzcnt_m85FEAD596A8E327F7B6820310B7FBD9822BA735C_inline(L_119, NULL);
|
|
V_31 = L_120;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:692>
|
|
int32_t L_121 = V_30;
|
|
int32_t L_122 = V_31;
|
|
V_30 = ((int32_t)(L_121^((int32_t)(1<<((int32_t)(L_122&((int32_t)31)))))));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:694>
|
|
int32_t* L_123 = V_18;
|
|
int32_t L_124 = V_31;
|
|
int32_t* L_125 = ((int32_t*)il2cpp_codegen_add((intptr_t)L_123, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_124), 4))));
|
|
int32_t L_126 = (*(L_125));
|
|
*((int32_t*)L_125) = (int32_t)((int32_t)il2cpp_codegen_add(L_126, 1));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:695>
|
|
int32_t* L_127 = V_19;
|
|
int32_t L_128 = V_31;
|
|
int32_t* L_129 = ((int32_t*)il2cpp_codegen_add((intptr_t)L_127, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_128), 4))));
|
|
int32_t L_130 = (*(L_129));
|
|
int32_t L_131 = V_29;
|
|
*((int32_t*)L_129) = (int32_t)((int32_t)il2cpp_codegen_add(L_130, L_131));
|
|
}
|
|
|
|
IL_02a1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:689>
|
|
int32_t L_132 = V_30;
|
|
if (L_132)
|
|
{
|
|
goto IL_0271;
|
|
}
|
|
}
|
|
|
|
IL_02a5:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:675>
|
|
uint64_t L_133 = V_26;
|
|
if (L_133)
|
|
{
|
|
goto IL_020f;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:672>
|
|
int32_t L_134 = V_25;
|
|
V_25 = ((int32_t)il2cpp_codegen_add(L_134, 1));
|
|
}
|
|
|
|
IL_02b2:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:672>
|
|
int32_t L_135 = V_25;
|
|
int32_t L_136 = V_2;
|
|
if ((((int32_t)L_135) < ((int32_t)L_136)))
|
|
{
|
|
goto IL_0200;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:701>
|
|
bool L_137 = V_20;
|
|
if (!L_137)
|
|
{
|
|
goto IL_0374;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:703>
|
|
V_32 = 0;
|
|
goto IL_0362;
|
|
}
|
|
|
|
IL_02c9:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:705>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_138 = __this->___splitDebugCounters;
|
|
void* L_139;
|
|
L_139 = NativeArrayUnsafeUtility_GetUnsafePtr_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mD2D9DC546B80A05000B107C8E09FAA4BED3B2144(L_138, NativeArrayUnsafeUtility_GetUnsafePtr_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mD2D9DC546B80A05000B107C8E09FAA4BED3B2144_RuntimeMethod_var);
|
|
int32_t L_140 = __this->___debugCounterIndexBase;
|
|
int32_t L_141 = V_32;
|
|
V_33 = (int32_t*)((void*)il2cpp_codegen_add((intptr_t)L_139, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(L_140, L_141)), 3))), 4))));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:707>
|
|
int32_t* L_142 = V_18;
|
|
int32_t L_143 = V_32;
|
|
int32_t L_144 = (*(((int32_t*)il2cpp_codegen_add((intptr_t)L_142, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_143), 4))))));
|
|
V_34 = L_144;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:708>
|
|
int32_t L_145 = V_34;
|
|
if ((((int32_t)L_145) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0309;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:709>
|
|
int32_t* L_146 = V_33;
|
|
int32_t* L_147;
|
|
L_147 = UnsafeUtility_AsRef_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF01FDF0EACCFED286E93933B693A2BE11A6A8946_inline((void*)((int32_t*)il2cpp_codegen_add((intptr_t)L_146, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 4)))), UnsafeUtility_AsRef_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF01FDF0EACCFED286E93933B693A2BE11A6A8946_RuntimeMethod_var);
|
|
int32_t L_148 = V_34;
|
|
int32_t L_149;
|
|
L_149 = Interlocked_Add_m2455208C56EEFD8832AEAD8AF7368A3FEB33A73C(L_147, L_148, NULL);
|
|
}
|
|
|
|
IL_0309:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:711>
|
|
int32_t* L_150 = V_19;
|
|
int32_t L_151 = V_32;
|
|
int32_t L_152 = (*(((int32_t*)il2cpp_codegen_add((intptr_t)L_150, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_151), 4))))));
|
|
V_35 = L_152;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:712>
|
|
int32_t L_153 = V_35;
|
|
if ((((int32_t)L_153) <= ((int32_t)0)))
|
|
{
|
|
goto IL_035c;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:714>
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_154 = V_4;
|
|
MeshProceduralInfo_t09E735D958CD89E7BE479DDD64CEEE2B469328C8 L_155 = L_154.___procInfo;
|
|
uint32_t L_156 = L_155.___indexCount;
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_157 = V_4;
|
|
MeshProceduralInfo_t09E735D958CD89E7BE479DDD64CEEE2B469328C8 L_158 = L_157.___procInfo;
|
|
int32_t L_159 = L_158.___topology;
|
|
int32_t L_160;
|
|
L_160 = AllocateBinsPerBatch_GetPrimitiveCount_mDFE67FB3449B3DB33665C336DB6FC830E8B27A14(L_156, L_159, (bool)0, NULL);
|
|
V_36 = L_160;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:716>
|
|
int32_t* L_161 = V_33;
|
|
int32_t* L_162;
|
|
L_162 = UnsafeUtility_AsRef_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF01FDF0EACCFED286E93933B693A2BE11A6A8946_inline((void*)L_161, UnsafeUtility_AsRef_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF01FDF0EACCFED286E93933B693A2BE11A6A8946_RuntimeMethod_var);
|
|
int32_t L_163 = V_35;
|
|
int32_t L_164;
|
|
L_164 = Interlocked_Add_m2455208C56EEFD8832AEAD8AF7368A3FEB33A73C(L_162, L_163, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:717>
|
|
int32_t* L_165 = V_33;
|
|
int32_t* L_166;
|
|
L_166 = UnsafeUtility_AsRef_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF01FDF0EACCFED286E93933B693A2BE11A6A8946_inline((void*)((int32_t*)il2cpp_codegen_add((intptr_t)L_165, 4)), UnsafeUtility_AsRef_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF01FDF0EACCFED286E93933B693A2BE11A6A8946_RuntimeMethod_var);
|
|
int32_t L_167 = V_35;
|
|
int32_t L_168 = V_36;
|
|
int32_t L_169;
|
|
L_169 = Interlocked_Add_m2455208C56EEFD8832AEAD8AF7368A3FEB33A73C(L_166, ((int32_t)il2cpp_codegen_multiply(L_167, L_168)), NULL);
|
|
}
|
|
|
|
IL_035c:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:703>
|
|
int32_t L_170 = V_32;
|
|
V_32 = ((int32_t)il2cpp_codegen_add(L_170, 1));
|
|
}
|
|
|
|
IL_0362:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:703>
|
|
int32_t L_171 = V_32;
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7* L_172 = (BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7*)(&__this->___binningConfig);
|
|
int32_t L_173 = L_172->___viewCount;
|
|
if ((((int32_t)L_171) < ((int32_t)L_173)))
|
|
{
|
|
goto IL_02c9;
|
|
}
|
|
}
|
|
|
|
IL_0374:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:722>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_174 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___batchBinAllocOffsets);
|
|
int32_t L_175 = ___0_batchIndex;
|
|
int32_t L_176 = V_9;
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, (L_174)->___m_Buffer, L_175, (L_176));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:723>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_177 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___batchBinCounts);
|
|
int32_t L_178 = ___0_batchIndex;
|
|
int32_t L_179 = V_8;
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, (L_177)->___m_Buffer, L_178, (L_179));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:724>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void AllocateBinsPerBatch_Execute_m8244D8F2860ED03B023A6D348D9471F2AF76E0F1_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_batchIndex, const RuntimeMethod* method)
|
|
{
|
|
AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904*>(__this + _offset);
|
|
AllocateBinsPerBatch_Execute_m8244D8F2860ED03B023A6D348D9471F2AF76E0F1(_thisAdjusted, ___0_batchIndex, 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
|
|
// Method Definition Index: 71112
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void PrefixSumDrawsAndInstances_Execute_m8EADFE8897EAE00866B67F8AE64CA774EE33B5F9 (PrefixSumDrawsAndInstances_t270E5AA9BF72798DF9C0F217224637E0B89F710D* IL2CPP_PARAMETER_RESTRICT __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryUtilities_Malloc_TisBatchDrawCommandIndirect_t06F3B5DC4AF7D4B115CEECDB0A1E4E92065BC705_m420905EDBA9A64C361E2A6D981B38B48D85066F3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryUtilities_Malloc_TisBatchDrawCommand_t9DAB9B739DA9EBC6B1BB0D2DD51AF65B12F66BF0_m7E812EC737BE547DE159DEFB8ED25CFEBE919249_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryUtilities_Malloc_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m844E1FE9AA85FBCDA780F255652D40A313DC2633_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryUtilities_Malloc_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m269ABA451687B643BABE37DB6019C803CD73F66A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayUnsafeUtility_GetUnsafePtr_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mD2D9DC546B80A05000B107C8E09FAA4BED3B2144_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Item_mA1A9DFAE69C1E05FBA3EC1BE8D292F6A0B749419_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_mE7A316DEDE7A834904E4EDC814338B6A605AC589_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeUtility_AsRef_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF01FDF0EACCFED286E93933B693A2BE11A6A8946_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
bool V_8 = false;
|
|
int32_t V_9 = 0;
|
|
DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010 V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
bool V_11 = false;
|
|
int32_t V_12 = 0;
|
|
int32_t V_13 = 0;
|
|
int32_t V_14 = 0;
|
|
int32_t V_15 = 0;
|
|
int32_t V_16 = 0;
|
|
int32_t V_17 = 0;
|
|
int32_t V_18 = 0;
|
|
int32_t V_19 = 0;
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C V_20;
|
|
memset((&V_20), 0, sizeof(V_20));
|
|
BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F V_21;
|
|
memset((&V_21), 0, sizeof(V_21));
|
|
BatchFilterSettings_t24CAFF037E8C667ABC0B23D55D6CC7125947CDE2 V_22;
|
|
memset((&V_22), 0, sizeof(V_22));
|
|
int32_t* V_23 = NULL;
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 V_24;
|
|
memset((&V_24), 0, sizeof(V_24));
|
|
int32_t V_25 = 0;
|
|
int32_t V_26 = 0;
|
|
int32_t V_27 = 0;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B8_0 = 0;
|
|
BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F* G_B23_0 = NULL;
|
|
BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F* G_B23_1 = NULL;
|
|
BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F* G_B22_0 = NULL;
|
|
BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F* G_B22_1 = NULL;
|
|
int32_t G_B24_0 = 0;
|
|
BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F* G_B24_1 = NULL;
|
|
BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F* G_B24_2 = NULL;
|
|
BatchFilterSettings_t24CAFF037E8C667ABC0B23D55D6CC7125947CDE2* G_B26_0 = NULL;
|
|
BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F* G_B26_1 = NULL;
|
|
BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F* G_B26_2 = NULL;
|
|
BatchFilterSettings_t24CAFF037E8C667ABC0B23D55D6CC7125947CDE2* G_B25_0 = NULL;
|
|
BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F* G_B25_1 = NULL;
|
|
BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F* G_B25_2 = NULL;
|
|
int32_t G_B27_0 = 0;
|
|
BatchFilterSettings_t24CAFF037E8C667ABC0B23D55D6CC7125947CDE2* G_B27_1 = NULL;
|
|
BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F* G_B27_2 = NULL;
|
|
BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F* G_B27_3 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:748>
|
|
NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A* L_0 = (NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A*)(&__this->___cullingOutput);
|
|
BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D L_1;
|
|
L_1 = IL2CPP_NATIVEARRAY_GET_ITEM(BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D, (L_0)->___m_Buffer, 0);
|
|
V_0 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:750>
|
|
IndirectBufferLimits_t6035702207C41A67B85B52BF1019C16EA7CE0076* L_2 = (IndirectBufferLimits_t6035702207C41A67B85B52BF1019C16EA7CE0076*)(&__this->___indirectBufferLimits);
|
|
int32_t L_3 = L_2->___maxInstanceCount;
|
|
V_1 = (bool)((((int32_t)L_3) > ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:761>
|
|
V_2 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:762>
|
|
V_3 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:763>
|
|
V_4 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:764>
|
|
V_5 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:765>
|
|
V_6 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:767>
|
|
V_9 = 0;
|
|
goto IL_0229;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:769>
|
|
NativeList_1_t50EF7494D5DE96412C6EA67378B11EE5C5C8EE89* L_4 = (NativeList_1_t50EF7494D5DE96412C6EA67378B11EE5C5C8EE89*)(&__this->___drawRanges);
|
|
int32_t L_5 = V_9;
|
|
DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010 L_6;
|
|
L_6 = NativeList_1_get_Item_mA1A9DFAE69C1E05FBA3EC1BE8D292F6A0B749419_inline(L_4, L_5, NativeList_1_get_Item_mA1A9DFAE69C1E05FBA3EC1BE8D292F6A0B749419_RuntimeMethod_var);
|
|
V_10 = L_6;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:770>
|
|
bool L_7 = V_1;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010 L_8 = V_10;
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C L_9 = L_8.___key;
|
|
bool L_10 = L_9.___supportsIndirect;
|
|
G_B5_0 = ((int32_t)(L_10));
|
|
goto IL_0052;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
G_B5_0 = 0;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
V_11 = (bool)G_B5_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:772>
|
|
V_12 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:773>
|
|
bool L_11 = V_11;
|
|
if (L_11)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_12 = V_3;
|
|
G_B8_0 = L_12;
|
|
goto IL_0060;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
int32_t L_13 = V_5;
|
|
G_B8_0 = L_13;
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
V_13 = G_B8_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:775>
|
|
V_14 = 0;
|
|
goto IL_013b;
|
|
}
|
|
|
|
IL_006a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:777>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_14 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___drawBatchIndices);
|
|
DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010 L_15 = V_10;
|
|
int32_t L_16 = L_15.___drawOffset;
|
|
int32_t L_17 = V_14;
|
|
int32_t L_18;
|
|
L_18 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_14)->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_16, L_17)));
|
|
V_15 = L_18;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:778>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_19 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___batchBinAllocOffsets);
|
|
int32_t L_20 = V_15;
|
|
int32_t L_21;
|
|
L_21 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_19)->___m_Buffer, L_20);
|
|
V_16 = L_21;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:779>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_22 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___batchBinCounts);
|
|
int32_t L_23 = V_15;
|
|
int32_t L_24;
|
|
L_24 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_22)->___m_Buffer, L_23);
|
|
V_17 = L_24;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:781>
|
|
bool L_25 = V_11;
|
|
if (!L_25)
|
|
{
|
|
goto IL_00bb;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:783>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_26 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___batchDrawCommandOffsets);
|
|
int32_t L_27 = V_15;
|
|
int32_t L_28 = V_5;
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, (L_26)->___m_Buffer, L_27, (L_28));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:784>
|
|
int32_t L_29 = V_5;
|
|
int32_t L_30 = V_17;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_29, L_30));
|
|
goto IL_00ce;
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:788>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_31 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___batchDrawCommandOffsets);
|
|
int32_t L_32 = V_15;
|
|
int32_t L_33 = V_3;
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, (L_31)->___m_Buffer, L_32, (L_33));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:789>
|
|
int32_t L_34 = V_3;
|
|
int32_t L_35 = V_17;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_34, L_35));
|
|
}
|
|
|
|
IL_00ce:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:791>
|
|
int32_t L_36 = V_12;
|
|
int32_t L_37 = V_17;
|
|
V_12 = ((int32_t)il2cpp_codegen_add(L_36, L_37));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:793>
|
|
V_18 = 0;
|
|
goto IL_012f;
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:795>
|
|
int32_t L_38 = V_16;
|
|
int32_t L_39 = V_18;
|
|
V_19 = ((int32_t)il2cpp_codegen_add(L_38, L_39));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:796>
|
|
bool L_40 = V_11;
|
|
if (!L_40)
|
|
{
|
|
goto IL_0108;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:798>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_41 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___binVisibleInstanceOffsets);
|
|
int32_t L_42 = V_19;
|
|
int32_t L_43 = V_6;
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, (L_41)->___m_Buffer, L_42, (L_43));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:799>
|
|
int32_t L_44 = V_6;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_45 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___binVisibleInstanceCounts);
|
|
int32_t L_46 = V_19;
|
|
int32_t L_47;
|
|
L_47 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_45)->___m_Buffer, L_46);
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_44, L_47));
|
|
goto IL_0129;
|
|
}
|
|
|
|
IL_0108:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:803>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_48 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___binVisibleInstanceOffsets);
|
|
int32_t L_49 = V_19;
|
|
int32_t L_50 = V_4;
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(int32_t, (L_48)->___m_Buffer, L_49, (L_50));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:804>
|
|
int32_t L_51 = V_4;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_52 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___binVisibleInstanceCounts);
|
|
int32_t L_53 = V_19;
|
|
int32_t L_54;
|
|
L_54 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_52)->___m_Buffer, L_53);
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_51, L_54));
|
|
}
|
|
|
|
IL_0129:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:793>
|
|
int32_t L_55 = V_18;
|
|
V_18 = ((int32_t)il2cpp_codegen_add(L_55, 1));
|
|
}
|
|
|
|
IL_012f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:793>
|
|
int32_t L_56 = V_18;
|
|
int32_t L_57 = V_17;
|
|
if ((((int32_t)L_56) < ((int32_t)L_57)))
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:775>
|
|
int32_t L_58 = V_14;
|
|
V_14 = ((int32_t)il2cpp_codegen_add(L_58, 1));
|
|
}
|
|
|
|
IL_013b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:775>
|
|
int32_t L_59 = V_14;
|
|
DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010 L_60 = V_10;
|
|
int32_t L_61 = L_60.___drawCount;
|
|
if ((((int32_t)L_59) < ((int32_t)L_61)))
|
|
{
|
|
goto IL_006a;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:809>
|
|
int32_t L_62 = V_12;
|
|
if (!L_62)
|
|
{
|
|
goto IL_0223;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:816>
|
|
DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010 L_63 = V_10;
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C L_64 = L_63.___key;
|
|
V_20 = L_64;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:817>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:818>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:819>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:820>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:821>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:822>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:823>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:824>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:825>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:826>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:827>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:828>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:829>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:830>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:831>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:832>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:833>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:834>
|
|
BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D L_65 = V_0;
|
|
BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F* L_66 = L_65.___drawRanges;
|
|
int32_t L_67 = V_2;
|
|
uint32_t L_68 = sizeof(BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F);
|
|
il2cpp_codegen_initobj((&V_21), sizeof(BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F));
|
|
int32_t L_69 = V_13;
|
|
(&V_21)->___drawCommandsBegin = L_69;
|
|
int32_t L_70 = V_12;
|
|
(&V_21)->___drawCommandsCount = L_70;
|
|
bool L_71 = V_11;
|
|
if (L_71)
|
|
{
|
|
G_B23_0 = (&V_21);
|
|
G_B23_1 = ((BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F*)il2cpp_codegen_add((intptr_t)L_66, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_67), (int32_t)L_68))));
|
|
goto IL_018c;
|
|
}
|
|
G_B22_0 = (&V_21);
|
|
G_B22_1 = ((BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F*)il2cpp_codegen_add((intptr_t)L_66, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_67), (int32_t)L_68))));
|
|
}
|
|
{
|
|
G_B24_0 = 0;
|
|
G_B24_1 = G_B22_0;
|
|
G_B24_2 = G_B22_1;
|
|
goto IL_018d;
|
|
}
|
|
|
|
IL_018c:
|
|
{
|
|
G_B24_0 = 1;
|
|
G_B24_1 = G_B23_0;
|
|
G_B24_2 = G_B23_1;
|
|
}
|
|
|
|
IL_018d:
|
|
{
|
|
G_B24_1->___drawCommandsType = G_B24_0;
|
|
il2cpp_codegen_initobj((&V_22), sizeof(BatchFilterSettings_t24CAFF037E8C667ABC0B23D55D6CC7125947CDE2));
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C L_72 = V_20;
|
|
uint32_t L_73 = L_72.___renderingLayerMask;
|
|
(&V_22)->___renderingLayerMask = L_73;
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C L_74 = V_20;
|
|
int32_t L_75 = L_74.___rendererPriority;
|
|
(&V_22)->___rendererPriority = L_75;
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C L_76 = V_20;
|
|
uint8_t L_77 = L_76.___layer;
|
|
(&V_22)->___layer = L_77;
|
|
bool L_78 = V_11;
|
|
if (L_78)
|
|
{
|
|
G_B26_0 = (&V_22);
|
|
G_B26_1 = (&V_21);
|
|
G_B26_2 = G_B24_2;
|
|
goto IL_01d0;
|
|
}
|
|
G_B25_0 = (&V_22);
|
|
G_B25_1 = (&V_21);
|
|
G_B25_2 = G_B24_2;
|
|
}
|
|
{
|
|
G_B27_0 = ((int32_t)29);
|
|
G_B27_1 = G_B25_0;
|
|
G_B27_2 = G_B25_1;
|
|
G_B27_3 = G_B25_2;
|
|
goto IL_01d2;
|
|
}
|
|
|
|
IL_01d0:
|
|
{
|
|
G_B27_0 = ((int32_t)28);
|
|
G_B27_1 = G_B26_0;
|
|
G_B27_2 = G_B26_1;
|
|
G_B27_3 = G_B26_2;
|
|
}
|
|
|
|
IL_01d2:
|
|
{
|
|
BatchFilterSettings_set_batchLayer_m6A6C6FD4365A708E12E79F1243F349E02AEAC4DF_inline(G_B27_1, (uint8_t)G_B27_0, NULL);
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C L_79 = V_20;
|
|
int32_t L_80 = L_79.___motionMode;
|
|
BatchFilterSettings_set_motionMode_mF9C0E322FE369777B865E4968F8A335B3963A0F4((&V_22), L_80, NULL);
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C L_81 = V_20;
|
|
int32_t L_82 = L_81.___shadowCastingMode;
|
|
BatchFilterSettings_set_shadowCastingMode_mF25FA5ED14ABE8D033B637C3846B57E0E221798D((&V_22), L_82, NULL);
|
|
BatchFilterSettings_set_receiveShadows_mEBE859A2B97142D275CA31B634AB97A1AC1EEC63((&V_22), (bool)1, NULL);
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C L_83 = V_20;
|
|
bool L_84 = L_83.___staticShadowCaster;
|
|
BatchFilterSettings_set_staticShadowCaster_mE34D81BBC5B001D1959D6AAEF0CA167B7B596D44((&V_22), L_84, NULL);
|
|
BatchFilterSettings_set_allDepthSorted_mC6827A891D8AC1F5F70434A68BF3336D4859875B((&V_22), (bool)0, NULL);
|
|
BatchFilterSettings_t24CAFF037E8C667ABC0B23D55D6CC7125947CDE2 L_85 = V_22;
|
|
G_B27_2->___filterSettings = L_85;
|
|
BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F L_86 = V_21;
|
|
*(BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F*)G_B27_3 = L_86;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:835>
|
|
int32_t L_87 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_87, 1));
|
|
}
|
|
|
|
IL_0223:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:767>
|
|
int32_t L_88 = V_9;
|
|
V_9 = ((int32_t)il2cpp_codegen_add(L_88, 1));
|
|
}
|
|
|
|
IL_0229:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:767>
|
|
int32_t L_89 = V_9;
|
|
NativeList_1_t50EF7494D5DE96412C6EA67378B11EE5C5C8EE89* L_90 = (NativeList_1_t50EF7494D5DE96412C6EA67378B11EE5C5C8EE89*)(&__this->___drawRanges);
|
|
int32_t L_91;
|
|
L_91 = NativeList_1_get_Length_mE7A316DEDE7A834904E4EDC814338B6A605AC589_inline(L_90, NativeList_1_get_Length_mE7A316DEDE7A834904E4EDC814338B6A605AC589_RuntimeMethod_var);
|
|
if ((((int32_t)L_89) < ((int32_t)L_91)))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:839>
|
|
int32_t L_92 = V_2;
|
|
(&V_0)->___drawRangeCount = L_92;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:842>
|
|
V_8 = (bool)1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:843>
|
|
bool L_93 = V_1;
|
|
if (!L_93)
|
|
{
|
|
goto IL_02ea;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:845>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_94 = __this->___indirectAllocationCounters;
|
|
void* L_95;
|
|
L_95 = NativeArrayUnsafeUtility_GetUnsafePtr_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mD2D9DC546B80A05000B107C8E09FAA4BED3B2144(L_94, NativeArrayUnsafeUtility_GetUnsafePtr_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mD2D9DC546B80A05000B107C8E09FAA4BED3B2144_RuntimeMethod_var);
|
|
V_23 = (int32_t*)L_95;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:847>
|
|
il2cpp_codegen_initobj((&V_24), sizeof(IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:848>
|
|
int32_t L_96 = V_5;
|
|
(&V_24)->___drawCount = L_96;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:849>
|
|
int32_t L_97 = V_6;
|
|
(&V_24)->___instanceCount = L_97;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:851>
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 L_98 = V_24;
|
|
int32_t L_99 = L_98.___drawCount;
|
|
V_25 = ((int32_t)il2cpp_codegen_add(L_99, 1));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:852>
|
|
int32_t* L_100 = V_23;
|
|
int32_t* L_101;
|
|
L_101 = UnsafeUtility_AsRef_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF01FDF0EACCFED286E93933B693A2BE11A6A8946_inline((void*)((int32_t*)il2cpp_codegen_add((intptr_t)L_100, 4)), UnsafeUtility_AsRef_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF01FDF0EACCFED286E93933B693A2BE11A6A8946_RuntimeMethod_var);
|
|
int32_t L_102 = V_25;
|
|
int32_t L_103;
|
|
L_103 = Interlocked_Add_m2455208C56EEFD8832AEAD8AF7368A3FEB33A73C(L_101, L_102, NULL);
|
|
V_26 = L_103;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:853>
|
|
int32_t L_104 = V_26;
|
|
int32_t L_105 = V_25;
|
|
(&V_24)->___drawAllocIndex = ((int32_t)il2cpp_codegen_subtract(L_104, L_105));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:855>
|
|
int32_t* L_106 = V_23;
|
|
int32_t* L_107;
|
|
L_107 = UnsafeUtility_AsRef_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF01FDF0EACCFED286E93933B693A2BE11A6A8946_inline((void*)L_106, UnsafeUtility_AsRef_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF01FDF0EACCFED286E93933B693A2BE11A6A8946_RuntimeMethod_var);
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 L_108 = V_24;
|
|
int32_t L_109 = L_108.___instanceCount;
|
|
int32_t L_110;
|
|
L_110 = Interlocked_Add_m2455208C56EEFD8832AEAD8AF7368A3FEB33A73C(L_107, L_109, NULL);
|
|
V_27 = L_110;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:856>
|
|
int32_t L_111 = V_27;
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 L_112 = V_24;
|
|
int32_t L_113 = L_112.___instanceCount;
|
|
(&V_24)->___instanceAllocIndex = ((int32_t)il2cpp_codegen_subtract(L_111, L_113));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:858>
|
|
IndirectBufferLimits_t6035702207C41A67B85B52BF1019C16EA7CE0076* L_114 = (IndirectBufferLimits_t6035702207C41A67B85B52BF1019C16EA7CE0076*)(&__this->___indirectBufferLimits);
|
|
bool L_115;
|
|
L_115 = IndirectBufferAllocInfo_IsWithinLimits_mE8807A3A2DDE4F3E3E9091E2441D847F4BFC4067((&V_24), L_114, NULL);
|
|
if (L_115)
|
|
{
|
|
goto IL_02dc;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:860>
|
|
il2cpp_codegen_initobj((&V_24), sizeof(IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:861>
|
|
V_8 = (bool)0;
|
|
}
|
|
|
|
IL_02dc:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:864>
|
|
NativeArray_1_t010CFDCC413C944832DC3E8129AE25C0D1FD6876* L_116 = (NativeArray_1_t010CFDCC413C944832DC3E8129AE25C0D1FD6876*)(&__this->___indirectBufferAllocInfo);
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 L_117 = V_24;
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02, (L_116)->___m_Buffer, 0, (L_117));
|
|
}
|
|
|
|
IL_02ea:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:866>
|
|
bool L_118 = V_8;
|
|
if (L_118)
|
|
{
|
|
goto IL_02f5;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:871>
|
|
V_1 = (bool)0;
|
|
goto IL_001c;
|
|
}
|
|
|
|
IL_02f5:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:874>
|
|
int32_t L_119 = V_3;
|
|
if (!L_119)
|
|
{
|
|
goto IL_0326;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:876>
|
|
int32_t L_120 = V_3;
|
|
(&V_0)->___drawCommandCount = L_120;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:877>
|
|
int32_t L_121 = V_3;
|
|
BatchDrawCommand_t9DAB9B739DA9EBC6B1BB0D2DD51AF65B12F66BF0* L_122;
|
|
L_122 = MemoryUtilities_Malloc_TisBatchDrawCommand_t9DAB9B739DA9EBC6B1BB0D2DD51AF65B12F66BF0_m7E812EC737BE547DE159DEFB8ED25CFEBE919249(L_121, 3, MemoryUtilities_Malloc_TisBatchDrawCommand_t9DAB9B739DA9EBC6B1BB0D2DD51AF65B12F66BF0_m7E812EC737BE547DE159DEFB8ED25CFEBE919249_RuntimeMethod_var);
|
|
(&V_0)->___drawCommands = L_122;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:879>
|
|
int32_t L_123 = V_4;
|
|
(&V_0)->___visibleInstanceCount = L_123;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:880>
|
|
int32_t L_124 = V_4;
|
|
int32_t* L_125;
|
|
L_125 = MemoryUtilities_Malloc_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m844E1FE9AA85FBCDA780F255652D40A313DC2633(L_124, 3, MemoryUtilities_Malloc_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m844E1FE9AA85FBCDA780F255652D40A313DC2633_RuntimeMethod_var);
|
|
(&V_0)->___visibleInstances = L_125;
|
|
}
|
|
|
|
IL_0326:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:882>
|
|
int32_t L_126 = V_5;
|
|
if (!L_126)
|
|
{
|
|
goto IL_0342;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:884>
|
|
int32_t L_127 = V_5;
|
|
(&V_0)->___indirectDrawCommandCount = L_127;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:885>
|
|
int32_t L_128 = V_5;
|
|
BatchDrawCommandIndirect_t06F3B5DC4AF7D4B115CEECDB0A1E4E92065BC705* L_129;
|
|
L_129 = MemoryUtilities_Malloc_TisBatchDrawCommandIndirect_t06F3B5DC4AF7D4B115CEECDB0A1E4E92065BC705_m420905EDBA9A64C361E2A6D981B38B48D85066F3(L_128, 3, MemoryUtilities_Malloc_TisBatchDrawCommandIndirect_t06F3B5DC4AF7D4B115CEECDB0A1E4E92065BC705_m420905EDBA9A64C361E2A6D981B38B48D85066F3_RuntimeMethod_var);
|
|
(&V_0)->___indirectDrawCommands = L_129;
|
|
}
|
|
|
|
IL_0342:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:888>
|
|
int32_t L_130 = V_3;
|
|
int32_t L_131 = V_5;
|
|
V_7 = ((int32_t)il2cpp_codegen_add(L_130, L_131));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:889>
|
|
int32_t L_132 = V_7;
|
|
float* L_133;
|
|
L_133 = MemoryUtilities_Malloc_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m269ABA451687B643BABE37DB6019C803CD73F66A(((int32_t)il2cpp_codegen_multiply(3, L_132)), 3, MemoryUtilities_Malloc_TisSingle_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C_m269ABA451687B643BABE37DB6019C803CD73F66A_RuntimeMethod_var);
|
|
(&V_0)->___instanceSortingPositions = L_133;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:891>
|
|
NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A* L_134 = (NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A*)(&__this->___cullingOutput);
|
|
BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D L_135 = V_0;
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D, (L_134)->___m_Buffer, 0, (L_135));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:892>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void PrefixSumDrawsAndInstances_Execute_m8EADFE8897EAE00866B67F8AE64CA774EE33B5F9_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, const RuntimeMethod* method)
|
|
{
|
|
PrefixSumDrawsAndInstances_t270E5AA9BF72798DF9C0F217224637E0B89F710D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<PrefixSumDrawsAndInstances_t270E5AA9BF72798DF9C0F217224637E0B89F710D*>(__this + _offset);
|
|
PrefixSumDrawsAndInstances_Execute_m8EADFE8897EAE00866B67F8AE64CA774EE33B5F9(_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
|
|
|
|
|
|
IL2CPP_EXTERN_C void DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215_marshal_pinvoke(const DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215& unmarshaled, DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215_marshaled_pinvoke& marshaled)
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_pinvoke(unmarshaled.___binningConfig, marshaled.___binningConfig);
|
|
marshaled.___batchIDs = unmarshaled.___batchIDs;
|
|
marshaled.___instanceDataBuffer = unmarshaled.___instanceDataBuffer;
|
|
marshaled.___drawBatches = unmarshaled.___drawBatches;
|
|
marshaled.___drawInstanceIndices = unmarshaled.___drawInstanceIndices;
|
|
marshaled.___instanceData = unmarshaled.___instanceData;
|
|
marshaled.___rendererVisibilityMasks = unmarshaled.___rendererVisibilityMasks;
|
|
marshaled.___rendererMeshLodSettings = unmarshaled.___rendererMeshLodSettings;
|
|
marshaled.___rendererCrossFadeValues = unmarshaled.___rendererCrossFadeValues;
|
|
marshaled.___batchBinAllocOffsets = unmarshaled.___batchBinAllocOffsets;
|
|
marshaled.___batchBinCounts = unmarshaled.___batchBinCounts;
|
|
marshaled.___batchDrawCommandOffsets = unmarshaled.___batchDrawCommandOffsets;
|
|
marshaled.___binConfigIndices = unmarshaled.___binConfigIndices;
|
|
marshaled.___binVisibleInstanceOffsets = unmarshaled.___binVisibleInstanceOffsets;
|
|
marshaled.___binVisibleInstanceCounts = unmarshaled.___binVisibleInstanceCounts;
|
|
marshaled.___cullingOutput = unmarshaled.___cullingOutput;
|
|
marshaled.___indirectBufferLimits = unmarshaled.___indirectBufferLimits;
|
|
marshaled.___visibleInstancesBufferHandle = unmarshaled.___visibleInstancesBufferHandle;
|
|
marshaled.___indirectArgsBufferHandle = unmarshaled.___indirectArgsBufferHandle;
|
|
marshaled.___indirectBufferAllocInfo = unmarshaled.___indirectBufferAllocInfo;
|
|
marshaled.___indirectDrawInfoGlobalArray = unmarshaled.___indirectDrawInfoGlobalArray;
|
|
marshaled.___indirectInstanceInfoGlobalArray = unmarshaled.___indirectInstanceInfoGlobalArray;
|
|
}
|
|
IL2CPP_EXTERN_C void DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215_marshal_pinvoke_back(const DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215_marshaled_pinvoke& marshaled, DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215& unmarshaled)
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7 unmarshaledbinningConfig_temp_0;
|
|
memset((&unmarshaledbinningConfig_temp_0), 0, sizeof(unmarshaledbinningConfig_temp_0));
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_pinvoke_back(marshaled.___binningConfig, unmarshaledbinningConfig_temp_0);
|
|
unmarshaled.___binningConfig = unmarshaledbinningConfig_temp_0;
|
|
NativeParallelHashMap_2_tDA93C536A95E913A4A38B4387FB9E0AC0634B184 unmarshaledbatchIDs_temp_1;
|
|
memset((&unmarshaledbatchIDs_temp_1), 0, sizeof(unmarshaledbatchIDs_temp_1));
|
|
unmarshaledbatchIDs_temp_1 = marshaled.___batchIDs;
|
|
unmarshaled.___batchIDs = unmarshaledbatchIDs_temp_1;
|
|
ReadOnly_tE69A412FE71F8B82F4822C181711AAA37F3BC5BC unmarshaledinstanceDataBuffer_temp_2;
|
|
memset((&unmarshaledinstanceDataBuffer_temp_2), 0, sizeof(unmarshaledinstanceDataBuffer_temp_2));
|
|
unmarshaledinstanceDataBuffer_temp_2 = marshaled.___instanceDataBuffer;
|
|
unmarshaled.___instanceDataBuffer = unmarshaledinstanceDataBuffer_temp_2;
|
|
NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30 unmarshaleddrawBatches_temp_3;
|
|
memset((&unmarshaleddrawBatches_temp_3), 0, sizeof(unmarshaleddrawBatches_temp_3));
|
|
unmarshaleddrawBatches_temp_3 = marshaled.___drawBatches;
|
|
unmarshaled.___drawBatches = unmarshaleddrawBatches_temp_3;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaleddrawInstanceIndices_temp_4;
|
|
memset((&unmarshaleddrawInstanceIndices_temp_4), 0, sizeof(unmarshaleddrawInstanceIndices_temp_4));
|
|
unmarshaleddrawInstanceIndices_temp_4 = marshaled.___drawInstanceIndices;
|
|
unmarshaled.___drawInstanceIndices = unmarshaleddrawInstanceIndices_temp_4;
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31 unmarshaledinstanceData_temp_5;
|
|
memset((&unmarshaledinstanceData_temp_5), 0, sizeof(unmarshaledinstanceData_temp_5));
|
|
unmarshaledinstanceData_temp_5 = marshaled.___instanceData;
|
|
unmarshaled.___instanceData = unmarshaledinstanceData_temp_5;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF unmarshaledrendererVisibilityMasks_temp_6;
|
|
memset((&unmarshaledrendererVisibilityMasks_temp_6), 0, sizeof(unmarshaledrendererVisibilityMasks_temp_6));
|
|
unmarshaledrendererVisibilityMasks_temp_6 = marshaled.___rendererVisibilityMasks;
|
|
unmarshaled.___rendererVisibilityMasks = unmarshaledrendererVisibilityMasks_temp_6;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF unmarshaledrendererMeshLodSettings_temp_7;
|
|
memset((&unmarshaledrendererMeshLodSettings_temp_7), 0, sizeof(unmarshaledrendererMeshLodSettings_temp_7));
|
|
unmarshaledrendererMeshLodSettings_temp_7 = marshaled.___rendererMeshLodSettings;
|
|
unmarshaled.___rendererMeshLodSettings = unmarshaledrendererMeshLodSettings_temp_7;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF unmarshaledrendererCrossFadeValues_temp_8;
|
|
memset((&unmarshaledrendererCrossFadeValues_temp_8), 0, sizeof(unmarshaledrendererCrossFadeValues_temp_8));
|
|
unmarshaledrendererCrossFadeValues_temp_8 = marshaled.___rendererCrossFadeValues;
|
|
unmarshaled.___rendererCrossFadeValues = unmarshaledrendererCrossFadeValues_temp_8;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaledbatchBinAllocOffsets_temp_9;
|
|
memset((&unmarshaledbatchBinAllocOffsets_temp_9), 0, sizeof(unmarshaledbatchBinAllocOffsets_temp_9));
|
|
unmarshaledbatchBinAllocOffsets_temp_9 = marshaled.___batchBinAllocOffsets;
|
|
unmarshaled.___batchBinAllocOffsets = unmarshaledbatchBinAllocOffsets_temp_9;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaledbatchBinCounts_temp_10;
|
|
memset((&unmarshaledbatchBinCounts_temp_10), 0, sizeof(unmarshaledbatchBinCounts_temp_10));
|
|
unmarshaledbatchBinCounts_temp_10 = marshaled.___batchBinCounts;
|
|
unmarshaled.___batchBinCounts = unmarshaledbatchBinCounts_temp_10;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaledbatchDrawCommandOffsets_temp_11;
|
|
memset((&unmarshaledbatchDrawCommandOffsets_temp_11), 0, sizeof(unmarshaledbatchDrawCommandOffsets_temp_11));
|
|
unmarshaledbatchDrawCommandOffsets_temp_11 = marshaled.___batchDrawCommandOffsets;
|
|
unmarshaled.___batchDrawCommandOffsets = unmarshaledbatchDrawCommandOffsets_temp_11;
|
|
NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8 unmarshaledbinConfigIndices_temp_12;
|
|
memset((&unmarshaledbinConfigIndices_temp_12), 0, sizeof(unmarshaledbinConfigIndices_temp_12));
|
|
unmarshaledbinConfigIndices_temp_12 = marshaled.___binConfigIndices;
|
|
unmarshaled.___binConfigIndices = unmarshaledbinConfigIndices_temp_12;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaledbinVisibleInstanceOffsets_temp_13;
|
|
memset((&unmarshaledbinVisibleInstanceOffsets_temp_13), 0, sizeof(unmarshaledbinVisibleInstanceOffsets_temp_13));
|
|
unmarshaledbinVisibleInstanceOffsets_temp_13 = marshaled.___binVisibleInstanceOffsets;
|
|
unmarshaled.___binVisibleInstanceOffsets = unmarshaledbinVisibleInstanceOffsets_temp_13;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaledbinVisibleInstanceCounts_temp_14;
|
|
memset((&unmarshaledbinVisibleInstanceCounts_temp_14), 0, sizeof(unmarshaledbinVisibleInstanceCounts_temp_14));
|
|
unmarshaledbinVisibleInstanceCounts_temp_14 = marshaled.___binVisibleInstanceCounts;
|
|
unmarshaled.___binVisibleInstanceCounts = unmarshaledbinVisibleInstanceCounts_temp_14;
|
|
NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A unmarshaledcullingOutput_temp_15;
|
|
memset((&unmarshaledcullingOutput_temp_15), 0, sizeof(unmarshaledcullingOutput_temp_15));
|
|
unmarshaledcullingOutput_temp_15 = marshaled.___cullingOutput;
|
|
unmarshaled.___cullingOutput = unmarshaledcullingOutput_temp_15;
|
|
IndirectBufferLimits_t6035702207C41A67B85B52BF1019C16EA7CE0076 unmarshaledindirectBufferLimits_temp_16;
|
|
memset((&unmarshaledindirectBufferLimits_temp_16), 0, sizeof(unmarshaledindirectBufferLimits_temp_16));
|
|
unmarshaledindirectBufferLimits_temp_16 = marshaled.___indirectBufferLimits;
|
|
unmarshaled.___indirectBufferLimits = unmarshaledindirectBufferLimits_temp_16;
|
|
GraphicsBufferHandle_t796AECB7D0D9A7DE09882D9EAC25123F6DFA28B5 unmarshaledvisibleInstancesBufferHandle_temp_17;
|
|
memset((&unmarshaledvisibleInstancesBufferHandle_temp_17), 0, sizeof(unmarshaledvisibleInstancesBufferHandle_temp_17));
|
|
unmarshaledvisibleInstancesBufferHandle_temp_17 = marshaled.___visibleInstancesBufferHandle;
|
|
unmarshaled.___visibleInstancesBufferHandle = unmarshaledvisibleInstancesBufferHandle_temp_17;
|
|
GraphicsBufferHandle_t796AECB7D0D9A7DE09882D9EAC25123F6DFA28B5 unmarshaledindirectArgsBufferHandle_temp_18;
|
|
memset((&unmarshaledindirectArgsBufferHandle_temp_18), 0, sizeof(unmarshaledindirectArgsBufferHandle_temp_18));
|
|
unmarshaledindirectArgsBufferHandle_temp_18 = marshaled.___indirectArgsBufferHandle;
|
|
unmarshaled.___indirectArgsBufferHandle = unmarshaledindirectArgsBufferHandle_temp_18;
|
|
NativeArray_1_t010CFDCC413C944832DC3E8129AE25C0D1FD6876 unmarshaledindirectBufferAllocInfo_temp_19;
|
|
memset((&unmarshaledindirectBufferAllocInfo_temp_19), 0, sizeof(unmarshaledindirectBufferAllocInfo_temp_19));
|
|
unmarshaledindirectBufferAllocInfo_temp_19 = marshaled.___indirectBufferAllocInfo;
|
|
unmarshaled.___indirectBufferAllocInfo = unmarshaledindirectBufferAllocInfo_temp_19;
|
|
NativeArray_1_t53D1F8A0601B0A0A14155D124CA9BE481C9F9507 unmarshaledindirectDrawInfoGlobalArray_temp_20;
|
|
memset((&unmarshaledindirectDrawInfoGlobalArray_temp_20), 0, sizeof(unmarshaledindirectDrawInfoGlobalArray_temp_20));
|
|
unmarshaledindirectDrawInfoGlobalArray_temp_20 = marshaled.___indirectDrawInfoGlobalArray;
|
|
unmarshaled.___indirectDrawInfoGlobalArray = unmarshaledindirectDrawInfoGlobalArray_temp_20;
|
|
NativeArray_1_tB8F0DDF2408274818FBB9DB19DE6BF57FCE751A2 unmarshaledindirectInstanceInfoGlobalArray_temp_21;
|
|
memset((&unmarshaledindirectInstanceInfoGlobalArray_temp_21), 0, sizeof(unmarshaledindirectInstanceInfoGlobalArray_temp_21));
|
|
unmarshaledindirectInstanceInfoGlobalArray_temp_21 = marshaled.___indirectInstanceInfoGlobalArray;
|
|
unmarshaled.___indirectInstanceInfoGlobalArray = unmarshaledindirectInstanceInfoGlobalArray_temp_21;
|
|
}
|
|
IL2CPP_EXTERN_C void DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215_marshal_pinvoke_cleanup(DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215_marshaled_pinvoke& marshaled)
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_pinvoke_cleanup(marshaled.___binningConfig);
|
|
}
|
|
|
|
|
|
IL2CPP_EXTERN_C void DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215_marshal_com(const DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215& unmarshaled, DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215_marshaled_com& marshaled)
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_com(unmarshaled.___binningConfig, marshaled.___binningConfig);
|
|
marshaled.___batchIDs = unmarshaled.___batchIDs;
|
|
marshaled.___instanceDataBuffer = unmarshaled.___instanceDataBuffer;
|
|
marshaled.___drawBatches = unmarshaled.___drawBatches;
|
|
marshaled.___drawInstanceIndices = unmarshaled.___drawInstanceIndices;
|
|
marshaled.___instanceData = unmarshaled.___instanceData;
|
|
marshaled.___rendererVisibilityMasks = unmarshaled.___rendererVisibilityMasks;
|
|
marshaled.___rendererMeshLodSettings = unmarshaled.___rendererMeshLodSettings;
|
|
marshaled.___rendererCrossFadeValues = unmarshaled.___rendererCrossFadeValues;
|
|
marshaled.___batchBinAllocOffsets = unmarshaled.___batchBinAllocOffsets;
|
|
marshaled.___batchBinCounts = unmarshaled.___batchBinCounts;
|
|
marshaled.___batchDrawCommandOffsets = unmarshaled.___batchDrawCommandOffsets;
|
|
marshaled.___binConfigIndices = unmarshaled.___binConfigIndices;
|
|
marshaled.___binVisibleInstanceOffsets = unmarshaled.___binVisibleInstanceOffsets;
|
|
marshaled.___binVisibleInstanceCounts = unmarshaled.___binVisibleInstanceCounts;
|
|
marshaled.___cullingOutput = unmarshaled.___cullingOutput;
|
|
marshaled.___indirectBufferLimits = unmarshaled.___indirectBufferLimits;
|
|
marshaled.___visibleInstancesBufferHandle = unmarshaled.___visibleInstancesBufferHandle;
|
|
marshaled.___indirectArgsBufferHandle = unmarshaled.___indirectArgsBufferHandle;
|
|
marshaled.___indirectBufferAllocInfo = unmarshaled.___indirectBufferAllocInfo;
|
|
marshaled.___indirectDrawInfoGlobalArray = unmarshaled.___indirectDrawInfoGlobalArray;
|
|
marshaled.___indirectInstanceInfoGlobalArray = unmarshaled.___indirectInstanceInfoGlobalArray;
|
|
}
|
|
IL2CPP_EXTERN_C void DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215_marshal_com_back(const DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215_marshaled_com& marshaled, DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215& unmarshaled)
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7 unmarshaledbinningConfig_temp_0;
|
|
memset((&unmarshaledbinningConfig_temp_0), 0, sizeof(unmarshaledbinningConfig_temp_0));
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_com_back(marshaled.___binningConfig, unmarshaledbinningConfig_temp_0);
|
|
unmarshaled.___binningConfig = unmarshaledbinningConfig_temp_0;
|
|
NativeParallelHashMap_2_tDA93C536A95E913A4A38B4387FB9E0AC0634B184 unmarshaledbatchIDs_temp_1;
|
|
memset((&unmarshaledbatchIDs_temp_1), 0, sizeof(unmarshaledbatchIDs_temp_1));
|
|
unmarshaledbatchIDs_temp_1 = marshaled.___batchIDs;
|
|
unmarshaled.___batchIDs = unmarshaledbatchIDs_temp_1;
|
|
ReadOnly_tE69A412FE71F8B82F4822C181711AAA37F3BC5BC unmarshaledinstanceDataBuffer_temp_2;
|
|
memset((&unmarshaledinstanceDataBuffer_temp_2), 0, sizeof(unmarshaledinstanceDataBuffer_temp_2));
|
|
unmarshaledinstanceDataBuffer_temp_2 = marshaled.___instanceDataBuffer;
|
|
unmarshaled.___instanceDataBuffer = unmarshaledinstanceDataBuffer_temp_2;
|
|
NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30 unmarshaleddrawBatches_temp_3;
|
|
memset((&unmarshaleddrawBatches_temp_3), 0, sizeof(unmarshaleddrawBatches_temp_3));
|
|
unmarshaleddrawBatches_temp_3 = marshaled.___drawBatches;
|
|
unmarshaled.___drawBatches = unmarshaleddrawBatches_temp_3;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaleddrawInstanceIndices_temp_4;
|
|
memset((&unmarshaleddrawInstanceIndices_temp_4), 0, sizeof(unmarshaleddrawInstanceIndices_temp_4));
|
|
unmarshaleddrawInstanceIndices_temp_4 = marshaled.___drawInstanceIndices;
|
|
unmarshaled.___drawInstanceIndices = unmarshaleddrawInstanceIndices_temp_4;
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31 unmarshaledinstanceData_temp_5;
|
|
memset((&unmarshaledinstanceData_temp_5), 0, sizeof(unmarshaledinstanceData_temp_5));
|
|
unmarshaledinstanceData_temp_5 = marshaled.___instanceData;
|
|
unmarshaled.___instanceData = unmarshaledinstanceData_temp_5;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF unmarshaledrendererVisibilityMasks_temp_6;
|
|
memset((&unmarshaledrendererVisibilityMasks_temp_6), 0, sizeof(unmarshaledrendererVisibilityMasks_temp_6));
|
|
unmarshaledrendererVisibilityMasks_temp_6 = marshaled.___rendererVisibilityMasks;
|
|
unmarshaled.___rendererVisibilityMasks = unmarshaledrendererVisibilityMasks_temp_6;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF unmarshaledrendererMeshLodSettings_temp_7;
|
|
memset((&unmarshaledrendererMeshLodSettings_temp_7), 0, sizeof(unmarshaledrendererMeshLodSettings_temp_7));
|
|
unmarshaledrendererMeshLodSettings_temp_7 = marshaled.___rendererMeshLodSettings;
|
|
unmarshaled.___rendererMeshLodSettings = unmarshaledrendererMeshLodSettings_temp_7;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF unmarshaledrendererCrossFadeValues_temp_8;
|
|
memset((&unmarshaledrendererCrossFadeValues_temp_8), 0, sizeof(unmarshaledrendererCrossFadeValues_temp_8));
|
|
unmarshaledrendererCrossFadeValues_temp_8 = marshaled.___rendererCrossFadeValues;
|
|
unmarshaled.___rendererCrossFadeValues = unmarshaledrendererCrossFadeValues_temp_8;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaledbatchBinAllocOffsets_temp_9;
|
|
memset((&unmarshaledbatchBinAllocOffsets_temp_9), 0, sizeof(unmarshaledbatchBinAllocOffsets_temp_9));
|
|
unmarshaledbatchBinAllocOffsets_temp_9 = marshaled.___batchBinAllocOffsets;
|
|
unmarshaled.___batchBinAllocOffsets = unmarshaledbatchBinAllocOffsets_temp_9;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaledbatchBinCounts_temp_10;
|
|
memset((&unmarshaledbatchBinCounts_temp_10), 0, sizeof(unmarshaledbatchBinCounts_temp_10));
|
|
unmarshaledbatchBinCounts_temp_10 = marshaled.___batchBinCounts;
|
|
unmarshaled.___batchBinCounts = unmarshaledbatchBinCounts_temp_10;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaledbatchDrawCommandOffsets_temp_11;
|
|
memset((&unmarshaledbatchDrawCommandOffsets_temp_11), 0, sizeof(unmarshaledbatchDrawCommandOffsets_temp_11));
|
|
unmarshaledbatchDrawCommandOffsets_temp_11 = marshaled.___batchDrawCommandOffsets;
|
|
unmarshaled.___batchDrawCommandOffsets = unmarshaledbatchDrawCommandOffsets_temp_11;
|
|
NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8 unmarshaledbinConfigIndices_temp_12;
|
|
memset((&unmarshaledbinConfigIndices_temp_12), 0, sizeof(unmarshaledbinConfigIndices_temp_12));
|
|
unmarshaledbinConfigIndices_temp_12 = marshaled.___binConfigIndices;
|
|
unmarshaled.___binConfigIndices = unmarshaledbinConfigIndices_temp_12;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaledbinVisibleInstanceOffsets_temp_13;
|
|
memset((&unmarshaledbinVisibleInstanceOffsets_temp_13), 0, sizeof(unmarshaledbinVisibleInstanceOffsets_temp_13));
|
|
unmarshaledbinVisibleInstanceOffsets_temp_13 = marshaled.___binVisibleInstanceOffsets;
|
|
unmarshaled.___binVisibleInstanceOffsets = unmarshaledbinVisibleInstanceOffsets_temp_13;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C unmarshaledbinVisibleInstanceCounts_temp_14;
|
|
memset((&unmarshaledbinVisibleInstanceCounts_temp_14), 0, sizeof(unmarshaledbinVisibleInstanceCounts_temp_14));
|
|
unmarshaledbinVisibleInstanceCounts_temp_14 = marshaled.___binVisibleInstanceCounts;
|
|
unmarshaled.___binVisibleInstanceCounts = unmarshaledbinVisibleInstanceCounts_temp_14;
|
|
NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A unmarshaledcullingOutput_temp_15;
|
|
memset((&unmarshaledcullingOutput_temp_15), 0, sizeof(unmarshaledcullingOutput_temp_15));
|
|
unmarshaledcullingOutput_temp_15 = marshaled.___cullingOutput;
|
|
unmarshaled.___cullingOutput = unmarshaledcullingOutput_temp_15;
|
|
IndirectBufferLimits_t6035702207C41A67B85B52BF1019C16EA7CE0076 unmarshaledindirectBufferLimits_temp_16;
|
|
memset((&unmarshaledindirectBufferLimits_temp_16), 0, sizeof(unmarshaledindirectBufferLimits_temp_16));
|
|
unmarshaledindirectBufferLimits_temp_16 = marshaled.___indirectBufferLimits;
|
|
unmarshaled.___indirectBufferLimits = unmarshaledindirectBufferLimits_temp_16;
|
|
GraphicsBufferHandle_t796AECB7D0D9A7DE09882D9EAC25123F6DFA28B5 unmarshaledvisibleInstancesBufferHandle_temp_17;
|
|
memset((&unmarshaledvisibleInstancesBufferHandle_temp_17), 0, sizeof(unmarshaledvisibleInstancesBufferHandle_temp_17));
|
|
unmarshaledvisibleInstancesBufferHandle_temp_17 = marshaled.___visibleInstancesBufferHandle;
|
|
unmarshaled.___visibleInstancesBufferHandle = unmarshaledvisibleInstancesBufferHandle_temp_17;
|
|
GraphicsBufferHandle_t796AECB7D0D9A7DE09882D9EAC25123F6DFA28B5 unmarshaledindirectArgsBufferHandle_temp_18;
|
|
memset((&unmarshaledindirectArgsBufferHandle_temp_18), 0, sizeof(unmarshaledindirectArgsBufferHandle_temp_18));
|
|
unmarshaledindirectArgsBufferHandle_temp_18 = marshaled.___indirectArgsBufferHandle;
|
|
unmarshaled.___indirectArgsBufferHandle = unmarshaledindirectArgsBufferHandle_temp_18;
|
|
NativeArray_1_t010CFDCC413C944832DC3E8129AE25C0D1FD6876 unmarshaledindirectBufferAllocInfo_temp_19;
|
|
memset((&unmarshaledindirectBufferAllocInfo_temp_19), 0, sizeof(unmarshaledindirectBufferAllocInfo_temp_19));
|
|
unmarshaledindirectBufferAllocInfo_temp_19 = marshaled.___indirectBufferAllocInfo;
|
|
unmarshaled.___indirectBufferAllocInfo = unmarshaledindirectBufferAllocInfo_temp_19;
|
|
NativeArray_1_t53D1F8A0601B0A0A14155D124CA9BE481C9F9507 unmarshaledindirectDrawInfoGlobalArray_temp_20;
|
|
memset((&unmarshaledindirectDrawInfoGlobalArray_temp_20), 0, sizeof(unmarshaledindirectDrawInfoGlobalArray_temp_20));
|
|
unmarshaledindirectDrawInfoGlobalArray_temp_20 = marshaled.___indirectDrawInfoGlobalArray;
|
|
unmarshaled.___indirectDrawInfoGlobalArray = unmarshaledindirectDrawInfoGlobalArray_temp_20;
|
|
NativeArray_1_tB8F0DDF2408274818FBB9DB19DE6BF57FCE751A2 unmarshaledindirectInstanceInfoGlobalArray_temp_21;
|
|
memset((&unmarshaledindirectInstanceInfoGlobalArray_temp_21), 0, sizeof(unmarshaledindirectInstanceInfoGlobalArray_temp_21));
|
|
unmarshaledindirectInstanceInfoGlobalArray_temp_21 = marshaled.___indirectInstanceInfoGlobalArray;
|
|
unmarshaled.___indirectInstanceInfoGlobalArray = unmarshaledindirectInstanceInfoGlobalArray_temp_21;
|
|
}
|
|
IL2CPP_EXTERN_C void DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215_marshal_com_cleanup(DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215_marshaled_com& marshaled)
|
|
{
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7_marshal_com_cleanup(marshaled.___binningConfig);
|
|
}
|
|
// Method Definition Index: 71113
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR int32_t DrawCommandOutputPerBatch_EncodeGPUInstanceIndexAndCrossFade_m6EFB0D6BB29BF2F65B66913BD2F82E4364ED8830 (DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_rendererIndex, bool ___1_negateCrossFade, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUInstanceIndex_t1B73FC29B273B0470A8E186E3C2F19CA6D8FBA78_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
GPUInstanceIndex_t1B73FC29B273B0470A8E186E3C2F19CA6D8FBA78 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:930>
|
|
ReadOnly_tE69A412FE71F8B82F4822C181711AAA37F3BC5BC* L_0 = (ReadOnly_tE69A412FE71F8B82F4822C181711AAA37F3BC5BC*)(&__this->___instanceDataBuffer);
|
|
int32_t L_1 = ___0_rendererIndex;
|
|
il2cpp_codegen_runtime_class_init_inline(InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B_il2cpp_TypeInfo_var);
|
|
InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B L_2;
|
|
L_2 = InstanceHandle_FromInt_m501BC299814E873C1040C63575F9391327992272(L_1, NULL);
|
|
GPUInstanceIndex_t1B73FC29B273B0470A8E186E3C2F19CA6D8FBA78 L_3;
|
|
L_3 = ReadOnly_CPUInstanceToGPUInstance_m01CDC3239F33A9D1A861D1816930C4A7E71440E5(L_0, L_2, NULL);
|
|
V_0 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:931>
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_4 = (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF*)(&__this->___rendererCrossFadeValues);
|
|
int32_t L_5 = ___0_rendererIndex;
|
|
uint8_t L_6;
|
|
L_6 = IL2CPP_NATIVEARRAY_GET_ITEM(uint8_t, (L_4)->___m_Buffer, L_5);
|
|
V_1 = L_6;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:933>
|
|
int32_t L_7 = V_1;
|
|
if ((!(((uint64_t)((int64_t)L_7)) == ((uint64_t)((int64_t)((int32_t)255))))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:934>
|
|
il2cpp_codegen_runtime_class_init_inline(GPUInstanceIndex_t1B73FC29B273B0470A8E186E3C2F19CA6D8FBA78_il2cpp_TypeInfo_var);
|
|
int32_t L_8;
|
|
L_8 = GPUInstanceIndex_get_index_m0EDBD4FD5FC090990E2A24DCEBB5346B260C919D_inline((&V_0), NULL);
|
|
return L_8;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:936>
|
|
int32_t L_9 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_subtract(L_9, ((int32_t)127)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:937>
|
|
bool L_10 = ___1_negateCrossFade;
|
|
if (!L_10)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:938>
|
|
int32_t L_11 = V_1;
|
|
V_1 = ((-L_11));
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:939>
|
|
GPUInstanceIndex_t1B73FC29B273B0470A8E186E3C2F19CA6D8FBA78* L_12 = (&V_0);
|
|
il2cpp_codegen_runtime_class_init_inline(GPUInstanceIndex_t1B73FC29B273B0470A8E186E3C2F19CA6D8FBA78_il2cpp_TypeInfo_var);
|
|
int32_t L_13;
|
|
L_13 = GPUInstanceIndex_get_index_m0EDBD4FD5FC090990E2A24DCEBB5346B260C919D_inline(L_12, NULL);
|
|
int32_t L_14 = V_1;
|
|
GPUInstanceIndex_set_index_m24EF3293A5E4CA20F4186F53B459500CDAE40687_inline(L_12, ((int32_t)(L_13|((int32_t)(L_14<<((int32_t)24))))), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:940>
|
|
int32_t L_15;
|
|
L_15 = GPUInstanceIndex_get_index_m0EDBD4FD5FC090990E2A24DCEBB5346B260C919D_inline((&V_0), NULL);
|
|
return L_15;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t DrawCommandOutputPerBatch_EncodeGPUInstanceIndexAndCrossFade_m6EFB0D6BB29BF2F65B66913BD2F82E4364ED8830_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_rendererIndex, bool ___1_negateCrossFade, const RuntimeMethod* method)
|
|
{
|
|
DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = DrawCommandOutputPerBatch_EncodeGPUInstanceIndexAndCrossFade_m6EFB0D6BB29BF2F65B66913BD2F82E4364ED8830(_thisAdjusted, ___0_rendererIndex, ___1_negateCrossFade, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 71114
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool DrawCommandOutputPerBatch_IsInstanceFlipped_m1AE2BD53A7D17783F262A94539417F423FD4CF79 (DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_rendererIndex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:945>
|
|
int32_t L_0 = ___0_rendererIndex;
|
|
il2cpp_codegen_runtime_class_init_inline(InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B_il2cpp_TypeInfo_var);
|
|
InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B L_1;
|
|
L_1 = InstanceHandle_FromInt_m501BC299814E873C1040C63575F9391327992272(L_0, NULL);
|
|
V_0 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:946>
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* L_2 = (ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31*)(&__this->___instanceData);
|
|
InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B L_3 = V_0;
|
|
int32_t L_4;
|
|
L_4 = ReadOnly_InstanceToIndex_mA64D7447F6466C660DE83765B1B42673D922CCE2(L_2, L_3, NULL);
|
|
V_1 = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:947>
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* L_5 = (ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31*)(&__this->___instanceData);
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 L_6 = L_5->___localToWorldIsFlippedBits;
|
|
V_2 = L_6;
|
|
int32_t L_7 = V_1;
|
|
bool L_8;
|
|
L_8 = ParallelBitArray_Get_m250C22A6191BAF4C5B314EFAF451E391D251F2B0((&V_2), L_7, NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool DrawCommandOutputPerBatch_IsInstanceFlipped_m1AE2BD53A7D17783F262A94539417F423FD4CF79_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_rendererIndex, const RuntimeMethod* method)
|
|
{
|
|
DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = DrawCommandOutputPerBatch_IsInstanceFlipped_m1AE2BD53A7D17783F262A94539417F423FD4CF79(_thisAdjusted, ___0_rendererIndex, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 71115
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool DrawCommandOutputPerBatch_IsMeshLodVisible_mF345AFA69786A2EB8E65B25BFDB933A6321F1054 (DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_batchLodLevel, int32_t ___1_rendererIndex, bool ___2_supportsCrossFade, bool* ___3_negateCrossfade, const RuntimeMethod* method)
|
|
{
|
|
uint8_t V_0 = 0x0;
|
|
uint32_t V_1 = 0;
|
|
uint32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:953>
|
|
int32_t L_0 = ___0_batchLodLevel;
|
|
if ((((int32_t)L_0) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:954>
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:956>
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_1 = (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF*)(&__this->___rendererMeshLodSettings);
|
|
int32_t L_2 = ___1_rendererIndex;
|
|
uint8_t L_3;
|
|
L_3 = IL2CPP_NATIVEARRAY_GET_ITEM(uint8_t, (L_1)->___m_Buffer, L_2);
|
|
V_0 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:957>
|
|
uint8_t L_4 = V_0;
|
|
V_1 = ((int32_t)((int32_t)L_4&((int32_t)-193)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:958>
|
|
int32_t L_5 = ___0_batchLodLevel;
|
|
uint32_t L_6 = V_1;
|
|
if ((!(((uint64_t)((int64_t)L_5)) == ((uint64_t)((int64_t)(uint64_t)((uint32_t)L_6))))))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:959>
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:961>
|
|
bool L_7 = ___2_supportsCrossFade;
|
|
if (L_7)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:962>
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:964>
|
|
uint8_t L_8 = V_0;
|
|
V_2 = ((int32_t)((int32_t)L_8&((int32_t)192)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:965>
|
|
uint32_t L_9 = V_2;
|
|
if (L_9)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:966>
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:969>
|
|
uint32_t L_10 = V_2;
|
|
V_3 = ((int32_t)(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, ((int32_t)128)))>>6));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:971>
|
|
bool* L_11 = ___3_negateCrossfade;
|
|
*((int8_t*)L_11) = (int8_t)1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:973>
|
|
int32_t L_12 = ___0_batchLodLevel;
|
|
uint32_t L_13 = V_1;
|
|
int32_t L_14 = V_3;
|
|
return (bool)((((int64_t)((int64_t)L_12)) == ((int64_t)((int64_t)il2cpp_codegen_add(((int64_t)(uint64_t)((uint32_t)L_13)), ((int64_t)L_14)))))? 1 : 0);
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool DrawCommandOutputPerBatch_IsMeshLodVisible_mF345AFA69786A2EB8E65B25BFDB933A6321F1054_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_batchLodLevel, int32_t ___1_rendererIndex, bool ___2_supportsCrossFade, bool* ___3_negateCrossfade, const RuntimeMethod* method)
|
|
{
|
|
DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = DrawCommandOutputPerBatch_IsMeshLodVisible_mF345AFA69786A2EB8E65B25BFDB933A6321F1054(_thisAdjusted, ___0_batchLodLevel, ___1_rendererIndex, ___2_supportsCrossFade, ___3_negateCrossfade, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 71116
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void DrawCommandOutputPerBatch_Execute_mF995D35E2E640A3172F4BC62E37BF103CFBBBBA7 (DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_batchIndex, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DrawCommandOutputPerBatch_Execute_mF995D35E2E640A3172F4BC62E37BF103CFBBBBA7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Item_m6239ACA6F096D9F51BC8E37694D94DBEDAF30050_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeParallelHashMap_2_get_Item_m1EBC9739F8BC30E42EA705CFBD1E59BEE46FA803_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_UnsafeElementAt_m7C121BC14DCA25B8E95B393501BFA8CDD73D47D3_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
bool V_4 = false;
|
|
int32_t V_5 = 0;
|
|
int32_t* V_6 = NULL;
|
|
int32_t* V_7 = NULL;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
int32_t V_10 = 0;
|
|
bool V_11 = false;
|
|
int32_t V_12 = 0;
|
|
int32_t V_13 = 0;
|
|
bool V_14 = false;
|
|
int32_t V_15 = 0;
|
|
int32_t V_16 = 0;
|
|
int32_t V_17 = 0;
|
|
int32_t V_18 = 0;
|
|
int32_t V_19 = 0;
|
|
int32_t V_20 = 0;
|
|
int16_t V_21 = 0;
|
|
int32_t V_22 = 0;
|
|
int32_t V_23 = 0;
|
|
int32_t V_24 = 0;
|
|
int32_t V_25 = 0;
|
|
int32_t V_26 = 0;
|
|
int32_t V_27 = 0;
|
|
int32_t V_28 = 0;
|
|
IndirectDrawInfo_t24CC9D6B2D8EB28E5C42E90B284B3031B81AAEDB V_29;
|
|
memset((&V_29), 0, sizeof(V_29));
|
|
BatchDrawCommandIndirect_t06F3B5DC4AF7D4B115CEECDB0A1E4E92065BC705 V_30;
|
|
memset((&V_30), 0, sizeof(V_30));
|
|
BatchDrawCommand_t9DAB9B739DA9EBC6B1BB0D2DD51AF65B12F66BF0 V_31;
|
|
memset((&V_31), 0, sizeof(V_31));
|
|
int32_t V_32 = 0;
|
|
int32_t V_33 = 0;
|
|
bool V_34 = false;
|
|
int32_t V_35 = 0;
|
|
bool V_36 = false;
|
|
int32_t V_37 = 0;
|
|
int32_t V_38 = 0;
|
|
int32_t V_39 = 0;
|
|
IndirectInstanceInfo_t94ECCE7BC6DF23C75D2354238F38A0008643F9DB V_40;
|
|
memset((&V_40), 0, sizeof(V_40));
|
|
int32_t V_41 = 0;
|
|
int32_t V_42 = 0;
|
|
int32_t V_43 = 0;
|
|
int32_t V_44 = 0;
|
|
bool V_45 = false;
|
|
int32_t V_46 = 0;
|
|
InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B V_47;
|
|
memset((&V_47), 0, sizeof(V_47));
|
|
int32_t V_48 = 0;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E V_49;
|
|
memset((&V_49), 0, sizeof(V_49));
|
|
int32_t V_50 = 0;
|
|
int32_t V_51 = 0;
|
|
ReadOnly_tEDE38A52FAB74BA6088AF99AAFC32C7649A289AA V_52;
|
|
memset((&V_52), 0, sizeof(V_52));
|
|
int32_t G_B7_0 = 0;
|
|
int32_t G_B13_0 = 0;
|
|
int32_t G_B41_0 = 0;
|
|
int32_t G_B40_0 = 0;
|
|
int32_t G_B42_0 = 0;
|
|
int32_t G_B42_1 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:978>
|
|
NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30* L_0 = (NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30*)(&__this->___drawBatches);
|
|
int32_t L_1 = ___0_batchIndex;
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_2;
|
|
L_2 = NativeList_1_get_Item_m6239ACA6F096D9F51BC8E37694D94DBEDAF30050_inline(L_0, L_1, NativeList_1_get_Item_m6239ACA6F096D9F51BC8E37694D94DBEDAF30050_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:980>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_3 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___batchBinCounts);
|
|
int32_t L_4 = ___0_batchIndex;
|
|
int32_t L_5;
|
|
L_5 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_3)->___m_Buffer, L_4);
|
|
V_1 = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:981>
|
|
int32_t L_6 = V_1;
|
|
if (L_6)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:982>
|
|
return;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:984>
|
|
NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A* L_7 = (NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A*)(&__this->___cullingOutput);
|
|
BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D L_8;
|
|
L_8 = IL2CPP_NATIVEARRAY_GET_ITEM(BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D, (L_7)->___m_Buffer, 0);
|
|
V_2 = L_8;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:986>
|
|
il2cpp_codegen_initobj((&V_3), sizeof(IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:987>
|
|
IndirectBufferLimits_t6035702207C41A67B85B52BF1019C16EA7CE0076* L_9 = (IndirectBufferLimits_t6035702207C41A67B85B52BF1019C16EA7CE0076*)(&__this->___indirectBufferLimits);
|
|
int32_t L_10 = L_9->___maxDrawCount;
|
|
if ((((int32_t)L_10) <= ((int32_t)0)))
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:988>
|
|
NativeArray_1_t010CFDCC413C944832DC3E8129AE25C0D1FD6876* L_11 = (NativeArray_1_t010CFDCC413C944832DC3E8129AE25C0D1FD6876*)(&__this->___indirectBufferAllocInfo);
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 L_12;
|
|
L_12 = IL2CPP_NATIVEARRAY_GET_ITEM(IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02, (L_11)->___m_Buffer, 0);
|
|
V_3 = L_12;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:989>
|
|
bool L_13;
|
|
L_13 = IndirectBufferAllocInfo_IsEmpty_m47785BE361D9B989BE0455AD1884831AB99E4009((&V_3), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:991>
|
|
if (!((((int32_t)L_13) == ((int32_t)0))? 1 : 0))
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_14 = V_0;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_15 = L_14.___key;
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C L_16 = L_15.___range;
|
|
bool L_17 = L_16.___supportsIndirect;
|
|
G_B7_0 = ((int32_t)(L_17));
|
|
goto IL_006d;
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
G_B7_0 = 0;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
V_4 = (bool)G_B7_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:994>
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7* L_18 = (BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7*)(&__this->___binningConfig);
|
|
int32_t L_19;
|
|
L_19 = BinningConfig_get_visibilityConfigCount_m0B698DBD65F8147B56C14CA7CFB741EAB701B3B9(L_18, NULL);
|
|
V_5 = L_19;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:997>
|
|
int32_t L_20 = V_5;
|
|
if ((uintptr_t)((uintptr_t)L_20) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax)
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), DrawCommandOutputPerBatch_Execute_mF995D35E2E640A3172F4BC62E37BF103CFBBBBA7_RuntimeMethod_var);
|
|
intptr_t L_21 = ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_20), 4));
|
|
int8_t* L_22 = (int8_t*) (L_21 ? alloca(L_21) : NULL);
|
|
memset(L_22, 0, L_21);
|
|
V_6 = (int32_t*)(L_22);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:998>
|
|
V_16 = 0;
|
|
goto IL_009a;
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:999>
|
|
int32_t* L_23 = V_6;
|
|
int32_t L_24 = V_16;
|
|
*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_23, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_24), 4))))) = (int32_t)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:998>
|
|
int32_t L_25 = V_16;
|
|
V_16 = ((int32_t)il2cpp_codegen_add(L_25, 1));
|
|
}
|
|
|
|
IL_009a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:998>
|
|
int32_t L_26 = V_16;
|
|
int32_t L_27 = V_5;
|
|
if ((((int32_t)L_26) < ((int32_t)L_27)))
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1002>
|
|
int32_t L_28 = V_5;
|
|
if ((uintptr_t)((uintptr_t)L_28) * (uintptr_t)4 > (uintptr_t)kIl2CppUIntPtrMax)
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), DrawCommandOutputPerBatch_Execute_mF995D35E2E640A3172F4BC62E37BF103CFBBBBA7_RuntimeMethod_var);
|
|
intptr_t L_29 = ((intptr_t)il2cpp_codegen_multiply((intptr_t)((uintptr_t)L_28), 4));
|
|
int8_t* L_30 = (int8_t*) (L_29 ? alloca(L_29) : NULL);
|
|
memset(L_30, 0, L_29);
|
|
V_7 = (int32_t*)(L_30);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1006>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_31 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___batchBinAllocOffsets);
|
|
int32_t L_32 = ___0_batchIndex;
|
|
int32_t L_33;
|
|
L_33 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_31)->___m_Buffer, L_32);
|
|
V_8 = L_33;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1007>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_34 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___batchDrawCommandOffsets);
|
|
int32_t L_35 = ___0_batchIndex;
|
|
int32_t L_36;
|
|
L_36 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_34)->___m_Buffer, L_35);
|
|
V_9 = L_36;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1008>
|
|
V_10 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1009>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1010>
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_37 = V_0;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_38 = L_37.___key;
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C L_39 = L_38.___range;
|
|
int32_t L_40 = L_39.___motionMode;
|
|
if ((((int32_t)L_40) == ((int32_t)1)))
|
|
{
|
|
goto IL_00f0;
|
|
}
|
|
}
|
|
{
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_41 = V_0;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_42 = L_41.___key;
|
|
RangeKey_t6D4869B364ADC52DCAE541898513EF33CEE8878C L_43 = L_42.___range;
|
|
int32_t L_44 = L_43.___motionMode;
|
|
G_B13_0 = ((((int32_t)L_44) == ((int32_t)2))? 1 : 0);
|
|
goto IL_00f1;
|
|
}
|
|
|
|
IL_00f0:
|
|
{
|
|
G_B13_0 = 1;
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
V_11 = (bool)G_B13_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1011>
|
|
V_17 = 0;
|
|
goto IL_0419;
|
|
}
|
|
|
|
IL_00fb:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1013>
|
|
int32_t L_45 = V_8;
|
|
int32_t L_46 = V_17;
|
|
V_18 = ((int32_t)il2cpp_codegen_add(L_45, L_46));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1014>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_47 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___binVisibleInstanceOffsets);
|
|
int32_t L_48 = V_18;
|
|
int32_t L_49;
|
|
L_49 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_47)->___m_Buffer, L_48);
|
|
V_19 = L_49;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1015>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_50 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___binVisibleInstanceCounts);
|
|
int32_t L_51 = V_18;
|
|
int32_t L_52;
|
|
L_52 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_50)->___m_Buffer, L_51);
|
|
V_20 = L_52;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1016>
|
|
int32_t L_53 = V_19;
|
|
V_10 = L_53;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1019>
|
|
NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8* L_54 = (NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8*)(&__this->___binConfigIndices);
|
|
int32_t L_55 = V_18;
|
|
int16_t L_56;
|
|
L_56 = IL2CPP_NATIVEARRAY_GET_ITEM(int16_t, (L_54)->___m_Buffer, L_55);
|
|
V_21 = L_56;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1020>
|
|
int32_t* L_57 = V_6;
|
|
int16_t L_58 = V_21;
|
|
int32_t L_59 = V_19;
|
|
*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_57, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_58), 4))))) = (int32_t)L_59;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1023>
|
|
int32_t L_60 = V_9;
|
|
int32_t L_61 = V_17;
|
|
V_22 = ((int32_t)il2cpp_codegen_add(L_60, L_61));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1024>
|
|
int32_t* L_62 = V_7;
|
|
int16_t L_63 = V_21;
|
|
int32_t L_64 = V_22;
|
|
*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_62, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_63), 4))))) = (int32_t)L_64;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1026>
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_65 = V_0;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_66 = L_65.___key;
|
|
int32_t L_67 = L_66.___flags;
|
|
V_23 = L_67;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1027>
|
|
int16_t L_68 = V_21;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1028>
|
|
if (!((!(((uint32_t)((int32_t)((int32_t)L_68&1))) <= ((uint32_t)0)))? 1 : 0))
|
|
{
|
|
goto IL_016c;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1029>
|
|
int32_t L_69 = V_23;
|
|
V_23 = ((int32_t)((int32_t)L_69|1));
|
|
}
|
|
|
|
IL_016c:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1031>
|
|
int16_t L_70 = V_21;
|
|
V_24 = ((int32_t)((int32_t)L_70>>1));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1032>
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7* L_71 = (BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7*)(&__this->___binningConfig);
|
|
bool L_72 = L_71->___supportsCrossFade;
|
|
if (!L_72)
|
|
{
|
|
goto IL_019d;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1034>
|
|
int32_t L_73 = V_24;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1035>
|
|
if (((int32_t)(L_73&1)))
|
|
{
|
|
goto IL_018e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1036>
|
|
int32_t L_74 = V_23;
|
|
V_23 = ((int32_t)((int32_t)L_74&((int32_t)-17)));
|
|
goto IL_0195;
|
|
}
|
|
|
|
IL_018e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1038>
|
|
int32_t L_75 = V_23;
|
|
V_23 = ((int32_t)((int32_t)L_75|((int32_t)16)));
|
|
}
|
|
|
|
IL_0195:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1039>
|
|
int32_t L_76 = V_24;
|
|
V_24 = ((int32_t)(L_76>>1));
|
|
goto IL_01a4;
|
|
}
|
|
|
|
IL_019d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1043>
|
|
int32_t L_77 = V_23;
|
|
V_23 = ((int32_t)((int32_t)L_77&((int32_t)-17)));
|
|
}
|
|
|
|
IL_01a4:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1045>
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7* L_78 = (BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7*)(&__this->___binningConfig);
|
|
bool L_79 = L_78->___supportsMotionCheck;
|
|
if (!L_79)
|
|
{
|
|
goto IL_01c9;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1047>
|
|
int32_t L_80 = V_24;
|
|
bool L_81 = V_11;
|
|
if (!((int32_t)(((!(((uint32_t)((int32_t)(L_80&1))) <= ((uint32_t)0)))? 1 : 0)&(int32_t)L_81)))
|
|
{
|
|
goto IL_01c3;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1048>
|
|
int32_t L_82 = V_23;
|
|
V_23 = ((int32_t)((int32_t)L_82|2));
|
|
}
|
|
|
|
IL_01c3:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1049>
|
|
int32_t L_83 = V_24;
|
|
V_24 = ((int32_t)(L_83>>1));
|
|
}
|
|
|
|
IL_01c9:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1053>
|
|
V_25 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1054>
|
|
int32_t L_84 = V_23;
|
|
if (!((int32_t)((int32_t)L_84&8)))
|
|
{
|
|
goto IL_01eb;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1056>
|
|
int32_t L_85 = V_22;
|
|
V_26 = L_85;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1057>
|
|
bool L_86 = V_4;
|
|
if (!L_86)
|
|
{
|
|
goto IL_01e5;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1058>
|
|
int32_t L_87 = V_26;
|
|
BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D L_88 = V_2;
|
|
int32_t L_89 = L_88.___drawCommandCount;
|
|
V_26 = ((int32_t)il2cpp_codegen_add(L_87, L_89));
|
|
}
|
|
|
|
IL_01e5:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1059>
|
|
int32_t L_90 = V_26;
|
|
V_25 = ((int32_t)il2cpp_codegen_multiply(3, L_90));
|
|
}
|
|
|
|
IL_01eb:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1066>
|
|
bool L_91 = V_4;
|
|
if (!L_91)
|
|
{
|
|
goto IL_034b;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1072>
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 L_92 = V_3;
|
|
int32_t L_93 = L_92.___instanceAllocIndex;
|
|
int32_t L_94 = V_19;
|
|
V_27 = ((int32_t)il2cpp_codegen_add(L_93, L_94));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1073>
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 L_95 = V_3;
|
|
int32_t L_96 = L_95.___drawAllocIndex;
|
|
int32_t L_97 = V_22;
|
|
V_28 = ((int32_t)il2cpp_codegen_add(L_96, L_97));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1075>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1076>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1077>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1078>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1079>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1080>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1081>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1082>
|
|
NativeArray_1_t53D1F8A0601B0A0A14155D124CA9BE481C9F9507* L_98 = (NativeArray_1_t53D1F8A0601B0A0A14155D124CA9BE481C9F9507*)(&__this->___indirectDrawInfoGlobalArray);
|
|
int32_t L_99 = V_28;
|
|
il2cpp_codegen_initobj((&V_29), sizeof(IndirectDrawInfo_t24CC9D6B2D8EB28E5C42E90B284B3031B81AAEDB));
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_100 = V_0;
|
|
MeshProceduralInfo_t09E735D958CD89E7BE479DDD64CEEE2B469328C8 L_101 = L_100.___procInfo;
|
|
uint32_t L_102 = L_101.___indexCount;
|
|
(&V_29)->___indexCount = L_102;
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_103 = V_0;
|
|
MeshProceduralInfo_t09E735D958CD89E7BE479DDD64CEEE2B469328C8 L_104 = L_103.___procInfo;
|
|
uint32_t L_105 = L_104.___firstIndex;
|
|
(&V_29)->___firstIndex = L_105;
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_106 = V_0;
|
|
MeshProceduralInfo_t09E735D958CD89E7BE479DDD64CEEE2B469328C8 L_107 = L_106.___procInfo;
|
|
uint32_t L_108 = L_107.___baseVertex;
|
|
(&V_29)->___baseVertex = L_108;
|
|
int32_t L_109 = V_27;
|
|
(&V_29)->___firstInstanceGlobalIndex = L_109;
|
|
int32_t L_110 = V_20;
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_111 = V_0;
|
|
MeshProceduralInfo_t09E735D958CD89E7BE479DDD64CEEE2B469328C8 L_112 = L_111.___procInfo;
|
|
int32_t L_113 = L_112.___topology;
|
|
(&V_29)->___maxInstanceCountAndTopology = ((int32_t)(((int32_t)(L_110<<3))|(int32_t)L_113));
|
|
IndirectDrawInfo_t24CC9D6B2D8EB28E5C42E90B284B3031B81AAEDB L_114 = V_29;
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(IndirectDrawInfo_t24CC9D6B2D8EB28E5C42E90B284B3031B81AAEDB, (L_98)->___m_Buffer, L_99, (L_114));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1083>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1084>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1085>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1086>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1087>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1088>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1089>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1090>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1091>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1092>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1093>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1094>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1095>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1096>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1097>
|
|
BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D L_115 = V_2;
|
|
BatchDrawCommandIndirect_t06F3B5DC4AF7D4B115CEECDB0A1E4E92065BC705* L_116 = L_115.___indirectDrawCommands;
|
|
int32_t L_117 = V_22;
|
|
uint32_t L_118 = sizeof(BatchDrawCommandIndirect_t06F3B5DC4AF7D4B115CEECDB0A1E4E92065BC705);
|
|
il2cpp_codegen_initobj((&V_30), sizeof(BatchDrawCommandIndirect_t06F3B5DC4AF7D4B115CEECDB0A1E4E92065BC705));
|
|
int32_t L_119 = V_23;
|
|
(&V_30)->___flags = L_119;
|
|
int32_t L_120 = V_27;
|
|
(&V_30)->___visibleOffset = L_120;
|
|
NativeParallelHashMap_2_tDA93C536A95E913A4A38B4387FB9E0AC0634B184* L_121 = (NativeParallelHashMap_2_tDA93C536A95E913A4A38B4387FB9E0AC0634B184*)(&__this->___batchIDs);
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_122 = V_0;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_123 = L_122.___key;
|
|
uint32_t L_124 = L_123.___overridenComponents;
|
|
BatchID_t884E3C204D1F4C18FFD2361FC14A1E64CFBD8770 L_125;
|
|
L_125 = NativeParallelHashMap_2_get_Item_m1EBC9739F8BC30E42EA705CFBD1E59BEE46FA803(L_121, L_124, NativeParallelHashMap_2_get_Item_m1EBC9739F8BC30E42EA705CFBD1E59BEE46FA803_RuntimeMethod_var);
|
|
(&V_30)->___batchID = L_125;
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_126 = V_0;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_127 = L_126.___key;
|
|
BatchMaterialID_tF9E95833BB1C35A6D14D47CF4EC8A6EB7D15D65C L_128 = L_127.___materialID;
|
|
(&V_30)->___materialID = L_128;
|
|
int32_t L_129 = V_24;
|
|
(&V_30)->___splitVisibilityMask = (uint16_t)((int32_t)(uint16_t)L_129);
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_130 = V_0;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_131 = L_130.___key;
|
|
int32_t L_132 = L_131.___lightmapIndex;
|
|
(&V_30)->___lightmapIndex = (uint16_t)((int32_t)(uint16_t)L_132);
|
|
int32_t L_133 = V_25;
|
|
(&V_30)->___sortingPosition = L_133;
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_134 = V_0;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_135 = L_134.___key;
|
|
BatchMeshID_t34167B7C1D0503C43A01A7BD213DFC367525D2A0 L_136 = L_135.___meshID;
|
|
(&V_30)->___meshID = L_136;
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_137 = V_0;
|
|
MeshProceduralInfo_t09E735D958CD89E7BE479DDD64CEEE2B469328C8 L_138 = L_137.___procInfo;
|
|
int32_t L_139 = L_138.___topology;
|
|
(&V_30)->___topology = L_139;
|
|
GraphicsBufferHandle_t796AECB7D0D9A7DE09882D9EAC25123F6DFA28B5 L_140 = __this->___visibleInstancesBufferHandle;
|
|
(&V_30)->___visibleInstancesBufferHandle = L_140;
|
|
GraphicsBufferHandle_t796AECB7D0D9A7DE09882D9EAC25123F6DFA28B5 L_141 = __this->___indirectArgsBufferHandle;
|
|
(&V_30)->___indirectArgsBufferHandle = L_141;
|
|
int32_t L_142 = V_28;
|
|
(&V_30)->___indirectArgsBufferOffset = ((int32_t)il2cpp_codegen_multiply(L_142, ((int32_t)20)));
|
|
BatchDrawCommandIndirect_t06F3B5DC4AF7D4B115CEECDB0A1E4E92065BC705 L_143 = V_30;
|
|
*(BatchDrawCommandIndirect_t06F3B5DC4AF7D4B115CEECDB0A1E4E92065BC705*)((BatchDrawCommandIndirect_t06F3B5DC4AF7D4B115CEECDB0A1E4E92065BC705*)il2cpp_codegen_add((intptr_t)L_116, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_117), (int32_t)L_118)))) = L_143;
|
|
goto IL_0413;
|
|
}
|
|
|
|
IL_034b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1105>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1106>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1107>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1108>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1109>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1110>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1111>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1112>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1113>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1114>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1115>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1116>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1117>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1118>
|
|
BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D L_144 = V_2;
|
|
BatchDrawCommand_t9DAB9B739DA9EBC6B1BB0D2DD51AF65B12F66BF0* L_145 = L_144.___drawCommands;
|
|
int32_t L_146 = V_22;
|
|
uint32_t L_147 = sizeof(BatchDrawCommand_t9DAB9B739DA9EBC6B1BB0D2DD51AF65B12F66BF0);
|
|
il2cpp_codegen_initobj((&V_31), sizeof(BatchDrawCommand_t9DAB9B739DA9EBC6B1BB0D2DD51AF65B12F66BF0));
|
|
int32_t L_148 = V_23;
|
|
(&V_31)->___flags = L_148;
|
|
int32_t L_149 = V_19;
|
|
(&V_31)->___visibleOffset = L_149;
|
|
int32_t L_150 = V_20;
|
|
(&V_31)->___visibleCount = L_150;
|
|
NativeParallelHashMap_2_tDA93C536A95E913A4A38B4387FB9E0AC0634B184* L_151 = (NativeParallelHashMap_2_tDA93C536A95E913A4A38B4387FB9E0AC0634B184*)(&__this->___batchIDs);
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_152 = V_0;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_153 = L_152.___key;
|
|
uint32_t L_154 = L_153.___overridenComponents;
|
|
BatchID_t884E3C204D1F4C18FFD2361FC14A1E64CFBD8770 L_155;
|
|
L_155 = NativeParallelHashMap_2_get_Item_m1EBC9739F8BC30E42EA705CFBD1E59BEE46FA803(L_151, L_154, NativeParallelHashMap_2_get_Item_m1EBC9739F8BC30E42EA705CFBD1E59BEE46FA803_RuntimeMethod_var);
|
|
(&V_31)->___batchID = L_155;
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_156 = V_0;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_157 = L_156.___key;
|
|
BatchMaterialID_tF9E95833BB1C35A6D14D47CF4EC8A6EB7D15D65C L_158 = L_157.___materialID;
|
|
(&V_31)->___materialID = L_158;
|
|
int32_t L_159 = V_24;
|
|
(&V_31)->___splitVisibilityMask = (uint16_t)((int32_t)(uint16_t)L_159);
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_160 = V_0;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_161 = L_160.___key;
|
|
int32_t L_162 = L_161.___lightmapIndex;
|
|
(&V_31)->___lightmapIndex = (uint16_t)((int32_t)(uint16_t)L_162);
|
|
int32_t L_163 = V_25;
|
|
(&V_31)->___sortingPosition = L_163;
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_164 = V_0;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_165 = L_164.___key;
|
|
BatchMeshID_t34167B7C1D0503C43A01A7BD213DFC367525D2A0 L_166 = L_165.___meshID;
|
|
(&V_31)->___meshID = L_166;
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_167 = V_0;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_168 = L_167.___key;
|
|
int32_t L_169 = L_168.___submeshIndex;
|
|
(&V_31)->___submeshIndex = (uint16_t)((int32_t)(uint16_t)L_169);
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_170 = V_0;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_171 = L_170.___key;
|
|
int32_t L_172 = L_171.___activeMeshLod;
|
|
(&V_31)->___activeMeshLod = (uint16_t)((int32_t)(uint16_t)L_172);
|
|
BatchDrawCommand_t9DAB9B739DA9EBC6B1BB0D2DD51AF65B12F66BF0 L_173 = V_31;
|
|
*(BatchDrawCommand_t9DAB9B739DA9EBC6B1BB0D2DD51AF65B12F66BF0*)((BatchDrawCommand_t9DAB9B739DA9EBC6B1BB0D2DD51AF65B12F66BF0*)il2cpp_codegen_add((intptr_t)L_145, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_146), (int32_t)L_147)))) = L_173;
|
|
}
|
|
|
|
IL_0413:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1011>
|
|
int32_t L_174 = V_17;
|
|
V_17 = ((int32_t)il2cpp_codegen_add(L_174, 1));
|
|
}
|
|
|
|
IL_0419:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1011>
|
|
int32_t L_175 = V_17;
|
|
int32_t L_176 = V_1;
|
|
if ((((int32_t)L_175) < ((int32_t)L_176)))
|
|
{
|
|
goto IL_00fb;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1123>
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_177 = V_0;
|
|
int32_t L_178 = L_177.___instanceOffset;
|
|
V_12 = L_178;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1124>
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_179 = V_0;
|
|
int32_t L_180 = L_179.___instanceCount;
|
|
V_13 = L_180;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1125>
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_181 = V_0;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_182 = L_181.___key;
|
|
int32_t L_183 = L_182.___flags;
|
|
V_14 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_183&((int32_t)16)))) <= ((uint32_t)0)))? 1 : 0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1126>
|
|
V_15 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1127>
|
|
int32_t L_184 = V_1;
|
|
if ((((int32_t)L_184) <= ((int32_t)1)))
|
|
{
|
|
goto IL_056c;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1129>
|
|
V_32 = 0;
|
|
goto IL_055e;
|
|
}
|
|
|
|
IL_0456:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1131>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_185 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___drawInstanceIndices);
|
|
int32_t L_186 = V_12;
|
|
int32_t L_187 = V_32;
|
|
int32_t L_188;
|
|
L_188 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_185)->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_186, L_187)));
|
|
V_33 = L_188;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1133>
|
|
int32_t L_189 = V_33;
|
|
bool L_190;
|
|
L_190 = DrawCommandOutputPerBatch_IsInstanceFlipped_m1AE2BD53A7D17783F262A94539417F423FD4CF79(__this, L_189, NULL);
|
|
V_34 = L_190;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1134>
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_191 = (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF*)(&__this->___rendererVisibilityMasks);
|
|
int32_t L_192 = V_33;
|
|
uint8_t L_193;
|
|
L_193 = IL2CPP_NATIVEARRAY_GET_ITEM(uint8_t, (L_191)->___m_Buffer, L_192);
|
|
V_35 = L_193;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1136>
|
|
int32_t L_194 = V_35;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1137>
|
|
if (!((!(((uint32_t)L_194) <= ((uint32_t)0)))? 1 : 0))
|
|
{
|
|
goto IL_0558;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1140>
|
|
V_36 = (bool)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1141>
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_195 = V_0;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_196 = L_195.___key;
|
|
int32_t L_197 = L_196.___activeMeshLod;
|
|
int32_t L_198 = V_33;
|
|
bool L_199 = V_14;
|
|
bool L_200;
|
|
L_200 = DrawCommandOutputPerBatch_IsMeshLodVisible_mF345AFA69786A2EB8E65B25BFDB933A6321F1054(__this, L_197, L_198, L_199, (&V_36), NULL);
|
|
if (!L_200)
|
|
{
|
|
goto IL_0558;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1144>
|
|
int32_t L_201 = V_33;
|
|
V_15 = L_201;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1147>
|
|
int32_t L_202 = V_35;
|
|
bool L_203 = V_34;
|
|
if (L_203)
|
|
{
|
|
G_B41_0 = ((int32_t)(L_202<<1));
|
|
goto IL_04b9;
|
|
}
|
|
G_B40_0 = ((int32_t)(L_202<<1));
|
|
}
|
|
{
|
|
G_B42_0 = 0;
|
|
G_B42_1 = G_B40_0;
|
|
goto IL_04ba;
|
|
}
|
|
|
|
IL_04b9:
|
|
{
|
|
G_B42_0 = 1;
|
|
G_B42_1 = G_B41_0;
|
|
}
|
|
|
|
IL_04ba:
|
|
{
|
|
V_37 = ((int32_t)(G_B42_1|G_B42_0));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1149>
|
|
int32_t* L_204 = V_6;
|
|
int32_t L_205 = V_37;
|
|
int32_t L_206 = (*(((int32_t*)il2cpp_codegen_add((intptr_t)L_204, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_205), 4))))));
|
|
V_38 = L_206;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1150>
|
|
int32_t* L_207 = V_6;
|
|
int32_t L_208 = V_37;
|
|
int32_t* L_209 = ((int32_t*)il2cpp_codegen_add((intptr_t)L_207, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_208), 4))));
|
|
int32_t L_210 = (*(L_209));
|
|
*((int32_t*)L_209) = (int32_t)((int32_t)il2cpp_codegen_add(L_210, 1));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1152>
|
|
int32_t L_211 = V_33;
|
|
bool L_212 = V_36;
|
|
int32_t L_213;
|
|
L_213 = DrawCommandOutputPerBatch_EncodeGPUInstanceIndexAndCrossFade_m6EFB0D6BB29BF2F65B66913BD2F82E4364ED8830(__this, L_211, L_212, NULL);
|
|
V_39 = L_213;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1154>
|
|
bool L_214 = V_4;
|
|
if (!L_214)
|
|
{
|
|
goto IL_0549;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1162>
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7* L_215 = (BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7*)(&__this->___binningConfig);
|
|
bool L_216 = L_215->___supportsCrossFade;
|
|
if (!L_216)
|
|
{
|
|
goto IL_04f8;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1163>
|
|
int32_t L_217 = V_35;
|
|
V_35 = ((int32_t)(L_217>>1));
|
|
}
|
|
|
|
IL_04f8:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1164>
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7* L_218 = (BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7*)(&__this->___binningConfig);
|
|
bool L_219 = L_218->___supportsMotionCheck;
|
|
if (!L_219)
|
|
{
|
|
goto IL_050b;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1165>
|
|
int32_t L_220 = V_35;
|
|
V_35 = ((int32_t)(L_220>>1));
|
|
}
|
|
|
|
IL_050b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1167>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1168>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1169>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1170>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1171>
|
|
NativeArray_1_tB8F0DDF2408274818FBB9DB19DE6BF57FCE751A2* L_221 = (NativeArray_1_tB8F0DDF2408274818FBB9DB19DE6BF57FCE751A2*)(&__this->___indirectInstanceInfoGlobalArray);
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 L_222 = V_3;
|
|
int32_t L_223 = L_222.___instanceAllocIndex;
|
|
int32_t L_224 = V_38;
|
|
il2cpp_codegen_initobj((&V_40), sizeof(IndirectInstanceInfo_t94ECCE7BC6DF23C75D2354238F38A0008643F9DB));
|
|
int32_t* L_225 = V_7;
|
|
int32_t L_226 = V_37;
|
|
int32_t L_227 = (*(((int32_t*)il2cpp_codegen_add((intptr_t)L_225, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_226), 4))))));
|
|
int32_t L_228 = V_35;
|
|
(&V_40)->___drawOffsetAndSplitMask = ((int32_t)(((int32_t)(L_227<<8))|L_228));
|
|
int32_t L_229 = V_39;
|
|
(&V_40)->___instanceIndexAndCrossFade = L_229;
|
|
IndirectInstanceInfo_t94ECCE7BC6DF23C75D2354238F38A0008643F9DB L_230 = V_40;
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(IndirectInstanceInfo_t94ECCE7BC6DF23C75D2354238F38A0008643F9DB, (L_221)->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_223, L_224)), (L_230));
|
|
goto IL_0558;
|
|
}
|
|
|
|
IL_0549:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1179>
|
|
BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D L_231 = V_2;
|
|
int32_t* L_232 = L_231.___visibleInstances;
|
|
int32_t L_233 = V_38;
|
|
int32_t L_234 = V_39;
|
|
*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_232, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_233), 4))))) = (int32_t)L_234;
|
|
}
|
|
|
|
IL_0558:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1129>
|
|
int32_t L_235 = V_32;
|
|
V_32 = ((int32_t)il2cpp_codegen_add(L_235, 1));
|
|
}
|
|
|
|
IL_055e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1129>
|
|
int32_t L_236 = V_32;
|
|
int32_t L_237 = V_13;
|
|
if ((((int32_t)L_236) < ((int32_t)L_237)))
|
|
{
|
|
goto IL_0456;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0657;
|
|
}
|
|
|
|
IL_056c:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1185>
|
|
int32_t L_238 = V_10;
|
|
V_41 = L_238;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1186>
|
|
V_42 = 0;
|
|
goto IL_064e;
|
|
}
|
|
|
|
IL_0578:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1188>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_239 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___drawInstanceIndices);
|
|
int32_t L_240 = V_12;
|
|
int32_t L_241 = V_42;
|
|
int32_t L_242;
|
|
L_242 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_239)->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_240, L_241)));
|
|
V_43 = L_242;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1189>
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_243 = (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF*)(&__this->___rendererVisibilityMasks);
|
|
int32_t L_244 = V_43;
|
|
uint8_t L_245;
|
|
L_245 = IL2CPP_NATIVEARRAY_GET_ITEM(uint8_t, (L_243)->___m_Buffer, L_244);
|
|
V_44 = L_245;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1191>
|
|
int32_t L_246 = V_44;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1192>
|
|
if (!((!(((uint32_t)L_246) <= ((uint32_t)0)))? 1 : 0))
|
|
{
|
|
goto IL_0648;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1195>
|
|
V_45 = (bool)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1196>
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_247 = V_0;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_248 = L_247.___key;
|
|
int32_t L_249 = L_248.___activeMeshLod;
|
|
int32_t L_250 = V_43;
|
|
bool L_251 = V_14;
|
|
bool L_252;
|
|
L_252 = DrawCommandOutputPerBatch_IsMeshLodVisible_mF345AFA69786A2EB8E65B25BFDB933A6321F1054(__this, L_249, L_250, L_251, (&V_45), NULL);
|
|
if (!L_252)
|
|
{
|
|
goto IL_0648;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1199>
|
|
int32_t L_253 = V_43;
|
|
V_15 = L_253;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1201>
|
|
int32_t L_254 = V_43;
|
|
bool L_255 = V_45;
|
|
int32_t L_256;
|
|
L_256 = DrawCommandOutputPerBatch_EncodeGPUInstanceIndexAndCrossFade_m6EFB0D6BB29BF2F65B66913BD2F82E4364ED8830(__this, L_254, L_255, NULL);
|
|
V_46 = L_256;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1204>
|
|
bool L_257 = V_4;
|
|
if (!L_257)
|
|
{
|
|
goto IL_0633;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1207>
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7* L_258 = (BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7*)(&__this->___binningConfig);
|
|
bool L_259 = L_258->___supportsCrossFade;
|
|
if (!L_259)
|
|
{
|
|
goto IL_05e9;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1208>
|
|
int32_t L_260 = V_44;
|
|
V_44 = ((int32_t)(L_260>>1));
|
|
}
|
|
|
|
IL_05e9:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1209>
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7* L_261 = (BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7*)(&__this->___binningConfig);
|
|
bool L_262 = L_261->___supportsMotionCheck;
|
|
if (!L_262)
|
|
{
|
|
goto IL_05fc;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1210>
|
|
int32_t L_263 = V_44;
|
|
V_44 = ((int32_t)(L_263>>1));
|
|
}
|
|
|
|
IL_05fc:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1212>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1213>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1214>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1215>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1216>
|
|
NativeArray_1_tB8F0DDF2408274818FBB9DB19DE6BF57FCE751A2* L_264 = (NativeArray_1_tB8F0DDF2408274818FBB9DB19DE6BF57FCE751A2*)(&__this->___indirectInstanceInfoGlobalArray);
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 L_265 = V_3;
|
|
int32_t L_266 = L_265.___instanceAllocIndex;
|
|
int32_t L_267 = V_41;
|
|
il2cpp_codegen_initobj((&V_40), sizeof(IndirectInstanceInfo_t94ECCE7BC6DF23C75D2354238F38A0008643F9DB));
|
|
int32_t L_268 = V_9;
|
|
int32_t L_269 = V_44;
|
|
(&V_40)->___drawOffsetAndSplitMask = ((int32_t)(((int32_t)(L_268<<8))|L_269));
|
|
int32_t L_270 = V_46;
|
|
(&V_40)->___instanceIndexAndCrossFade = L_270;
|
|
IndirectInstanceInfo_t94ECCE7BC6DF23C75D2354238F38A0008643F9DB L_271 = V_40;
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(IndirectInstanceInfo_t94ECCE7BC6DF23C75D2354238F38A0008643F9DB, (L_264)->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_266, L_267)), (L_271));
|
|
goto IL_0642;
|
|
}
|
|
|
|
IL_0633:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1220>
|
|
BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D L_272 = V_2;
|
|
int32_t* L_273 = L_272.___visibleInstances;
|
|
int32_t L_274 = V_41;
|
|
int32_t L_275 = V_46;
|
|
*((int32_t*)((int32_t*)il2cpp_codegen_add((intptr_t)L_273, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_274), 4))))) = (int32_t)L_275;
|
|
}
|
|
|
|
IL_0642:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1222>
|
|
int32_t L_276 = V_41;
|
|
V_41 = ((int32_t)il2cpp_codegen_add(L_276, 1));
|
|
}
|
|
|
|
IL_0648:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1186>
|
|
int32_t L_277 = V_42;
|
|
V_42 = ((int32_t)il2cpp_codegen_add(L_277, 1));
|
|
}
|
|
|
|
IL_064e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1186>
|
|
int32_t L_278 = V_42;
|
|
int32_t L_279 = V_13;
|
|
if ((((int32_t)L_278) < ((int32_t)L_279)))
|
|
{
|
|
goto IL_0578;
|
|
}
|
|
}
|
|
|
|
IL_0657:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1227>
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_280 = V_0;
|
|
DrawKey_t3B4EE6E2AE19E9DD7C1731E60C6A7B39FEEA1C94 L_281 = L_280.___key;
|
|
int32_t L_282 = L_281.___flags;
|
|
if (!((int32_t)((int32_t)L_282&8)))
|
|
{
|
|
goto IL_06fd;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1229>
|
|
int32_t L_283 = V_15;
|
|
il2cpp_codegen_runtime_class_init_inline(InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B_il2cpp_TypeInfo_var);
|
|
InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B L_284;
|
|
L_284 = InstanceHandle_FromInt_m501BC299814E873C1040C63575F9391327992272(((int32_t)(L_283&((int32_t)16777215))), NULL);
|
|
V_47 = L_284;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1230>
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* L_285 = (ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31*)(&__this->___instanceData);
|
|
InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B L_286 = V_47;
|
|
int32_t L_287;
|
|
L_287 = ReadOnly_InstanceToIndex_mA64D7447F6466C660DE83765B1B42673D922CCE2(L_285, L_286, NULL);
|
|
V_48 = L_287;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1232>
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* L_288 = (ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31*)(&__this->___instanceData);
|
|
ReadOnly_tEDE38A52FAB74BA6088AF99AAFC32C7649A289AA L_289 = L_288->___worldAABBs;
|
|
V_52 = L_289;
|
|
int32_t L_290 = V_48;
|
|
AABB_tE57BAC64D9F8465BBFCC4A9C66AF4E884166982A* L_291;
|
|
L_291 = ReadOnly_UnsafeElementAt_m7C121BC14DCA25B8E95B393501BFA8CDD73D47D3((&V_52), L_290, ReadOnly_UnsafeElementAt_m7C121BC14DCA25B8E95B393501BFA8CDD73D47D3_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1233>
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_292 = L_291->___center;
|
|
V_49 = L_292;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1235>
|
|
int32_t L_293 = V_9;
|
|
V_50 = L_293;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1236>
|
|
bool L_294 = V_4;
|
|
if (!L_294)
|
|
{
|
|
goto IL_06b7;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1237>
|
|
int32_t L_295 = V_50;
|
|
BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D L_296 = V_2;
|
|
int32_t L_297 = L_296.___drawCommandCount;
|
|
V_50 = ((int32_t)il2cpp_codegen_add(L_295, L_297));
|
|
}
|
|
|
|
IL_06b7:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1238>
|
|
int32_t L_298 = V_50;
|
|
V_51 = ((int32_t)il2cpp_codegen_multiply(3, L_298));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1240>
|
|
BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D L_299 = V_2;
|
|
float* L_300 = L_299.___instanceSortingPositions;
|
|
int32_t L_301 = V_51;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_302 = V_49;
|
|
float L_303 = L_302.___x;
|
|
*((float*)((float*)il2cpp_codegen_add((intptr_t)L_300, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_301), 4))))) = (float)L_303;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1241>
|
|
BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D L_304 = V_2;
|
|
float* L_305 = L_304.___instanceSortingPositions;
|
|
int32_t L_306 = V_51;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_307 = V_49;
|
|
float L_308 = L_307.___y;
|
|
*((float*)((float*)il2cpp_codegen_add((intptr_t)L_305, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_306, 1))), 4))))) = (float)L_308;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1242>
|
|
BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D L_309 = V_2;
|
|
float* L_310 = L_309.___instanceSortingPositions;
|
|
int32_t L_311 = V_51;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_312 = V_49;
|
|
float L_313 = L_312.___z;
|
|
*((float*)((float*)il2cpp_codegen_add((intptr_t)L_310, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)il2cpp_codegen_add(L_311, 2))), 4))))) = (float)L_313;
|
|
}
|
|
|
|
IL_06fd:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1244>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void DrawCommandOutputPerBatch_Execute_mF995D35E2E640A3172F4BC62E37BF103CFBBBBA7_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_batchIndex, const RuntimeMethod* method)
|
|
{
|
|
DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215*>(__this + _offset);
|
|
DrawCommandOutputPerBatch_Execute_mF995D35E2E640A3172F4BC62E37BF103CFBBBBA7(_thisAdjusted, ___0_batchIndex, 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
|
|
// Method Definition Index: 71117
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void CompactVisibilityMasksJob_Execute_m7D5B39DEFEC4944D35111B4B7D22267147B4AB1E (CompactVisibilityMasksJob_tDE1D39C552A38F0687E6280ECC355983FA6AA3A5* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_startIndex, int32_t ___1_count, const RuntimeMethod* method)
|
|
{
|
|
uint64_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1258>
|
|
V_0 = ((int64_t)0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1260>
|
|
V_2 = 0;
|
|
goto IL_0025;
|
|
}
|
|
|
|
IL_0007:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1262>
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF* L_0 = (NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF*)(&__this->___rendererVisibilityMasks);
|
|
int32_t L_1 = ___0_startIndex;
|
|
int32_t L_2 = V_2;
|
|
uint8_t L_3;
|
|
L_3 = IL2CPP_NATIVEARRAY_GET_ITEM(uint8_t, (L_0)->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_1, L_2)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1264>
|
|
if (!L_3)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1265>
|
|
uint64_t L_4 = V_0;
|
|
int32_t L_5 = V_2;
|
|
V_0 = ((int64_t)((int64_t)L_4|((int64_t)(((int64_t)1)<<((int32_t)(L_5&((int32_t)63)))))));
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1260>
|
|
int32_t L_6 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_6, 1));
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1260>
|
|
int32_t L_7 = V_2;
|
|
int32_t L_8 = ___1_count;
|
|
if ((((int32_t)L_7) < ((int32_t)L_8)))
|
|
{
|
|
goto IL_0007;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1268>
|
|
int32_t L_9 = ___0_startIndex;
|
|
V_1 = ((int32_t)(L_9/((int32_t)64)));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1269>
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317* L_10 = (ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317*)(&__this->___compactedVisibilityMasks);
|
|
int32_t L_11 = V_1;
|
|
uint64_t L_12 = V_0;
|
|
ParallelBitArray_InterlockedOrChunk_m51A85AD8A6A6FFD317303DEABA6B9797B79CE658(L_10, L_11, L_12, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1270>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void CompactVisibilityMasksJob_Execute_m7D5B39DEFEC4944D35111B4B7D22267147B4AB1E_AdjustorThunk (RuntimeObject* IL2CPP_PARAMETER_RESTRICT __this, int32_t ___0_startIndex, int32_t ___1_count, const RuntimeMethod* method)
|
|
{
|
|
CompactVisibilityMasksJob_tDE1D39C552A38F0687E6280ECC355983FA6AA3A5* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<CompactVisibilityMasksJob_tDE1D39C552A38F0687E6280ECC355983FA6AA3A5*>(__this + _offset);
|
|
CompactVisibilityMasksJob_Execute_m7D5B39DEFEC4944D35111B4B7D22267147B4AB1E(_thisAdjusted, ___0_startIndex, ___1_count, 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
|
|
#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
|
|
// Method Definition Index: 71118
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C InstanceCullerSplitDebugArray_get_Counters_mBDB8C933AEEB9F934132442CA20FC54A9E9A01AB (InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1483>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_0 = __this->___m_Counters;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C InstanceCullerSplitDebugArray_get_Counters_mBDB8C933AEEB9F934132442CA20FC54A9E9A01AB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1*>(__this + _offset);
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C _returnValue;
|
|
_returnValue = InstanceCullerSplitDebugArray_get_Counters_mBDB8C933AEEB9F934132442CA20FC54A9E9A01AB_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 71119
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCullerSplitDebugArray_Init_m0E461744D899802E8123D32B79AD2EEC7FF1ED66 (InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1__ctor_mF0B178D7A60B2948564AFE0F967677F1F77DB356_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeQueue_1__ctor_mDD9E8ECAA791A7124E92EBC12B9907F770BDD057_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1487>
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_0;
|
|
L_0 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(4, NULL);
|
|
NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
NativeList_1__ctor_mF0B178D7A60B2948564AFE0F967677F1F77DB356((&L_1), L_0, NativeList_1__ctor_mF0B178D7A60B2948564AFE0F967677F1F77DB356_RuntimeMethod_var);
|
|
__this->___m_Info = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1488>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D((&L_2), ((int32_t)192), 4, 1, NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_RuntimeMethod_var);
|
|
__this->___m_Counters = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1489>
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_3;
|
|
L_3 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(4, NULL);
|
|
NativeQueue_1_tA574A1D792BEDC7C9D7D60530F71E6A15136538C L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
NativeQueue_1__ctor_mDD9E8ECAA791A7124E92EBC12B9907F770BDD057((&L_4), L_3, NativeQueue_1__ctor_mDD9E8ECAA791A7124E92EBC12B9907F770BDD057_RuntimeMethod_var);
|
|
__this->___m_CounterSync = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1490>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceCullerSplitDebugArray_Init_m0E461744D899802E8123D32B79AD2EEC7FF1ED66_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1*>(__this + _offset);
|
|
InstanceCullerSplitDebugArray_Init_m0E461744D899802E8123D32B79AD2EEC7FF1ED66(_thisAdjusted, method);
|
|
}
|
|
// Method Definition Index: 71120
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCullerSplitDebugArray_Dispose_m0FA405A9BA291E560088D998A71EE3FEF95100C1 (InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Dispose_m43AFADA1FB582C255240041EC6E1056D663F7100_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeQueue_1_Dispose_mC479914AE4253CBCB5E3BCEBB771C67F84D7ACD6_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1494>
|
|
NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88* L_0 = (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88*)(&__this->___m_Info);
|
|
NativeList_1_Dispose_m43AFADA1FB582C255240041EC6E1056D663F7100(L_0, NativeList_1_Dispose_m43AFADA1FB582C255240041EC6E1056D663F7100_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1495>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_1 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_Counters);
|
|
NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E(L_1, NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1496>
|
|
NativeQueue_1_tA574A1D792BEDC7C9D7D60530F71E6A15136538C* L_2 = (NativeQueue_1_tA574A1D792BEDC7C9D7D60530F71E6A15136538C*)(&__this->___m_CounterSync);
|
|
NativeQueue_1_Dispose_mC479914AE4253CBCB5E3BCEBB771C67F84D7ACD6(L_2, NativeQueue_1_Dispose_mC479914AE4253CBCB5E3BCEBB771C67F84D7ACD6_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1497>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceCullerSplitDebugArray_Dispose_m0FA405A9BA291E560088D998A71EE3FEF95100C1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1*>(__this + _offset);
|
|
InstanceCullerSplitDebugArray_Dispose_m0FA405A9BA291E560088D998A71EE3FEF95100C1(_thisAdjusted, method);
|
|
}
|
|
// Method Definition Index: 71121
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InstanceCullerSplitDebugArray_TryAddSplits_m8F0CAC17CB3DA747A187760D3961255C1E95BDF5 (InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* __this, int32_t ___0_viewType, int32_t ___1_viewInstanceID, int32_t ___2_splitCount, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Add_m19F45CA31E77EAA884BD1AB740FBC644D2B1A1E7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_m1A46D9A872589738B0134FD788E9C362EAD00018_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Info_tA3039772991DEEDBC29A00439A055C5166133A27 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1501>
|
|
NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88* L_0 = (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88*)(&__this->___m_Info);
|
|
int32_t L_1;
|
|
L_1 = NativeList_1_get_Length_m1A46D9A872589738B0134FD788E9C362EAD00018_inline(L_0, NativeList_1_get_Length_m1A46D9A872589738B0134FD788E9C362EAD00018_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1502>
|
|
int32_t L_2 = V_0;
|
|
int32_t L_3 = ___2_splitCount;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_2, L_3))) <= ((int32_t)((int32_t)64))))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1503>
|
|
return (-1);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1505>
|
|
V_1 = 0;
|
|
goto IL_004a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1507>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1508>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1509>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1510>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1511>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1512>
|
|
NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88* L_4 = (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88*)(&__this->___m_Info);
|
|
il2cpp_codegen_initobj((&V_2), sizeof(Info_tA3039772991DEEDBC29A00439A055C5166133A27));
|
|
int32_t L_5 = ___0_viewType;
|
|
(&V_2)->___viewType = L_5;
|
|
int32_t L_6 = ___1_viewInstanceID;
|
|
(&V_2)->___viewInstanceID = L_6;
|
|
int32_t L_7 = V_1;
|
|
(&V_2)->___splitIndex = L_7;
|
|
NativeList_1_Add_m19F45CA31E77EAA884BD1AB740FBC644D2B1A1E7(L_4, (&V_2), NativeList_1_Add_m19F45CA31E77EAA884BD1AB740FBC644D2B1A1E7_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1505>
|
|
int32_t L_8 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1505>
|
|
int32_t L_9 = V_1;
|
|
int32_t L_10 = ___2_splitCount;
|
|
if ((((int32_t)L_9) < ((int32_t)L_10)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1514>
|
|
int32_t L_11 = V_0;
|
|
return L_11;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t InstanceCullerSplitDebugArray_TryAddSplits_m8F0CAC17CB3DA747A187760D3961255C1E95BDF5_AdjustorThunk (RuntimeObject* __this, int32_t ___0_viewType, int32_t ___1_viewInstanceID, int32_t ___2_splitCount, const RuntimeMethod* method)
|
|
{
|
|
InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = InstanceCullerSplitDebugArray_TryAddSplits_m8F0CAC17CB3DA747A187760D3961255C1E95BDF5(_thisAdjusted, ___0_viewType, ___1_viewInstanceID, ___2_splitCount, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 71122
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCullerSplitDebugArray_AddSync_m05D0080857890E3C8E46730B1D4DC17E4FB71D90 (InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* __this, int32_t ___0_baseIndex, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___1_jobHandle, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeQueue_1_Enqueue_m28EF4AEC6B38DBC642B97D976A0694572CFD4DBF_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1519>
|
|
int32_t L_0 = ___0_baseIndex;
|
|
if ((((int32_t)L_0) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1520>
|
|
NativeQueue_1_tA574A1D792BEDC7C9D7D60530F71E6A15136538C* L_1 = (NativeQueue_1_tA574A1D792BEDC7C9D7D60530F71E6A15136538C*)(&__this->___m_CounterSync);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_2 = ___1_jobHandle;
|
|
NativeQueue_1_Enqueue_m28EF4AEC6B38DBC642B97D976A0694572CFD4DBF(L_1, L_2, NativeQueue_1_Enqueue_m28EF4AEC6B38DBC642B97D976A0694572CFD4DBF_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1521>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceCullerSplitDebugArray_AddSync_m05D0080857890E3C8E46730B1D4DC17E4FB71D90_AdjustorThunk (RuntimeObject* __this, int32_t ___0_baseIndex, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___1_jobHandle, const RuntimeMethod* method)
|
|
{
|
|
InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1*>(__this + _offset);
|
|
InstanceCullerSplitDebugArray_AddSync_m05D0080857890E3C8E46730B1D4DC17E4FB71D90(_thisAdjusted, ___0_baseIndex, ___1_jobHandle, method);
|
|
}
|
|
// Method Definition Index: 71123
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCullerSplitDebugArray_MoveToDebugStatsAndClear_mAA78838CCD17348C01F115022EF530C3F5B98AD4 (InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* __this, DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* ___0_debugStats, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayExtensions_FillArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m42C776F63A2433E66EFD05FB1C9AB0CD38C4FF42_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Add_m6F0898FAFF65193E24E8924DC012D7891EEF9664_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Clear_mB153D0ED83D060E9FABE791884CE1E6027D01488_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Clear_mE86287A43D338AE9E3730BD4A6BBB965C13F41A8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Item_mBDB41EF423D60B231EA5985CCE550908337E9822_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_m1A46D9A872589738B0134FD788E9C362EAD00018_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeQueue_1_TryDequeue_mB56FD1925AD16141BD22B158CC14FCF28CEBE2B0_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
Info_tA3039772991DEEDBC29A00439A055C5166133A27 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
int32_t V_3 = 0;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
int32_t V_5 = 0;
|
|
|
|
IL_0000:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1526>
|
|
NativeQueue_1_tA574A1D792BEDC7C9D7D60530F71E6A15136538C* L_0 = (NativeQueue_1_tA574A1D792BEDC7C9D7D60530F71E6A15136538C*)(&__this->___m_CounterSync);
|
|
bool L_1;
|
|
L_1 = NativeQueue_1_TryDequeue_mB56FD1925AD16141BD22B158CC14FCF28CEBE2B0(L_0, (&V_0), NativeQueue_1_TryDequeue_mB56FD1925AD16141BD22B158CC14FCF28CEBE2B0_RuntimeMethod_var);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1528>
|
|
JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A((&V_0), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1529>
|
|
goto IL_0000;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1532>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_2 = ___0_debugStats;
|
|
NullCheck(L_2);
|
|
NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* L_3 = (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0*)(&L_2->___instanceCullerStats);
|
|
NativeList_1_Clear_mB153D0ED83D060E9FABE791884CE1E6027D01488(L_3, NativeList_1_Clear_mB153D0ED83D060E9FABE791884CE1E6027D01488_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1533>
|
|
V_1 = 0;
|
|
goto IL_00c8;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1535>
|
|
NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88* L_4 = (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88*)(&__this->___m_Info);
|
|
int32_t L_5 = V_1;
|
|
Info_tA3039772991DEEDBC29A00439A055C5166133A27 L_6;
|
|
L_6 = NativeList_1_get_Item_mBDB41EF423D60B231EA5985CCE550908337E9822_inline(L_4, L_5, NativeList_1_get_Item_mBDB41EF423D60B231EA5985CCE550908337E9822_RuntimeMethod_var);
|
|
V_2 = L_6;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1536>
|
|
int32_t L_7 = V_1;
|
|
V_3 = ((int32_t)il2cpp_codegen_multiply(L_7, 3));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1537>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1538>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1539>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1540>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1541>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1542>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1543>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1544>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1545>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1546>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1547>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_8 = ___0_debugStats;
|
|
NullCheck(L_8);
|
|
NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* L_9 = (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0*)(&L_8->___instanceCullerStats);
|
|
il2cpp_codegen_initobj((&V_4), sizeof(InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173));
|
|
Info_tA3039772991DEEDBC29A00439A055C5166133A27 L_10 = V_2;
|
|
int32_t L_11 = L_10.___viewType;
|
|
(&V_4)->___viewType = L_11;
|
|
Info_tA3039772991DEEDBC29A00439A055C5166133A27 L_12 = V_2;
|
|
int32_t L_13 = L_12.___viewInstanceID;
|
|
(&V_4)->___viewInstanceID = L_13;
|
|
Info_tA3039772991DEEDBC29A00439A055C5166133A27 L_14 = V_2;
|
|
int32_t L_15 = L_14.___splitIndex;
|
|
(&V_4)->___splitIndex = L_15;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_16 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_Counters);
|
|
int32_t L_17 = V_3;
|
|
int32_t L_18;
|
|
L_18 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_16)->___m_Buffer, L_17);
|
|
(&V_4)->___visibleInstancesOnCPU = L_18;
|
|
(&V_4)->___visibleInstancesOnGPU = 0;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_19 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_Counters);
|
|
int32_t L_20 = V_3;
|
|
int32_t L_21;
|
|
L_21 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_19)->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_20, 1)));
|
|
(&V_4)->___visiblePrimitivesOnCPU = L_21;
|
|
(&V_4)->___visiblePrimitivesOnGPU = 0;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_22 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_Counters);
|
|
int32_t L_23 = V_3;
|
|
int32_t L_24;
|
|
L_24 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_22)->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_23, 2)));
|
|
(&V_4)->___drawCommands = L_24;
|
|
NativeList_1_Add_m6F0898FAFF65193E24E8924DC012D7891EEF9664(L_9, (&V_4), NativeList_1_Add_m6F0898FAFF65193E24E8924DC012D7891EEF9664_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1533>
|
|
int32_t L_25 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_25, 1));
|
|
}
|
|
|
|
IL_00c8:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1533>
|
|
int32_t L_26 = V_1;
|
|
NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88* L_27 = (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88*)(&__this->___m_Info);
|
|
int32_t L_28;
|
|
L_28 = NativeList_1_get_Length_m1A46D9A872589738B0134FD788E9C362EAD00018_inline(L_27, NativeList_1_get_Length_m1A46D9A872589738B0134FD788E9C362EAD00018_RuntimeMethod_var);
|
|
if ((((int32_t)L_26) < ((int32_t)L_28)))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1551>
|
|
NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88* L_29 = (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88*)(&__this->___m_Info);
|
|
NativeList_1_Clear_mE86287A43D338AE9E3730BD4A6BBB965C13F41A8(L_29, NativeList_1_Clear_mE86287A43D338AE9E3730BD4A6BBB965C13F41A8_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1552>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_30 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_Counters);
|
|
V_5 = 0;
|
|
ArrayExtensions_FillArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m42C776F63A2433E66EFD05FB1C9AB0CD38C4FF42(L_30, (&V_5), 0, (-1), ArrayExtensions_FillArray_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m42C776F63A2433E66EFD05FB1C9AB0CD38C4FF42_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1553>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceCullerSplitDebugArray_MoveToDebugStatsAndClear_mAA78838CCD17348C01F115022EF530C3F5B98AD4_AdjustorThunk (RuntimeObject* __this, DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* ___0_debugStats, const RuntimeMethod* method)
|
|
{
|
|
InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1*>(__this + _offset);
|
|
InstanceCullerSplitDebugArray_MoveToDebugStatsAndClear_mAA78838CCD17348C01F115022EF530C3F5B98AD4(_thisAdjusted, ___0_debugStats, 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
|
|
#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
|
|
IL2CPP_EXTERN_C void InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshal_pinvoke(const InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB& unmarshaled, InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshaled_pinvoke& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB____m_CounterBuffer_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_CounterBufferException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB____m_CounterBuffer_FieldInfo_var, InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_CounterBufferException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshal_pinvoke_back(const InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshaled_pinvoke& marshaled, InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB____m_CounterBuffer_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_CounterBufferException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB____m_CounterBuffer_FieldInfo_var, InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_CounterBufferException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshal_pinvoke_cleanup(InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshal_com(const InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB& unmarshaled, InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshaled_com& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB____m_CounterBuffer_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_CounterBufferException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB____m_CounterBuffer_FieldInfo_var, InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_CounterBufferException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshal_com_back(const InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshaled_com& marshaled, InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB____m_CounterBuffer_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_CounterBufferException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s': Reference type field marshaling is not supported.", InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB____m_CounterBuffer_FieldInfo_var, InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_CounterBufferException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshal_com_cleanup(InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// Method Definition Index: 71124
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* InstanceOcclusionEventDebugArray_get_CounterBuffer_mF25E7B744518F980443AFCF79E48EA3CCF852D04 (InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1590>
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_0 = __this->___m_CounterBuffer;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* InstanceOcclusionEventDebugArray_get_CounterBuffer_mF25E7B744518F980443AFCF79E48EA3CCF852D04_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB*>(__this + _offset);
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* _returnValue;
|
|
_returnValue = InstanceOcclusionEventDebugArray_get_CounterBuffer_mF25E7B744518F980443AFCF79E48EA3CCF852D04_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 71125
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceOcclusionEventDebugArray_Init_mF8AEF95440DA22ACC2DB5717CEBD9C8B8B3797D5 (InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeQueue_1__ctor_m3109BFFD8976B2EF90355B23C5029558950039C9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeList_1__ctor_mA85E6FF8511F43CD540FAF2D240F7392B510CC9D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1594>
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_0 = (GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1*)il2cpp_codegen_object_new(GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1_il2cpp_TypeInfo_var);
|
|
GraphicsBuffer__ctor_mBDE2A119B58AD582F79CFE8071F47001965D14F4(L_0, ((int32_t)16), ((int32_t)256), 4, NULL);
|
|
__this->___m_CounterBuffer = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CounterBuffer), (void*)L_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1595>
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_1;
|
|
L_1 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(4, NULL);
|
|
UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
UnsafeList_1__ctor_mA85E6FF8511F43CD540FAF2D240F7392B510CC9D((&L_2), 4, L_1, 0, UnsafeList_1__ctor_mA85E6FF8511F43CD540FAF2D240F7392B510CC9D_RuntimeMethod_var);
|
|
__this->___m_PendingInfo = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1596>
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_3;
|
|
L_3 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(4, NULL);
|
|
NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6 L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
NativeQueue_1__ctor_m3109BFFD8976B2EF90355B23C5029558950039C9((&L_4), L_3, NativeQueue_1__ctor_m3109BFFD8976B2EF90355B23C5029558950039C9_RuntimeMethod_var);
|
|
__this->___m_Requests = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1597>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceOcclusionEventDebugArray_Init_mF8AEF95440DA22ACC2DB5717CEBD9C8B8B3797D5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB*>(__this + _offset);
|
|
InstanceOcclusionEventDebugArray_Init_mF8AEF95440DA22ACC2DB5717CEBD9C8B8B3797D5(_thisAdjusted, method);
|
|
}
|
|
// Method Definition Index: 71126
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceOcclusionEventDebugArray_Dispose_m2D57744F19C60D3E9B6EFDF81BB08498853E37C1 (InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeQueue_1_Dispose_m947457616B8DC1D1EF52AA5C64B3F34BE1A225DD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeQueue_1_TryDequeue_m8CD33F25078F6040C65A718A5321B20B161EBE21_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeList_1_Dispose_mE9A93DD621B4354DEA3E61A0369B82523B67F6B2_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Request_tAA55F47806E39B0E19B53273DCBFB5CF457F9187 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1601>
|
|
bool L_0 = __this->___m_HasLatest;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1603>
|
|
UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* L_1 = (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1*)(&__this->___m_LatestInfo);
|
|
UnsafeList_1_Dispose_mE9A93DD621B4354DEA3E61A0369B82523B67F6B2(L_1, UnsafeList_1_Dispose_mE9A93DD621B4354DEA3E61A0369B82523B67F6B2_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1604>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_2 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_LatestCounters);
|
|
NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E(L_2, NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1605>
|
|
__this->___m_HasLatest = (bool)0;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1607>
|
|
NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6* L_3 = (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6*)(&__this->___m_Requests);
|
|
bool L_4;
|
|
L_4 = NativeQueue_1_TryDequeue_m8CD33F25078F6040C65A718A5321B20B161EBE21(L_3, (&V_0), NativeQueue_1_TryDequeue_m8CD33F25078F6040C65A718A5321B20B161EBE21_RuntimeMethod_var);
|
|
if (!L_4)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1609>
|
|
AsyncGPUReadbackRequest_t6A735D3E0F1DEF8F43EBD0E6FE550FAE564519C7* L_5 = (AsyncGPUReadbackRequest_t6A735D3E0F1DEF8F43EBD0E6FE550FAE564519C7*)(&(&V_0)->___readback);
|
|
AsyncGPUReadbackRequest_WaitForCompletion_mD50A1E5703422BD97DCCD596E0A4029EAEC210D4(L_5, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1610>
|
|
UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* L_6 = (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1*)(&(&V_0)->___info);
|
|
UnsafeList_1_Dispose_mE9A93DD621B4354DEA3E61A0369B82523B67F6B2(L_6, UnsafeList_1_Dispose_mE9A93DD621B4354DEA3E61A0369B82523B67F6B2_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1611>
|
|
goto IL_0025;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1612>
|
|
NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6* L_7 = (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6*)(&__this->___m_Requests);
|
|
NativeQueue_1_Dispose_m947457616B8DC1D1EF52AA5C64B3F34BE1A225DD(L_7, NativeQueue_1_Dispose_m947457616B8DC1D1EF52AA5C64B3F34BE1A225DD_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1613>
|
|
UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* L_8 = (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1*)(&__this->___m_PendingInfo);
|
|
UnsafeList_1_Dispose_mE9A93DD621B4354DEA3E61A0369B82523B67F6B2(L_8, UnsafeList_1_Dispose_mE9A93DD621B4354DEA3E61A0369B82523B67F6B2_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1614>
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_9 = __this->___m_CounterBuffer;
|
|
NullCheck(L_9);
|
|
GraphicsBuffer_Dispose_m2D1F14A03BE2CAA0A68536470298B468F77AB596(L_9, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1615>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceOcclusionEventDebugArray_Dispose_m2D57744F19C60D3E9B6EFDF81BB08498853E37C1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB*>(__this + _offset);
|
|
InstanceOcclusionEventDebugArray_Dispose_m2D57744F19C60D3E9B6EFDF81BB08498853E37C1(_thisAdjusted, method);
|
|
}
|
|
// Method Definition Index: 71127
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InstanceOcclusionEventDebugArray_TryAdd_m2FD080E0DDCA404C8C362A5933EC852A9CD5F109 (InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* __this, int32_t ___0_viewInstanceID, int32_t ___1_eventType, int32_t ___2_occluderVersion, int32_t ___3_subviewMask, int32_t ___4_occlusionTest, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeList_1_Add_mEB8459A0E0C24E56AE72A2570A81DF6477445076_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeList_1_get_Length_mA3CC0C8D9DB4BDAFBFBF1B61294363E86023C0B3_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1619>
|
|
UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* L_0 = (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1*)(&__this->___m_PendingInfo);
|
|
int32_t L_1;
|
|
L_1 = UnsafeList_1_get_Length_mA3CC0C8D9DB4BDAFBFBF1B61294363E86023C0B3_inline(L_0, UnsafeList_1_get_Length_mA3CC0C8D9DB4BDAFBFBF1B61294363E86023C0B3_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1620>
|
|
int32_t L_2 = V_0;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_2, 1))) <= ((int32_t)((int32_t)64))))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1621>
|
|
return (-1);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1623>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1624>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1625>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1626>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1627>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1628>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1629>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1630>
|
|
UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* L_3 = (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1*)(&__this->___m_PendingInfo);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84));
|
|
int32_t L_4 = ___0_viewInstanceID;
|
|
(&V_1)->___viewInstanceID = L_4;
|
|
int32_t L_5 = ___1_eventType;
|
|
(&V_1)->___eventType = L_5;
|
|
int32_t L_6 = ___2_occluderVersion;
|
|
(&V_1)->___occluderVersion = L_6;
|
|
int32_t L_7 = ___3_subviewMask;
|
|
(&V_1)->___subviewMask = L_7;
|
|
int32_t L_8 = ___4_occlusionTest;
|
|
(&V_1)->___occlusionTest = L_8;
|
|
UnsafeList_1_Add_mEB8459A0E0C24E56AE72A2570A81DF6477445076_inline(L_3, (&V_1), UnsafeList_1_Add_mEB8459A0E0C24E56AE72A2570A81DF6477445076_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1631>
|
|
int32_t L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t InstanceOcclusionEventDebugArray_TryAdd_m2FD080E0DDCA404C8C362A5933EC852A9CD5F109_AdjustorThunk (RuntimeObject* __this, int32_t ___0_viewInstanceID, int32_t ___1_eventType, int32_t ___2_occluderVersion, int32_t ___3_subviewMask, int32_t ___4_occlusionTest, const RuntimeMethod* method)
|
|
{
|
|
InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = InstanceOcclusionEventDebugArray_TryAdd_m2FD080E0DDCA404C8C362A5933EC852A9CD5F109(_thisAdjusted, ___0_viewInstanceID, ___1_eventType, ___2_occluderVersion, ___3_subviewMask, ___4_occlusionTest, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 71128
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceOcclusionEventDebugArray_MoveToDebugStatsAndClear_mFEF02F07D15F2F2942FABFD0C7C577FAB1859977 (InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* __this, DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* ___0_debugStats, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncGPUReadbackRequest_GetData_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0C8174219607025AE80D610B1767D0C69AB524CE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GraphicsBuffer_SetData_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mBBACEA4828D09243CAF5F2B480292C8811A59147_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_mE50EB5A286979CF3B3E3B8D13C7E7F9A25D77B20_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Add_m13B9283714C231DE2F391CE8EC440FCEF5A28BF4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Clear_m861822BBA9ABD901811A01ABDE4E2614C7997B2E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeQueue_1_Dequeue_mFB2EA0250C211ADFC6F96B75DE8A398E1BF00491_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeQueue_1_Enqueue_m1B9B5E07283D325B86C3400D62E6F76BA1B0FE37_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeQueue_1_IsEmpty_m65DBB89B0F0FADD2F1926200383CC182869A5643_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeQueue_1_Peek_m52FD79FC24A5DC722E0F7F6F1F580AD91B38EA2A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeList_1_Dispose_mE9A93DD621B4354DEA3E61A0369B82523B67F6B2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeList_1__ctor_mA85E6FF8511F43CD540FAF2D240F7392B510CC9D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeList_1_get_Item_m02CD66399DD66F66319F8D7F4590337B9D8500AB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeList_1_get_Length_mA3CC0C8D9DB4BDAFBFBF1B61294363E86023C0B3_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
Request_tAA55F47806E39B0E19B53273DCBFB5CF457F9187 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
Request_tAA55F47806E39B0E19B53273DCBFB5CF457F9187 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
int32_t V_4 = 0;
|
|
Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
int32_t V_9 = 0;
|
|
int32_t V_10 = 0;
|
|
int32_t V_11 = 0;
|
|
int32_t V_12 = 0;
|
|
Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84 V_13;
|
|
memset((&V_13), 0, sizeof(V_13));
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD V_14;
|
|
memset((&V_14), 0, sizeof(V_14));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1637>
|
|
UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* L_0 = (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1*)(&__this->___m_PendingInfo);
|
|
int32_t L_1;
|
|
L_1 = UnsafeList_1_get_Length_mA3CC0C8D9DB4BDAFBFBF1B61294363E86023C0B3_inline(L_0, UnsafeList_1_get_Length_mA3CC0C8D9DB4BDAFBFBF1B61294363E86023C0B3_RuntimeMethod_var);
|
|
if ((((int32_t)L_1) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1639>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1640>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1641>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1642>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1643>
|
|
NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6* L_2 = (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6*)(&__this->___m_Requests);
|
|
il2cpp_codegen_initobj((&V_1), sizeof(Request_tAA55F47806E39B0E19B53273DCBFB5CF457F9187));
|
|
UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1 L_3 = __this->___m_PendingInfo;
|
|
(&V_1)->___info = L_3;
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_4 = __this->___m_CounterBuffer;
|
|
UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* L_5 = (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1*)(&__this->___m_PendingInfo);
|
|
int32_t L_6;
|
|
L_6 = UnsafeList_1_get_Length_mA3CC0C8D9DB4BDAFBFBF1B61294363E86023C0B3_inline(L_5, UnsafeList_1_get_Length_mA3CC0C8D9DB4BDAFBFBF1B61294363E86023C0B3_RuntimeMethod_var);
|
|
AsyncGPUReadbackRequest_t6A735D3E0F1DEF8F43EBD0E6FE550FAE564519C7 L_7;
|
|
L_7 = AsyncGPUReadback_Request_m55AA95634C6EB7E01E79D36982F156B51D58D62F(L_4, ((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_multiply(L_6, 4)), 4)), 0, (Action_1_t6AC29B34E68BC53AA807670D868CBB59CD5D995F*)NULL, NULL);
|
|
(&V_1)->___readback = L_7;
|
|
Request_tAA55F47806E39B0E19B53273DCBFB5CF457F9187 L_8 = V_1;
|
|
NativeQueue_1_Enqueue_m1B9B5E07283D325B86C3400D62E6F76BA1B0FE37(L_2, L_8, NativeQueue_1_Enqueue_m1B9B5E07283D325B86C3400D62E6F76BA1B0FE37_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1644>
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_9;
|
|
L_9 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(4, NULL);
|
|
UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1 L_10;
|
|
memset((&L_10), 0, sizeof(L_10));
|
|
UnsafeList_1__ctor_mA85E6FF8511F43CD540FAF2D240F7392B510CC9D((&L_10), 4, L_9, 0, UnsafeList_1__ctor_mA85E6FF8511F43CD540FAF2D240F7392B510CC9D_RuntimeMethod_var);
|
|
__this->___m_PendingInfo = L_10;
|
|
goto IL_00f1;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1650>
|
|
NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6* L_11 = (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6*)(&__this->___m_Requests);
|
|
Request_tAA55F47806E39B0E19B53273DCBFB5CF457F9187 L_12;
|
|
L_12 = NativeQueue_1_Dequeue_mFB2EA0250C211ADFC6F96B75DE8A398E1BF00491(L_11, NativeQueue_1_Dequeue_mFB2EA0250C211ADFC6F96B75DE8A398E1BF00491_RuntimeMethod_var);
|
|
V_2 = L_12;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1651>
|
|
AsyncGPUReadbackRequest_t6A735D3E0F1DEF8F43EBD0E6FE550FAE564519C7* L_13 = (AsyncGPUReadbackRequest_t6A735D3E0F1DEF8F43EBD0E6FE550FAE564519C7*)(&(&V_2)->___readback);
|
|
bool L_14;
|
|
L_14 = AsyncGPUReadbackRequest_get_hasError_m374BB20A32B9DCDBFD8F81BBE542847B82F04EE5(L_13, NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1653>
|
|
AsyncGPUReadbackRequest_t6A735D3E0F1DEF8F43EBD0E6FE550FAE564519C7* L_15 = (AsyncGPUReadbackRequest_t6A735D3E0F1DEF8F43EBD0E6FE550FAE564519C7*)(&(&V_2)->___readback);
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_16;
|
|
L_16 = AsyncGPUReadbackRequest_GetData_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0C8174219607025AE80D610B1767D0C69AB524CE(L_15, 0, AsyncGPUReadbackRequest_GetData_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0C8174219607025AE80D610B1767D0C69AB524CE_RuntimeMethod_var);
|
|
V_3 = L_16;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1654>
|
|
int32_t L_17;
|
|
L_17 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_3))->___m_Length);
|
|
UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* L_18 = (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1*)(&(&V_2)->___info);
|
|
int32_t L_19;
|
|
L_19 = UnsafeList_1_get_Length_mA3CC0C8D9DB4BDAFBFBF1B61294363E86023C0B3_inline(L_18, UnsafeList_1_get_Length_mA3CC0C8D9DB4BDAFBFBF1B61294363E86023C0B3_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)il2cpp_codegen_multiply(L_19, 4))))))
|
|
{
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1656>
|
|
bool L_20 = __this->___m_HasLatest;
|
|
if (!L_20)
|
|
{
|
|
goto IL_00d1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1658>
|
|
UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* L_21 = (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1*)(&__this->___m_LatestInfo);
|
|
UnsafeList_1_Dispose_mE9A93DD621B4354DEA3E61A0369B82523B67F6B2(L_21, UnsafeList_1_Dispose_mE9A93DD621B4354DEA3E61A0369B82523B67F6B2_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1659>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_22 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_LatestCounters);
|
|
NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E(L_22, NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1660>
|
|
__this->___m_HasLatest = (bool)0;
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1662>
|
|
Request_tAA55F47806E39B0E19B53273DCBFB5CF457F9187 L_23 = V_2;
|
|
UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1 L_24 = L_23.___info;
|
|
__this->___m_LatestInfo = L_24;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1663>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_25 = V_3;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_26;
|
|
memset((&L_26), 0, sizeof(L_26));
|
|
NativeArray_1__ctor_mE50EB5A286979CF3B3E3B8D13C7E7F9A25D77B20((&L_26), L_25, 4, NativeArray_1__ctor_mE50EB5A286979CF3B3E3B8D13C7E7F9A25D77B20_RuntimeMethod_var);
|
|
__this->___m_LatestCounters = L_26;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1664>
|
|
__this->___m_HasLatest = (bool)1;
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1648>
|
|
NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6* L_27 = (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6*)(&__this->___m_Requests);
|
|
bool L_28;
|
|
L_28 = NativeQueue_1_IsEmpty_m65DBB89B0F0FADD2F1926200383CC182869A5643(L_27, NativeQueue_1_IsEmpty_m65DBB89B0F0FADD2F1926200383CC182869A5643_RuntimeMethod_var);
|
|
if (L_28)
|
|
{
|
|
goto IL_011b;
|
|
}
|
|
}
|
|
{
|
|
NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6* L_29 = (NativeQueue_1_t43507309F65853F48FBFC2EB1350EFE20FC66FB6*)(&__this->___m_Requests);
|
|
Request_tAA55F47806E39B0E19B53273DCBFB5CF457F9187 L_30;
|
|
L_30 = NativeQueue_1_Peek_m52FD79FC24A5DC722E0F7F6F1F580AD91B38EA2A(L_29, NativeQueue_1_Peek_m52FD79FC24A5DC722E0F7F6F1F580AD91B38EA2A_RuntimeMethod_var);
|
|
V_1 = L_30;
|
|
AsyncGPUReadbackRequest_t6A735D3E0F1DEF8F43EBD0E6FE550FAE564519C7* L_31 = (AsyncGPUReadbackRequest_t6A735D3E0F1DEF8F43EBD0E6FE550FAE564519C7*)(&(&V_1)->___readback);
|
|
bool L_32;
|
|
L_32 = AsyncGPUReadbackRequest_get_done_mC042016E5BE850F18995831CBB4F06655914798C(L_31, NULL);
|
|
if (L_32)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
|
|
IL_011b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1670>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_33 = ___0_debugStats;
|
|
NullCheck(L_33);
|
|
NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* L_34 = (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08*)(&L_33->___instanceOcclusionEventStats);
|
|
NativeList_1_Clear_m861822BBA9ABD901811A01ABDE4E2614C7997B2E(L_34, NativeList_1_Clear_m861822BBA9ABD901811A01ABDE4E2614C7997B2E_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1671>
|
|
bool L_35 = __this->___m_HasLatest;
|
|
if (!L_35)
|
|
{
|
|
goto IL_027d;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1673>
|
|
V_4 = 0;
|
|
goto IL_026b;
|
|
}
|
|
|
|
IL_0139:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1675>
|
|
UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* L_36 = (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1*)(&__this->___m_LatestInfo);
|
|
int32_t L_37 = V_4;
|
|
Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84 L_38;
|
|
L_38 = UnsafeList_1_get_Item_m02CD66399DD66F66319F8D7F4590337B9D8500AB_inline(L_36, L_37, UnsafeList_1_get_Item_m02CD66399DD66F66319F8D7F4590337B9D8500AB_RuntimeMethod_var);
|
|
V_5 = L_38;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1678>
|
|
V_6 = (-1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1679>
|
|
bool L_39;
|
|
L_39 = Info_HasVersion_m9E077F93A4F89E728DF4FA88764ABF91C732D960((&V_5), NULL);
|
|
if (!L_39)
|
|
{
|
|
goto IL_01a3;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1681>
|
|
V_6 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1682>
|
|
V_12 = 0;
|
|
goto IL_019d;
|
|
}
|
|
|
|
IL_015c:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1684>
|
|
UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* L_40 = (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1*)(&__this->___m_LatestInfo);
|
|
int32_t L_41 = V_12;
|
|
Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84 L_42;
|
|
L_42 = UnsafeList_1_get_Item_m02CD66399DD66F66319F8D7F4590337B9D8500AB_inline(L_40, L_41, UnsafeList_1_get_Item_m02CD66399DD66F66319F8D7F4590337B9D8500AB_RuntimeMethod_var);
|
|
V_13 = L_42;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1685>
|
|
bool L_43;
|
|
L_43 = Info_HasVersion_m9E077F93A4F89E728DF4FA88764ABF91C732D960((&V_13), NULL);
|
|
if (!L_43)
|
|
{
|
|
goto IL_0197;
|
|
}
|
|
}
|
|
{
|
|
Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84 L_44 = V_13;
|
|
int32_t L_45 = L_44.___viewInstanceID;
|
|
Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84 L_46 = V_5;
|
|
int32_t L_47 = L_46.___viewInstanceID;
|
|
if ((!(((uint32_t)L_45) == ((uint32_t)L_47))))
|
|
{
|
|
goto IL_0197;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1687>
|
|
Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84 L_48 = V_5;
|
|
int32_t L_49 = L_48.___occluderVersion;
|
|
Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84 L_50 = V_13;
|
|
int32_t L_51 = L_50.___occluderVersion;
|
|
V_6 = ((int32_t)il2cpp_codegen_subtract(L_49, L_51));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1688>
|
|
goto IL_01a3;
|
|
}
|
|
|
|
IL_0197:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1682>
|
|
int32_t L_52 = V_12;
|
|
V_12 = ((int32_t)il2cpp_codegen_add(L_52, 1));
|
|
}
|
|
|
|
IL_019d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1682>
|
|
int32_t L_53 = V_12;
|
|
int32_t L_54 = V_4;
|
|
if ((((int32_t)L_53) < ((int32_t)L_54)))
|
|
{
|
|
goto IL_015c;
|
|
}
|
|
}
|
|
|
|
IL_01a3:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1693>
|
|
int32_t L_55 = V_4;
|
|
V_7 = ((int32_t)il2cpp_codegen_multiply(L_55, 4));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1694>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_56 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_LatestCounters);
|
|
int32_t L_57 = V_7;
|
|
int32_t L_58;
|
|
L_58 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_56)->___m_Buffer, L_57);
|
|
V_8 = L_58;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1695>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_59 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_LatestCounters);
|
|
int32_t L_60 = V_7;
|
|
int32_t L_61;
|
|
L_61 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_59)->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_60, 1)));
|
|
V_9 = L_61;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1696>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_62 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_LatestCounters);
|
|
int32_t L_63 = V_7;
|
|
int32_t L_64;
|
|
L_64 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_62)->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_63, 2)));
|
|
V_10 = L_64;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1697>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_65 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_LatestCounters);
|
|
int32_t L_66 = V_7;
|
|
int32_t L_67;
|
|
L_67 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, (L_65)->___m_Buffer, ((int32_t)il2cpp_codegen_add(L_66, 3)));
|
|
V_11 = L_67;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1699>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1700>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1701>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1702>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1703>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1704>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1705>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1706>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1707>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1708>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1709>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1710>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_68 = ___0_debugStats;
|
|
NullCheck(L_68);
|
|
NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* L_69 = (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08*)(&L_68->___instanceOcclusionEventStats);
|
|
il2cpp_codegen_initobj((&V_14), sizeof(InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD));
|
|
Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84 L_70 = V_5;
|
|
int32_t L_71 = L_70.___viewInstanceID;
|
|
(&V_14)->___viewInstanceID = L_71;
|
|
Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84 L_72 = V_5;
|
|
int32_t L_73 = L_72.___eventType;
|
|
(&V_14)->___eventType = L_73;
|
|
int32_t L_74 = V_6;
|
|
(&V_14)->___occluderVersion = L_74;
|
|
Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84 L_75 = V_5;
|
|
int32_t L_76 = L_75.___subviewMask;
|
|
(&V_14)->___subviewMask = L_76;
|
|
Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84 L_77 = V_5;
|
|
int32_t L_78 = L_77.___occlusionTest;
|
|
(&V_14)->___occlusionTest = L_78;
|
|
int32_t L_79 = V_9;
|
|
(&V_14)->___visibleInstances = L_79;
|
|
int32_t L_80 = V_8;
|
|
(&V_14)->___culledInstances = L_80;
|
|
int32_t L_81 = V_11;
|
|
(&V_14)->___visiblePrimitives = L_81;
|
|
int32_t L_82 = V_10;
|
|
(&V_14)->___culledPrimitives = L_82;
|
|
NativeList_1_Add_m13B9283714C231DE2F391CE8EC440FCEF5A28BF4(L_69, (&V_14), NativeList_1_Add_m13B9283714C231DE2F391CE8EC440FCEF5A28BF4_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1673>
|
|
int32_t L_83 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_83, 1));
|
|
}
|
|
|
|
IL_026b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1673>
|
|
int32_t L_84 = V_4;
|
|
UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* L_85 = (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1*)(&__this->___m_LatestInfo);
|
|
int32_t L_86;
|
|
L_86 = UnsafeList_1_get_Length_mA3CC0C8D9DB4BDAFBFBF1B61294363E86023C0B3_inline(L_85, UnsafeList_1_get_Length_mA3CC0C8D9DB4BDAFBFBF1B61294363E86023C0B3_RuntimeMethod_var);
|
|
if ((((int32_t)L_84) < ((int32_t)L_86)))
|
|
{
|
|
goto IL_0139;
|
|
}
|
|
}
|
|
|
|
IL_027d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1715>
|
|
NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D((&V_0), ((int32_t)256), 2, 1, NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1716>
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_87 = __this->___m_CounterBuffer;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_88 = V_0;
|
|
NullCheck(L_87);
|
|
GraphicsBuffer_SetData_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mBBACEA4828D09243CAF5F2B480292C8811A59147(L_87, L_88, GraphicsBuffer_SetData_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mBBACEA4828D09243CAF5F2B480292C8811A59147_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1717>
|
|
NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E((&V_0), NativeArray_1_Dispose_m05C674E687B921C37722A6A1FF938FD56574642E_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1718>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceOcclusionEventDebugArray_MoveToDebugStatsAndClear_mFEF02F07D15F2F2942FABFD0C7C577FAB1859977_AdjustorThunk (RuntimeObject* __this, DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* ___0_debugStats, const RuntimeMethod* method)
|
|
{
|
|
InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB*>(__this + _offset);
|
|
InstanceOcclusionEventDebugArray_MoveToDebugStatsAndClear_mFEF02F07D15F2F2942FABFD0C7C577FAB1859977(_thisAdjusted, ___0_debugStats, 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
|
|
// Method Definition Index: 71129
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Info_HasVersion_m9E077F93A4F89E728DF4FA88764ABF91C732D960 (Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1571>
|
|
int32_t L_0 = __this->___eventType;
|
|
if ((((int32_t)L_0) == ((int32_t)1)))
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->___occlusionTest;
|
|
return (bool)((!(((uint32_t)L_1) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool Info_HasVersion_m9E077F93A4F89E728DF4FA88764ABF91C732D960_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = Info_HasVersion_m9E077F93A4F89E728DF4FA88764ABF91C732D960(_thisAdjusted, 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
|
|
#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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IL2CPP_EXTERN_C void InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966_marshal_pinvoke(const InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966& unmarshaled, InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966_marshaled_pinvoke& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966____m_IndirectStorage_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_IndirectStorageException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966____m_IndirectStorage_FieldInfo_var, InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_IndirectStorageException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966_marshal_pinvoke_back(const InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966_marshaled_pinvoke& marshaled, InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966____m_IndirectStorage_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_IndirectStorageException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966____m_IndirectStorage_FieldInfo_var, InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_IndirectStorageException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966_marshal_pinvoke_cleanup(InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
IL2CPP_EXTERN_C void InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966_marshal_com(const InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966& unmarshaled, InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966_marshaled_com& marshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966____m_IndirectStorage_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_IndirectStorageException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966____m_IndirectStorage_FieldInfo_var, InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_IndirectStorageException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966_marshal_com_back(const InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966_marshaled_com& marshaled, InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966& unmarshaled)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966____m_IndirectStorage_FieldInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* ___m_IndirectStorageException = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field '%s' of type '%s'.", InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966____m_IndirectStorage_FieldInfo_var, InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966_0_0_0_var);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___m_IndirectStorageException, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966_marshal_com_cleanup(InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// Method Definition Index: 71130
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_Init_mDBBD40C7316EBE16746FACA43170B7E1001EC67F (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* ___0_resources, DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* ___1_debugStats, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_m782C18A46EF1C07CE2818023DFA072D278161AB1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeParallelHashMap_2__ctor_mF69457D66BDC60DFEAA9D5F8DFAA598563B5C74C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UnsafeUtility_SizeOf_TisInstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431_m50EA3632EB1CDEF0AC4FA6E77CE06A357B7F3BAA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1449C1478C2FFE78C29848E88F1DA7C607DDFD85);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4727043A09E9AED00B18FFB882A0C941E1D1843C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4D62FE9AE6DF7AF5D9763BFCF252FD8D5E9E53F1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7CAC7AAECD4167C47C1330FFD31F1482918E4B7B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB9B68C287BB0242DCE8F25BF1A3CE73D21AD7905);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1772>
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_0 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
IndirectBufferContextStorage_Init_mE1D9E857917AF5759F2E08D6B008C991CE5558AF(L_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1774>
|
|
OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C* L_1 = (OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C*)(&__this->___m_OcclusionTestShader);
|
|
GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* L_2 = ___0_resources;
|
|
NullCheck(L_2);
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_3;
|
|
L_3 = GPUResidentDrawerResources_get_instanceOcclusionCullingKernels_m0096BB5665B29E5552385CC7C4990DDF95C6EDB1_inline(L_2, NULL);
|
|
OcclusionTestComputeShader_Init_mC423CA21A41E4B44DB2715096F04D7498A80E960(L_1, L_3, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1775>
|
|
OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C* L_4 = (OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C*)(&__this->___m_OcclusionTestShader);
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_5 = L_4->___cs;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = ComputeShader_FindKernel_m3BA5C50794FA6AF4C432E55FBBD7CB266532F659(L_5, _stringLiteral4727043A09E9AED00B18FFB882A0C941E1D1843C, NULL);
|
|
__this->___m_ResetDrawArgsKernel = L_6;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1776>
|
|
OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C* L_7 = (OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C*)(&__this->___m_OcclusionTestShader);
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_8 = L_7->___cs;
|
|
NullCheck(L_8);
|
|
int32_t L_9;
|
|
L_9 = ComputeShader_FindKernel_m3BA5C50794FA6AF4C432E55FBBD7CB266532F659(L_8, _stringLiteral4D62FE9AE6DF7AF5D9763BFCF252FD8D5E9E53F1, NULL);
|
|
__this->___m_CopyInstancesKernel = L_9;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1777>
|
|
OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C* L_10 = (OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C*)(&__this->___m_OcclusionTestShader);
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_11 = L_10->___cs;
|
|
NullCheck(L_11);
|
|
int32_t L_12;
|
|
L_12 = ComputeShader_FindKernel_m3BA5C50794FA6AF4C432E55FBBD7CB266532F659(L_11, _stringLiteral7CAC7AAECD4167C47C1330FFD31F1482918E4B7B, NULL);
|
|
__this->___m_CullInstancesKernel = L_12;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1779>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_13 = ___1_debugStats;
|
|
__this->___m_DebugStats = L_13;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DebugStats), (void*)L_13);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1780>
|
|
InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* L_14 = (InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1*)(&__this->___m_SplitDebugArray);
|
|
il2cpp_codegen_initobj(L_14, sizeof(InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1781>
|
|
InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* L_15 = (InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1*)(&__this->___m_SplitDebugArray);
|
|
InstanceCullerSplitDebugArray_Init_m0E461744D899802E8123D32B79AD2EEC7FF1ED66(L_15, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1782>
|
|
InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* L_16 = (InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB*)(&__this->___m_OcclusionEventDebugArray);
|
|
il2cpp_codegen_initobj(L_16, sizeof(InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1783>
|
|
InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* L_17 = (InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB*)(&__this->___m_OcclusionEventDebugArray);
|
|
InstanceOcclusionEventDebugArray_Init_mF8AEF95440DA22ACC2DB5717CEBD9C8B8B3797D5(L_17, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1785>
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_18 = (ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE*)il2cpp_codegen_object_new(ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE_il2cpp_TypeInfo_var);
|
|
ProfilingSampler__ctor_m26500989FCDB07FA33C9A3BB7F215CBD892F5BB7(L_18, _stringLiteralB9B68C287BB0242DCE8F25BF1A3CE73D21AD7905, NULL);
|
|
__this->___m_ProfilingSampleInstanceOcclusionTest = L_18;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ProfilingSampleInstanceOcclusionTest), (void*)L_18);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1787>
|
|
NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E L_19;
|
|
memset((&L_19), 0, sizeof(L_19));
|
|
NativeArray_1__ctor_m782C18A46EF1C07CE2818023DFA072D278161AB1((&L_19), 1, 4, 1, NativeArray_1__ctor_m782C18A46EF1C07CE2818023DFA072D278161AB1_RuntimeMethod_var);
|
|
__this->___m_ShaderVariables = L_19;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1788>
|
|
int32_t L_20;
|
|
L_20 = UnsafeUtility_SizeOf_TisInstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431_m50EA3632EB1CDEF0AC4FA6E77CE06A357B7F3BAA_inline(UnsafeUtility_SizeOf_TisInstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431_m50EA3632EB1CDEF0AC4FA6E77CE06A357B7F3BAA_RuntimeMethod_var);
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_21 = (ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233*)il2cpp_codegen_object_new(ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233_il2cpp_TypeInfo_var);
|
|
ComputeBuffer__ctor_m10899F96063EF384E8F25E2D61242CCF5F327D08(L_21, 1, L_20, 8, NULL);
|
|
__this->___m_ConstantBuffer = L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ConstantBuffer), (void*)L_21);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1790>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_22 = (CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7*)il2cpp_codegen_object_new(CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7_il2cpp_TypeInfo_var);
|
|
CommandBuffer__ctor_m9445F1606331B732FCA393591F3E230714FD5FF4(L_22, NULL);
|
|
__this->___m_CommandBuffer = L_22;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_CommandBuffer), (void*)L_22);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1791>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_23 = __this->___m_CommandBuffer;
|
|
NullCheck(L_23);
|
|
CommandBuffer_set_name_mEC83B7FE28D6817A36A8B894A661D6D217488965(L_23, _stringLiteral1449C1478C2FFE78C29848E88F1DA7C607DDFD85, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1793>
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_24;
|
|
L_24 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(4, NULL);
|
|
NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5 L_25;
|
|
memset((&L_25), 0, sizeof(L_25));
|
|
NativeParallelHashMap_2__ctor_mF69457D66BDC60DFEAA9D5F8DFAA598563B5C74C((&L_25), ((int32_t)16), L_24, NativeParallelHashMap_2__ctor_mF69457D66BDC60DFEAA9D5F8DFAA598563B5C74C_RuntimeMethod_var);
|
|
__this->___m_LODParamsToCameraID = L_25;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1794>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceCuller_Init_mDBBD40C7316EBE16746FACA43170B7E1001EC67F_AdjustorThunk (RuntimeObject* __this, GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* ___0_resources, DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* ___1_debugStats, const RuntimeMethod* method)
|
|
{
|
|
InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966*>(__this + _offset);
|
|
InstanceCuller_Init_mDBBD40C7316EBE16746FACA43170B7E1001EC67F(_thisAdjusted, ___0_resources, ___1_debugStats, method);
|
|
}
|
|
// Method Definition Index: 71131
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 InstanceCuller_AnimateCrossFades_m5BE8DFEE24C03638DF57E12C23D4C2C80DE8B510 (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, CPUPerCameraInstanceData_t71C741AAD32148627A1984FC497812A470221529 ___0_perCameraInstanceData, BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659 ___1_cc, PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E* ___2_cameraInstanceData, bool* ___3_hasAnimatedCrossfade, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJobParallelForExtensions_Schedule_TisAnimateCrossFadeJob_t4A6EEA489E4EE721D1878717E9FB01FC73C4E90E_mD7221D1252497D1021410C8A1EF14074F09BF169_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeParallelHashMap_2_TryAdd_mFE6468822563C36FFD28CF1434FB8D5664D1CDE4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeParallelHashMap_2_TryGetValue_m6E67B7DC074842BF90C29990A23C46AE6F5275C4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeParallelHashMap_2_TryGetValue_m8C44E208143352E44ACC41CE5EDC7CB1EF59C7EA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeParallelHashMap_2_get_Item_mD349600C14FC15C4FA3A779DFC8158B0A53067B4_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
AnimatedFadeData_t965D6428A80522AB9EDFDF2671880282159C5E46 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
LODParameters_t54D2AA0FD8E53BCF51D7A42BC1A72FCA8C78A08A V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
BatchPackedCullingViewID_t1E7EE8631C02555CAA181FA566CDC604B9FEFEBB V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
AnimateCrossFadeJob_t4A6EEA489E4EE721D1878717E9FB01FC73C4E90E V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
AnimatedFadeData_t965D6428A80522AB9EDFDF2671880282159C5E46 V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1800>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659 L_0 = ___1_cc;
|
|
LODParameters_t54D2AA0FD8E53BCF51D7A42BC1A72FCA8C78A08A L_1 = L_0.___lodParameters;
|
|
V_5 = L_1;
|
|
int32_t L_2;
|
|
L_2 = LODParameters_GetHashCode_mECFCEAAAC935759A99C30C69BBC99A1148F46F40((&V_5), NULL);
|
|
V_0 = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1801>
|
|
bool* L_3 = ___3_hasAnimatedCrossfade;
|
|
NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5* L_4 = (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5*)(&__this->___m_LODParamsToCameraID);
|
|
int32_t L_5 = V_0;
|
|
bool L_6;
|
|
L_6 = NativeParallelHashMap_2_TryGetValue_m6E67B7DC074842BF90C29990A23C46AE6F5275C4(L_4, L_5, (&V_1), NativeParallelHashMap_2_TryGetValue_m6E67B7DC074842BF90C29990A23C46AE6F5275C4_RuntimeMethod_var);
|
|
*((int8_t*)L_3) = (int8_t)L_6;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1803>
|
|
bool* L_7 = ___3_hasAnimatedCrossfade;
|
|
int32_t L_8 = *((uint8_t*)L_7);
|
|
if (!L_8)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1805>
|
|
PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E* L_9 = ___2_cameraInstanceData;
|
|
NativeParallelHashMap_2_t36DD1F9F308DCEEBA1C297BEE4AEB4861714A522* L_10 = (NativeParallelHashMap_2_t36DD1F9F308DCEEBA1C297BEE4AEB4861714A522*)(&(&___0_perCameraInstanceData)->___perCameraData);
|
|
AnimatedFadeData_t965D6428A80522AB9EDFDF2671880282159C5E46 L_11 = V_1;
|
|
int32_t L_12 = L_11.___cameraID;
|
|
PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E L_13;
|
|
L_13 = NativeParallelHashMap_2_get_Item_mD349600C14FC15C4FA3A779DFC8158B0A53067B4(L_10, L_12, NativeParallelHashMap_2_get_Item_mD349600C14FC15C4FA3A779DFC8158B0A53067B4_RuntimeMethod_var);
|
|
*(PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E*)L_9 = L_13;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1807>
|
|
AnimatedFadeData_t965D6428A80522AB9EDFDF2671880282159C5E46 L_14 = V_1;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_15 = L_14.___jobHandle;
|
|
return L_15;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1810>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659 L_16 = ___1_cc;
|
|
int32_t L_17 = L_16.___viewType;
|
|
if ((((int32_t)L_17) == ((int32_t)1)))
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
bool* L_18 = ___3_hasAnimatedCrossfade;
|
|
int32_t L_19 = *((uint8_t*)L_18);
|
|
if (L_19)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1813>
|
|
PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E* L_20 = ___2_cameraInstanceData;
|
|
il2cpp_codegen_initobj(L_20, sizeof(PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1814>
|
|
il2cpp_codegen_initobj((&V_6), sizeof(JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_21 = V_6;
|
|
return L_21;
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1818>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659 L_22 = ___1_cc;
|
|
BatchPackedCullingViewID_t1E7EE8631C02555CAA181FA566CDC604B9FEFEBB L_23 = L_22.___viewID;
|
|
V_7 = L_23;
|
|
int32_t L_24;
|
|
L_24 = BatchPackedCullingViewID_GetInstanceID_mF4DAA7A5BC253254F02D37A202B7D19C2E4E6D52((&V_7), NULL);
|
|
V_2 = L_24;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1820>
|
|
bool* L_25 = ___3_hasAnimatedCrossfade;
|
|
NativeParallelHashMap_2_t36DD1F9F308DCEEBA1C297BEE4AEB4861714A522* L_26 = (NativeParallelHashMap_2_t36DD1F9F308DCEEBA1C297BEE4AEB4861714A522*)(&(&___0_perCameraInstanceData)->___perCameraData);
|
|
int32_t L_27 = V_2;
|
|
bool L_28;
|
|
L_28 = NativeParallelHashMap_2_TryGetValue_m8C44E208143352E44ACC41CE5EDC7CB1EF59C7EA(L_26, L_27, (&V_3), NativeParallelHashMap_2_TryGetValue_m8C44E208143352E44ACC41CE5EDC7CB1EF59C7EA_RuntimeMethod_var);
|
|
*((int8_t*)L_25) = (int8_t)L_28;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1821>
|
|
bool* L_29 = ___3_hasAnimatedCrossfade;
|
|
int32_t L_30 = *((uint8_t*)L_29);
|
|
if (L_30)
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1824>
|
|
PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E* L_31 = ___2_cameraInstanceData;
|
|
il2cpp_codegen_initobj(L_31, sizeof(PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1825>
|
|
il2cpp_codegen_initobj((&V_6), sizeof(JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_32 = V_6;
|
|
return L_32;
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1828>
|
|
PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E* L_33 = ___2_cameraInstanceData;
|
|
PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E L_34 = V_3;
|
|
*(PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E*)L_33 = L_34;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1831>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1832>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1833>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1834>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1835>
|
|
il2cpp_codegen_initobj((&V_8), sizeof(AnimateCrossFadeJob_t4A6EEA489E4EE721D1878717E9FB01FC73C4E90E));
|
|
float L_35;
|
|
L_35 = Time_get_deltaTime_mC3195000401F0FD167DD2F948FD2BC58330D0865(NULL);
|
|
(&V_8)->___deltaTime = L_35;
|
|
PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E* L_36 = ___2_cameraInstanceData;
|
|
UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D L_37 = L_36->___crossFades;
|
|
(&V_8)->___crossFadeArray = L_37;
|
|
AnimateCrossFadeJob_t4A6EEA489E4EE721D1878717E9FB01FC73C4E90E L_38 = V_8;
|
|
int32_t L_39;
|
|
L_39 = CPUPerCameraInstanceData_get_instancesLength_m2FCFD20153EC6AACB2340D337BB18BF616A4198F((&___0_perCameraInstanceData), NULL);
|
|
il2cpp_codegen_initobj((&V_6), sizeof(JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_40 = V_6;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_41;
|
|
L_41 = IJobParallelForExtensions_Schedule_TisAnimateCrossFadeJob_t4A6EEA489E4EE721D1878717E9FB01FC73C4E90E_mD7221D1252497D1021410C8A1EF14074F09BF169(L_38, L_39, ((int32_t)512), L_40, IJobParallelForExtensions_Schedule_TisAnimateCrossFadeJob_t4A6EEA489E4EE721D1878717E9FB01FC73C4E90E_mD7221D1252497D1021410C8A1EF14074F09BF169_RuntimeMethod_var);
|
|
V_4 = L_41;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1837>
|
|
NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5* L_42 = (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5*)(&__this->___m_LODParamsToCameraID);
|
|
int32_t L_43 = V_0;
|
|
il2cpp_codegen_initobj((&V_9), sizeof(AnimatedFadeData_t965D6428A80522AB9EDFDF2671880282159C5E46));
|
|
int32_t L_44 = V_2;
|
|
(&V_9)->___cameraID = L_44;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_45 = V_4;
|
|
(&V_9)->___jobHandle = L_45;
|
|
AnimatedFadeData_t965D6428A80522AB9EDFDF2671880282159C5E46 L_46 = V_9;
|
|
bool L_47;
|
|
L_47 = NativeParallelHashMap_2_TryAdd_mFE6468822563C36FFD28CF1434FB8D5664D1CDE4(L_42, L_43, L_46, NativeParallelHashMap_2_TryAdd_mFE6468822563C36FFD28CF1434FB8D5664D1CDE4_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1838>
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_48 = V_4;
|
|
return L_48;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 InstanceCuller_AnimateCrossFades_m5BE8DFEE24C03638DF57E12C23D4C2C80DE8B510_AdjustorThunk (RuntimeObject* __this, CPUPerCameraInstanceData_t71C741AAD32148627A1984FC497812A470221529 ___0_perCameraInstanceData, BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659 ___1_cc, PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E* ___2_cameraInstanceData, bool* ___3_hasAnimatedCrossfade, const RuntimeMethod* method)
|
|
{
|
|
InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966*>(__this + _offset);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 _returnValue;
|
|
_returnValue = InstanceCuller_AnimateCrossFades_m5BE8DFEE24C03638DF57E12C23D4C2C80DE8B510(_thisAdjusted, ___0_perCameraInstanceData, ___1_cc, ___2_cameraInstanceData, ___3_hasAnimatedCrossfade, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 71132
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 InstanceCuller_CreateFrustumCullingJob_m503045810FE1E550B3F436FD62750A505A4EAE3C (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* ___0_cc, ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* ___1_instanceData, ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E* ___2_sharedInstanceData, CPUPerCameraInstanceData_t71C741AAD32148627A1984FC497812A470221529* ___3_perCameraInstanceData, NativeList_1_t53EAF24037BDCAF4EBF0C2060BFD6694AFAC35AD ___4_lodGroupCullingData, BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7* ___5_binningConfig, float ___6_smallMeshScreenPercentage, OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* ___7_occlusionCullingCommon, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___8_rendererVisibilityMasks, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___9_rendererMeshLodSettings, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___10_rendererCrossFadeValues, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJobParallelForExtensions_Schedule_TisCullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681_m8D8CCA2EFB5B26BD70152D80E08CCC5E48EE0FCA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_AsArray_m243784F33AA26E289A433DFE616B929FB0FAE621_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_AsArray_m300703146ACCBE0D12F5E4E9C9F3FD118E232207_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_AsArray_mD72335AB21F040F66CA0076CBC71E6292CD744C8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
FrustumPlaneCuller_t8CD42C335DE2FBB33999860D65217D82FF749EAA V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
float V_3 = 0.0f;
|
|
float V_4 = 0.0f;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
bool V_7 = false;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* V_9 = NULL;
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* V_10 = NULL;
|
|
BatchPackedCullingViewID_t1E7EE8631C02555CAA181FA566CDC604B9FEFEBB V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681 V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
LODParameters_t54D2AA0FD8E53BCF51D7A42BC1A72FCA8C78A08A V_13;
|
|
memset((&V_13), 0, sizeof(V_13));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1853>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_0 = ___0_cc;
|
|
V_10 = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1862>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_1 = V_10;
|
|
V_9 = (BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659*)((uintptr_t)L_1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1864>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1865>
|
|
float L_2;
|
|
L_2 = QualitySettings_get_lodBias_mFC5A527CC65FE124E6C58757AA11ADCB6F8C9BCD(NULL);
|
|
float L_3;
|
|
L_3 = QualitySettings_get_meshLodThreshold_m78C5BEC88F9170399DC77CE45828E90C9937B4AE(NULL);
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_4 = V_9;
|
|
InstanceCullerBurst_SetupCullingJobInput_m48DA62BB1FCE439FD65DE65952C97249ECB28C56(L_2, L_3, L_4, (ReceiverPlanes_t9D967C79EE213E2C558D93A943C1FA8516E729A2*)((uintptr_t)(&V_0)), (ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6*)((uintptr_t)(&V_1)), (FrustumPlaneCuller_t8CD42C335DE2FBB33999860D65217D82FF749EAA*)((uintptr_t)(&V_2)), (float*)((uintptr_t)(&V_3)), (float*)((uintptr_t)(&V_4)), NULL);
|
|
V_10 = (BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659*)((uintptr_t)0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1868>
|
|
OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* L_5 = ___7_occlusionCullingCommon;
|
|
if (!L_5)
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1869>
|
|
OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* L_6 = ___7_occlusionCullingCommon;
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_7 = ___0_cc;
|
|
BatchPackedCullingViewID_t1E7EE8631C02555CAA181FA566CDC604B9FEFEBB L_8 = L_7->___viewID;
|
|
V_11 = L_8;
|
|
int32_t L_9;
|
|
L_9 = BatchPackedCullingViewID_GetInstanceID_mF4DAA7A5BC253254F02D37A202B7D19C2E4E6D52((&V_11), NULL);
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 L_10;
|
|
L_10 = ReceiverPlanes_SilhouettePlaneSubArray_m851F735918EE9297C64815C42AAD446BCBE55F4B((&V_0), NULL);
|
|
NullCheck(L_6);
|
|
OcclusionCullingCommon_UpdateSilhouettePlanes_m4576EBD18929EC7B7AAA98EA599CEB053033161E(L_6, L_9, L_10, NULL);
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1871>
|
|
CPUPerCameraInstanceData_t71C741AAD32148627A1984FC497812A470221529* L_11 = ___3_perCameraInstanceData;
|
|
CPUPerCameraInstanceData_t71C741AAD32148627A1984FC497812A470221529 L_12 = (*(CPUPerCameraInstanceData_t71C741AAD32148627A1984FC497812A470221529*)L_11);
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_13 = ___0_cc;
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659 L_14 = (*(BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659*)L_13);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_15;
|
|
L_15 = InstanceCuller_AnimateCrossFades_m5BE8DFEE24C03638DF57E12C23D4C2C80DE8B510(__this, L_12, L_14, (&V_6), (&V_7), NULL);
|
|
V_5 = L_15;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1873>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1874>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1875>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1876>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1877>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1878>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1879>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1880>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1881>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1882>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1883>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1884>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1885>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1886>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1887>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1888>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1889>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1890>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1891>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1892>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1893>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1894>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1895>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1896>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1897>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1898>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1899>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1900>
|
|
il2cpp_codegen_initobj((&V_12), sizeof(CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681));
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7* L_16 = ___5_binningConfig;
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7 L_17 = (*(BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7*)L_16);
|
|
(&V_12)->___binningConfig = L_17;
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_18 = ___0_cc;
|
|
int32_t L_19 = L_18->___viewType;
|
|
(&V_12)->___viewType = L_19;
|
|
NativeList_1_tA78554A4805525762FFDFAC177852313219B5383* L_20 = (NativeList_1_tA78554A4805525762FFDFAC177852313219B5383*)(&(&V_2)->___planePackets);
|
|
NativeArray_1_t12018DEC83E53274D542435F55D8BED16BD4E78E L_21;
|
|
L_21 = NativeList_1_AsArray_mD72335AB21F040F66CA0076CBC71E6292CD744C8(L_20, NativeList_1_AsArray_mD72335AB21F040F66CA0076CBC71E6292CD744C8_RuntimeMethod_var);
|
|
(&V_12)->___frustumPlanePackets = L_21;
|
|
NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7* L_22 = (NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7*)(&(&V_2)->___splitInfos);
|
|
NativeArray_1_t68166A4F733ADFE89591B8BCE0284E5970D2816A L_23;
|
|
L_23 = NativeList_1_AsArray_m243784F33AA26E289A433DFE616B929FB0FAE621(L_22, NativeList_1_AsArray_m243784F33AA26E289A433DFE616B929FB0FAE621_RuntimeMethod_var);
|
|
(&V_12)->___frustumSplitInfos = L_23;
|
|
NativeArray_1_t4020B6981295FB915DCE82EF368535F680C13A49 L_24;
|
|
L_24 = ReceiverPlanes_LightFacingFrustumPlaneSubArray_m995D1E681E0ED63DFA8489C582A2FCBAF1C9356B((&V_0), NULL);
|
|
(&V_12)->___lightFacingFrustumPlanes = L_24;
|
|
NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF* L_25 = (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF*)(&(&V_1)->___splitInfos);
|
|
NativeArray_1_t933EB4C2ED1CCB3C68D5E2EC18C770C2893C8443 L_26;
|
|
L_26 = NativeList_1_AsArray_m300703146ACCBE0D12F5E4E9C9F3FD118E232207(L_25, NativeList_1_AsArray_m300703146ACCBE0D12F5E4E9C9F3FD118E232207_RuntimeMethod_var);
|
|
(&V_12)->___receiverSplitInfos = L_26;
|
|
ReceiverSphereCuller_tD4AEB099F4195972A71EFA21F4227BA3628D03D6 L_27 = V_1;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_28 = L_27.___worldToLightSpaceRotation;
|
|
(&V_12)->___worldToLightSpaceRotation = L_28;
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_29 = ___0_cc;
|
|
int32_t L_30 = L_29->___cullingFlags;
|
|
(&V_12)->___cullLightmappedShadowCasters = (bool)((!(((uint32_t)((int32_t)((int32_t)L_30&1))) <= ((uint32_t)0)))? 1 : 0);
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_31 = ___0_cc;
|
|
LODParameters_t54D2AA0FD8E53BCF51D7A42BC1A72FCA8C78A08A L_32 = L_31->___lodParameters;
|
|
V_13 = L_32;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_33;
|
|
L_33 = LODParameters_get_cameraPosition_m70A0A7D7AA725271F9EB87D297DD4F8797A6E73C((&V_13), NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_34;
|
|
L_34 = float3_op_Implicit_mE1831A3AC179B7EB3236F8202EC8DD5CE05376AB(L_33, NULL);
|
|
(&V_12)->___cameraPosition = L_34;
|
|
float L_35 = V_4;
|
|
float L_36 = V_4;
|
|
(&V_12)->___sqrMeshLodSelectionConstant = ((float)il2cpp_codegen_multiply(L_35, L_36));
|
|
float L_37 = V_3;
|
|
float L_38 = V_3;
|
|
(&V_12)->___sqrScreenRelativeMetric = ((float)il2cpp_codegen_multiply(L_37, L_38));
|
|
float L_39 = ___6_smallMeshScreenPercentage;
|
|
(&V_12)->___minScreenRelativeHeight = ((float)il2cpp_codegen_multiply(L_39, (0.00999999978f)));
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_40 = ___0_cc;
|
|
LODParameters_t54D2AA0FD8E53BCF51D7A42BC1A72FCA8C78A08A L_41 = L_40->___lodParameters;
|
|
V_13 = L_41;
|
|
bool L_42;
|
|
L_42 = LODParameters_get_isOrthographic_mFF3B1AA8358A47BF1C39580E330440D5F07FD09C((&V_13), NULL);
|
|
(&V_12)->___isOrtho = L_42;
|
|
bool L_43 = V_7;
|
|
(&V_12)->___animateCrossFades = L_43;
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* L_44 = ___1_instanceData;
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31 L_45 = (*(ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31*)L_44);
|
|
(&V_12)->___instanceData = L_45;
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E* L_46 = ___2_sharedInstanceData;
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E L_47 = (*(ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E*)L_46);
|
|
(&V_12)->___sharedInstanceData = L_47;
|
|
PerCameraInstanceDataArrays_tA74F6F16B77B98DDC6E582A261525D7ECD12C07E L_48 = V_6;
|
|
(&V_12)->___cameraInstanceData = L_48;
|
|
NativeList_1_t53EAF24037BDCAF4EBF0C2060BFD6694AFAC35AD L_49 = ___4_lodGroupCullingData;
|
|
(&V_12)->___lodGroupCullingData = L_49;
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_50 = ___0_cc;
|
|
intptr_t L_51 = L_50->___occlusionBuffer;
|
|
(&V_12)->___occlusionBuffer = L_51;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_52 = ___8_rendererVisibilityMasks;
|
|
(&V_12)->___rendererVisibilityMasks = L_52;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_53 = ___9_rendererMeshLodSettings;
|
|
(&V_12)->___rendererMeshLodSettings = L_53;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_54 = ___10_rendererCrossFadeValues;
|
|
(&V_12)->___rendererCrossFadeValues = L_54;
|
|
int32_t L_55;
|
|
L_55 = QualitySettings_get_maximumLODLevel_m0233F6EB6B183F664E3CAD22F5FFD1D820F568D3(NULL);
|
|
(&V_12)->___maxLOD = L_55;
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_56 = ___0_cc;
|
|
uint32_t L_57 = L_56->___cullingLayerMask;
|
|
(&V_12)->___cullingLayerMask = L_57;
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_58 = ___0_cc;
|
|
uint64_t L_59 = L_58->___sceneCullingMask;
|
|
(&V_12)->___sceneCullingMask = L_59;
|
|
CullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681 L_60 = V_12;
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* L_61 = ___1_instanceData;
|
|
int32_t L_62;
|
|
L_62 = ReadOnly_get_instancesLength_m0E85E521D7DB61518C6988B08646386F20A17307(L_61, NULL);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_63 = V_5;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_64;
|
|
L_64 = IJobParallelForExtensions_Schedule_TisCullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681_m8D8CCA2EFB5B26BD70152D80E08CCC5E48EE0FCA(L_60, L_62, ((int32_t)32), L_63, IJobParallelForExtensions_Schedule_TisCullingJob_t4206A6B00371EC11303617597A8DA5BFCCF92681_m8D8CCA2EFB5B26BD70152D80E08CCC5E48EE0FCA_RuntimeMethod_var);
|
|
V_8 = L_64;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1902>
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_65 = V_8;
|
|
ReceiverPlanes_Dispose_mE53DCBAD81DDB002760FC5661F3B26330B62ACF4((&V_0), L_65, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1903>
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_66 = V_8;
|
|
FrustumPlaneCuller_Dispose_m802E9F4605F17D55D46C6C0D308830667DE0A08B((&V_2), L_66, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1904>
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_67 = V_8;
|
|
ReceiverSphereCuller_Dispose_mFCC83320D29032DBC7A3173ADFE8F764A472FFA5((&V_1), L_67, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1906>
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_68 = V_8;
|
|
return L_68;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 InstanceCuller_CreateFrustumCullingJob_m503045810FE1E550B3F436FD62750A505A4EAE3C_AdjustorThunk (RuntimeObject* __this, BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* ___0_cc, ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* ___1_instanceData, ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E* ___2_sharedInstanceData, CPUPerCameraInstanceData_t71C741AAD32148627A1984FC497812A470221529* ___3_perCameraInstanceData, NativeList_1_t53EAF24037BDCAF4EBF0C2060BFD6694AFAC35AD ___4_lodGroupCullingData, BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7* ___5_binningConfig, float ___6_smallMeshScreenPercentage, OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* ___7_occlusionCullingCommon, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___8_rendererVisibilityMasks, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___9_rendererMeshLodSettings, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___10_rendererCrossFadeValues, const RuntimeMethod* method)
|
|
{
|
|
InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966*>(__this + _offset);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 _returnValue;
|
|
_returnValue = InstanceCuller_CreateFrustumCullingJob_m503045810FE1E550B3F436FD62750A505A4EAE3C(_thisAdjusted, ___0_cc, ___1_instanceData, ___2_sharedInstanceData, ___3_perCameraInstanceData, ___4_lodGroupCullingData, ___5_binningConfig, ___6_smallMeshScreenPercentage, ___7_occlusionCullingCommon, ___8_rendererVisibilityMasks, ___9_rendererMeshLodSettings, ___10_rendererCrossFadeValues, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 71133
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t InstanceCuller_ComputeWorstCaseDrawCommandCount_mF523E170BDA54D6E88AD73742065FD88C60937DD (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* ___0_cc, BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7 ___1_binningConfig, CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* ___2_drawInstanceData, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_m1B19644590B4833588E55C27206E74261176AEBD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_mAF6ED4830EA3A9BEC5A90C5C30297F098077A6C0_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
NativeList_1_t0E8F99CBD0349EB2EDB94A940345E760399356C0 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1914>
|
|
CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* L_0 = ___2_drawInstanceData;
|
|
NullCheck(L_0);
|
|
NativeList_1_t0E8F99CBD0349EB2EDB94A940345E760399356C0 L_1;
|
|
L_1 = CPUDrawInstanceData_get_drawInstances_m5B182A75D8968C69C7EFF2CE773D0029E7412D68_inline(L_0, NULL);
|
|
V_2 = L_1;
|
|
int32_t L_2;
|
|
L_2 = NativeList_1_get_Length_m1B19644590B4833588E55C27206E74261176AEBD_inline((&V_2), NativeList_1_get_Length_m1B19644590B4833588E55C27206E74261176AEBD_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1915>
|
|
CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* L_3 = ___2_drawInstanceData;
|
|
NullCheck(L_3);
|
|
NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30 L_4;
|
|
L_4 = CPUDrawInstanceData_get_drawBatches_m6E62CEC9E106C2CB84B185517A04105E77D875F6_inline(L_3, NULL);
|
|
V_3 = L_4;
|
|
int32_t L_5;
|
|
L_5 = NativeList_1_get_Length_mAF6ED4830EA3A9BEC5A90C5C30297F098077A6C0_inline((&V_3), NativeList_1_get_Length_mAF6ED4830EA3A9BEC5A90C5C30297F098077A6C0_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1918>
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7 L_6 = ___1_binningConfig;
|
|
bool L_7 = L_6.___supportsCrossFade;
|
|
if (!L_7)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1919>
|
|
int32_t L_8 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_multiply(L_8, 2));
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1922>
|
|
int32_t L_9 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_multiply(L_9, 2));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1925>
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7 L_10 = ___1_binningConfig;
|
|
bool L_11 = L_10.___supportsMotionCheck;
|
|
if (!L_11)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1926>
|
|
int32_t L_12 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_multiply(L_12, 2));
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1928>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_13 = ___0_cc;
|
|
NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 L_14 = L_13->___cullingSplits;
|
|
V_4 = L_14;
|
|
int32_t L_15;
|
|
L_15 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_4))->___m_Length);
|
|
if ((((int32_t)L_15) <= ((int32_t)1)))
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1933>
|
|
int32_t L_16 = V_1;
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_17 = ___0_cc;
|
|
NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 L_18 = L_17->___cullingSplits;
|
|
V_4 = L_18;
|
|
int32_t L_19;
|
|
L_19 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_4))->___m_Length);
|
|
V_1 = ((int32_t)(L_16<<((int32_t)(((int32_t)il2cpp_codegen_subtract(L_19, 1))&((int32_t)31)))));
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1937>
|
|
int32_t L_20 = V_1;
|
|
int32_t L_21 = V_0;
|
|
int32_t L_22;
|
|
L_22 = math_min_m02D43DF516544C279AF660EA4731449C82991849_inline(L_20, L_21, NULL);
|
|
V_1 = L_22;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1939>
|
|
int32_t L_23 = V_1;
|
|
return L_23;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t InstanceCuller_ComputeWorstCaseDrawCommandCount_mF523E170BDA54D6E88AD73742065FD88C60937DD_AdjustorThunk (RuntimeObject* __this, BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* ___0_cc, BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7 ___1_binningConfig, CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* ___2_drawInstanceData, const RuntimeMethod* method)
|
|
{
|
|
InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = InstanceCuller_ComputeWorstCaseDrawCommandCount_mF523E170BDA54D6E88AD73742065FD88C60937DD(_thisAdjusted, ___0_cc, ___1_binningConfig, ___2_drawInstanceData, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 71134
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 InstanceCuller_CreateCullJobTree_mF3C76EB7E9663B657C8C7F9ACA2E0995CF5D8A6B (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* ___0_cc, BatchCullingOutput_tF997DE602CE8F5E44654FD157113EF455DBE785F ___1_cullingOutput, ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* ___2_instanceData, ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E* ___3_sharedInstanceData, CPUPerCameraInstanceData_t71C741AAD32148627A1984FC497812A470221529* ___4_perCameraInstanceData, ReadOnly_tE69A412FE71F8B82F4822C181711AAA37F3BC5BC* ___5_instanceDataBuffer, NativeList_1_t53EAF24037BDCAF4EBF0C2060BFD6694AFAC35AD ___6_lodGroupCullingData, CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* ___7_drawInstanceData, NativeParallelHashMap_2_tDA93C536A95E913A4A38B4387FB9E0AC0634B184 ___8_batchIDs, float ___9_smallMeshScreenPercentage, OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* ___10_occlusionCullingCommon, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJobExtensions_Schedule_TisPrefixSumDrawsAndInstances_t270E5AA9BF72798DF9C0F217224637E0B89F710D_mCC979313A633E0FFF5D5EC75DC58C8294BC29AFE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJobParallelForExtensions_Schedule_TisAllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904_m5EE5844609FDACAF2B9DFE42ED665A754885573E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJobParallelForExtensions_Schedule_TisDrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215_m1CD41A514234A602CA4EB97B64BAFDD1C0D08D10_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryUtilities_Malloc_TisBatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F_m1F65CB986865A957274F7808CE94C84C797611DA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_mC1B799BB11763574BF37BB5271CDD3E71396C643_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_m140467F809E7DFD8EC4C512E0B05D4A295DAD523_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_mAF6ED4830EA3A9BEC5A90C5C30297F098077A6C0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_mE7A316DEDE7A834904E4EDC814338B6A605AC589_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
NativeList_1_t50EF7494D5DE96412C6EA67378B11EE5C5C8EE89 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
int32_t V_8 = 0;
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7 V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
int32_t V_11 = 0;
|
|
int32_t V_12 = 0;
|
|
int32_t V_13 = 0;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_14;
|
|
memset((&V_14), 0, sizeof(V_14));
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_16;
|
|
memset((&V_16), 0, sizeof(V_16));
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_17;
|
|
memset((&V_17), 0, sizeof(V_17));
|
|
NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8 V_18;
|
|
memset((&V_18), 0, sizeof(V_18));
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_19;
|
|
memset((&V_19), 0, sizeof(V_19));
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_20;
|
|
memset((&V_20), 0, sizeof(V_20));
|
|
int32_t V_21 = 0;
|
|
IndirectBufferLimits_t6035702207C41A67B85B52BF1019C16EA7CE0076 V_22;
|
|
memset((&V_22), 0, sizeof(V_22));
|
|
NativeArray_1_t010CFDCC413C944832DC3E8129AE25C0D1FD6876 V_23;
|
|
memset((&V_23), 0, sizeof(V_23));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_24;
|
|
memset((&V_24), 0, sizeof(V_24));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_25;
|
|
memset((&V_25), 0, sizeof(V_25));
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_26;
|
|
memset((&V_26), 0, sizeof(V_26));
|
|
BatchPackedCullingViewID_t1E7EE8631C02555CAA181FA566CDC604B9FEFEBB V_27;
|
|
memset((&V_27), 0, sizeof(V_27));
|
|
NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30 V_28;
|
|
memset((&V_28), 0, sizeof(V_28));
|
|
int32_t V_29 = 0;
|
|
AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904 V_30;
|
|
memset((&V_30), 0, sizeof(V_30));
|
|
PrefixSumDrawsAndInstances_t270E5AA9BF72798DF9C0F217224637E0B89F710D V_31;
|
|
memset((&V_31), 0, sizeof(V_31));
|
|
DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215 V_32;
|
|
memset((&V_32), 0, sizeof(V_32));
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* G_B8_0 = NULL;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* G_B7_0 = NULL;
|
|
int32_t G_B9_0 = 0;
|
|
int32_t G_B14_0 = 0;
|
|
int32_t G_B16_0 = 0;
|
|
int32_t G_B15_0 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1956>
|
|
il2cpp_codegen_initobj((&V_0), sizeof(BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1957>
|
|
CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* L_0 = ___7_drawInstanceData;
|
|
NullCheck(L_0);
|
|
NativeList_1_t50EF7494D5DE96412C6EA67378B11EE5C5C8EE89 L_1;
|
|
L_1 = CPUDrawInstanceData_get_drawRanges_m980D02096E99CCD5299D5B06AAEC78E986A92754_inline(L_0, NULL);
|
|
V_7 = L_1;
|
|
int32_t L_2;
|
|
L_2 = NativeList_1_get_Length_mE7A316DEDE7A834904E4EDC814338B6A605AC589_inline((&V_7), NativeList_1_get_Length_mE7A316DEDE7A834904E4EDC814338B6A605AC589_RuntimeMethod_var);
|
|
(&V_0)->___drawRangeCount = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1958>
|
|
BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D L_3 = V_0;
|
|
int32_t L_4 = L_3.___drawRangeCount;
|
|
BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F* L_5;
|
|
L_5 = MemoryUtilities_Malloc_TisBatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F_m1F65CB986865A957274F7808CE94C84C797611DA(L_4, 3, MemoryUtilities_Malloc_TisBatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F_m1F65CB986865A957274F7808CE94C84C797611DA_RuntimeMethod_var);
|
|
(&V_0)->___drawRanges = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1959>
|
|
V_8 = 0;
|
|
goto IL_0054;
|
|
}
|
|
|
|
IL_0037:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1960>
|
|
BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D L_6 = V_0;
|
|
BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F* L_7 = L_6.___drawRanges;
|
|
int32_t L_8 = V_8;
|
|
uint32_t L_9 = sizeof(BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F);
|
|
NullCheck(((BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), (int32_t)L_9)))));
|
|
((BatchDrawRange_t736D745E918A629658B80A0F7D2D17DAFBA6172F*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), (int32_t)L_9))))->___drawCommandsCount = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1959>
|
|
int32_t L_10 = V_8;
|
|
V_8 = ((int32_t)il2cpp_codegen_add(L_10, 1));
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1959>
|
|
int32_t L_11 = V_8;
|
|
BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D L_12 = V_0;
|
|
int32_t L_13 = L_12.___drawRangeCount;
|
|
if ((((int32_t)L_11) < ((int32_t)L_13)))
|
|
{
|
|
goto IL_0037;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1961>
|
|
NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A* L_14 = (NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A*)(&(&___1_cullingOutput)->___drawCommands);
|
|
BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D L_15 = V_0;
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(BatchCullingOutputDrawCommands_t61DD68A8D702A9468AF6D5DDF4529CE7BD5A636D, (L_14)->___m_Buffer, 0, (L_15));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1962>
|
|
NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9* L_16 = (NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9*)(&(&___1_cullingOutput)->___customCullingResult);
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(intptr_t, (L_16)->___m_Buffer, 0, (0));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1964>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1965>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1966>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1967>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1968>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1969>
|
|
il2cpp_codegen_initobj((&V_9), sizeof(BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7));
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_17 = ___0_cc;
|
|
NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 L_18 = L_17->___cullingSplits;
|
|
V_10 = L_18;
|
|
int32_t L_19;
|
|
L_19 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_10))->___m_Length);
|
|
(&V_9)->___viewCount = L_19;
|
|
bool L_20;
|
|
L_20 = QualitySettings_get_enableLODCrossFade_m6249DFDB2E0D5A5440A7AF15A111B299337E51BD(NULL);
|
|
(&V_9)->___supportsCrossFade = L_20;
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_21 = ___0_cc;
|
|
int32_t L_22 = L_21->___viewType;
|
|
(&V_9)->___supportsMotionCheck = (bool)((((int32_t)L_22) == ((int32_t)1))? 1 : 0);
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7 L_23 = V_9;
|
|
V_1 = L_23;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1971>
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* L_24 = ___2_instanceData;
|
|
int32_t L_25;
|
|
L_25 = ReadOnly_get_handlesLength_m50556F07B2F7144758202F76E202ED795E715DE9(L_24, NULL);
|
|
V_2 = L_25;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1972>
|
|
int32_t L_26 = V_2;
|
|
NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F((&V_3), L_26, 3, 0, NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1973>
|
|
int32_t L_27 = V_2;
|
|
NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F((&V_4), L_27, 3, 0, NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1974>
|
|
int32_t L_28 = V_2;
|
|
NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F((&V_5), L_28, 3, 0, NativeArray_1__ctor_m981CC7E27B6C9946024877F2696920951443B04F_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1976>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1977>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_29 = ___0_cc;
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* L_30 = ___2_instanceData;
|
|
ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E* L_31 = ___3_sharedInstanceData;
|
|
CPUPerCameraInstanceData_t71C741AAD32148627A1984FC497812A470221529* L_32 = ___4_perCameraInstanceData;
|
|
NativeList_1_t53EAF24037BDCAF4EBF0C2060BFD6694AFAC35AD L_33 = ___6_lodGroupCullingData;
|
|
float L_34 = ___9_smallMeshScreenPercentage;
|
|
OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* L_35 = ___10_occlusionCullingCommon;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_36 = V_3;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_37 = V_5;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_38 = V_4;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_39;
|
|
L_39 = InstanceCuller_CreateFrustumCullingJob_m503045810FE1E550B3F436FD62750A505A4EAE3C(__this, L_29, L_30, L_31, L_32, L_33, (&V_1), L_34, L_35, L_36, L_37, L_38, NULL);
|
|
V_6 = L_39;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2003>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_40 = ___0_cc;
|
|
int32_t L_41 = L_40->___viewType;
|
|
if ((((int32_t)L_41) == ((int32_t)1)))
|
|
{
|
|
goto IL_0119;
|
|
}
|
|
}
|
|
{
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_42 = ___0_cc;
|
|
int32_t L_43 = L_42->___viewType;
|
|
if ((((int32_t)L_43) == ((int32_t)2)))
|
|
{
|
|
goto IL_0119;
|
|
}
|
|
}
|
|
{
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_44 = ___0_cc;
|
|
int32_t L_45 = L_44->___viewType;
|
|
if ((!(((uint32_t)L_45) == ((uint32_t)4))))
|
|
{
|
|
goto IL_04b8;
|
|
}
|
|
}
|
|
|
|
IL_0119:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2005>
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* L_46 = ___2_instanceData;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_47 = V_3;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_48 = V_6;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_49;
|
|
L_49 = InstanceCuller_CreateCompactedVisibilityMaskJob_m3A2F38959953B889E5E7456DE426ABA7134DFB9B(__this, L_46, L_47, L_48, NULL);
|
|
V_6 = L_49;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2007>
|
|
V_11 = (-1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2008>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_50 = __this->___m_DebugStats;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_51 = L_50;
|
|
if (L_51)
|
|
{
|
|
G_B8_0 = L_51;
|
|
goto IL_0135;
|
|
}
|
|
G_B7_0 = L_51;
|
|
}
|
|
{
|
|
G_B9_0 = 0;
|
|
goto IL_013a;
|
|
}
|
|
|
|
IL_0135:
|
|
{
|
|
NullCheck(G_B8_0);
|
|
bool L_52 = G_B8_0->___enabled;
|
|
G_B9_0 = ((int32_t)(L_52));
|
|
}
|
|
|
|
IL_013a:
|
|
{
|
|
if (!G_B9_0)
|
|
{
|
|
goto IL_016d;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2010>
|
|
InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* L_53 = (InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1*)(&__this->___m_SplitDebugArray);
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_54 = ___0_cc;
|
|
int32_t L_55 = L_54->___viewType;
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_56 = ___0_cc;
|
|
BatchPackedCullingViewID_t1E7EE8631C02555CAA181FA566CDC604B9FEFEBB L_57 = L_56->___viewID;
|
|
V_27 = L_57;
|
|
int32_t L_58;
|
|
L_58 = BatchPackedCullingViewID_GetInstanceID_mF4DAA7A5BC253254F02D37A202B7D19C2E4E6D52((&V_27), NULL);
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_59 = ___0_cc;
|
|
NativeArray_1_t73992261AA60020B6BE20D83C50B3F925CC89F31 L_60 = L_59->___cullingSplits;
|
|
V_10 = L_60;
|
|
int32_t L_61;
|
|
L_61 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_10))->___m_Length);
|
|
int32_t L_62;
|
|
L_62 = InstanceCullerSplitDebugArray_TryAddSplits_m8F0CAC17CB3DA747A187760D3961255C1E95BDF5(L_53, L_55, L_58, L_61, NULL);
|
|
V_11 = L_62;
|
|
}
|
|
|
|
IL_016d:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2013>
|
|
CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* L_63 = ___7_drawInstanceData;
|
|
NullCheck(L_63);
|
|
NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30 L_64;
|
|
L_64 = CPUDrawInstanceData_get_drawBatches_m6E62CEC9E106C2CB84B185517A04105E77D875F6_inline(L_63, NULL);
|
|
V_28 = L_64;
|
|
int32_t L_65;
|
|
L_65 = NativeList_1_get_Length_mAF6ED4830EA3A9BEC5A90C5C30297F098077A6C0_inline((&V_28), NativeList_1_get_Length_mAF6ED4830EA3A9BEC5A90C5C30297F098077A6C0_RuntimeMethod_var);
|
|
V_12 = L_65;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2014>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_66 = ___0_cc;
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7 L_67 = V_1;
|
|
CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* L_68 = ___7_drawInstanceData;
|
|
int32_t L_69;
|
|
L_69 = InstanceCuller_ComputeWorstCaseDrawCommandCount_mF523E170BDA54D6E88AD73742065FD88C60937DD(__this, L_66, L_67, L_68, NULL);
|
|
V_13 = L_69;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2016>
|
|
int32_t L_70 = V_12;
|
|
NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D((&V_14), L_70, 3, 0, NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2017>
|
|
int32_t L_71 = V_12;
|
|
NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D((&V_15), L_71, 3, 0, NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2018>
|
|
int32_t L_72 = V_12;
|
|
NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D((&V_16), L_72, 3, 0, NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2020>
|
|
NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D((&V_17), ((int32_t)16), 3, 1, NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2021>
|
|
int32_t L_73 = V_13;
|
|
NativeArray_1__ctor_m140467F809E7DFD8EC4C512E0B05D4A295DAD523((&V_18), L_73, 3, 0, NativeArray_1__ctor_m140467F809E7DFD8EC4C512E0B05D4A295DAD523_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2022>
|
|
int32_t L_74 = V_13;
|
|
NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D((&V_19), L_74, 3, 0, NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2023>
|
|
int32_t L_75 = V_13;
|
|
NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D((&V_20), L_75, 3, 0, NativeArray_1__ctor_mB7BB23924A114599D399A5EC6C00B2B6407CF66D_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2025>
|
|
V_21 = (-1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2026>
|
|
OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* L_76 = ___10_occlusionCullingCommon;
|
|
if (!L_76)
|
|
{
|
|
goto IL_01f7;
|
|
}
|
|
}
|
|
{
|
|
OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* L_77 = ___10_occlusionCullingCommon;
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_78 = ___0_cc;
|
|
BatchPackedCullingViewID_t1E7EE8631C02555CAA181FA566CDC604B9FEFEBB L_79 = L_78->___viewID;
|
|
V_27 = L_79;
|
|
int32_t L_80;
|
|
L_80 = BatchPackedCullingViewID_GetInstanceID_mF4DAA7A5BC253254F02D37A202B7D19C2E4E6D52((&V_27), NULL);
|
|
NullCheck(L_77);
|
|
bool L_81;
|
|
L_81 = OcclusionCullingCommon_HasOccluderContext_m24FD8FB63CF4F73E28369A7C5E4AB1A4B0C6EF90(L_77, L_80, NULL);
|
|
G_B14_0 = ((int32_t)(L_81));
|
|
goto IL_01f8;
|
|
}
|
|
|
|
IL_01f7:
|
|
{
|
|
G_B14_0 = 0;
|
|
}
|
|
|
|
IL_01f8:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2027>
|
|
int32_t L_82 = G_B14_0;
|
|
if (!L_82)
|
|
{
|
|
G_B16_0 = L_82;
|
|
goto IL_022f;
|
|
}
|
|
G_B15_0 = L_82;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2029>
|
|
BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* L_83 = ___0_cc;
|
|
BatchPackedCullingViewID_t1E7EE8631C02555CAA181FA566CDC604B9FEFEBB L_84 = L_83->___viewID;
|
|
V_27 = L_84;
|
|
int32_t L_85;
|
|
L_85 = BatchPackedCullingViewID_GetInstanceID_mF4DAA7A5BC253254F02D37A202B7D19C2E4E6D52((&V_27), NULL);
|
|
V_29 = L_85;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2030>
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_86 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
int32_t L_87 = V_29;
|
|
int32_t L_88;
|
|
L_88 = IndirectBufferContextStorage_TryAllocateContext_mC8D472C07C986BDCFC55CF8C4CE324230A38618C(L_86, L_87, NULL);
|
|
V_21 = L_88;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2031>
|
|
NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9* L_89 = (NativeArray_1_t170B62D6C147DD05888D56F029D4D828DF487EC9*)(&(&___1_cullingOutput)->___customCullingResult);
|
|
int32_t L_90 = V_29;
|
|
intptr_t L_91;
|
|
L_91 = IntPtr_op_Explicit_m931A344F16D4C65EFB0B492EB07C7A82AF0B9FA1(L_90, NULL);
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(intptr_t, (L_89)->___m_Buffer, 0, (L_91));
|
|
G_B16_0 = G_B15_0;
|
|
}
|
|
|
|
IL_022f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2033>
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_92 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
int32_t L_93 = V_21;
|
|
IndirectBufferLimits_t6035702207C41A67B85B52BF1019C16EA7CE0076 L_94;
|
|
L_94 = IndirectBufferContextStorage_GetLimits_m2E8DDC54719944794D7342725107396F59D5CF71(L_92, L_93, NULL);
|
|
V_22 = L_94;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2034>
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_95 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
int32_t L_96 = V_21;
|
|
NativeArray_1_t010CFDCC413C944832DC3E8129AE25C0D1FD6876 L_97;
|
|
L_97 = IndirectBufferContextStorage_GetAllocInfoSubArray_m053D08700A1B5D4DB1AAF31B508E33E9FF418A4D(L_95, L_96, NULL);
|
|
V_23 = L_97;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2036>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2037>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2038>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2039>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2040>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2041>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2042>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2043>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2044>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2045>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2046>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2047>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2048>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2049>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2050>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2051>
|
|
il2cpp_codegen_initobj((&V_30), sizeof(AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904));
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7 L_98 = V_1;
|
|
(&V_30)->___binningConfig = L_98;
|
|
CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* L_99 = ___7_drawInstanceData;
|
|
NullCheck(L_99);
|
|
NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30 L_100;
|
|
L_100 = CPUDrawInstanceData_get_drawBatches_m6E62CEC9E106C2CB84B185517A04105E77D875F6_inline(L_99, NULL);
|
|
(&V_30)->___drawBatches = L_100;
|
|
CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* L_101 = ___7_drawInstanceData;
|
|
NullCheck(L_101);
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_102;
|
|
L_102 = CPUDrawInstanceData_get_drawInstanceIndices_m22402BAB913DE193060C175FF253FC5C3D8D0D56(L_101, NULL);
|
|
(&V_30)->___drawInstanceIndices = L_102;
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* L_103 = ___2_instanceData;
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31 L_104 = (*(ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31*)L_103);
|
|
(&V_30)->___instanceData = L_104;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_105 = V_3;
|
|
(&V_30)->___rendererVisibilityMasks = L_105;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_106 = V_5;
|
|
(&V_30)->___rendererMeshLodSettings = L_106;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_107 = V_14;
|
|
(&V_30)->___batchBinAllocOffsets = L_107;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_108 = V_15;
|
|
(&V_30)->___batchBinCounts = L_108;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_109 = V_17;
|
|
(&V_30)->___binAllocCounter = L_109;
|
|
NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8 L_110 = V_18;
|
|
(&V_30)->___binConfigIndices = L_110;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_111 = V_19;
|
|
(&V_30)->___binVisibleInstanceCounts = L_111;
|
|
InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* L_112 = (InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1*)(&__this->___m_SplitDebugArray);
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_113;
|
|
L_113 = InstanceCullerSplitDebugArray_get_Counters_mBDB8C933AEEB9F934132442CA20FC54A9E9A01AB_inline(L_112, NULL);
|
|
(&V_30)->___splitDebugCounters = L_113;
|
|
int32_t L_114 = V_11;
|
|
(&V_30)->___debugCounterIndexBase = L_114;
|
|
AllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904 L_115 = V_30;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2053>
|
|
int32_t L_116 = V_12;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_117 = V_6;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_118;
|
|
L_118 = IJobParallelForExtensions_Schedule_TisAllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904_m5EE5844609FDACAF2B9DFE42ED665A754885573E(L_115, L_116, 1, L_117, IJobParallelForExtensions_Schedule_TisAllocateBinsPerBatch_t5239CCD1592A1183C158D7DBFBCB38CFB8A65904_m5EE5844609FDACAF2B9DFE42ED665A754885573E_RuntimeMethod_var);
|
|
V_24 = L_118;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2055>
|
|
InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* L_119 = (InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1*)(&__this->___m_SplitDebugArray);
|
|
int32_t L_120 = V_11;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_121 = V_24;
|
|
InstanceCullerSplitDebugArray_AddSync_m05D0080857890E3C8E46730B1D4DC17E4FB71D90(L_119, L_120, L_121, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2057>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2058>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2059>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2060>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2061>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2062>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2063>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2064>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2065>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2066>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2067>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2068>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2069>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2070>
|
|
il2cpp_codegen_initobj((&V_31), sizeof(PrefixSumDrawsAndInstances_t270E5AA9BF72798DF9C0F217224637E0B89F710D));
|
|
CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* L_122 = ___7_drawInstanceData;
|
|
NullCheck(L_122);
|
|
NativeList_1_t50EF7494D5DE96412C6EA67378B11EE5C5C8EE89 L_123;
|
|
L_123 = CPUDrawInstanceData_get_drawRanges_m980D02096E99CCD5299D5B06AAEC78E986A92754_inline(L_122, NULL);
|
|
(&V_31)->___drawRanges = L_123;
|
|
CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* L_124 = ___7_drawInstanceData;
|
|
NullCheck(L_124);
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_125;
|
|
L_125 = CPUDrawInstanceData_get_drawBatchIndices_m414A7D8E605519E4B6F5F3B1020BE3B21F991E29(L_124, NULL);
|
|
(&V_31)->___drawBatchIndices = L_125;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_126 = V_14;
|
|
(&V_31)->___batchBinAllocOffsets = L_126;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_127 = V_15;
|
|
(&V_31)->___batchBinCounts = L_127;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_128 = V_19;
|
|
(&V_31)->___binVisibleInstanceCounts = L_128;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_129 = V_16;
|
|
(&V_31)->___batchDrawCommandOffsets = L_129;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_130 = V_20;
|
|
(&V_31)->___binVisibleInstanceOffsets = L_130;
|
|
BatchCullingOutput_tF997DE602CE8F5E44654FD157113EF455DBE785F L_131 = ___1_cullingOutput;
|
|
NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A L_132 = L_131.___drawCommands;
|
|
(&V_31)->___cullingOutput = L_132;
|
|
IndirectBufferLimits_t6035702207C41A67B85B52BF1019C16EA7CE0076 L_133 = V_22;
|
|
(&V_31)->___indirectBufferLimits = L_133;
|
|
NativeArray_1_t010CFDCC413C944832DC3E8129AE25C0D1FD6876 L_134 = V_23;
|
|
(&V_31)->___indirectBufferAllocInfo = L_134;
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_135 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_136;
|
|
L_136 = IndirectBufferContextStorage_get_allocationCounters_mF22684F6D0214AE0755E3DFA8BA047C9E63C70FC_inline(L_135, NULL);
|
|
(&V_31)->___indirectAllocationCounters = L_136;
|
|
PrefixSumDrawsAndInstances_t270E5AA9BF72798DF9C0F217224637E0B89F710D L_137 = V_31;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2072>
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_138 = V_24;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_139;
|
|
L_139 = IJobExtensions_Schedule_TisPrefixSumDrawsAndInstances_t270E5AA9BF72798DF9C0F217224637E0B89F710D_mCC979313A633E0FFF5D5EC75DC58C8294BC29AFE(L_137, L_138, IJobExtensions_Schedule_TisPrefixSumDrawsAndInstances_t270E5AA9BF72798DF9C0F217224637E0B89F710D_mCC979313A633E0FFF5D5EC75DC58C8294BC29AFE_RuntimeMethod_var);
|
|
V_25 = L_139;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2074>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2075>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2076>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2077>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2078>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2079>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2080>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2081>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2082>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2083>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2084>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2085>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2086>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2087>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2088>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2089>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2090>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2091>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2092>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2093>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2094>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2095>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2096>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2097>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2098>
|
|
il2cpp_codegen_initobj((&V_32), sizeof(DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215));
|
|
BinningConfig_tBC59E841AEF64C2D71F090BD5E908543358A24A7 L_140 = V_1;
|
|
(&V_32)->___binningConfig = L_140;
|
|
NativeParallelHashMap_2_tDA93C536A95E913A4A38B4387FB9E0AC0634B184 L_141 = ___8_batchIDs;
|
|
(&V_32)->___batchIDs = L_141;
|
|
ReadOnly_tE69A412FE71F8B82F4822C181711AAA37F3BC5BC* L_142 = ___5_instanceDataBuffer;
|
|
ReadOnly_tE69A412FE71F8B82F4822C181711AAA37F3BC5BC L_143 = (*(ReadOnly_tE69A412FE71F8B82F4822C181711AAA37F3BC5BC*)L_142);
|
|
(&V_32)->___instanceDataBuffer = L_143;
|
|
CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* L_144 = ___7_drawInstanceData;
|
|
NullCheck(L_144);
|
|
NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30 L_145;
|
|
L_145 = CPUDrawInstanceData_get_drawBatches_m6E62CEC9E106C2CB84B185517A04105E77D875F6_inline(L_144, NULL);
|
|
(&V_32)->___drawBatches = L_145;
|
|
CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* L_146 = ___7_drawInstanceData;
|
|
NullCheck(L_146);
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_147;
|
|
L_147 = CPUDrawInstanceData_get_drawInstanceIndices_m22402BAB913DE193060C175FF253FC5C3D8D0D56(L_146, NULL);
|
|
(&V_32)->___drawInstanceIndices = L_147;
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* L_148 = ___2_instanceData;
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31 L_149 = (*(ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31*)L_148);
|
|
(&V_32)->___instanceData = L_149;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_150 = V_3;
|
|
(&V_32)->___rendererVisibilityMasks = L_150;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_151 = V_5;
|
|
(&V_32)->___rendererMeshLodSettings = L_151;
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_152 = V_4;
|
|
(&V_32)->___rendererCrossFadeValues = L_152;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_153 = V_14;
|
|
(&V_32)->___batchBinAllocOffsets = L_153;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_154 = V_15;
|
|
(&V_32)->___batchBinCounts = L_154;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_155 = V_16;
|
|
(&V_32)->___batchDrawCommandOffsets = L_155;
|
|
NativeArray_1_t1779DD80E20BBE47D98F52B8F789215FA99BC8C8 L_156 = V_18;
|
|
(&V_32)->___binConfigIndices = L_156;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_157 = V_20;
|
|
(&V_32)->___binVisibleInstanceOffsets = L_157;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_158 = V_19;
|
|
(&V_32)->___binVisibleInstanceCounts = L_158;
|
|
BatchCullingOutput_tF997DE602CE8F5E44654FD157113EF455DBE785F L_159 = ___1_cullingOutput;
|
|
NativeArray_1_tBEE3484B4ABC271CFAB65039F1439061D5DF806A L_160 = L_159.___drawCommands;
|
|
(&V_32)->___cullingOutput = L_160;
|
|
IndirectBufferLimits_t6035702207C41A67B85B52BF1019C16EA7CE0076 L_161 = V_22;
|
|
(&V_32)->___indirectBufferLimits = L_161;
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_162 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
GraphicsBufferHandle_t796AECB7D0D9A7DE09882D9EAC25123F6DFA28B5 L_163;
|
|
L_163 = IndirectBufferContextStorage_get_visibleInstanceBufferHandle_mBD86573F23F6B0F8BF6C46C2996C449E571DC87F(L_162, NULL);
|
|
(&V_32)->___visibleInstancesBufferHandle = L_163;
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_164 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
GraphicsBufferHandle_t796AECB7D0D9A7DE09882D9EAC25123F6DFA28B5 L_165;
|
|
L_165 = IndirectBufferContextStorage_get_indirectArgsBufferHandle_m7DF465FC2B94D42E1ABE0EE29E0EE4A1C850E925(L_164, NULL);
|
|
(&V_32)->___indirectArgsBufferHandle = L_165;
|
|
NativeArray_1_t010CFDCC413C944832DC3E8129AE25C0D1FD6876 L_166 = V_23;
|
|
(&V_32)->___indirectBufferAllocInfo = L_166;
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_167 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
NativeArray_1_tB8F0DDF2408274818FBB9DB19DE6BF57FCE751A2 L_168;
|
|
L_168 = IndirectBufferContextStorage_get_instanceInfoGlobalArray_m6D87D347531D8E3C00FB0967CCAEE69FED54FC41_inline(L_167, NULL);
|
|
(&V_32)->___indirectInstanceInfoGlobalArray = L_168;
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_169 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
NativeArray_1_t53D1F8A0601B0A0A14155D124CA9BE481C9F9507 L_170;
|
|
L_170 = IndirectBufferContextStorage_get_drawInfoGlobalArray_mF90CEAECE8B83E043E462A4495421A574CC257D4_inline(L_169, NULL);
|
|
(&V_32)->___indirectDrawInfoGlobalArray = L_170;
|
|
DrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215 L_171 = V_32;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2100>
|
|
int32_t L_172 = V_12;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_173 = V_25;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_174;
|
|
L_174 = IJobParallelForExtensions_Schedule_TisDrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215_m1CD41A514234A602CA4EB97B64BAFDD1C0D08D10(L_171, L_172, 1, L_173, IJobParallelForExtensions_Schedule_TisDrawCommandOutputPerBatch_t4A45E11E8E7CBD974DA211971082C0ED66445215_m1CD41A514234A602CA4EB97B64BAFDD1C0D08D10_RuntimeMethod_var);
|
|
V_26 = L_174;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2102>
|
|
if (!G_B16_0)
|
|
{
|
|
goto IL_04b4;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2103>
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_175 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
int32_t L_176 = V_21;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_177 = V_26;
|
|
IndirectBufferContext_tC867F1E4C07484F15773E7A382CCB107C57AC805 L_178;
|
|
memset((&L_178), 0, sizeof(L_178));
|
|
IndirectBufferContext__ctor_mC7F33D8E6E9DECDB5A167C9CFD68F1CBB6E7D7F5((&L_178), L_177, NULL);
|
|
IndirectBufferContextStorage_SetBufferContext_mEC8E692A99E595592E12F55F94B7E234A340DC2A(L_175, L_176, L_178, NULL);
|
|
}
|
|
|
|
IL_04b4:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2105>
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_179 = V_26;
|
|
V_6 = L_179;
|
|
}
|
|
|
|
IL_04b8:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2108>
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_180 = V_6;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_181;
|
|
L_181 = NativeArray_1_Dispose_mC1B799BB11763574BF37BB5271CDD3E71396C643((&V_3), L_180, NativeArray_1_Dispose_mC1B799BB11763574BF37BB5271CDD3E71396C643_RuntimeMethod_var);
|
|
V_6 = L_181;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2109>
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_182 = V_6;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_183;
|
|
L_183 = NativeArray_1_Dispose_mC1B799BB11763574BF37BB5271CDD3E71396C643((&V_4), L_182, NativeArray_1_Dispose_mC1B799BB11763574BF37BB5271CDD3E71396C643_RuntimeMethod_var);
|
|
V_6 = L_183;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2110>
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_184 = V_6;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_185;
|
|
L_185 = NativeArray_1_Dispose_mC1B799BB11763574BF37BB5271CDD3E71396C643((&V_5), L_184, NativeArray_1_Dispose_mC1B799BB11763574BF37BB5271CDD3E71396C643_RuntimeMethod_var);
|
|
V_6 = L_185;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2112>
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_186 = V_6;
|
|
return L_186;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 InstanceCuller_CreateCullJobTree_mF3C76EB7E9663B657C8C7F9ACA2E0995CF5D8A6B_AdjustorThunk (RuntimeObject* __this, BatchCullingContext_t6133D8CF3B9A93AED429E017C62DC2F5BD64A659* ___0_cc, BatchCullingOutput_tF997DE602CE8F5E44654FD157113EF455DBE785F ___1_cullingOutput, ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* ___2_instanceData, ReadOnly_t7170CAC590FE5D8F7931568E9F45CDC24CFE310E* ___3_sharedInstanceData, CPUPerCameraInstanceData_t71C741AAD32148627A1984FC497812A470221529* ___4_perCameraInstanceData, ReadOnly_tE69A412FE71F8B82F4822C181711AAA37F3BC5BC* ___5_instanceDataBuffer, NativeList_1_t53EAF24037BDCAF4EBF0C2060BFD6694AFAC35AD ___6_lodGroupCullingData, CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* ___7_drawInstanceData, NativeParallelHashMap_2_tDA93C536A95E913A4A38B4387FB9E0AC0634B184 ___8_batchIDs, float ___9_smallMeshScreenPercentage, OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* ___10_occlusionCullingCommon, const RuntimeMethod* method)
|
|
{
|
|
InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966*>(__this + _offset);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 _returnValue;
|
|
_returnValue = InstanceCuller_CreateCullJobTree_mF3C76EB7E9663B657C8C7F9ACA2E0995CF5D8A6B(_thisAdjusted, ___0_cc, ___1_cullingOutput, ___2_instanceData, ___3_sharedInstanceData, ___4_perCameraInstanceData, ___5_instanceDataBuffer, ___6_lodGroupCullingData, ___7_drawInstanceData, ___8_batchIDs, ___9_smallMeshScreenPercentage, ___10_occlusionCullingCommon, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 71135
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 InstanceCuller_CreateCompactedVisibilityMaskJob_m3A2F38959953B889E5E7456DE426ABA7134DFB9B (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* ___0_instanceData, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___1_rendererVisibilityMasks, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___2_cullingJobHandle, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJobParallelForBatchExtensions_ScheduleBatch_TisCompactVisibilityMasksJob_tDE1D39C552A38F0687E6280ECC355983FA6AA3A5_m4DA9CD91074830874EA4857435E6BC3EE643F86E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
CompactVisibilityMasksJob_tDE1D39C552A38F0687E6280ECC355983FA6AA3A5 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2117>
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317* L_0 = (ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317*)(&__this->___m_CompactedVisibilityMasks);
|
|
bool L_1;
|
|
L_1 = ParallelBitArray_get_IsCreated_m31B6CFD3C95548F523C3D074463B827B7CD7A535(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2120>
|
|
ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* L_2 = ___0_instanceData;
|
|
int32_t L_3;
|
|
L_3 = ReadOnly_get_handlesLength_m50556F07B2F7144758202F76E202ED795E715DE9(L_2, NULL);
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
ParallelBitArray__ctor_m7BB9EA31D2DF48FD4BE5D8773C539A76C5D4E6E4((&L_4), L_3, 3, 1, NULL);
|
|
__this->___m_CompactedVisibilityMasks = L_4;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2123>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2124>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2125>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2126>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2127>
|
|
il2cpp_codegen_initobj((&V_1), sizeof(CompactVisibilityMasksJob_tDE1D39C552A38F0687E6280ECC355983FA6AA3A5));
|
|
NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF L_5 = ___1_rendererVisibilityMasks;
|
|
(&V_1)->___rendererVisibilityMasks = L_5;
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 L_6 = __this->___m_CompactedVisibilityMasks;
|
|
(&V_1)->___compactedVisibilityMasks = L_6;
|
|
CompactVisibilityMasksJob_tDE1D39C552A38F0687E6280ECC355983FA6AA3A5 L_7 = V_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2129>
|
|
int32_t L_8;
|
|
L_8 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&___1_rendererVisibilityMasks))->___m_Length);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_9 = ___2_cullingJobHandle;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_10;
|
|
L_10 = IJobParallelForBatchExtensions_ScheduleBatch_TisCompactVisibilityMasksJob_tDE1D39C552A38F0687E6280ECC355983FA6AA3A5_m4DA9CD91074830874EA4857435E6BC3EE643F86E(L_7, L_8, ((int32_t)64), L_9, IJobParallelForBatchExtensions_ScheduleBatch_TisCompactVisibilityMasksJob_tDE1D39C552A38F0687E6280ECC355983FA6AA3A5_m4DA9CD91074830874EA4857435E6BC3EE643F86E_RuntimeMethod_var);
|
|
V_0 = L_10;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2130>
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_11 = __this->___m_CompactedVisibilityMasksJobsHandle;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_12 = V_0;
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_13;
|
|
L_13 = JobHandle_CombineDependencies_mA265FBED9D75AEF610251410AFC7766F40D5BB05(L_11, L_12, NULL);
|
|
__this->___m_CompactedVisibilityMasksJobsHandle = L_13;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2132>
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 L_14 = V_0;
|
|
return L_14;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 InstanceCuller_CreateCompactedVisibilityMaskJob_m3A2F38959953B889E5E7456DE426ABA7134DFB9B_AdjustorThunk (RuntimeObject* __this, ReadOnly_t8B12E2EBFF75EE441AC9323BC294989FBC18BE31* ___0_instanceData, NativeArray_1_t81F55263465517B73C455D3400CF67B4BADD85CF ___1_rendererVisibilityMasks, JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 ___2_cullingJobHandle, const RuntimeMethod* method)
|
|
{
|
|
InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966*>(__this + _offset);
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08 _returnValue;
|
|
_returnValue = InstanceCuller_CreateCompactedVisibilityMaskJob_m3A2F38959953B889E5E7456DE426ABA7134DFB9B(_thisAdjusted, ___0_instanceData, ___1_rendererVisibilityMasks, ___2_cullingJobHandle, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 71136
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_InstanceOccludersUpdated_mCA7D8171B44CF76E6A48314D7F97F2B698DCCE05 (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, int32_t ___0_viewInstanceID, int32_t ___1_subviewMask, RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* ___2_batchersContext, const RuntimeMethod* method)
|
|
{
|
|
OccluderContext_tF8A07609A274625BEEE254608925CAD2BF4DFDB5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* G_B2_0 = NULL;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2268>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_0 = __this->___m_DebugStats;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_1 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000d;
|
|
}
|
|
G_B1_0 = L_1;
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
goto IL_0012;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
bool L_2 = G_B2_0->___enabled;
|
|
G_B3_0 = ((int32_t)(L_2));
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
if (!G_B3_0)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2270>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_3 = ___2_batchersContext;
|
|
NullCheck(L_3);
|
|
OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* L_4;
|
|
L_4 = RenderersBatchersContext_get_occlusionCullingCommon_mB5106ABB84E6D34B14EBA467B292E39DDCB60C1D_inline(L_3, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2271>
|
|
int32_t L_5 = ___0_viewInstanceID;
|
|
NullCheck(L_4);
|
|
bool L_6;
|
|
L_6 = OcclusionCullingCommon_GetOccluderContext_m5FA55C98ABA809491877468967428AEA6ED50AA9(L_4, L_5, (&V_0), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2272>
|
|
if (!L_6)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2274>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2275>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2276>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2277>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2278>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2279>
|
|
InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* L_7 = (InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB*)(&__this->___m_OcclusionEventDebugArray);
|
|
int32_t L_8 = ___0_viewInstanceID;
|
|
OccluderContext_tF8A07609A274625BEEE254608925CAD2BF4DFDB5 L_9 = V_0;
|
|
int32_t L_10 = L_9.___version;
|
|
int32_t L_11 = ___1_subviewMask;
|
|
int32_t L_12;
|
|
L_12 = InstanceOcclusionEventDebugArray_TryAdd_m2FD080E0DDCA404C8C362A5933EC852A9CD5F109(L_7, L_8, 1, L_10, L_11, 0, NULL);
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2282>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceCuller_InstanceOccludersUpdated_mCA7D8171B44CF76E6A48314D7F97F2B698DCCE05_AdjustorThunk (RuntimeObject* __this, int32_t ___0_viewInstanceID, int32_t ___1_subviewMask, RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* ___2_batchersContext, const RuntimeMethod* method)
|
|
{
|
|
InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966*>(__this + _offset);
|
|
InstanceCuller_InstanceOccludersUpdated_mCA7D8171B44CF76E6A48314D7F97F2B698DCCE05(_thisAdjusted, ___0_viewInstanceID, ___1_subviewMask, ___2_batchersContext, method);
|
|
}
|
|
// Method Definition Index: 71137
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_DisposeCompactVisibilityMasks_mE05A5A23578160F5FDE1F8F2E59B7B8E2819BC76 (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2286>
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317* L_0 = (ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317*)(&__this->___m_CompactedVisibilityMasks);
|
|
bool L_1;
|
|
L_1 = ParallelBitArray_get_IsCreated_m31B6CFD3C95548F523C3D074463B827B7CD7A535(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2289>
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317* L_2 = (ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317*)(&__this->___m_CompactedVisibilityMasks);
|
|
ParallelBitArray_Dispose_m24CBECA125F3D0090E9786E6AF56CB2E6DE452C6(L_2, NULL);
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2291>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceCuller_DisposeCompactVisibilityMasks_mE05A5A23578160F5FDE1F8F2E59B7B8E2819BC76_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966*>(__this + _offset);
|
|
InstanceCuller_DisposeCompactVisibilityMasks_mE05A5A23578160F5FDE1F8F2E59B7B8E2819BC76(_thisAdjusted, method);
|
|
}
|
|
// Method Definition Index: 71138
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_DisposeSceneViewHiddenBits_mB8548C25259A3AE546942634429EF581779992BD (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2299>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceCuller_DisposeSceneViewHiddenBits_mB8548C25259A3AE546942634429EF581779992BD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966*>(__this + _offset);
|
|
InstanceCuller_DisposeSceneViewHiddenBits_mB8548C25259A3AE546942634429EF581779992BD(_thisAdjusted, method);
|
|
}
|
|
// Method Definition Index: 71139
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 InstanceCuller_GetCompactedVisibilityMasks_mED15105E7567F79042B542B56B4DE2ABEDE14C26 (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, bool ___0_syncCullingJobs, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2303>
|
|
bool L_0 = ___0_syncCullingJobs;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2304>
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08* L_1 = (JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08*)(&__this->___m_CompactedVisibilityMasksJobsHandle);
|
|
JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A(L_1, NULL);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2306>
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 L_2 = __this->___m_CompactedVisibilityMasks;
|
|
return L_2;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 InstanceCuller_GetCompactedVisibilityMasks_mED15105E7567F79042B542B56B4DE2ABEDE14C26_AdjustorThunk (RuntimeObject* __this, bool ___0_syncCullingJobs, const RuntimeMethod* method)
|
|
{
|
|
InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966*>(__this + _offset);
|
|
ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317 _returnValue;
|
|
_returnValue = InstanceCuller_GetCompactedVisibilityMasks_mED15105E7567F79042B542B56B4DE2ABEDE14C26(_thisAdjusted, ___0_syncCullingJobs, method);
|
|
return _returnValue;
|
|
}
|
|
// Method Definition Index: 71140
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_InstanceOcclusionTest_m8E12352E27A10F62B9C737C3C7D0394DBC416F15 (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* ___1_settings, ReadOnlySpan_1_tFBC0482980BECAC34D5B41E0EF4D72F24C6E3AF9 ___2_subviewOcclusionTests, RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* ___3_batchersContext, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BaseRenderFunc_2_t515113D57462E1E5E14F7EC1F8A22D536C489655_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IComputeRenderGraphBuilder_SetRenderFunc_TisInstanceOcclusionTestPassData_t391687B1746158B5F049BB945503DC49F32CD62C_m0FB6EBAF88670D003B39C30153414C2030DAA8F7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RenderGraph_AddComputePass_TisInstanceOcclusionTestPassData_t391687B1746158B5F049BB945503DC49F32CD62C_m96F6B8A985482DC4E7500D9C75A8D51B10D7B036_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CInstanceOcclusionTestU3Eb__28_0_m018A8024AEBFAC4FDD9DEABAB3FE56C3E2516CCC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t246178D53C8ADB823D0C73693CF99C3DF2D3EFA2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral20462C78E67BD49B951DA18E7DAD21D7596CD6FA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral98A479CECE8C98765A21108D072B851F1E6F0D68);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
OccluderContext_tF8A07609A274625BEEE254608925CAD2BF4DFDB5 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
OccluderHandles_t7CF26B9286ACCE9EE0EE410DCAB404459C30B6A3 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
RuntimeObject* V_2 = NULL;
|
|
InstanceOcclusionTestPassData_t391687B1746158B5F049BB945503DC49F32CD62C* V_3 = NULL;
|
|
BaseRenderFunc_2_t515113D57462E1E5E14F7EC1F8A22D536C489655* G_B7_0 = NULL;
|
|
RuntimeObject* G_B7_1 = NULL;
|
|
BaseRenderFunc_2_t515113D57462E1E5E14F7EC1F8A22D536C489655* G_B6_0 = NULL;
|
|
RuntimeObject* G_B6_1 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2319>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_0 = ___3_batchersContext;
|
|
NullCheck(L_0);
|
|
OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* L_1;
|
|
L_1 = RenderersBatchersContext_get_occlusionCullingCommon_mB5106ABB84E6D34B14EBA467B292E39DDCB60C1D_inline(L_0, NULL);
|
|
OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* L_2 = ___1_settings;
|
|
int32_t L_3 = L_2->___viewInstanceID;
|
|
NullCheck(L_1);
|
|
bool L_4;
|
|
L_4 = OcclusionCullingCommon_GetOccluderContext_m5FA55C98ABA809491877468967428AEA6ED50AA9(L_1, L_3, (&V_0), NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2320>
|
|
return;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2322>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_5 = ___0_renderGraph;
|
|
OccluderHandles_t7CF26B9286ACCE9EE0EE410DCAB404459C30B6A3 L_6;
|
|
L_6 = OccluderContext_Import_m59CDBBE79F1A96B17BE009D5D561E35D69DA19D7((&V_0), L_5, NULL);
|
|
V_1 = L_6;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2323>
|
|
bool L_7;
|
|
L_7 = OccluderHandles_IsValid_m9FF256155930C1B40D4195C263AF38FCEB1B7904((&V_1), NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2324>
|
|
return;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2326>
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_8 = ___0_renderGraph;
|
|
ProfilingSampler_t420D4672EDB44E0EF980B31ADFD9E5747200FECE* L_9 = __this->___m_ProfilingSampleInstanceOcclusionTest;
|
|
NullCheck(L_8);
|
|
RuntimeObject* L_10;
|
|
L_10 = RenderGraph_AddComputePass_TisInstanceOcclusionTestPassData_t391687B1746158B5F049BB945503DC49F32CD62C_m96F6B8A985482DC4E7500D9C75A8D51B10D7B036(L_8, _stringLiteral98A479CECE8C98765A21108D072B851F1E6F0D68, (&V_3), L_9, _stringLiteral20462C78E67BD49B951DA18E7DAD21D7596CD6FA, ((int32_t)2326), RenderGraph_AddComputePass_TisInstanceOcclusionTestPassData_t391687B1746158B5F049BB945503DC49F32CD62C_m96F6B8A985482DC4E7500D9C75A8D51B10D7B036_RuntimeMethod_var);
|
|
V_2 = L_10;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00bf:
|
|
{
|
|
{
|
|
RuntimeObject* L_11 = V_2;
|
|
if (!L_11)
|
|
{
|
|
goto IL_00c8;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_12 = V_2;
|
|
NullCheck(L_12);
|
|
InterfaceActionInvoker0::Invoke(0, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_12);
|
|
}
|
|
|
|
IL_00c8:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2328>
|
|
RuntimeObject* L_13 = V_2;
|
|
NullCheck(L_13);
|
|
InterfaceActionInvoker1< bool >::Invoke(12, IBaseRenderGraphBuilder_tFFF84F72F862F1BE246A789AB6A59F959B490F3D_il2cpp_TypeInfo_var, L_13, (bool)1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2330>
|
|
InstanceOcclusionTestPassData_t391687B1746158B5F049BB945503DC49F32CD62C* L_14 = V_3;
|
|
OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* L_15 = ___1_settings;
|
|
OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842 L_16 = (*(OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842*)L_15);
|
|
NullCheck(L_14);
|
|
L_14->___settings = L_16;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2331>
|
|
InstanceOcclusionTestPassData_t391687B1746158B5F049BB945503DC49F32CD62C* L_17 = V_3;
|
|
ReadOnlySpan_1_tFBC0482980BECAC34D5B41E0EF4D72F24C6E3AF9 L_18 = ___2_subviewOcclusionTests;
|
|
InstanceOcclusionTestSubviewSettings_t82AEE150A78ECA4E3B73D453D7E5352087666541 L_19;
|
|
L_19 = InstanceOcclusionTestSubviewSettings_FromSpan_m23AA5216F285965B59FD98CCF986ABB9A0C527C5(L_18, NULL);
|
|
NullCheck(L_17);
|
|
L_17->___subviewSettings = L_19;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2332>
|
|
InstanceOcclusionTestPassData_t391687B1746158B5F049BB945503DC49F32CD62C* L_20 = V_3;
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_21 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* L_22 = ___0_renderGraph;
|
|
IndirectBufferContextHandles_t538C1868A84206A7DF9C3F2066551BA1CCE0766D L_23;
|
|
L_23 = IndirectBufferContextStorage_ImportBuffers_mB024C5F1494D76DFEC07CDE6065AC7ACBB35E265(L_21, L_22, NULL);
|
|
NullCheck(L_20);
|
|
L_20->___bufferHandles = L_23;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2333>
|
|
InstanceOcclusionTestPassData_t391687B1746158B5F049BB945503DC49F32CD62C* L_24 = V_3;
|
|
OccluderHandles_t7CF26B9286ACCE9EE0EE410DCAB404459C30B6A3 L_25 = V_1;
|
|
NullCheck(L_24);
|
|
L_24->___occluderHandles = L_25;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2335>
|
|
InstanceOcclusionTestPassData_t391687B1746158B5F049BB945503DC49F32CD62C* L_26 = V_3;
|
|
NullCheck(L_26);
|
|
IndirectBufferContextHandles_t538C1868A84206A7DF9C3F2066551BA1CCE0766D* L_27 = (IndirectBufferContextHandles_t538C1868A84206A7DF9C3F2066551BA1CCE0766D*)(&L_26->___bufferHandles);
|
|
RuntimeObject* L_28 = V_2;
|
|
IndirectBufferContextHandles_UseForOcclusionTest_m098E1C673230461EF27D4BC76A7186A5DADEEDAB(L_27, L_28, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2336>
|
|
InstanceOcclusionTestPassData_t391687B1746158B5F049BB945503DC49F32CD62C* L_29 = V_3;
|
|
NullCheck(L_29);
|
|
OccluderHandles_t7CF26B9286ACCE9EE0EE410DCAB404459C30B6A3* L_30 = (OccluderHandles_t7CF26B9286ACCE9EE0EE410DCAB404459C30B6A3*)(&L_29->___occluderHandles);
|
|
RuntimeObject* L_31 = V_2;
|
|
OccluderHandles_UseForOcclusionTest_m8E9F3CDFD218EC3C5A70DA375F156DC75CB2CAAD(L_30, L_31, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2338>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2339>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2340>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2341>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2342>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2343>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2344>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2345>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2346>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2347>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2348>
|
|
RuntimeObject* L_32 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t246178D53C8ADB823D0C73693CF99C3DF2D3EFA2_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2_t515113D57462E1E5E14F7EC1F8A22D536C489655* L_33 = ((U3CU3Ec_t246178D53C8ADB823D0C73693CF99C3DF2D3EFA2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t246178D53C8ADB823D0C73693CF99C3DF2D3EFA2_il2cpp_TypeInfo_var))->___U3CU3E9__28_0;
|
|
BaseRenderFunc_2_t515113D57462E1E5E14F7EC1F8A22D536C489655* L_34 = L_33;
|
|
if (L_34)
|
|
{
|
|
G_B7_0 = L_34;
|
|
G_B7_1 = L_32;
|
|
goto IL_00b8_1;
|
|
}
|
|
G_B6_0 = L_34;
|
|
G_B6_1 = L_32;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t246178D53C8ADB823D0C73693CF99C3DF2D3EFA2_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t246178D53C8ADB823D0C73693CF99C3DF2D3EFA2* L_35 = ((U3CU3Ec_t246178D53C8ADB823D0C73693CF99C3DF2D3EFA2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t246178D53C8ADB823D0C73693CF99C3DF2D3EFA2_il2cpp_TypeInfo_var))->___U3CU3E9;
|
|
BaseRenderFunc_2_t515113D57462E1E5E14F7EC1F8A22D536C489655* L_36 = (BaseRenderFunc_2_t515113D57462E1E5E14F7EC1F8A22D536C489655*)il2cpp_codegen_object_new(BaseRenderFunc_2_t515113D57462E1E5E14F7EC1F8A22D536C489655_il2cpp_TypeInfo_var);
|
|
BaseRenderFunc_2__ctor_mA9FBEA79D0C8B49214E5D37EAF93364414329CD4(L_36, L_35, (intptr_t)((void*)U3CU3Ec_U3CInstanceOcclusionTestU3Eb__28_0_m018A8024AEBFAC4FDD9DEABAB3FE56C3E2516CCC_RuntimeMethod_var), NULL);
|
|
BaseRenderFunc_2_t515113D57462E1E5E14F7EC1F8A22D536C489655* L_37 = L_36;
|
|
((U3CU3Ec_t246178D53C8ADB823D0C73693CF99C3DF2D3EFA2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t246178D53C8ADB823D0C73693CF99C3DF2D3EFA2_il2cpp_TypeInfo_var))->___U3CU3E9__28_0 = L_37;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t246178D53C8ADB823D0C73693CF99C3DF2D3EFA2_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t246178D53C8ADB823D0C73693CF99C3DF2D3EFA2_il2cpp_TypeInfo_var))->___U3CU3E9__28_0), (void*)L_37);
|
|
G_B7_0 = L_37;
|
|
G_B7_1 = G_B6_1;
|
|
}
|
|
|
|
IL_00b8_1:
|
|
{
|
|
NullCheck(G_B7_1);
|
|
GenericInterfaceActionInvoker1< BaseRenderFunc_2_t515113D57462E1E5E14F7EC1F8A22D536C489655* >::Invoke(IComputeRenderGraphBuilder_SetRenderFunc_TisInstanceOcclusionTestPassData_t391687B1746158B5F049BB945503DC49F32CD62C_m0FB6EBAF88670D003B39C30153414C2030DAA8F7_RuntimeMethod_var, G_B7_1, G_B7_0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2349>
|
|
goto IL_00c9;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00c9:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2350>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceCuller_InstanceOcclusionTest_m8E12352E27A10F62B9C737C3C7D0394DBC416F15_AdjustorThunk (RuntimeObject* __this, RenderGraph_t73ECE03B3CA3D0D17F1448D64AE020E81592AA1E* ___0_renderGraph, OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* ___1_settings, ReadOnlySpan_1_tFBC0482980BECAC34D5B41E0EF4D72F24C6E3AF9 ___2_subviewOcclusionTests, RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* ___3_batchersContext, const RuntimeMethod* method)
|
|
{
|
|
InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966*>(__this + _offset);
|
|
InstanceCuller_InstanceOcclusionTest_m8E12352E27A10F62B9C737C3C7D0394DBC416F15(_thisAdjusted, ___0_renderGraph, ___1_settings, ___2_subviewOcclusionTests, ___3_batchersContext, method);
|
|
}
|
|
// Method Definition Index: 71141
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_EnsureValidOcclusionTestResults_m22DA66230772FAE8FA78B7E2B3839AB414BE8A22 (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, int32_t ___0_viewInstanceID, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CommandBuffer_SetBufferData_TisInstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431_m4F36200EC1FF6F64F0A11D1BB8793DCE3A94E12F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Graphics_t99CD970FFEA58171C70F54DF0C06D315BD452F2C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
IndirectBufferContext_tC867F1E4C07484F15773E7A382CCB107C57AC805 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* V_3 = NULL;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* V_4 = NULL;
|
|
int32_t V_5 = 0;
|
|
InstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2354>
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_0 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
int32_t L_1 = ___0_viewInstanceID;
|
|
int32_t L_2;
|
|
L_2 = IndirectBufferContextStorage_TryGetContextIndex_m848B7C96E09D5CE2C6D12221D0B78EA4DCE77EF1(L_0, L_1, NULL);
|
|
V_0 = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2355>
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) < ((int32_t)0)))
|
|
{
|
|
goto IL_019f;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2358>
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_4 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
int32_t L_5 = V_0;
|
|
IndirectBufferContext_tC867F1E4C07484F15773E7A382CCB107C57AC805 L_6;
|
|
L_6 = IndirectBufferContextStorage_GetBufferContext_mD76FD0DD95CEE4D7D9B62F81573C4A05A5519941(L_4, L_5, NULL);
|
|
V_1 = L_6;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2359>
|
|
IndirectBufferContext_tC867F1E4C07484F15773E7A382CCB107C57AC805 L_7 = V_1;
|
|
int32_t L_8 = L_7.___bufferState;
|
|
if (L_8)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2360>
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08* L_9 = (JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08*)(&(&V_1)->___cullingJobHandle);
|
|
JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A(L_9, NULL);
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2363>
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_10 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
int32_t L_11 = V_0;
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 L_12;
|
|
L_12 = IndirectBufferContextStorage_GetAllocInfo_m9BF31C85DBB94B0D0F1B82AF66DA8493AB1B2595(L_10, L_11, NULL);
|
|
V_2 = L_12;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2364>
|
|
bool L_13;
|
|
L_13 = IndirectBufferAllocInfo_IsEmpty_m47785BE361D9B989BE0455AD1884831AB99E4009((&V_2), NULL);
|
|
if (L_13)
|
|
{
|
|
goto IL_019f;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2366>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_14 = __this->___m_CommandBuffer;
|
|
V_3 = L_14;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2368>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_15 = V_3;
|
|
NullCheck(L_15);
|
|
CommandBuffer_Clear_m4E1272BD1A0C162C9C26434E115279F42FA557C7(L_15, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2369>
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_16 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_17 = V_3;
|
|
IndirectBufferContextStorage_CopyFromStaging_mE99297FD5192A7F628FD7DC704E877280DB03891(L_16, L_17, (&V_2), NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2371>
|
|
OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C* L_18 = (OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C*)(&__this->___m_OcclusionTestShader);
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_19 = L_18->___cs;
|
|
V_4 = L_19;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2373>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2374>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2375>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2376>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2377>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2378>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2379>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2380>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2381>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2382>
|
|
NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E* L_20 = (NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E*)(&__this->___m_ShaderVariables);
|
|
il2cpp_codegen_initobj((&V_6), sizeof(InstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431));
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 L_21 = V_2;
|
|
int32_t L_22 = L_21.___drawAllocIndex;
|
|
(&V_6)->____DrawInfoAllocIndex = L_22;
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 L_23 = V_2;
|
|
int32_t L_24 = L_23.___drawCount;
|
|
(&V_6)->____DrawInfoCount = L_24;
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 L_25 = V_2;
|
|
int32_t L_26 = L_25.___instanceAllocIndex;
|
|
(&V_6)->____InstanceInfoAllocIndex = ((int32_t)il2cpp_codegen_multiply(2, L_26));
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 L_27 = V_2;
|
|
int32_t L_28 = L_27.___instanceCount;
|
|
(&V_6)->____InstanceInfoCount = L_28;
|
|
(&V_6)->____BoundingSphereInstanceDataAddress = 0;
|
|
(&V_6)->____DebugCounterIndex = (-1);
|
|
(&V_6)->____InstanceMultiplierShift = 0;
|
|
InstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431 L_29 = V_6;
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(InstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431, (L_20)->___m_Buffer, 0, (L_29));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2383>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_30 = V_3;
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_31 = __this->___m_ConstantBuffer;
|
|
NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E L_32 = __this->___m_ShaderVariables;
|
|
NullCheck(L_30);
|
|
CommandBuffer_SetBufferData_TisInstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431_m4F36200EC1FF6F64F0A11D1BB8793DCE3A94E12F(L_30, L_31, L_32, CommandBuffer_SetBufferData_TisInstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431_m4F36200EC1FF6F64F0A11D1BB8793DCE3A94E12F_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2384>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_33 = V_3;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_34 = V_4;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var);
|
|
int32_t L_35 = ((ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var))->___InstanceOcclusionCullerShaderVariables;
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_36 = __this->___m_ConstantBuffer;
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_37 = __this->___m_ConstantBuffer;
|
|
NullCheck(L_37);
|
|
int32_t L_38;
|
|
L_38 = ComputeBuffer_get_stride_m8B4C7BD906762E12F4CAE3038F4331FA464C010E(L_37, NULL);
|
|
NullCheck(L_33);
|
|
CommandBuffer_SetComputeConstantBufferParam_m6A44487CA400FFE5BAD1EE411EABB46CFD7863F5(L_33, L_34, L_35, L_36, 0, L_38, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2386>
|
|
int32_t L_39 = __this->___m_CopyInstancesKernel;
|
|
V_5 = L_39;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2387>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_40 = V_3;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_41 = V_4;
|
|
int32_t L_42 = V_5;
|
|
int32_t L_43 = ((ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var))->____DrawInfo;
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_44 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_45;
|
|
L_45 = IndirectBufferContextStorage_get_drawInfoBuffer_m0168780ED5CFCB3613F04F2C00561471352A5790_inline(L_44, NULL);
|
|
NullCheck(L_40);
|
|
CommandBuffer_SetComputeBufferParam_mF358CEC3E841ACFA0ECA0D9495B8287A842F20CA(L_40, L_41, L_42, L_43, L_45, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2388>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_46 = V_3;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_47 = V_4;
|
|
int32_t L_48 = V_5;
|
|
int32_t L_49 = ((ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var))->____InstanceInfo;
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_50 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_51;
|
|
L_51 = IndirectBufferContextStorage_get_instanceInfoBuffer_mC14C040CC88B2F11AFE1301EB1FB9C70E396E8E5_inline(L_50, NULL);
|
|
NullCheck(L_46);
|
|
CommandBuffer_SetComputeBufferParam_mF358CEC3E841ACFA0ECA0D9495B8287A842F20CA(L_46, L_47, L_48, L_49, L_51, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2389>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_52 = V_3;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_53 = V_4;
|
|
int32_t L_54 = V_5;
|
|
int32_t L_55 = ((ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var))->____DrawArgs;
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_56 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_57;
|
|
L_57 = IndirectBufferContextStorage_get_argsBuffer_m81BE13A707FAF6B8F9361AEBCDD9CBA69611C334_inline(L_56, NULL);
|
|
NullCheck(L_52);
|
|
CommandBuffer_SetComputeBufferParam_mF358CEC3E841ACFA0ECA0D9495B8287A842F20CA(L_52, L_53, L_54, L_55, L_57, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2390>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_58 = V_3;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_59 = V_4;
|
|
int32_t L_60 = V_5;
|
|
int32_t L_61 = ((ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var))->____InstanceIndices;
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_62 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_63;
|
|
L_63 = IndirectBufferContextStorage_get_instanceBuffer_mD965845788AD240262E1C46BB4BA405B73C8EA27_inline(L_62, NULL);
|
|
NullCheck(L_58);
|
|
CommandBuffer_SetComputeBufferParam_mF358CEC3E841ACFA0ECA0D9495B8287A842F20CA(L_58, L_59, L_60, L_61, L_63, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2392>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_64 = V_3;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_65 = V_4;
|
|
int32_t L_66 = V_5;
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 L_67 = V_2;
|
|
int32_t L_68 = L_67.___instanceCount;
|
|
NullCheck(L_64);
|
|
CommandBuffer_DispatchCompute_mF9F5605B77F0480FD4B8C3BCAEC2FC59A24E31A2(L_64, L_65, L_66, ((int32_t)(((int32_t)il2cpp_codegen_add(L_68, ((int32_t)63)))/((int32_t)64))), 1, 1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2394>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_69 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Graphics_t99CD970FFEA58171C70F54DF0C06D315BD452F2C_il2cpp_TypeInfo_var);
|
|
Graphics_ExecuteCommandBuffer_mE7D922583404AB08A25C1413A3EA9F6B0D2F16B9(L_69, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2395>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_70 = V_3;
|
|
NullCheck(L_70);
|
|
CommandBuffer_Clear_m4E1272BD1A0C162C9C26434E115279F42FA557C7(L_70, NULL);
|
|
}
|
|
|
|
IL_019f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2398>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceCuller_EnsureValidOcclusionTestResults_m22DA66230772FAE8FA78B7E2B3839AB414BE8A22_AdjustorThunk (RuntimeObject* __this, int32_t ___0_viewInstanceID, const RuntimeMethod* method)
|
|
{
|
|
InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966*>(__this + _offset);
|
|
InstanceCuller_EnsureValidOcclusionTestResults_m22DA66230772FAE8FA78B7E2B3839AB414BE8A22(_thisAdjusted, ___0_viewInstanceID, method);
|
|
}
|
|
// Method Definition Index: 71142
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_AddOcclusionCullingDispatch_mDA6F922B0734577B8F921E9AE4C02CEE4F8A32A5 (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* ___0_cmd, OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* ___1_settings, InstanceOcclusionTestSubviewSettings_t82AEE150A78ECA4E3B73D453D7E5352087666541* ___2_subviewSettings, IndirectBufferContextHandles_t538C1868A84206A7DF9C3F2066551BA1CCE0766D* ___3_bufferHandles, OccluderHandles_t7CF26B9286ACCE9EE0EE410DCAB404459C30B6A3* ___4_occluderHandles, RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* ___5_batchersContext, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ComputeCommandBuffer_SetBufferData_TisInstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431_m820F54B059D444F0DDCAF5FB47FAFEA3C290C9A9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4ACFD3A352502BA1A1CE2BBC28E8A56B9FDB29F2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F53C55E1022759EE2703298EB9BA137CE2C09F1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB8E3E5460CBB129D13A3B6FD51407AD6C1DFE778);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC409A8DD8900D1723D0E72D4DB9E396EA1BE5044);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
IndirectBufferContext_tC867F1E4C07484F15773E7A382CCB107C57AC805 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
bool V_3 = false;
|
|
OccluderContext_tF8A07609A274625BEEE254608925CAD2BF4DFDB5 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
int32_t V_7 = 0;
|
|
int32_t V_8 = 0;
|
|
bool V_9 = false;
|
|
int32_t V_10 = 0;
|
|
bool V_11 = false;
|
|
bool V_12 = false;
|
|
bool V_13 = false;
|
|
bool V_14 = false;
|
|
bool V_15 = false;
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 V_16;
|
|
memset((&V_16), 0, sizeof(V_16));
|
|
int32_t V_17 = 0;
|
|
bool V_18 = false;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* V_19 = NULL;
|
|
LocalKeyword_tED7F563B432A5461E58CE7032AF6D1CD669CD0CB V_20;
|
|
memset((&V_20), 0, sizeof(V_20));
|
|
LocalKeyword_tED7F563B432A5461E58CE7032AF6D1CD669CD0CB V_21;
|
|
memset((&V_21), 0, sizeof(V_21));
|
|
BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5 V_22;
|
|
memset((&V_22), 0, sizeof(V_22));
|
|
InstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431 V_23;
|
|
memset((&V_23), 0, sizeof(V_23));
|
|
int32_t V_24 = 0;
|
|
int32_t V_25 = 0;
|
|
int32_t V_26 = 0;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B22_0 = 0;
|
|
int32_t G_B21_0 = 0;
|
|
int32_t G_B23_0 = 0;
|
|
int32_t G_B23_1 = 0;
|
|
int32_t G_B25_0 = 0;
|
|
int32_t G_B24_0 = 0;
|
|
int32_t G_B26_0 = 0;
|
|
int32_t G_B26_1 = 0;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* G_B31_0 = NULL;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* G_B30_0 = NULL;
|
|
int32_t G_B32_0 = 0;
|
|
int32_t G_B37_0 = 0;
|
|
int32_t G_B37_1 = 0;
|
|
int32_t G_B37_2 = 0;
|
|
int32_t G_B37_3 = 0;
|
|
InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* G_B37_4 = NULL;
|
|
int32_t G_B34_0 = 0;
|
|
int32_t G_B34_1 = 0;
|
|
int32_t G_B34_2 = 0;
|
|
int32_t G_B34_3 = 0;
|
|
InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* G_B34_4 = NULL;
|
|
int32_t G_B36_0 = 0;
|
|
int32_t G_B36_1 = 0;
|
|
int32_t G_B36_2 = 0;
|
|
int32_t G_B36_3 = 0;
|
|
InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* G_B36_4 = NULL;
|
|
int32_t G_B35_0 = 0;
|
|
int32_t G_B35_1 = 0;
|
|
int32_t G_B35_2 = 0;
|
|
int32_t G_B35_3 = 0;
|
|
InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* G_B35_4 = NULL;
|
|
int32_t G_B38_0 = 0;
|
|
int32_t G_B38_1 = 0;
|
|
int32_t G_B38_2 = 0;
|
|
int32_t G_B38_3 = 0;
|
|
int32_t G_B38_4 = 0;
|
|
InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* G_B38_5 = NULL;
|
|
int32_t G_B43_0 = 0;
|
|
InstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431* G_B46_0 = NULL;
|
|
int32_t G_B46_1 = 0;
|
|
NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E* G_B46_2 = NULL;
|
|
InstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431* G_B45_0 = NULL;
|
|
int32_t G_B45_1 = 0;
|
|
NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E* G_B45_2 = NULL;
|
|
int32_t G_B47_0 = 0;
|
|
InstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431* G_B47_1 = NULL;
|
|
int32_t G_B47_2 = 0;
|
|
NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E* G_B47_3 = NULL;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2408>
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_0 = ___5_batchersContext;
|
|
NullCheck(L_0);
|
|
OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* L_1;
|
|
L_1 = RenderersBatchersContext_get_occlusionCullingCommon_mB5106ABB84E6D34B14EBA467B292E39DDCB60C1D_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2409>
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_2 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* L_3 = ___1_settings;
|
|
int32_t L_4 = L_3->___viewInstanceID;
|
|
int32_t L_5;
|
|
L_5 = IndirectBufferContextStorage_TryGetContextIndex_m848B7C96E09D5CE2C6D12221D0B78EA4DCE77EF1(L_2, L_4, NULL);
|
|
V_1 = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2410>
|
|
int32_t L_6 = V_1;
|
|
if ((((int32_t)L_6) < ((int32_t)0)))
|
|
{
|
|
goto IL_051e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2412>
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_7 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
int32_t L_8 = V_1;
|
|
IndirectBufferContext_tC867F1E4C07484F15773E7A382CCB107C57AC805 L_9;
|
|
L_9 = IndirectBufferContextStorage_GetBufferContext_mD76FD0DD95CEE4D7D9B62F81573C4A05A5519941(L_7, L_8, NULL);
|
|
V_2 = L_9;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2415>
|
|
OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* L_10 = V_0;
|
|
OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* L_11 = ___1_settings;
|
|
int32_t L_12 = L_11->___viewInstanceID;
|
|
NullCheck(L_10);
|
|
bool L_13;
|
|
L_13 = OcclusionCullingCommon_GetOccluderContext_m5FA55C98ABA809491877468967428AEA6ED50AA9(L_10, L_12, (&V_4), NULL);
|
|
V_3 = L_13;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2418>
|
|
bool L_14 = V_3;
|
|
if (!L_14)
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
InstanceOcclusionTestSubviewSettings_t82AEE150A78ECA4E3B73D453D7E5352087666541* L_15 = ___2_subviewSettings;
|
|
int32_t L_16 = L_15->___occluderSubviewMask;
|
|
OccluderContext_tF8A07609A274625BEEE254608925CAD2BF4DFDB5 L_17 = V_4;
|
|
int32_t L_18 = L_17.___subviewValidMask;
|
|
InstanceOcclusionTestSubviewSettings_t82AEE150A78ECA4E3B73D453D7E5352087666541* L_19 = ___2_subviewSettings;
|
|
int32_t L_20 = L_19->___occluderSubviewMask;
|
|
G_B4_0 = ((((int32_t)((int32_t)(L_16&L_18))) == ((int32_t)L_20))? 1 : 0);
|
|
goto IL_0059;
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
G_B4_0 = 0;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
V_3 = (bool)G_B4_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2420>
|
|
V_5 = 1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2421>
|
|
V_6 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2422>
|
|
V_7 = 0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2423>
|
|
OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* L_21 = ___1_settings;
|
|
int32_t L_22 = L_21->___occlusionTest;
|
|
V_8 = L_22;
|
|
int32_t L_23 = V_8;
|
|
switch (L_23)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_008b;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_010c;
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2426>
|
|
V_5 = 2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2427>
|
|
goto IL_010c;
|
|
}
|
|
|
|
IL_008b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2429>
|
|
bool L_24 = V_3;
|
|
if (!L_24)
|
|
{
|
|
goto IL_00a4;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2431>
|
|
V_5 = 3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2432>
|
|
OccluderContext_tF8A07609A274625BEEE254608925CAD2BF4DFDB5 L_25 = V_4;
|
|
int32_t L_26 = L_25.___version;
|
|
V_6 = L_26;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2433>
|
|
InstanceOcclusionTestSubviewSettings_t82AEE150A78ECA4E3B73D453D7E5352087666541* L_27 = ___2_subviewSettings;
|
|
int32_t L_28 = L_27->___occluderSubviewMask;
|
|
V_7 = L_28;
|
|
goto IL_010c;
|
|
}
|
|
|
|
IL_00a4:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2437>
|
|
V_5 = 2;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2439>
|
|
goto IL_010c;
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2441>
|
|
bool L_29 = V_3;
|
|
if (!L_29)
|
|
{
|
|
goto IL_010c;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2443>
|
|
V_9 = (bool)1;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2444>
|
|
IndirectBufferContext_tC867F1E4C07484F15773E7A382CCB107C57AC805 L_30 = V_2;
|
|
int32_t L_31 = L_30.___bufferState;
|
|
V_10 = L_31;
|
|
int32_t L_32 = V_10;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_32, 1))) > ((uint32_t)1))))
|
|
{
|
|
goto IL_00e2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_33 = V_10;
|
|
if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_33, 3))) <= ((uint32_t)1))))
|
|
{
|
|
goto IL_00e7;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2449>
|
|
IndirectBufferContext_tC867F1E4C07484F15773E7A382CCB107C57AC805 L_34 = V_2;
|
|
int32_t L_35 = L_34.___subviewMask;
|
|
InstanceOcclusionTestSubviewSettings_t82AEE150A78ECA4E3B73D453D7E5352087666541* L_36 = ___2_subviewSettings;
|
|
int32_t L_37 = L_36->___occluderSubviewMask;
|
|
if ((((int32_t)L_35) == ((int32_t)L_37)))
|
|
{
|
|
goto IL_00f4;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2451>
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(_stringLiteral4F53C55E1022759EE2703298EB9BA137CE2C09F1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2452>
|
|
V_9 = (bool)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2454>
|
|
goto IL_00f4;
|
|
}
|
|
|
|
IL_00e2:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2459>
|
|
V_9 = (bool)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2460>
|
|
goto IL_00f4;
|
|
}
|
|
|
|
IL_00e7:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2464>
|
|
V_9 = (bool)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2465>
|
|
il2cpp_codegen_runtime_class_init_inline(Debug_t8394C7EEAECA3689C2C9B9DE9C7166D73596276F_il2cpp_TypeInfo_var);
|
|
Debug_Log_m87A9A3C761FF5C43ED8A53B16190A53D08F818BB(_stringLiteralC409A8DD8900D1723D0E72D4DB9E396EA1BE5044, NULL);
|
|
}
|
|
|
|
IL_00f4:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2468>
|
|
bool L_38 = V_9;
|
|
if (!L_38)
|
|
{
|
|
goto IL_010c;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2470>
|
|
V_5 = 4;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2471>
|
|
OccluderContext_tF8A07609A274625BEEE254608925CAD2BF4DFDB5 L_39 = V_4;
|
|
int32_t L_40 = L_39.___version;
|
|
V_6 = L_40;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2472>
|
|
InstanceOcclusionTestSubviewSettings_t82AEE150A78ECA4E3B73D453D7E5352087666541* L_41 = ___2_subviewSettings;
|
|
int32_t L_42 = L_41->___occluderSubviewMask;
|
|
V_7 = L_42;
|
|
}
|
|
|
|
IL_010c:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2479>
|
|
int32_t L_43 = V_5;
|
|
int32_t L_44 = V_6;
|
|
int32_t L_45 = V_7;
|
|
bool L_46;
|
|
L_46 = IndirectBufferContext_Matches_m40E2A7974D4B205D4BB770D4A68635D99FE4C721((&V_2), L_43, L_44, L_45, NULL);
|
|
if (L_46)
|
|
{
|
|
goto IL_0511;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2481>
|
|
int32_t L_47 = V_5;
|
|
V_11 = (bool)((((int32_t)L_47) == ((int32_t)3))? 1 : 0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2482>
|
|
int32_t L_48 = V_5;
|
|
V_12 = (bool)((((int32_t)L_48) == ((int32_t)4))? 1 : 0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2484>
|
|
IndirectBufferContext_tC867F1E4C07484F15773E7A382CCB107C57AC805 L_49 = V_2;
|
|
int32_t L_50 = L_49.___bufferState;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2485>
|
|
int32_t L_51 = V_5;
|
|
V_13 = (bool)((((int32_t)L_51) == ((int32_t)2))? 1 : 0);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2486>
|
|
IndirectBufferContext_tC867F1E4C07484F15773E7A382CCB107C57AC805 L_52 = V_2;
|
|
int32_t L_53 = L_52.___bufferState;
|
|
if ((((int32_t)L_53) == ((int32_t)1)))
|
|
{
|
|
G_B22_0 = ((((int32_t)L_50) == ((int32_t)0))? 1 : 0);
|
|
goto IL_014c;
|
|
}
|
|
G_B21_0 = ((((int32_t)L_50) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
{
|
|
bool L_54 = V_13;
|
|
G_B23_0 = ((((int32_t)L_54) == ((int32_t)0))? 1 : 0);
|
|
G_B23_1 = G_B21_0;
|
|
goto IL_014d;
|
|
}
|
|
|
|
IL_014c:
|
|
{
|
|
G_B23_0 = 0;
|
|
G_B23_1 = G_B22_0;
|
|
}
|
|
|
|
IL_014d:
|
|
{
|
|
V_14 = (bool)G_B23_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2487>
|
|
int32_t L_55 = V_5;
|
|
if ((((int32_t)L_55) == ((int32_t)1)))
|
|
{
|
|
G_B25_0 = G_B23_1;
|
|
goto IL_015b;
|
|
}
|
|
G_B24_0 = G_B23_1;
|
|
}
|
|
{
|
|
bool L_56 = V_13;
|
|
G_B26_0 = ((((int32_t)L_56) == ((int32_t)0))? 1 : 0);
|
|
G_B26_1 = G_B24_0;
|
|
goto IL_015c;
|
|
}
|
|
|
|
IL_015b:
|
|
{
|
|
G_B26_0 = 0;
|
|
G_B26_1 = G_B25_0;
|
|
}
|
|
|
|
IL_015c:
|
|
{
|
|
V_15 = (bool)G_B26_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2490>
|
|
if (!G_B26_1)
|
|
{
|
|
goto IL_016c;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2491>
|
|
JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08* L_57 = (JobHandle_t5DF5F99902FED3C801A81C05205CEA6CE039EF08*)(&(&V_2)->___cullingJobHandle);
|
|
JobHandle_Complete_mDCED35A125AAB37EDDAB2E31C805B4904B614A4A(L_57, NULL);
|
|
}
|
|
|
|
IL_016c:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2493>
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_58 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
int32_t L_59 = V_1;
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 L_60;
|
|
L_60 = IndirectBufferContextStorage_GetAllocInfo_m9BF31C85DBB94B0D0F1B82AF66DA8493AB1B2595(L_58, L_59, NULL);
|
|
V_16 = L_60;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2495>
|
|
int32_t L_61 = V_5;
|
|
(&V_2)->___bufferState = L_61;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2496>
|
|
int32_t L_62 = V_6;
|
|
(&V_2)->___occluderVersion = L_62;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2497>
|
|
int32_t L_63 = V_7;
|
|
(&V_2)->___subviewMask = L_63;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2499>
|
|
bool L_64;
|
|
L_64 = IndirectBufferAllocInfo_IsEmpty_m47785BE361D9B989BE0455AD1884831AB99E4009((&V_16), NULL);
|
|
if (L_64)
|
|
{
|
|
goto IL_0511;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2501>
|
|
V_17 = (-1);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2502>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_65 = __this->___m_DebugStats;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_66 = L_65;
|
|
if (L_66)
|
|
{
|
|
G_B31_0 = L_66;
|
|
goto IL_01b1;
|
|
}
|
|
G_B30_0 = L_66;
|
|
}
|
|
{
|
|
G_B32_0 = 0;
|
|
goto IL_01b6;
|
|
}
|
|
|
|
IL_01b1:
|
|
{
|
|
NullCheck(G_B31_0);
|
|
bool L_67 = G_B31_0->___enabled;
|
|
G_B32_0 = ((int32_t)(L_67));
|
|
}
|
|
|
|
IL_01b6:
|
|
{
|
|
if (!G_B32_0)
|
|
{
|
|
goto IL_01df;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2504>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2505>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2506>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2507>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2508>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2509>
|
|
InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* L_68 = (InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB*)(&__this->___m_OcclusionEventDebugArray);
|
|
OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* L_69 = ___1_settings;
|
|
int32_t L_70 = L_69->___viewInstanceID;
|
|
int32_t L_71 = V_6;
|
|
int32_t L_72 = V_7;
|
|
bool L_73 = V_11;
|
|
if (L_73)
|
|
{
|
|
G_B37_0 = L_72;
|
|
G_B37_1 = L_71;
|
|
G_B37_2 = 0;
|
|
G_B37_3 = L_70;
|
|
G_B37_4 = L_68;
|
|
goto IL_01d7;
|
|
}
|
|
G_B34_0 = L_72;
|
|
G_B34_1 = L_71;
|
|
G_B34_2 = 0;
|
|
G_B34_3 = L_70;
|
|
G_B34_4 = L_68;
|
|
}
|
|
{
|
|
bool L_74 = V_12;
|
|
if (L_74)
|
|
{
|
|
G_B36_0 = G_B34_0;
|
|
G_B36_1 = G_B34_1;
|
|
G_B36_2 = G_B34_2;
|
|
G_B36_3 = G_B34_3;
|
|
G_B36_4 = G_B34_4;
|
|
goto IL_01d4;
|
|
}
|
|
G_B35_0 = G_B34_0;
|
|
G_B35_1 = G_B34_1;
|
|
G_B35_2 = G_B34_2;
|
|
G_B35_3 = G_B34_3;
|
|
G_B35_4 = G_B34_4;
|
|
}
|
|
{
|
|
G_B38_0 = 0;
|
|
G_B38_1 = G_B35_0;
|
|
G_B38_2 = G_B35_1;
|
|
G_B38_3 = G_B35_2;
|
|
G_B38_4 = G_B35_3;
|
|
G_B38_5 = G_B35_4;
|
|
goto IL_01d8;
|
|
}
|
|
|
|
IL_01d4:
|
|
{
|
|
G_B38_0 = 2;
|
|
G_B38_1 = G_B36_0;
|
|
G_B38_2 = G_B36_1;
|
|
G_B38_3 = G_B36_2;
|
|
G_B38_4 = G_B36_3;
|
|
G_B38_5 = G_B36_4;
|
|
goto IL_01d8;
|
|
}
|
|
|
|
IL_01d7:
|
|
{
|
|
G_B38_0 = 1;
|
|
G_B38_1 = G_B37_0;
|
|
G_B38_2 = G_B37_1;
|
|
G_B38_3 = G_B37_2;
|
|
G_B38_4 = G_B37_3;
|
|
G_B38_5 = G_B37_4;
|
|
}
|
|
|
|
IL_01d8:
|
|
{
|
|
int32_t L_75;
|
|
L_75 = InstanceOcclusionEventDebugArray_TryAdd_m2FD080E0DDCA404C8C362A5933EC852A9CD5F109(G_B38_5, G_B38_4, G_B38_3, G_B38_2, G_B38_1, G_B38_0, NULL);
|
|
V_17 = L_75;
|
|
}
|
|
|
|
IL_01df:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2513>
|
|
V_18 = (bool)0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2514>
|
|
bool L_76 = V_11;
|
|
bool L_77 = V_12;
|
|
if (!((int32_t)((int32_t)L_76|(int32_t)L_77)))
|
|
{
|
|
goto IL_0207;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2516>
|
|
il2cpp_codegen_runtime_class_init_inline(OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD_il2cpp_TypeInfo_var);
|
|
bool L_78;
|
|
L_78 = OcclusionCullingCommon_UseOcclusionDebug_mB3DD90044DC771F1A74BDEAC59C921AE66E9311D((&V_4), NULL);
|
|
if (!L_78)
|
|
{
|
|
goto IL_0204;
|
|
}
|
|
}
|
|
{
|
|
OccluderHandles_t7CF26B9286ACCE9EE0EE410DCAB404459C30B6A3* L_79 = ___4_occluderHandles;
|
|
BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5 L_80 = L_79->___occlusionDebugOverlay;
|
|
V_22 = L_80;
|
|
il2cpp_codegen_runtime_class_init_inline(BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5_il2cpp_TypeInfo_var);
|
|
bool L_81;
|
|
L_81 = BufferHandle_IsValid_m6F40A9049859EE46348254E727DC79FCAC2E3B85((&V_22), NULL);
|
|
G_B43_0 = ((int32_t)(L_81));
|
|
goto IL_0205;
|
|
}
|
|
|
|
IL_0204:
|
|
{
|
|
G_B43_0 = 0;
|
|
}
|
|
|
|
IL_0205:
|
|
{
|
|
V_18 = (bool)G_B43_0;
|
|
}
|
|
|
|
IL_0207:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2518>
|
|
OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C* L_82 = (OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C*)(&__this->___m_OcclusionTestShader);
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_83 = L_82->___cs;
|
|
V_19 = L_83;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2519>
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_84 = V_19;
|
|
LocalKeyword__ctor_m2525E4690C99FAF415082FD7E1AD44CFE7F08169((&V_20), L_84, _stringLiteralB8E3E5460CBB129D13A3B6FD51407AD6C1DFE778, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2520>
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_85 = V_19;
|
|
LocalKeyword__ctor_m2525E4690C99FAF415082FD7E1AD44CFE7F08169((&V_21), L_85, _stringLiteral4ACFD3A352502BA1A1CE2BBC28E8A56B9FDB29F2, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2521>
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_86 = ___0_cmd;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_87 = V_19;
|
|
bool L_88 = V_11;
|
|
OccluderContext_SetKeyword_m57CB9C813FA45672B4E4EAD297757E2C427EE0EE(L_86, L_87, (&V_20), L_88, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2522>
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_89 = ___0_cmd;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_90 = V_19;
|
|
bool L_91 = V_12;
|
|
OccluderContext_SetKeyword_m57CB9C813FA45672B4E4EAD297757E2C427EE0EE(L_89, L_90, (&V_21), L_91, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2524>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2525>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2526>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2527>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2528>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2529>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2530>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2531>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2532>
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2533>
|
|
NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E* L_92 = (NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E*)(&__this->___m_ShaderVariables);
|
|
il2cpp_codegen_initobj((&V_23), sizeof(InstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431));
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 L_93 = V_16;
|
|
int32_t L_94 = L_93.___drawAllocIndex;
|
|
(&V_23)->____DrawInfoAllocIndex = L_94;
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 L_95 = V_16;
|
|
int32_t L_96 = L_95.___drawCount;
|
|
(&V_23)->____DrawInfoCount = L_96;
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 L_97 = V_16;
|
|
int32_t L_98 = L_97.___instanceAllocIndex;
|
|
(&V_23)->____InstanceInfoAllocIndex = ((int32_t)il2cpp_codegen_multiply(2, L_98));
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 L_99 = V_16;
|
|
int32_t L_100 = L_99.___instanceCount;
|
|
(&V_23)->____InstanceInfoCount = L_100;
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_101 = ___5_batchersContext;
|
|
NullCheck(L_101);
|
|
RenderersParameters_t5FE65DC16251F4C1775A6CDA267011B9794A3B2B L_102;
|
|
L_102 = RenderersBatchersContext_get_renderersParameters_mFAD826F98D88258ACEB3BAAB3BCA506E9DA8C54E_inline(L_101, NULL);
|
|
ParamInfo_t803ECC740CF6797AB0777E9A7EF99DFE0B081A9C L_103 = L_102.___boundingSphere;
|
|
int32_t L_104 = L_103.___gpuAddress;
|
|
(&V_23)->____BoundingSphereInstanceDataAddress = L_104;
|
|
int32_t L_105 = V_17;
|
|
(&V_23)->____DebugCounterIndex = L_105;
|
|
OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* L_106 = ___1_settings;
|
|
int32_t L_107 = L_106->___instanceMultiplier;
|
|
if ((((int32_t)L_107) == ((int32_t)2)))
|
|
{
|
|
G_B46_0 = (&V_23);
|
|
G_B46_1 = 0;
|
|
G_B46_2 = L_92;
|
|
goto IL_02c0;
|
|
}
|
|
G_B45_0 = (&V_23);
|
|
G_B45_1 = 0;
|
|
G_B45_2 = L_92;
|
|
}
|
|
{
|
|
G_B47_0 = 0;
|
|
G_B47_1 = G_B45_0;
|
|
G_B47_2 = G_B45_1;
|
|
G_B47_3 = G_B45_2;
|
|
goto IL_02c1;
|
|
}
|
|
|
|
IL_02c0:
|
|
{
|
|
G_B47_0 = 1;
|
|
G_B47_1 = G_B46_0;
|
|
G_B47_2 = G_B46_1;
|
|
G_B47_3 = G_B46_2;
|
|
}
|
|
|
|
IL_02c1:
|
|
{
|
|
G_B47_1->____InstanceMultiplierShift = G_B47_0;
|
|
InstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431 L_108 = V_23;
|
|
IL2CPP_NATIVEARRAY_SET_ITEM(InstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431, (G_B47_3)->___m_Buffer, G_B47_2, (L_108));
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2534>
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_109 = ___0_cmd;
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_110 = __this->___m_ConstantBuffer;
|
|
NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E L_111 = __this->___m_ShaderVariables;
|
|
NullCheck(L_109);
|
|
ComputeCommandBuffer_SetBufferData_TisInstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431_m820F54B059D444F0DDCAF5FB47FAFEA3C290C9A9(L_109, L_110, L_111, ComputeCommandBuffer_SetBufferData_TisInstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431_m820F54B059D444F0DDCAF5FB47FAFEA3C290C9A9_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2535>
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_112 = ___0_cmd;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_113 = V_19;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var);
|
|
int32_t L_114 = ((ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var))->___InstanceOcclusionCullerShaderVariables;
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_115 = __this->___m_ConstantBuffer;
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_116 = __this->___m_ConstantBuffer;
|
|
NullCheck(L_116);
|
|
int32_t L_117;
|
|
L_117 = ComputeBuffer_get_stride_m8B4C7BD906762E12F4CAE3038F4331FA464C010E(L_116, NULL);
|
|
NullCheck(L_112);
|
|
ComputeCommandBuffer_SetComputeConstantBufferParam_m2146903E8721689A8B0CE36704200A562D7D6311(L_112, L_113, L_114, L_115, 0, L_117, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2537>
|
|
OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* L_118 = V_0;
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_119 = ___0_cmd;
|
|
OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* L_120 = ___1_settings;
|
|
InstanceOcclusionTestSubviewSettings_t82AEE150A78ECA4E3B73D453D7E5352087666541* L_121 = ___2_subviewSettings;
|
|
OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C* L_122 = (OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C*)(&__this->___m_OcclusionTestShader);
|
|
bool L_123 = V_18;
|
|
NullCheck(L_118);
|
|
OcclusionCullingCommon_PrepareCulling_mB0789630787C7E0CD26370E649348B1C2E368B0C(L_118, L_119, (&V_4), L_120, L_121, L_122, L_123, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2539>
|
|
bool L_124 = V_13;
|
|
if (!L_124)
|
|
{
|
|
goto IL_03a1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2541>
|
|
int32_t L_125 = __this->___m_CopyInstancesKernel;
|
|
V_24 = L_125;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2542>
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_126 = ___0_cmd;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_127 = V_19;
|
|
int32_t L_128 = V_24;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var);
|
|
int32_t L_129 = ((ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var))->____DrawInfo;
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_130 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_131;
|
|
L_131 = IndirectBufferContextStorage_get_drawInfoBuffer_m0168780ED5CFCB3613F04F2C00561471352A5790_inline(L_130, NULL);
|
|
NullCheck(L_126);
|
|
ComputeCommandBuffer_SetComputeBufferParam_m0AAEFBB91465C97ECF0056FF1504778491598715(L_126, L_127, L_128, L_129, L_131, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2543>
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_132 = ___0_cmd;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_133 = V_19;
|
|
int32_t L_134 = V_24;
|
|
int32_t L_135 = ((ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var))->____InstanceInfo;
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_136 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_137;
|
|
L_137 = IndirectBufferContextStorage_get_instanceInfoBuffer_mC14C040CC88B2F11AFE1301EB1FB9C70E396E8E5_inline(L_136, NULL);
|
|
NullCheck(L_132);
|
|
ComputeCommandBuffer_SetComputeBufferParam_m0AAEFBB91465C97ECF0056FF1504778491598715(L_132, L_133, L_134, L_135, L_137, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2544>
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_138 = ___0_cmd;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_139 = V_19;
|
|
int32_t L_140 = V_24;
|
|
int32_t L_141 = ((ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var))->____DrawArgs;
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_142 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_143;
|
|
L_143 = IndirectBufferContextStorage_get_argsBuffer_m81BE13A707FAF6B8F9361AEBCDD9CBA69611C334_inline(L_142, NULL);
|
|
NullCheck(L_138);
|
|
ComputeCommandBuffer_SetComputeBufferParam_m0AAEFBB91465C97ECF0056FF1504778491598715(L_138, L_139, L_140, L_141, L_143, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2545>
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_144 = ___0_cmd;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_145 = V_19;
|
|
int32_t L_146 = V_24;
|
|
int32_t L_147 = ((ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var))->____InstanceIndices;
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_148 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_149;
|
|
L_149 = IndirectBufferContextStorage_get_instanceBuffer_mD965845788AD240262E1C46BB4BA405B73C8EA27_inline(L_148, NULL);
|
|
NullCheck(L_144);
|
|
ComputeCommandBuffer_SetComputeBufferParam_m0AAEFBB91465C97ECF0056FF1504778491598715(L_144, L_145, L_146, L_147, L_149, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2547>
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_150 = ___0_cmd;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_151 = V_19;
|
|
int32_t L_152 = V_24;
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 L_153 = V_16;
|
|
int32_t L_154 = L_153.___instanceCount;
|
|
NullCheck(L_150);
|
|
ComputeCommandBuffer_DispatchCompute_m8C32F8EB60C2EE3C511CB915C4DA7591A2D4BAE7(L_150, L_151, L_152, ((int32_t)(((int32_t)il2cpp_codegen_add(L_154, ((int32_t)63)))/((int32_t)64))), 1, 1, NULL);
|
|
}
|
|
|
|
IL_03a1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2550>
|
|
bool L_155 = V_14;
|
|
if (!L_155)
|
|
{
|
|
goto IL_03fc;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2552>
|
|
int32_t L_156 = __this->___m_ResetDrawArgsKernel;
|
|
V_25 = L_156;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2553>
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_157 = ___0_cmd;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_158 = V_19;
|
|
int32_t L_159 = V_25;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var);
|
|
int32_t L_160 = ((ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var))->____DrawInfo;
|
|
IndirectBufferContextHandles_t538C1868A84206A7DF9C3F2066551BA1CCE0766D* L_161 = ___3_bufferHandles;
|
|
BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5 L_162 = L_161->___drawInfoBuffer;
|
|
il2cpp_codegen_runtime_class_init_inline(BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5_il2cpp_TypeInfo_var);
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_163;
|
|
L_163 = BufferHandle_op_Implicit_m7F615A6584CE240EBAD5E06288E9AA519A594B76(L_162, NULL);
|
|
NullCheck(L_157);
|
|
ComputeCommandBuffer_SetComputeBufferParam_m0AAEFBB91465C97ECF0056FF1504778491598715(L_157, L_158, L_159, L_160, L_163, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2554>
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_164 = ___0_cmd;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_165 = V_19;
|
|
int32_t L_166 = V_25;
|
|
int32_t L_167 = ((ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var))->____DrawArgs;
|
|
IndirectBufferContextHandles_t538C1868A84206A7DF9C3F2066551BA1CCE0766D* L_168 = ___3_bufferHandles;
|
|
BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5 L_169 = L_168->___argsBuffer;
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_170;
|
|
L_170 = BufferHandle_op_Implicit_m7F615A6584CE240EBAD5E06288E9AA519A594B76(L_169, NULL);
|
|
NullCheck(L_164);
|
|
ComputeCommandBuffer_SetComputeBufferParam_m0AAEFBB91465C97ECF0056FF1504778491598715(L_164, L_165, L_166, L_167, L_170, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2555>
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_171 = ___0_cmd;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_172 = V_19;
|
|
int32_t L_173 = V_25;
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 L_174 = V_16;
|
|
int32_t L_175 = L_174.___drawCount;
|
|
NullCheck(L_171);
|
|
ComputeCommandBuffer_DispatchCompute_m8C32F8EB60C2EE3C511CB915C4DA7591A2D4BAE7(L_171, L_172, L_173, ((int32_t)(((int32_t)il2cpp_codegen_add(L_175, ((int32_t)63)))/((int32_t)64))), 1, 1, NULL);
|
|
}
|
|
|
|
IL_03fc:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2558>
|
|
bool L_176 = V_15;
|
|
if (!L_176)
|
|
{
|
|
goto IL_0511;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2560>
|
|
int32_t L_177 = __this->___m_CullInstancesKernel;
|
|
V_26 = L_177;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2561>
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_178 = ___0_cmd;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_179 = V_19;
|
|
int32_t L_180 = V_26;
|
|
il2cpp_codegen_runtime_class_init_inline(ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var);
|
|
int32_t L_181 = ((ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var))->____DrawInfo;
|
|
IndirectBufferContextHandles_t538C1868A84206A7DF9C3F2066551BA1CCE0766D* L_182 = ___3_bufferHandles;
|
|
BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5 L_183 = L_182->___drawInfoBuffer;
|
|
il2cpp_codegen_runtime_class_init_inline(BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5_il2cpp_TypeInfo_var);
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_184;
|
|
L_184 = BufferHandle_op_Implicit_m7F615A6584CE240EBAD5E06288E9AA519A594B76(L_183, NULL);
|
|
NullCheck(L_178);
|
|
ComputeCommandBuffer_SetComputeBufferParam_m0AAEFBB91465C97ECF0056FF1504778491598715(L_178, L_179, L_180, L_181, L_184, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2562>
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_185 = ___0_cmd;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_186 = V_19;
|
|
int32_t L_187 = V_26;
|
|
int32_t L_188 = ((ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var))->____InstanceInfo;
|
|
IndirectBufferContextHandles_t538C1868A84206A7DF9C3F2066551BA1CCE0766D* L_189 = ___3_bufferHandles;
|
|
BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5 L_190 = L_189->___instanceInfoBuffer;
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_191;
|
|
L_191 = BufferHandle_op_Implicit_m7F615A6584CE240EBAD5E06288E9AA519A594B76(L_190, NULL);
|
|
NullCheck(L_185);
|
|
ComputeCommandBuffer_SetComputeBufferParam_m0AAEFBB91465C97ECF0056FF1504778491598715(L_185, L_186, L_187, L_188, L_191, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2563>
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_192 = ___0_cmd;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_193 = V_19;
|
|
int32_t L_194 = V_26;
|
|
int32_t L_195 = ((ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var))->____DrawArgs;
|
|
IndirectBufferContextHandles_t538C1868A84206A7DF9C3F2066551BA1CCE0766D* L_196 = ___3_bufferHandles;
|
|
BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5 L_197 = L_196->___argsBuffer;
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_198;
|
|
L_198 = BufferHandle_op_Implicit_m7F615A6584CE240EBAD5E06288E9AA519A594B76(L_197, NULL);
|
|
NullCheck(L_192);
|
|
ComputeCommandBuffer_SetComputeBufferParam_m0AAEFBB91465C97ECF0056FF1504778491598715(L_192, L_193, L_194, L_195, L_198, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2564>
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_199 = ___0_cmd;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_200 = V_19;
|
|
int32_t L_201 = V_26;
|
|
int32_t L_202 = ((ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var))->____InstanceIndices;
|
|
IndirectBufferContextHandles_t538C1868A84206A7DF9C3F2066551BA1CCE0766D* L_203 = ___3_bufferHandles;
|
|
BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5 L_204 = L_203->___instanceBuffer;
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_205;
|
|
L_205 = BufferHandle_op_Implicit_m7F615A6584CE240EBAD5E06288E9AA519A594B76(L_204, NULL);
|
|
NullCheck(L_199);
|
|
ComputeCommandBuffer_SetComputeBufferParam_m0AAEFBB91465C97ECF0056FF1504778491598715(L_199, L_200, L_201, L_202, L_205, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2565>
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_206 = ___0_cmd;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_207 = V_19;
|
|
int32_t L_208 = V_26;
|
|
int32_t L_209 = ((ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var))->____InstanceDataBuffer;
|
|
RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* L_210 = ___5_batchersContext;
|
|
NullCheck(L_210);
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_211;
|
|
L_211 = RenderersBatchersContext_get_gpuInstanceDataBuffer_m58A374780F991800398A3A5C43B900F17E49CA78(L_210, NULL);
|
|
NullCheck(L_206);
|
|
ComputeCommandBuffer_SetComputeBufferParam_m0AAEFBB91465C97ECF0056FF1504778491598715(L_206, L_207, L_208, L_209, L_211, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2566>
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_212 = ___0_cmd;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_213 = V_19;
|
|
int32_t L_214 = V_26;
|
|
int32_t L_215 = ((ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_StaticFields*)il2cpp_codegen_static_fields_for(ShaderIDs_t44A0CD91DC56DA7AA7D3C7B45364914CFB14ADA7_il2cpp_TypeInfo_var))->____OcclusionDebugCounters;
|
|
InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* L_216 = (InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB*)(&__this->___m_OcclusionEventDebugArray);
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_217;
|
|
L_217 = InstanceOcclusionEventDebugArray_get_CounterBuffer_mF25E7B744518F980443AFCF79E48EA3CCF852D04_inline(L_216, NULL);
|
|
NullCheck(L_212);
|
|
ComputeCommandBuffer_SetComputeBufferParam_m0AAEFBB91465C97ECF0056FF1504778491598715(L_212, L_213, L_214, L_215, L_217, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2568>
|
|
bool L_218 = V_11;
|
|
bool L_219 = V_12;
|
|
if (!((int32_t)((int32_t)L_218|(int32_t)L_219)))
|
|
{
|
|
goto IL_04be;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2569>
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_220 = ___0_cmd;
|
|
OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C* L_221 = (OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C*)(&__this->___m_OcclusionTestShader);
|
|
int32_t L_222 = V_26;
|
|
OccluderHandles_t7CF26B9286ACCE9EE0EE410DCAB404459C30B6A3* L_223 = ___4_occluderHandles;
|
|
il2cpp_codegen_runtime_class_init_inline(OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD_il2cpp_TypeInfo_var);
|
|
OcclusionCullingCommon_SetDepthPyramid_mD653D7921DC4590B1E5DDC848F3B3DDF10D15D07(L_220, L_221, L_222, L_223, NULL);
|
|
}
|
|
|
|
IL_04be:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2571>
|
|
bool L_224 = V_18;
|
|
if (!L_224)
|
|
{
|
|
goto IL_04d2;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2572>
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_225 = ___0_cmd;
|
|
OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C* L_226 = (OcclusionTestComputeShader_t293316092781B0C995AC96A6B73C897D3772420C*)(&__this->___m_OcclusionTestShader);
|
|
int32_t L_227 = V_26;
|
|
OccluderHandles_t7CF26B9286ACCE9EE0EE410DCAB404459C30B6A3* L_228 = ___4_occluderHandles;
|
|
il2cpp_codegen_runtime_class_init_inline(OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD_il2cpp_TypeInfo_var);
|
|
OcclusionCullingCommon_SetDebugPyramid_m7DB573CC2B23E59F6E09FE953D2953447FB4D8BE(L_225, L_226, L_227, L_228, NULL);
|
|
}
|
|
|
|
IL_04d2:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2574>
|
|
bool L_229 = V_12;
|
|
if (!L_229)
|
|
{
|
|
goto IL_04f8;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2575>
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_230 = ___0_cmd;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_231 = V_19;
|
|
int32_t L_232 = V_26;
|
|
IndirectBufferContextHandles_t538C1868A84206A7DF9C3F2066551BA1CCE0766D* L_233 = ___3_bufferHandles;
|
|
BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5 L_234 = L_233->___argsBuffer;
|
|
il2cpp_codegen_runtime_class_init_inline(BufferHandle_t0F30006F1AFC28BAD7E4289A6DE4C26C9F89B0F5_il2cpp_TypeInfo_var);
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_235;
|
|
L_235 = BufferHandle_op_Implicit_m7F615A6584CE240EBAD5E06288E9AA519A594B76(L_234, NULL);
|
|
int32_t L_236;
|
|
L_236 = IndirectBufferAllocInfo_GetExtraDrawInfoSlotIndex_m2EAD4191867631265610C43212C34A56A2DAD969((&V_16), NULL);
|
|
NullCheck(L_230);
|
|
ComputeCommandBuffer_DispatchCompute_m637B088ED3343E8A50A66356399B8B3213A3B083(L_230, L_231, L_232, L_235, ((int32_t)il2cpp_codegen_multiply(((int32_t)20), L_236)), NULL);
|
|
goto IL_0511;
|
|
}
|
|
|
|
IL_04f8:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2577>
|
|
ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* L_237 = ___0_cmd;
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_238 = V_19;
|
|
int32_t L_239 = V_26;
|
|
IndirectBufferAllocInfo_t144662EBC9E70E789D782D2340097DF38DCFAB02 L_240 = V_16;
|
|
int32_t L_241 = L_240.___instanceCount;
|
|
NullCheck(L_237);
|
|
ComputeCommandBuffer_DispatchCompute_m8C32F8EB60C2EE3C511CB915C4DA7591A2D4BAE7(L_237, L_238, L_239, ((int32_t)(((int32_t)il2cpp_codegen_add(L_241, ((int32_t)63)))/((int32_t)64))), 1, 1, NULL);
|
|
}
|
|
|
|
IL_0511:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2583>
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_242 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
int32_t L_243 = V_1;
|
|
IndirectBufferContext_tC867F1E4C07484F15773E7A382CCB107C57AC805 L_244 = V_2;
|
|
IndirectBufferContextStorage_SetBufferContext_mEC8E692A99E595592E12F55F94B7E234A340DC2A(L_242, L_243, L_244, NULL);
|
|
}
|
|
|
|
IL_051e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2585>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceCuller_AddOcclusionCullingDispatch_mDA6F922B0734577B8F921E9AE4C02CEE4F8A32A5_AdjustorThunk (RuntimeObject* __this, ComputeCommandBuffer_tA6FA5F68FE745317C94802C6A828FC21AC0ADF61* ___0_cmd, OcclusionCullingSettings_tC718E8CFEFA8FAAC25DA4E151AEBC0268999D842* ___1_settings, InstanceOcclusionTestSubviewSettings_t82AEE150A78ECA4E3B73D453D7E5352087666541* ___2_subviewSettings, IndirectBufferContextHandles_t538C1868A84206A7DF9C3F2066551BA1CCE0766D* ___3_bufferHandles, OccluderHandles_t7CF26B9286ACCE9EE0EE410DCAB404459C30B6A3* ___4_occluderHandles, RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* ___5_batchersContext, const RuntimeMethod* method)
|
|
{
|
|
InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966*>(__this + _offset);
|
|
InstanceCuller_AddOcclusionCullingDispatch_mDA6F922B0734577B8F921E9AE4C02CEE4F8A32A5(_thisAdjusted, ___0_cmd, ___1_settings, ___2_subviewSettings, ___3_bufferHandles, ___4_occluderHandles, ___5_batchersContext, method);
|
|
}
|
|
// Method Definition Index: 71143
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_FlushDebugCounters_m1036A68627B296B0CE88254424A25EEA430BCCE6 (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, const RuntimeMethod* method)
|
|
{
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* G_B2_0 = NULL;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2589>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_0 = __this->___m_DebugStats;
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_1 = L_0;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000d;
|
|
}
|
|
G_B1_0 = L_1;
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
goto IL_0012;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
bool L_2 = G_B2_0->___enabled;
|
|
G_B3_0 = ((int32_t)(L_2));
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
if (!G_B3_0)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2591>
|
|
InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* L_3 = (InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1*)(&__this->___m_SplitDebugArray);
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_4 = __this->___m_DebugStats;
|
|
InstanceCullerSplitDebugArray_MoveToDebugStatsAndClear_mAA78838CCD17348C01F115022EF530C3F5B98AD4(L_3, L_4, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2592>
|
|
InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* L_5 = (InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB*)(&__this->___m_OcclusionEventDebugArray);
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_6 = __this->___m_DebugStats;
|
|
InstanceOcclusionEventDebugArray_MoveToDebugStatsAndClear_mFEF02F07D15F2F2942FABFD0C7C577FAB1859977(L_5, L_6, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2593>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_7 = __this->___m_DebugStats;
|
|
NullCheck(L_7);
|
|
DebugRendererBatcherStats_FinalizeInstanceCullerViewStats_m49E20B0BB46A56E2A6A10A26D615BEAA01181FFE(L_7, NULL);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2595>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceCuller_FlushDebugCounters_m1036A68627B296B0CE88254424A25EEA430BCCE6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966*>(__this + _offset);
|
|
InstanceCuller_FlushDebugCounters_m1036A68627B296B0CE88254424A25EEA430BCCE6(_thisAdjusted, method);
|
|
}
|
|
// Method Definition Index: 71144
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_OnBeginSceneViewCameraRendering_m9F271E3A4A411E077FC767C85C1813F41C9ADA3D (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2602>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceCuller_OnBeginSceneViewCameraRendering_m9F271E3A4A411E077FC767C85C1813F41C9ADA3D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966*>(__this + _offset);
|
|
InstanceCuller_OnBeginSceneViewCameraRendering_m9F271E3A4A411E077FC767C85C1813F41C9ADA3D(_thisAdjusted, method);
|
|
}
|
|
// Method Definition Index: 71145
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_OnEndSceneViewCameraRendering_m01D33D11A4853EB0397A2996F10795662828C2F8 (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2609>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceCuller_OnEndSceneViewCameraRendering_m01D33D11A4853EB0397A2996F10795662828C2F8_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966*>(__this + _offset);
|
|
InstanceCuller_OnEndSceneViewCameraRendering_m01D33D11A4853EB0397A2996F10795662828C2F8(_thisAdjusted, method);
|
|
}
|
|
// Method Definition Index: 71146
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_UpdateFrame_m9B437CF5FE15217CD1652135B256DFECE114418C (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, int32_t ___0_cameraCount, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeParallelHashMap_2_Clear_m8E95F140A3870CBEDF20959436C2FC36CDAF90E4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeParallelHashMap_2_get_Capacity_m923E5B859834744FCAD09AA6B65F81D87F7A393B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeParallelHashMap_2_set_Capacity_m652917B5C743FB404122B4EBAA64D5E55BA8D090_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2613>
|
|
InstanceCuller_DisposeCompactVisibilityMasks_mE05A5A23578160F5FDE1F8F2E59B7B8E2819BC76(__this, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2614>
|
|
int32_t L_0 = ___0_cameraCount;
|
|
NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5* L_1 = (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5*)(&__this->___m_LODParamsToCameraID);
|
|
int32_t L_2;
|
|
L_2 = NativeParallelHashMap_2_get_Capacity_m923E5B859834744FCAD09AA6B65F81D87F7A393B_inline(L_1, NativeParallelHashMap_2_get_Capacity_m923E5B859834744FCAD09AA6B65F81D87F7A393B_RuntimeMethod_var);
|
|
if ((((int32_t)L_0) <= ((int32_t)L_2)))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2615>
|
|
NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5* L_3 = (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5*)(&__this->___m_LODParamsToCameraID);
|
|
int32_t L_4 = ___0_cameraCount;
|
|
NativeParallelHashMap_2_set_Capacity_m652917B5C743FB404122B4EBAA64D5E55BA8D090(L_3, L_4, NativeParallelHashMap_2_set_Capacity_m652917B5C743FB404122B4EBAA64D5E55BA8D090_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2616>
|
|
NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5* L_5 = (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5*)(&__this->___m_LODParamsToCameraID);
|
|
NativeParallelHashMap_2_Clear_m8E95F140A3870CBEDF20959436C2FC36CDAF90E4(L_5, NativeParallelHashMap_2_Clear_m8E95F140A3870CBEDF20959436C2FC36CDAF90E4_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2617>
|
|
InstanceCuller_FlushDebugCounters_m1036A68627B296B0CE88254424A25EEA430BCCE6(__this, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2618>
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_6 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
IndirectBufferContextStorage_ClearContextsAndGrowBuffers_m0B059924A2DB871C3C80B03DAF54A47C8A47E573(L_6, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2619>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceCuller_UpdateFrame_m9B437CF5FE15217CD1652135B256DFECE114418C_AdjustorThunk (RuntimeObject* __this, int32_t ___0_cameraCount, const RuntimeMethod* method)
|
|
{
|
|
InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966*>(__this + _offset);
|
|
InstanceCuller_UpdateFrame_m9B437CF5FE15217CD1652135B256DFECE114418C(_thisAdjusted, ___0_cameraCount, method);
|
|
}
|
|
// Method Definition Index: 71147
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_OnBeginCameraRendering_mB7CDBC0AD43EEC324B9584B96C25DF3B911EC907 (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2623>
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = ___0_camera;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = Camera_get_cameraType_m85434C4C986D2EAC04FBFA44B284840AFC497851(L_0, NULL);
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)2))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2624>
|
|
InstanceCuller_OnBeginSceneViewCameraRendering_m9F271E3A4A411E077FC767C85C1813F41C9ADA3D(__this, NULL);
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2625>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceCuller_OnBeginCameraRendering_mB7CDBC0AD43EEC324B9584B96C25DF3B911EC907_AdjustorThunk (RuntimeObject* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method)
|
|
{
|
|
InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966*>(__this + _offset);
|
|
InstanceCuller_OnBeginCameraRendering_mB7CDBC0AD43EEC324B9584B96C25DF3B911EC907(_thisAdjusted, ___0_camera, method);
|
|
}
|
|
// Method Definition Index: 71148
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_OnEndCameraRendering_mF0DF0261BF1978BAFAC10F5F9DB533FC86B8089B (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2629>
|
|
Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* L_0 = ___0_camera;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = Camera_get_cameraType_m85434C4C986D2EAC04FBFA44B284840AFC497851(L_0, NULL);
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)2))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2630>
|
|
InstanceCuller_OnEndSceneViewCameraRendering_m01D33D11A4853EB0397A2996F10795662828C2F8(__this, NULL);
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2631>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceCuller_OnEndCameraRendering_mF0DF0261BF1978BAFAC10F5F9DB533FC86B8089B_AdjustorThunk (RuntimeObject* __this, Camera_tA92CC927D7439999BC82DBEDC0AA45B470F9E184* ___0_camera, const RuntimeMethod* method)
|
|
{
|
|
InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966*>(__this + _offset);
|
|
InstanceCuller_OnEndCameraRendering_mF0DF0261BF1978BAFAC10F5F9DB533FC86B8089B(_thisAdjusted, ___0_camera, method);
|
|
}
|
|
// Method Definition Index: 71149
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InstanceCuller_Dispose_m7C8B413AE9FD5A5C4EAD81A22D2D4C1F2E6C368F (InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_Dispose_m7BA471A3A3647BD2576F5DEE28D1C0D5107A78F6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeParallelHashMap_2_Dispose_mE76A0E7CC8A61D352BEC198AA58E7B99A5DFDBCF_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2635>
|
|
InstanceCuller_DisposeSceneViewHiddenBits_mB8548C25259A3AE546942634429EF581779992BD(__this, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2636>
|
|
InstanceCuller_DisposeCompactVisibilityMasks_mE05A5A23578160F5FDE1F8F2E59B7B8E2819BC76(__this, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2637>
|
|
IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* L_0 = (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5*)(&__this->___m_IndirectStorage);
|
|
IndirectBufferContextStorage_Dispose_mD7278C175C4C23BCB9190D68CE8343B543A24302(L_0, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2638>
|
|
__this->___m_DebugStats = (DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_DebugStats), (void*)(DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706*)NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2639>
|
|
InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* L_1 = (InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB*)(&__this->___m_OcclusionEventDebugArray);
|
|
InstanceOcclusionEventDebugArray_Dispose_m2D57744F19C60D3E9B6EFDF81BB08498853E37C1(L_1, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2640>
|
|
InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* L_2 = (InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1*)(&__this->___m_SplitDebugArray);
|
|
InstanceCullerSplitDebugArray_Dispose_m0FA405A9BA291E560088D998A71EE3FEF95100C1(L_2, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2641>
|
|
NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E* L_3 = (NativeArray_1_t4F815DBC475817C50E7C63B3C14F7AEF8272FA9E*)(&__this->___m_ShaderVariables);
|
|
NativeArray_1_Dispose_m7BA471A3A3647BD2576F5DEE28D1C0D5107A78F6(L_3, NativeArray_1_Dispose_m7BA471A3A3647BD2576F5DEE28D1C0D5107A78F6_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2642>
|
|
ComputeBuffer_t51EADA9015EBCC1B982C5584E9AB2734415A8233* L_4 = __this->___m_ConstantBuffer;
|
|
NullCheck(L_4);
|
|
ComputeBuffer_Release_mF1F157C929A0A5B2FDCD703A286EE09723450B72(L_4, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2643>
|
|
CommandBuffer_tB56007DC84EF56296C325EC32DD12AC1E3DC91F7* L_5 = __this->___m_CommandBuffer;
|
|
NullCheck(L_5);
|
|
CommandBuffer_Dispose_m9A5E7A3CA09B3E3F9D199FC7C9E7B27CD9CFADF3(L_5, NULL);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2644>
|
|
NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5* L_6 = (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5*)(&__this->___m_LODParamsToCameraID);
|
|
NativeParallelHashMap_2_Dispose_mE76A0E7CC8A61D352BEC198AA58E7B99A5DFDBCF(L_6, NativeParallelHashMap_2_Dispose_mE76A0E7CC8A61D352BEC198AA58E7B99A5DFDBCF_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:2645>
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void InstanceCuller_Dispose_m7C8B413AE9FD5A5C4EAD81A22D2D4C1F2E6C368F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<InstanceCuller_tA685900A6409379DB011B2919CDDC1F3BFBFE966*>(__this + _offset);
|
|
InstanceCuller_Dispose_m7C8B413AE9FD5A5C4EAD81A22D2D4C1F2E6C368F(_thisAdjusted, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// Method Definition Index: 45218
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E float3_op_Subtraction_mB6036E9849D95650D6E73DA0D179CD7B61E696F2_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_lhs, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3.gen.cs:305>
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_0 = ___0_lhs;
|
|
float L_1 = L_0.___x;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_2 = ___1_rhs;
|
|
float L_3 = L_2.___x;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_4 = ___0_lhs;
|
|
float L_5 = L_4.___y;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_6 = ___1_rhs;
|
|
float L_7 = L_6.___y;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_8 = ___0_lhs;
|
|
float L_9 = L_8.___z;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_10 = ___1_rhs;
|
|
float L_11 = L_10.___z;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
float3__ctor_mC61002CD0EC13D7C37D846D021A78C028FB80DB9_inline((&L_12), ((float)il2cpp_codegen_subtract(L_1, L_3)), ((float)il2cpp_codegen_subtract(L_5, L_7)), ((float)il2cpp_codegen_subtract(L_9, L_11)), NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
// Method Definition Index: 45215
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E float3_op_Addition_mFFCF4F7457594F5EFB0678C0DE90AAD3D3F6947B_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_lhs, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3.gen.cs:283>
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_0 = ___0_lhs;
|
|
float L_1 = L_0.___x;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_2 = ___1_rhs;
|
|
float L_3 = L_2.___x;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_4 = ___0_lhs;
|
|
float L_5 = L_4.___y;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_6 = ___1_rhs;
|
|
float L_7 = L_6.___y;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_8 = ___0_lhs;
|
|
float L_9 = L_8.___z;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_10 = ___1_rhs;
|
|
float L_11 = L_10.___z;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
float3__ctor_mC61002CD0EC13D7C37D846D021A78C028FB80DB9_inline((&L_12), ((float)il2cpp_codegen_add(L_1, L_3)), ((float)il2cpp_codegen_add(L_5, L_7)), ((float)il2cpp_codegen_add(L_9, L_11)), NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
// Method Definition Index: 45213
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E float3_op_Multiply_m6E5DC552C8B0F9A180298BD9197FF47B14E0EA81_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_lhs, float ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3.gen.cs:268>
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_0 = ___0_lhs;
|
|
float L_1 = L_0.___x;
|
|
float L_2 = ___1_rhs;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_3 = ___0_lhs;
|
|
float L_4 = L_3.___y;
|
|
float L_5 = ___1_rhs;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_6 = ___0_lhs;
|
|
float L_7 = L_6.___z;
|
|
float L_8 = ___1_rhs;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
float3__ctor_mC61002CD0EC13D7C37D846D021A78C028FB80DB9_inline((&L_9), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), ((float)il2cpp_codegen_multiply(L_7, L_8)), NULL);
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 41641
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E math_abs_mC7F2BBD861835C82A0A47A47A44B73E704D7F63B_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:1856>
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_0 = ___0_x;
|
|
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_1;
|
|
L_1 = math_asuint_m4AEE8C17FEDA05D4C77C427818D1C9EF5E31521E_inline(L_0, NULL);
|
|
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_2;
|
|
L_2 = uint3_op_BitwiseAnd_m772BFC3A60526C264937ABCA92F1CAAFC2B0D634_inline(L_1, ((int32_t)2147483647LL), NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_3;
|
|
L_3 = math_asfloat_m7A90E1FAABD250FCEC00839D01B098BB046F7933_inline(L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 45957
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E float4_get_xyz_mE6EC829F35512C7BC159047FDC134E80F3B37A06_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:3008>
|
|
float L_0 = __this->___x;
|
|
float L_1 = __this->___y;
|
|
float L_2 = __this->___z;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
float3__ctor_mC61002CD0EC13D7C37D846D021A78C028FB80DB9_inline((&L_3), L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 41224
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E math_transform_m8E47EBD0098A58A9BEB51032E1B6C25C9BD90178_inline (float4x4_t7EDD16F7F57DC7F61A6302535F7C19FB97915DF2 ___0_a, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___1_b, const RuntimeMethod* method)
|
|
{
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4x4.gen.cs:669>
|
|
float4x4_t7EDD16F7F57DC7F61A6302535F7C19FB97915DF2 L_0 = ___0_a;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_1 = L_0.___c0;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_2 = ___1_b;
|
|
float L_3 = L_2.___x;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_4;
|
|
L_4 = float4_op_Multiply_m712573F441DA8AF0843DE2167927FB76E642B1EB_inline(L_1, L_3, NULL);
|
|
float4x4_t7EDD16F7F57DC7F61A6302535F7C19FB97915DF2 L_5 = ___0_a;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_6 = L_5.___c1;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_7 = ___1_b;
|
|
float L_8 = L_7.___y;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_9;
|
|
L_9 = float4_op_Multiply_m712573F441DA8AF0843DE2167927FB76E642B1EB_inline(L_6, L_8, NULL);
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_10;
|
|
L_10 = float4_op_Addition_m2CF2E1B2DAD4996DE3C5B6DFB90185E4CC8F0F44_inline(L_4, L_9, NULL);
|
|
float4x4_t7EDD16F7F57DC7F61A6302535F7C19FB97915DF2 L_11 = ___0_a;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_12 = L_11.___c2;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_13 = ___1_b;
|
|
float L_14 = L_13.___z;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_15;
|
|
L_15 = float4_op_Multiply_m712573F441DA8AF0843DE2167927FB76E642B1EB_inline(L_12, L_14, NULL);
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_16;
|
|
L_16 = float4_op_Addition_m2CF2E1B2DAD4996DE3C5B6DFB90185E4CC8F0F44_inline(L_10, L_15, NULL);
|
|
float4x4_t7EDD16F7F57DC7F61A6302535F7C19FB97915DF2 L_17 = ___0_a;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_18 = L_17.___c3;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_19;
|
|
L_19 = float4_op_Addition_m2CF2E1B2DAD4996DE3C5B6DFB90185E4CC8F0F44_inline(L_16, L_18, NULL);
|
|
V_0 = L_19;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_20;
|
|
L_20 = float4_get_xyz_mE6EC829F35512C7BC159047FDC134E80F3B37A06_inline((&V_0), NULL);
|
|
return L_20;
|
|
}
|
|
}
|
|
// Method Definition Index: 36373
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_center_m5B05F81CB835EB6DD8628FDA24B638F477984DC3_inline (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_Center;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 36377
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Bounds_get_extents_mFE6DC407FCE2341BE2C750CB554055D211281D25_inline (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_Extents;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 36374
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bounds_set_center_m891869DD5B1BEEE2D17907BBFB7EB79AAE44884B_inline (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_value;
|
|
__this->___m_Center = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 36378
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Bounds_set_extents_m09496358547B86A93EFE7BE6371E7A6FE937C46F_inline (Bounds_t367E830C64BBF235ED8C3B2F8CF6254FDCAD39C3* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_value;
|
|
__this->___m_Extents = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 70811
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DisallowGPUDrivenRendering_get_applyToChildrenRecursively_m3E929193F5CE5D66B2FE31D776EC2A2F2116CAA9_inline (DisallowGPUDrivenRendering_tF47794ABF9C89D55326226AC8C75471D3C736555* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowGPUDrivenRendering.cs:16>
|
|
bool L_0 = __this->___m_applyToChildrenRecursively;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 70819
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool DisallowSmallMeshCulling_get_applyToChildrenRecursively_m07F3D5D527D2DEF50D7B02D214383B8AF78C4C64_inline (DisallowSmallMeshCulling_tA1F3C9FD2CB77E0D445108FD463412346117DB67* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Components/DisallowSmallMeshCulling.cs:13>
|
|
bool L_0 = __this->___m_applyToChildrenRecursively;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 28843
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Widget_set_displayName_mDCBDC31DD3A041E03DFA4BEA8FCA2A428F4ED921_inline (Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Debugging/DebugUI.cs:148>
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CdisplayNameU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdisplayNameU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 28809
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Foldout_set_opened_m9B3C64BB8E4E8444017BB7D31888B2713C0CC80C_inline (Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Debugging/DebugUI.Containers.cs:169>
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CopenedU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 28796
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* Container_get_children_mF5C23A0F324E22BEBEF2EA14CE8DA7BEA72D631B_inline (Container_t0F404B4F1A7EFE36CAD5C2A9EA0261991099D217* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Debugging/DebugUI.Containers.cs:22>
|
|
ObservableList_1_tA2EE47FA1DF709EB5C98A99799E1701D66260C08* L_0 = __this->___U3CchildrenU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 28867
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Value_set_getter_m2184497927F2C23CEB0CCF47480D886AE5237EC4_inline (Value_tD3281A1DB8DBD137422F643A60AE1E5F0C736457* __this, Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Debugging/DebugUI.cs:296>
|
|
Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* L_0 = ___0_value;
|
|
__this->___U3CgetterU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgetterU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 28845
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Widget_set_tooltip_m87968E949EAD82E82438D33EAB241C6B8352C37B_inline (Widget_tE8D6AF1D7525CC84E8F2C3B73162016736A6A2FF* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Debugging/DebugUI.cs:153>
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CtooltipU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtooltipU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 37871
|
|
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 = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___y = L_1;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 28811
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Foldout_set_documentationUrl_m45C9DB6B7962CE987BA7728F261EC41D80621AC1_inline (Foldout_tB410CB76F06E3A386EA0943B8EE3A9071409A8A6* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Debugging/DebugUI.Containers.cs:184>
|
|
String_t* L_0 = ___0_value;
|
|
__this->___U3CdocumentationUrlU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CdocumentationUrlU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 37908
|
|
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;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 37910
|
|
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;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 45214
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E float3_op_Multiply_m38F52B61F8E5636955A1A6DF3A75BD0724148350_inline (float ___0_lhs, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3.gen.cs:275>
|
|
float L_0 = ___0_lhs;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_1 = ___1_rhs;
|
|
float L_2 = L_1.___x;
|
|
float L_3 = ___0_lhs;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_4 = ___1_rhs;
|
|
float L_5 = L_4.___y;
|
|
float L_6 = ___0_lhs;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_7 = ___1_rhs;
|
|
float L_8 = L_7.___z;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
float3__ctor_mC61002CD0EC13D7C37D846D021A78C028FB80DB9_inline((&L_9), ((float)il2cpp_codegen_multiply(L_0, L_2)), ((float)il2cpp_codegen_multiply(L_3, L_5)), ((float)il2cpp_codegen_multiply(L_6, L_8)), NULL);
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 41935
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E math_cross_m4CA2DAE150C6381B0D05E8AA9E48E88CF6157180_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_x, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___1_y, const RuntimeMethod* method)
|
|
{
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:3823>
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_0 = ___0_x;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_1;
|
|
L_1 = float3_get_yzx_mDF6DE39B69C5DE384F74C0D1EC91AA0388E23535_inline((&___1_y), NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_2;
|
|
L_2 = float3_op_Multiply_m05E57074FBD5FAB0E72940C9CC019C41915280D7_inline(L_0, L_1, NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_3;
|
|
L_3 = float3_get_yzx_mDF6DE39B69C5DE384F74C0D1EC91AA0388E23535_inline((&___0_x), NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_4 = ___1_y;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_5;
|
|
L_5 = float3_op_Multiply_m05E57074FBD5FAB0E72940C9CC019C41915280D7_inline(L_3, L_4, NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_6;
|
|
L_6 = float3_op_Subtraction_mB6036E9849D95650D6E73DA0D179CD7B61E696F2_inline(L_2, L_5, NULL);
|
|
V_0 = L_6;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_7;
|
|
L_7 = float3_get_yzx_mDF6DE39B69C5DE384F74C0D1EC91AA0388E23535_inline((&V_0), NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// Method Definition Index: 41657
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float math_dot_mE193D8880350D74CC8D63A0D53CDC5902F844AAD_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_x, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___1_y, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:1967>
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_0 = ___0_x;
|
|
float L_1 = L_0.___x;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_2 = ___1_y;
|
|
float L_3 = L_2.___x;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_4 = ___0_x;
|
|
float L_5 = L_4.___y;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_6 = ___1_y;
|
|
float L_7 = L_6.___y;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_8 = ___0_x;
|
|
float L_9 = L_8.___z;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_10 = ___1_y;
|
|
float L_11 = L_10.___z;
|
|
return ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)))), ((float)il2cpp_codegen_multiply(L_9, L_11))));
|
|
}
|
|
}
|
|
// Method Definition Index: 45610
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void float4__ctor_m2A21052EF06884F609D1CDA9A2C2ED84A7584345_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E* __this, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_xyz, float ___1_w, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:119>
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_0 = ___0_xyz;
|
|
float L_1 = L_0.___x;
|
|
__this->___x = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:120>
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_2 = ___0_xyz;
|
|
float L_3 = L_2.___y;
|
|
__this->___y = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:121>
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_4 = ___0_xyz;
|
|
float L_5 = L_4.___z;
|
|
__this->___z = L_5;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:122>
|
|
float L_6 = ___1_w;
|
|
__this->___w = L_6;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:123>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 41473
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_asuint_m503D1ABF19E4BA615FD8AE1BF1A2E103BBED6139_inline (float ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:351>
|
|
int32_t L_0 = *((uint32_t*)((uintptr_t)(&___0_x)));
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 37972
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 Vector4_op_UnaryNegation_mE451F7AD9633EB555659025C54DE0A15AE436283_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_a, const RuntimeMethod* method)
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ___0_a;
|
|
float L_1 = L_0.___x;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2 = ___0_a;
|
|
float L_3 = L_2.___y;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = ___0_a;
|
|
float L_5 = L_4.___z;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_6 = ___0_a;
|
|
float L_7 = L_6.___w;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_8;
|
|
memset((&L_8), 0, sizeof(L_8));
|
|
Vector4__ctor_m96B2CD8B862B271F513AF0BDC2EABD58E4DBC813_inline((&L_8), ((-L_1)), ((-L_3)), ((-L_5)), ((-L_7)), NULL);
|
|
V_0 = L_8;
|
|
goto IL_0025;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 37979
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector4_op_Implicit_m0217ADDC8CADDB93ACBABB17A50207698DAB0071_inline (Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_0 = ___0_v;
|
|
float L_1 = L_0.___x;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_2 = ___0_v;
|
|
float L_3 = L_2.___y;
|
|
Vector4_t58B63D32F48C0DBF50DE2C60794C4676C80EDBE3 L_4 = ___0_v;
|
|
float L_5 = L_4.___z;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_6), L_1, L_3, L_5, NULL);
|
|
V_0 = L_6;
|
|
goto IL_001b;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
// Method Definition Index: 36412
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Plane_get_normal_mA161D94E6F7327BC111007C880B76E1731729EFB_inline (Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C* __this, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_Normal;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 37753
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Dot_mBB86BB940AA0A32FA7D3C02AC42E5BC7095A5D52_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_lhs, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_lhs;
|
|
float L_1 = L_0.___x;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___1_rhs;
|
|
float L_3 = L_2.___x;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_lhs;
|
|
float L_5 = L_4.___y;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___1_rhs;
|
|
float L_7 = L_6.___y;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_lhs;
|
|
float L_9 = L_8.___z;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___1_rhs;
|
|
float L_11 = L_10.___z;
|
|
V_0 = ((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)))), ((float)il2cpp_codegen_multiply(L_9, L_11))));
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
float L_12 = V_0;
|
|
return L_12;
|
|
}
|
|
}
|
|
// Method Definition Index: 36413
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Plane_get_distance_m2D50D2C23E2D9438272F876878015B38DAF5ED30_inline (Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C* __this, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
float L_0 = __this->___m_Distance;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
float L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 41905
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float math_length_m6A2B63D7A3B84261C2F7FCAA2CB382288A57D257_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:3618>
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_0 = ___0_x;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_1 = ___0_x;
|
|
float L_2;
|
|
L_2 = math_dot_mE193D8880350D74CC8D63A0D53CDC5902F844AAD_inline(L_0, L_1, NULL);
|
|
float L_3;
|
|
L_3 = math_sqrt_mEF31DE7BD0179009683C5D7B0C58E6571B30CF4A_inline(L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 45644
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E float4_op_Division_mA82993BB826C4799764D5B0E543D0D7776F4F8A2_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___0_lhs, float ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:403>
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_0 = ___0_lhs;
|
|
float L_1 = L_0.___x;
|
|
float L_2 = ___1_rhs;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_3 = ___0_lhs;
|
|
float L_4 = L_3.___y;
|
|
float L_5 = ___1_rhs;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_6 = ___0_lhs;
|
|
float L_7 = L_6.___z;
|
|
float L_8 = ___1_rhs;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_9 = ___0_lhs;
|
|
float L_10 = L_9.___w;
|
|
float L_11 = ___1_rhs;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
float4__ctor_mB2F7F2D8BCE8159BEF5A0D6400499E211858ED2D_inline((&L_12), ((float)(L_1/L_2)), ((float)(L_4/L_5)), ((float)(L_7/L_8)), ((float)(L_10/L_11)), NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
// Method Definition Index: 41511
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 math_isnan_mED38B88FBA9F6236AD15DE1464A11EC9C79C2523_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:701>
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_0 = ___0_x;
|
|
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_1;
|
|
L_1 = math_asuint_mDF3C61EF6F9D9D10A1D3EB9D0075149707B461B9_inline(L_0, NULL);
|
|
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_2;
|
|
L_2 = uint4_op_BitwiseAnd_mEF924757B2BE1F41834950F7880B93C25B812044_inline(L_1, ((int32_t)2147483647LL), NULL);
|
|
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_3;
|
|
L_3 = uint4_op_GreaterThan_mF8C8A88E77644D1B6F50F98D4DF718ED9DD37514_inline(L_2, ((int32_t)2139095040), NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 41947
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool math_any_mF5CAEC62F24E2940A7F6702EE75F549A46456016_inline (bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:3947>
|
|
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_0 = ___0_x;
|
|
bool L_1 = L_0.___x;
|
|
if (L_1)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_2 = ___0_x;
|
|
bool L_3 = L_2.___y;
|
|
if (L_3)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_4 = ___0_x;
|
|
bool L_5 = L_4.___z;
|
|
if (L_5)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_6 = ___0_x;
|
|
bool L_7 = L_6.___w;
|
|
return L_7;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 36415
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Plane__ctor_mACA7F957A13DD97953808B8E0CF95EAD7D39463E_inline (Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_inNormal, float ___1_d, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_inNormal;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1;
|
|
L_1 = Vector3_Normalize_mEF8349CC39674236CFC694189AFD36E31F89AC8F_inline(L_0, NULL);
|
|
__this->___m_Normal = L_1;
|
|
float L_2 = ___1_d;
|
|
__this->___m_Distance = L_2;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 36417
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Plane_GetDistanceToPoint_m43E27525BB203513B13EF35F8EDB3785CA4AE6DC_inline (Plane_tB7D8CC6F7AACF5F3AA483AF005C1102A8577BC0C* __this, Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_point, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = __this->___m_Normal;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = ___0_point;
|
|
float L_2;
|
|
L_2 = Vector3_Dot_mBB86BB940AA0A32FA7D3C02AC42E5BC7095A5D52_inline(L_0, L_1, NULL);
|
|
float L_3 = __this->___m_Distance;
|
|
V_0 = ((float)il2cpp_codegen_add(L_2, L_3));
|
|
goto IL_0017;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
float L_4 = V_0;
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 45249
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E float3_get_xxxx_mA6AD50CF981609B495FD7C53EEAB7D61DE73F892_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3.gen.cs:533>
|
|
float L_0 = __this->___x;
|
|
float L_1 = __this->___x;
|
|
float L_2 = __this->___x;
|
|
float L_3 = __this->___x;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
float4__ctor_mB2F7F2D8BCE8159BEF5A0D6400499E211858ED2D_inline((&L_4), L_0, L_1, L_2, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 45289
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E float3_get_yyyy_mB6E38BE809A21BFDA2B8C50550772688DED62F87_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3.gen.cs:893>
|
|
float L_0 = __this->___y;
|
|
float L_1 = __this->___y;
|
|
float L_2 = __this->___y;
|
|
float L_3 = __this->___y;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
float4__ctor_mB2F7F2D8BCE8159BEF5A0D6400499E211858ED2D_inline((&L_4), L_0, L_1, L_2, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 45329
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E float3_get_zzzz_mB027C227FD1F33215575C08462A2E01672EEF86E_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3.gen.cs:1253>
|
|
float L_0 = __this->___z;
|
|
float L_1 = __this->___z;
|
|
float L_2 = __this->___z;
|
|
float L_3 = __this->___z;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
float4__ctor_mB2F7F2D8BCE8159BEF5A0D6400499E211858ED2D_inline((&L_4), L_0, L_1, L_2, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 43055
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool4__ctor_m2A59D4A3453F6D4B684BABDF76792A2F28112307_inline (bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619* __this, bool ___0_v, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/bool4.gen.cs:144>
|
|
bool L_0 = ___0_v;
|
|
__this->___x = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/bool4.gen.cs:145>
|
|
bool L_1 = ___0_v;
|
|
__this->___y = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/bool4.gen.cs:146>
|
|
bool L_2 = ___0_v;
|
|
__this->___z = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/bool4.gen.cs:147>
|
|
bool L_3 = ___0_v;
|
|
__this->___w = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/bool4.gen.cs:148>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 45634
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E float4_op_Multiply_m0E98338FB7DFF55B101EBCD78A8703ADB9C08667_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___0_lhs, float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:330>
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_0 = ___0_lhs;
|
|
float L_1 = L_0.___x;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_2 = ___1_rhs;
|
|
float L_3 = L_2.___x;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_4 = ___0_lhs;
|
|
float L_5 = L_4.___y;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_6 = ___1_rhs;
|
|
float L_7 = L_6.___y;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_8 = ___0_lhs;
|
|
float L_9 = L_8.___z;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_10 = ___1_rhs;
|
|
float L_11 = L_10.___z;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_12 = ___0_lhs;
|
|
float L_13 = L_12.___w;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_14 = ___1_rhs;
|
|
float L_15 = L_14.___w;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_16;
|
|
memset((&L_16), 0, sizeof(L_16));
|
|
float4__ctor_mB2F7F2D8BCE8159BEF5A0D6400499E211858ED2D_inline((&L_16), ((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)), ((float)il2cpp_codegen_multiply(L_9, L_11)), ((float)il2cpp_codegen_multiply(L_13, L_15)), NULL);
|
|
return L_16;
|
|
}
|
|
}
|
|
// Method Definition Index: 45637
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E float4_op_Addition_m2CF2E1B2DAD4996DE3C5B6DFB90185E4CC8F0F44_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___0_lhs, float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:352>
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_0 = ___0_lhs;
|
|
float L_1 = L_0.___x;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_2 = ___1_rhs;
|
|
float L_3 = L_2.___x;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_4 = ___0_lhs;
|
|
float L_5 = L_4.___y;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_6 = ___1_rhs;
|
|
float L_7 = L_6.___y;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_8 = ___0_lhs;
|
|
float L_9 = L_8.___z;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_10 = ___1_rhs;
|
|
float L_11 = L_10.___z;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_12 = ___0_lhs;
|
|
float L_13 = L_12.___w;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_14 = ___1_rhs;
|
|
float L_15 = L_14.___w;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_16;
|
|
memset((&L_16), 0, sizeof(L_16));
|
|
float4__ctor_mB2F7F2D8BCE8159BEF5A0D6400499E211858ED2D_inline((&L_16), ((float)il2cpp_codegen_add(L_1, L_3)), ((float)il2cpp_codegen_add(L_5, L_7)), ((float)il2cpp_codegen_add(L_9, L_11)), ((float)il2cpp_codegen_add(L_13, L_15)), NULL);
|
|
return L_16;
|
|
}
|
|
}
|
|
// Method Definition Index: 45651
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 float4_op_LessThan_mE58C0AE08E7145B15A2BE0280751B39BB4B9B4AF_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___0_lhs, float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:454>
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_0 = ___0_lhs;
|
|
float L_1 = L_0.___x;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_2 = ___1_rhs;
|
|
float L_3 = L_2.___x;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_4 = ___0_lhs;
|
|
float L_5 = L_4.___y;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_6 = ___1_rhs;
|
|
float L_7 = L_6.___y;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_8 = ___0_lhs;
|
|
float L_9 = L_8.___z;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_10 = ___1_rhs;
|
|
float L_11 = L_10.___z;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_12 = ___0_lhs;
|
|
float L_13 = L_12.___w;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_14 = ___1_rhs;
|
|
float L_15 = L_14.___w;
|
|
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_16;
|
|
memset((&L_16), 0, sizeof(L_16));
|
|
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_16), (bool)((((float)L_1) < ((float)L_3))? 1 : 0), (bool)((((float)L_5) < ((float)L_7))? 1 : 0), (bool)((((float)L_9) < ((float)L_11))? 1 : 0), (bool)((((float)L_13) < ((float)L_15))? 1 : 0), NULL);
|
|
return L_16;
|
|
}
|
|
}
|
|
// Method Definition Index: 43067
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 bool4_op_BitwiseOr_mEA4CFA895D210A3B2D79011D473F4A17B3BF2DDA_inline (bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___0_lhs, bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/bool4.gen.cs:236>
|
|
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_0 = ___0_lhs;
|
|
bool L_1 = L_0.___x;
|
|
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_2 = ___1_rhs;
|
|
bool L_3 = L_2.___x;
|
|
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_4 = ___0_lhs;
|
|
bool L_5 = L_4.___y;
|
|
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_6 = ___1_rhs;
|
|
bool L_7 = L_6.___y;
|
|
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_8 = ___0_lhs;
|
|
bool L_9 = L_8.___z;
|
|
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_10 = ___1_rhs;
|
|
bool L_11 = L_10.___z;
|
|
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12 = ___0_lhs;
|
|
bool L_13 = L_12.___w;
|
|
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_14 = ___1_rhs;
|
|
bool L_15 = L_14.___w;
|
|
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_16;
|
|
memset((&L_16), 0, sizeof(L_16));
|
|
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_16), (bool)((int32_t)((int32_t)L_1|(int32_t)L_3)), (bool)((int32_t)((int32_t)L_5|(int32_t)L_7)), (bool)((int32_t)((int32_t)L_9|(int32_t)L_11)), (bool)((int32_t)((int32_t)L_13|(int32_t)L_15)), NULL);
|
|
return L_16;
|
|
}
|
|
}
|
|
// Method Definition Index: 37835
|
|
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;
|
|
}
|
|
}
|
|
// Method Definition Index: 45604
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void float4__ctor_mB2F7F2D8BCE8159BEF5A0D6400499E211858ED2D_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E* __this, float ___0_x, float ___1_y, float ___2_z, float ___3_w, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:44>
|
|
float L_0 = ___0_x;
|
|
__this->___x = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:45>
|
|
float L_1 = ___1_y;
|
|
__this->___y = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:46>
|
|
float L_2 = ___2_z;
|
|
__this->___z = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:47>
|
|
float L_3 = ___3_w;
|
|
__this->___w = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:48>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 41642
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E math_abs_m3520AF73CED32CCB365373E2AACD939AA8D281A7_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:1862>
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_0 = ___0_x;
|
|
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_1;
|
|
L_1 = math_asuint_mDF3C61EF6F9D9D10A1D3EB9D0075149707B461B9_inline(L_0, NULL);
|
|
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_2;
|
|
L_2 = uint4_op_BitwiseAnd_mEF924757B2BE1F41834950F7880B93C25B812044_inline(L_1, ((int32_t)2147483647LL), NULL);
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_3;
|
|
L_3 = math_asfloat_m12607D976A0CF76E07E41340262CAEC45A9CB537_inline(L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 41138
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 math_transpose_mECD2E8FB703C258FFE6D446C231833E952B1E0B2_inline (float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 ___0_v, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3x3.gen.cs:626>
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3x3.gen.cs:627>
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3x3.gen.cs:628>
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3x3.gen.cs:629>
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_0 = ___0_v;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_1 = L_0.___c0;
|
|
float L_2 = L_1.___x;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_3 = ___0_v;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_4 = L_3.___c0;
|
|
float L_5 = L_4.___y;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_6 = ___0_v;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_7 = L_6.___c0;
|
|
float L_8 = L_7.___z;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_9 = ___0_v;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_10 = L_9.___c1;
|
|
float L_11 = L_10.___x;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_12 = ___0_v;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_13 = L_12.___c1;
|
|
float L_14 = L_13.___y;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_15 = ___0_v;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_16 = L_15.___c1;
|
|
float L_17 = L_16.___z;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_18 = ___0_v;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_19 = L_18.___c2;
|
|
float L_20 = L_19.___x;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_21 = ___0_v;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_22 = L_21.___c2;
|
|
float L_23 = L_22.___y;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_24 = ___0_v;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_25 = L_24.___c2;
|
|
float L_26 = L_25.___z;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_27;
|
|
L_27 = math_float3x3_m63BD623B75D81DD4349E93172851DA6CAB8D899F_inline(L_2, L_5, L_8, L_11, L_14, L_17, L_20, L_23, L_26, NULL);
|
|
return L_27;
|
|
}
|
|
}
|
|
// Method Definition Index: 42289
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E math_mul_m4C38B3C1EB3A8DEBFD06421A2FCBE54E7CDC46EE_inline (float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 ___0_a, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___1_b, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/matrix.gen.cs:376>
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_0 = ___0_a;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_1 = L_0.___c0;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_2 = ___1_b;
|
|
float L_3 = L_2.___x;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_4;
|
|
L_4 = float3_op_Multiply_m6E5DC552C8B0F9A180298BD9197FF47B14E0EA81_inline(L_1, L_3, NULL);
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_5 = ___0_a;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_6 = L_5.___c1;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_7 = ___1_b;
|
|
float L_8 = L_7.___y;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_9;
|
|
L_9 = float3_op_Multiply_m6E5DC552C8B0F9A180298BD9197FF47B14E0EA81_inline(L_6, L_8, NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_10;
|
|
L_10 = float3_op_Addition_mFFCF4F7457594F5EFB0678C0DE90AAD3D3F6947B_inline(L_4, L_9, NULL);
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_11 = ___0_a;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_12 = L_11.___c2;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_13 = ___1_b;
|
|
float L_14 = L_13.___z;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_15;
|
|
L_15 = float3_op_Multiply_m6E5DC552C8B0F9A180298BD9197FF47B14E0EA81_inline(L_12, L_14, NULL);
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_16;
|
|
L_16 = float3_op_Addition_mFFCF4F7457594F5EFB0678C0DE90AAD3D3F6947B_inline(L_10, L_15, NULL);
|
|
return L_16;
|
|
}
|
|
}
|
|
// Method Definition Index: 41639
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float math_abs_m3D9508B36B045BFE7B89C6C69AD34596264E4FE1_inline (float ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:1844>
|
|
float L_0 = ___0_x;
|
|
uint32_t L_1;
|
|
L_1 = math_asuint_m503D1ABF19E4BA615FD8AE1BF1A2E103BBED6139_inline(L_0, NULL);
|
|
float L_2;
|
|
L_2 = math_asfloat_m20D259DAAB46464B59BD8BF5678F9D59800F70A9_inline(((int32_t)((int32_t)L_1&((int32_t)2147483647LL))), NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 41552
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float math_max_m4B454A91AE8827997609E74C4C24036BBD3CC496_inline (float ___0_x, float ___1_y, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:1061>
|
|
float L_0 = ___1_y;
|
|
bool L_1;
|
|
L_1 = Single_IsNaN_mFE637F6ECA9F7697CE8EFF56427858F4C5EDF75D_inline(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
float L_2 = ___0_x;
|
|
float L_3 = ___1_y;
|
|
if ((((float)L_2) > ((float)L_3)))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
float L_4 = ___1_y;
|
|
return L_4;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
float L_5 = ___0_x;
|
|
return L_5;
|
|
}
|
|
}
|
|
// Method Definition Index: 41875
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float math_sqrt_mEF31DE7BD0179009683C5D7B0C58E6571B30CF4A_inline (float ___0_x, 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;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:3382>
|
|
float L_0 = ___0_x;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_1;
|
|
L_1 = sqrt(((double)((float)L_0)));
|
|
return ((float)L_1);
|
|
}
|
|
}
|
|
// Method Definition Index: 41534
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float math_min_m54FD010BEF505D2BA1F79FC793BEB0723C329C3B_inline (float ___0_x, float ___1_y, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:929>
|
|
float L_0 = ___1_y;
|
|
bool L_1;
|
|
L_1 = Single_IsNaN_mFE637F6ECA9F7697CE8EFF56427858F4C5EDF75D_inline(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
float L_2 = ___0_x;
|
|
float L_3 = ___1_y;
|
|
if ((((float)L_2) < ((float)L_3)))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
float L_4 = ___1_y;
|
|
return L_4;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
float L_5 = ___0_x;
|
|
return L_5;
|
|
}
|
|
}
|
|
// Method Definition Index: 41911
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float math_lengthsq_mE03E2168984FB33F53C2B3FE2E8D4759E78B57A2_inline (float ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:3656>
|
|
float L_0 = ___0_x;
|
|
float L_1 = ___0_x;
|
|
return ((float)il2cpp_codegen_multiply(L_0, L_1));
|
|
}
|
|
}
|
|
// Method Definition Index: 45364
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA float3_get_xy_mFD536022DC4F5162E2FE30328BE2418E4878349A_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3.gen.cs:1526>
|
|
float L_0 = __this->___x;
|
|
float L_1 = __this->___y;
|
|
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
float2__ctor_m3D598E2C2D173DE852F3AB157502968261383C97_inline((&L_2), L_0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 41912
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float math_lengthsq_mDC7DB2DF1C069D45CE87BC737AF59CB0094042FA_inline (float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:3662>
|
|
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_0 = ___0_x;
|
|
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_1 = ___0_x;
|
|
float L_2;
|
|
L_2 = math_dot_mF673D3E5B7D267C0A8569B678D05BDCCB667D04D_inline(L_0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 45186
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void float3__ctor_mC61002CD0EC13D7C37D846D021A78C028FB80DB9_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E* __this, float ___0_x, float ___1_y, float ___2_z, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3.gen.cs:41>
|
|
float L_0 = ___0_x;
|
|
__this->___x = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3.gen.cs:42>
|
|
float L_1 = ___1_y;
|
|
__this->___y = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3.gen.cs:43>
|
|
float L_2 = ___2_z;
|
|
__this->___z = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3.gen.cs:44>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 41913
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float math_lengthsq_mC699F3F214F05B26BEBAF1B46E3AA3C00407A532_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:3668>
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_0 = ___0_x;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_1 = ___0_x;
|
|
float L_2;
|
|
L_2 = math_dot_mE193D8880350D74CC8D63A0D53CDC5902F844AAD_inline(L_0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 71710
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* RenderersBatchersContext_get_occlusionCullingCommon_mB5106ABB84E6D34B14EBA467B292E39DDCB60C1D_inline (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/RenderersBatchersContext.cs:80>
|
|
OcclusionCullingCommon_t2AFE7DF28379DF1255CFCC766FC1BC7B4C6E59CD* L_0 = __this->___m_OcclusionCullingCommon;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71270
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GPUInstanceDataBufferUploader_AllocateUploadHandles_mAFB40A36A5FDAF5C560EB04B822012E57219A607_inline (GPUInstanceDataBufferUploader_tE52D85AC36021AB1CE62BBC4EBD4C0EC72C99A53* __this, int32_t ___0_handlesLength, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceData/GPUInstanceDataUploader.cs:312>
|
|
int32_t L_0 = ___0_handlesLength;
|
|
__this->___m_InstanceCount = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceData/GPUInstanceDataUploader.cs:313>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71692
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RenderersParameters_t5FE65DC16251F4C1775A6CDA267011B9794A3B2B RenderersBatchersContext_get_renderersParameters_mFAD826F98D88258ACEB3BAAB3BCA506E9DA8C54E_inline (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/RenderersBatchersContext.cs:33>
|
|
RenderersParameters_t5FE65DC16251F4C1775A6CDA267011B9794A3B2B L_0 = __this->___m_RenderersParameters;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71756
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ParallelBitArray_get_Length_m82FE0E2AC9FAB29DA67E28FFAEA04EB642955B08_inline (ParallelBitArray_t6A6C5FD3CF042F579F506A60067805B45B280317* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/Utilities/ParallelBitArray.cs:16>
|
|
int32_t L_0 = __this->___m_Length;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71267
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t GPUInstanceDataBufferUploader_GetUIntPerInstance_mE171D8F73FE5CDE5D3F83C730F31877B8649A59C_inline (GPUInstanceDataBufferUploader_tE52D85AC36021AB1CE62BBC4EBD4C0EC72C99A53* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceData/GPUInstanceDataUploader.cs:287>
|
|
int32_t L_0 = __this->___m_UintPerInstance;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 70998
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 GPUResidentDrawer_get_settings_m3F0472441E9F1191B0E0FC43B6D8BBF004EAF3C6_inline (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:323>
|
|
GPUResidentDrawerSettings_tADE99E022C133C2D383D056788BA763D4BC43231 L_0 = __this->___m_Settings;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 70997
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* GPUResidentDrawer_get_batcher_m03715B9C280D664F90B0B1F592D9C3ADD212F9F3_inline (GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:321>
|
|
GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* L_0 = __this->___m_Batcher;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71711
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* RenderersBatchersContext_get_debugStats_m26AAE0C2CF41DBE02DD210D1FDDB808F8A88CB87_inline (RenderersBatchersContext_t5D87D79D64D87CEC72560F8BC4690997349F2F98* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/RenderersBatchersContext.cs:81>
|
|
DebugRendererBatcherStats_t40186FD9F88B1C6B2670D47645C8440E37CD3706* L_0 = __this->___m_DebugStats;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 70992
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GPUResidentDrawer_get_ForceOcclusion_m6C97AA5F01C6062E108460F76FB92745C07CB4CC_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:273>
|
|
bool L_0 = ((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___U3CForceOcclusionU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 3293
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool IntPtr_op_Equality_m7D9CDCDE9DC2A0C2C614633F4921E90187FAB271_inline (intptr_t ___0_value1, intptr_t ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
intptr_t L_0 = ___0_value1;
|
|
intptr_t L_1 = ___1_value2;
|
|
return (bool)((((intptr_t)L_0) == ((intptr_t)L_1))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 70951
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* GPUResidentBatcher_get_instanceCullingBatcher_m9E7BF9BA5E63072AB043C86836AC4C036AD5D465_inline (GPUResidentBatcher_t03EB1BFD059B1DFA8BBACB7415CB3ED0C69B3A21* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentBatcher.cs:21>
|
|
InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* L_0 = __this->___m_InstanceCullingBatcher;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71196
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeParallelHashMap_2_tC02F6A3A939816974341E9FB7EA769755D46204C InstanceCullingBatcher_get_batchMaterialHash_mF1798E2B3C1C885996C171F3F4EDFB7DFDC53151_inline (InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCullingBatcher.cs:511>
|
|
NativeParallelHashMap_2_tC02F6A3A939816974341E9FB7EA769755D46204C L_0 = __this->___m_BatchMaterialHash;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71197
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeParallelHashMap_2_tE5393C7FA31C99A84F6C65F5C7F207CAD827B4C5 InstanceCullingBatcher_get_packedMaterialHash_m12837A329EFD8A76B3E25C2140F516E2847570EC_inline (InstanceCullingBatcher_tF7D6B377AB7FA3912737949C058C08068D1E1A16* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCullingBatcher.cs:512>
|
|
NativeParallelHashMap_2_tE5393C7FA31C99A84F6C65F5C7F207CAD827B4C5 L_0 = __this->___m_PackedMaterialHash;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 70990
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool GPUResidentDrawer_get_MaintainContext_mC393C718E2CF175293B7B1E86C7C70A5AC6D046C_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawer.cs:272>
|
|
bool L_0 = ((GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_StaticFields*)il2cpp_codegen_static_fields_for(GPUResidentDrawer_tB6F260E4DEC50D7E0DA2BD0CB131A51CDDCA3009_il2cpp_TypeInfo_var))->___U3CMaintainContextU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71035
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GPUResidentDrawerBurst_ClassifyMaterialsU24BurstManaged_mB0D38D1C45E45E052FB7EDFF5FC730712F97C388_inline (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787* ___1_batchMaterialHash, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___2_supportedMaterialIDs, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedMaterialIDs, NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* ___4_supportedPackedMaterialDatas, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m76DC8FCCF3E42CD42363AD6C2BAC71ABDA1535C2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m62905577B99C79AEA734E15AC569B10365214EDA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m9615CE722B0B33517472FA29CB73AE60D8E8D522_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArray_1_GetEnumerator_m6E656AE4243351850AD99E832638DDF081239389_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Add_mD5F3F9AEDF81C4AE1F22A002348E5296010D0064_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_AsArray_m55E032CB4280AE9BC2B69ED9C30D36C69F1BC609_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Resize_m2358D62785D3489186FBAD096754E2EA7E67FF16_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Resize_m7C08A0B66BF2718864FFEC496D873CCE8D434704_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1__ctor_m5697273576B6FA770C7C26B21495B790E0D88EFA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_IsEmpty_mB6321124F984DAF254E969158935C9C08369934B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_ContainsKey_m14445E388908EF02FB0AFC01B2FEE92069DE96B4_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
int32_t V_1 = 0;
|
|
Enumerator_t7767C5CF41D19BF6C7326C9870C530F1AD3CAC30 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
int32_t V_4 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:14>
|
|
AllocatorHandle_t3CA09720B1F89F91A8DDBA95E74C28A1EC3E3148 L_0;
|
|
L_0 = AllocatorHandle_op_Implicit_mDCF4431F31BB4A09438AE644785C4273F86B2B8D(2, NULL);
|
|
NativeList_1__ctor_m5697273576B6FA770C7C26B21495B790E0D88EFA((&V_0), 4, L_0, NativeList_1__ctor_m5697273576B6FA770C7C26B21495B790E0D88EFA_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:16>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_1 = ___0_materialIDs;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_2 = (*(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)L_1);
|
|
V_3 = L_2;
|
|
Enumerator_t7767C5CF41D19BF6C7326C9870C530F1AD3CAC30 L_3;
|
|
L_3 = NativeArray_1_GetEnumerator_m6E656AE4243351850AD99E832638DDF081239389((&V_3), NativeArray_1_GetEnumerator_m6E656AE4243351850AD99E832638DDF081239389_RuntimeMethod_var);
|
|
V_2 = L_3;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0046:
|
|
{
|
|
Enumerator_Dispose_m76DC8FCCF3E42CD42363AD6C2BAC71ABDA1535C2((&V_2), Enumerator_Dispose_m76DC8FCCF3E42CD42363AD6C2BAC71ABDA1535C2_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
});
|
|
try
|
|
{
|
|
{
|
|
goto IL_003b_1;
|
|
}
|
|
|
|
IL_001f_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:16>
|
|
int32_t L_4;
|
|
L_4 = Enumerator_get_Current_m9615CE722B0B33517472FA29CB73AE60D8E8D522_inline((&V_2), Enumerator_get_Current_m9615CE722B0B33517472FA29CB73AE60D8E8D522_RuntimeMethod_var);
|
|
V_4 = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:18>
|
|
ReadOnly_t0B4FB58A54CA965C8DEA6473130B2239B5740787* L_5 = ___1_batchMaterialHash;
|
|
int32_t L_6 = V_4;
|
|
bool L_7;
|
|
L_7 = ReadOnly_ContainsKey_m14445E388908EF02FB0AFC01B2FEE92069DE96B4(L_5, L_6, ReadOnly_ContainsKey_m14445E388908EF02FB0AFC01B2FEE92069DE96B4_RuntimeMethod_var);
|
|
if (!L_7)
|
|
{
|
|
goto IL_003b_1;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:19>
|
|
NativeList_1_Add_mD5F3F9AEDF81C4AE1F22A002348E5296010D0064((&V_0), (&V_4), NativeList_1_Add_mD5F3F9AEDF81C4AE1F22A002348E5296010D0064_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003b_1:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:16>
|
|
bool L_8;
|
|
L_8 = Enumerator_MoveNext_m62905577B99C79AEA734E15AC569B10365214EDA_inline((&V_2), Enumerator_MoveNext_m62905577B99C79AEA734E15AC569B10365214EDA_RuntimeMethod_var);
|
|
if (L_8)
|
|
{
|
|
goto IL_001f_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:22>
|
|
bool L_9;
|
|
L_9 = NativeList_1_get_IsEmpty_mB6321124F984DAF254E969158935C9C08369934B_inline((&V_0), NativeList_1_get_IsEmpty_mB6321124F984DAF254E969158935C9C08369934B_RuntimeMethod_var);
|
|
if (!L_9)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:24>
|
|
NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E((&V_0), NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:25>
|
|
return;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:28>
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_10 = ___3_unsupportedMaterialIDs;
|
|
int32_t L_11;
|
|
L_11 = NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_inline((&V_0), NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_RuntimeMethod_var);
|
|
NativeList_1_Resize_m7C08A0B66BF2718864FFEC496D873CCE8D434704(L_10, L_11, 0, NativeList_1_Resize_m7C08A0B66BF2718864FFEC496D873CCE8D434704_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:29>
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_12 = ___2_supportedMaterialIDs;
|
|
int32_t L_13;
|
|
L_13 = NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_inline((&V_0), NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_RuntimeMethod_var);
|
|
NativeList_1_Resize_m7C08A0B66BF2718864FFEC496D873CCE8D434704(L_12, L_13, 0, NativeList_1_Resize_m7C08A0B66BF2718864FFEC496D873CCE8D434704_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:30>
|
|
NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* L_14 = ___4_supportedPackedMaterialDatas;
|
|
int32_t L_15;
|
|
L_15 = NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_inline((&V_0), NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_RuntimeMethod_var);
|
|
NativeList_1_Resize_m2358D62785D3489186FBAD096754E2EA7E67FF16(L_14, L_15, 0, NativeList_1_Resize_m2358D62785D3489186FBAD096754E2EA7E67FF16_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:32>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_16;
|
|
L_16 = NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6((&V_0), NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6_RuntimeMethod_var);
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_17 = ___3_unsupportedMaterialIDs;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_18;
|
|
L_18 = NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6(L_17, NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6_RuntimeMethod_var);
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_19 = ___2_supportedMaterialIDs;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_20;
|
|
L_20 = NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6(L_19, NativeList_1_AsArray_m935271AC90F399A1587B9D82894E71067F6769A6_RuntimeMethod_var);
|
|
NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* L_21 = ___4_supportedPackedMaterialDatas;
|
|
NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 L_22;
|
|
L_22 = NativeList_1_AsArray_m55E032CB4280AE9BC2B69ED9C30D36C69F1BC609(L_21, NativeList_1_AsArray_m55E032CB4280AE9BC2B69ED9C30D36C69F1BC609_RuntimeMethod_var);
|
|
il2cpp_codegen_runtime_class_init_inline(GPUDrivenProcessor_tB1BC3D8A5CF027C45CB4015CE5C88705BB717E08_il2cpp_TypeInfo_var);
|
|
int32_t L_23;
|
|
L_23 = GPUDrivenProcessor_ClassifyMaterials_m5B53072BEA2EDFB446E9152A1701C158FF48DEFD(L_16, L_18, L_20, L_22, NULL);
|
|
V_1 = L_23;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:34>
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_24 = ___3_unsupportedMaterialIDs;
|
|
int32_t L_25 = V_1;
|
|
NativeList_1_Resize_m7C08A0B66BF2718864FFEC496D873CCE8D434704(L_24, L_25, 1, NativeList_1_Resize_m7C08A0B66BF2718864FFEC496D873CCE8D434704_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:35>
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_26 = ___2_supportedMaterialIDs;
|
|
int32_t L_27;
|
|
L_27 = NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_inline((&V_0), NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_RuntimeMethod_var);
|
|
int32_t L_28 = V_1;
|
|
NativeList_1_Resize_m7C08A0B66BF2718864FFEC496D873CCE8D434704(L_26, ((int32_t)il2cpp_codegen_subtract(L_27, L_28)), 1, NativeList_1_Resize_m7C08A0B66BF2718864FFEC496D873CCE8D434704_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:36>
|
|
NativeList_1_tFD044146ECB2F0E841E5631252564AC68D2BD52B* L_29 = ___4_supportedPackedMaterialDatas;
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_30 = ___2_supportedMaterialIDs;
|
|
int32_t L_31;
|
|
L_31 = NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_inline(L_30, NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_RuntimeMethod_var);
|
|
NativeList_1_Resize_m2358D62785D3489186FBAD096754E2EA7E67FF16(L_29, L_31, 1, NativeList_1_Resize_m2358D62785D3489186FBAD096754E2EA7E67FF16_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:38>
|
|
NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E((&V_0), NativeList_1_Dispose_m84213D7E2FCB5934C5E1C073C68F55FBD0383E1E_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:39>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71036
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GPUResidentDrawerBurst_FindUnsupportedRenderersU24BurstManaged_m342114EE5DA2CE7AFEEE16D6E6A0D5D4D0E8A070_inline (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_unsupportedMaterials, ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* ___1_materialIDArrays, ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* ___2_rendererGroups, NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* ___3_unsupportedRenderers, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeArrayExtensions_Contains_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m05CD00B5078EADD2E55FA6FF5BBB7631C57CAFC6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeList_1_Add_mD5F3F9AEDF81C4AE1F22A002348E5296010D0064_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_get_Item_m1C07C4BF3E06906AD18E2F93EAD2CD97CC91D8CD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_get_Item_m9DFC7CAC9FE6CC930E5BB888FC1018C186B6B135_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_get_Length_m1528DD3FAC107316446ECF9DBC017881AA6D472E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
int32_t V_2 = 0;
|
|
ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
int32_t V_5 = 0;
|
|
int32_t V_6 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:45>
|
|
V_0 = 0;
|
|
goto IL_0062;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:47>
|
|
ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* L_0 = ___1_materialIDArrays;
|
|
ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4 L_1 = (*(ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4*)L_0);
|
|
V_3 = L_1;
|
|
int32_t L_2 = V_0;
|
|
SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106 L_3;
|
|
L_3 = ReadOnly_get_Item_m1C07C4BF3E06906AD18E2F93EAD2CD97CC91D8CD_inline((&V_3), L_2, ReadOnly_get_Item_m1C07C4BF3E06906AD18E2F93EAD2CD97CC91D8CD_RuntimeMethod_var);
|
|
V_1 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:48>
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* L_4 = ___2_rendererGroups;
|
|
ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B L_5 = (*(ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B*)L_4);
|
|
V_4 = L_5;
|
|
int32_t L_6 = V_0;
|
|
int32_t L_7;
|
|
L_7 = ReadOnly_get_Item_m9DFC7CAC9FE6CC930E5BB888FC1018C186B6B135_inline((&V_4), L_6, ReadOnly_get_Item_m9DFC7CAC9FE6CC930E5BB888FC1018C186B6B135_RuntimeMethod_var);
|
|
V_2 = L_7;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:50>
|
|
V_5 = 0;
|
|
goto IL_0054;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:52>
|
|
int32_t L_8 = V_5;
|
|
int32_t L_9;
|
|
L_9 = SmallIntegerArray_get_Item_m81A85EC298981F31BB405CA783D90BB96697C2DE((&V_1), L_8, NULL);
|
|
V_6 = L_9;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:54>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_10 = ___0_unsupportedMaterials;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_11 = (*(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)L_10);
|
|
int32_t L_12 = V_6;
|
|
bool L_13;
|
|
L_13 = NativeArrayExtensions_Contains_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m05CD00B5078EADD2E55FA6FF5BBB7631C57CAFC6(L_11, L_12, NativeArrayExtensions_Contains_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m05CD00B5078EADD2E55FA6FF5BBB7631C57CAFC6_RuntimeMethod_var);
|
|
if (!L_13)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:56>
|
|
NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* L_14 = ___3_unsupportedRenderers;
|
|
NativeList_1_Add_mD5F3F9AEDF81C4AE1F22A002348E5296010D0064(L_14, (&V_2), NativeList_1_Add_mD5F3F9AEDF81C4AE1F22A002348E5296010D0064_RuntimeMethod_var);
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:57>
|
|
goto IL_005e;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:50>
|
|
int32_t L_15 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:50>
|
|
int32_t L_16 = V_5;
|
|
SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106 L_17 = V_1;
|
|
int32_t L_18 = L_17.___Length;
|
|
if ((((int32_t)L_16) < ((int32_t)L_18)))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:45>
|
|
int32_t L_19 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_19, 1));
|
|
}
|
|
|
|
IL_0062:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:45>
|
|
int32_t L_20 = V_0;
|
|
ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* L_21 = ___1_materialIDArrays;
|
|
ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4 L_22 = (*(ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4*)L_21);
|
|
V_3 = L_22;
|
|
int32_t L_23;
|
|
L_23 = ReadOnly_get_Length_m1528DD3FAC107316446ECF9DBC017881AA6D472E_inline((&V_3), ReadOnly_get_Length_m1528DD3FAC107316446ECF9DBC017881AA6D472E_RuntimeMethod_var);
|
|
if ((((int32_t)L_20) < ((int32_t)L_23)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:61>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71037
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GPUResidentDrawerBurst_GetMaterialsWithChangedPackedMaterialU24BurstManaged_mF321C2281AE3F7783E5F716EF61481A4506456A6_inline (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* ___0_materialIDs, NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446* ___1_packedMaterialDatas, ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56* ___2_packedMaterialHash, NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* ___3_filteredMaterials, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NativeHashSet_1_Add_mB67F0FEDA3A1AAC916807470790ADC4386B2F992_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnly_TryGetValue_m8644DADA12691E5F761055E0749C42FBABC0DA5A_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
GPUDrivenPackedMaterialData_t9AFE25D18C8FA6EB6A69AEF342C2A19DA824CF38 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
GPUDrivenPackedMaterialData_t9AFE25D18C8FA6EB6A69AEF342C2A19DA824CF38 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:67>
|
|
V_0 = 0;
|
|
goto IL_0047;
|
|
}
|
|
|
|
IL_0004:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:69>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_0 = ___0_materialIDs;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_1 = (*(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)L_0);
|
|
V_4 = L_1;
|
|
int32_t L_2 = V_0;
|
|
int32_t L_3;
|
|
L_3 = IL2CPP_NATIVEARRAY_GET_ITEM(int32_t, ((&V_4))->___m_Buffer, L_2);
|
|
V_1 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:70>
|
|
NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446* L_4 = ___1_packedMaterialDatas;
|
|
NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446 L_5 = (*(NativeArray_1_t712BAFB3B7FD80607F953479B6E3EE2D54BD9446*)L_4);
|
|
V_5 = L_5;
|
|
int32_t L_6 = V_0;
|
|
GPUDrivenPackedMaterialData_t9AFE25D18C8FA6EB6A69AEF342C2A19DA824CF38 L_7;
|
|
L_7 = IL2CPP_NATIVEARRAY_GET_ITEM(GPUDrivenPackedMaterialData_t9AFE25D18C8FA6EB6A69AEF342C2A19DA824CF38, ((&V_5))->___m_Buffer, L_6);
|
|
V_2 = L_7;
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:73>
|
|
ReadOnly_tB464CED74FB03838BC6026E45946ECC7E6FBCE56* L_8 = ___2_packedMaterialHash;
|
|
int32_t L_9 = V_1;
|
|
bool L_10;
|
|
L_10 = ReadOnly_TryGetValue_m8644DADA12691E5F761055E0749C42FBABC0DA5A(L_8, L_9, (&V_3), ReadOnly_TryGetValue_m8644DADA12691E5F761055E0749C42FBABC0DA5A_RuntimeMethod_var);
|
|
if (!L_10)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
GPUDrivenPackedMaterialData_t9AFE25D18C8FA6EB6A69AEF342C2A19DA824CF38 L_11 = V_2;
|
|
bool L_12;
|
|
L_12 = GPUDrivenPackedMaterialData_Equals_m59C839C10A6F58AFE9160E899EBA2AC7BB9DA480((&V_3), L_11, NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:76>
|
|
NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* L_13 = ___3_filteredMaterials;
|
|
int32_t L_14 = V_1;
|
|
bool L_15;
|
|
L_15 = NativeHashSet_1_Add_mB67F0FEDA3A1AAC916807470790ADC4386B2F992(L_13, L_14, NativeHashSet_1_Add_mB67F0FEDA3A1AAC916807470790ADC4386B2F992_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:67>
|
|
int32_t L_16 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_16, 1));
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:67>
|
|
int32_t L_17 = V_0;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_18 = ___0_materialIDs;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_19 = (*(NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)L_18);
|
|
V_4 = L_19;
|
|
int32_t L_20;
|
|
L_20 = IL2CPP_NATIVEARRAY_GET_LENGTH(((&V_4))->___m_Length);
|
|
if ((((int32_t)L_17) < ((int32_t)L_20)))
|
|
{
|
|
goto IL_0004;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerBurst.cs:78>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 37927
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A Vector2Int_get_zero_mF92C338E9CB9434105090E675E04D20A29649553_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_0 = ((Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_StaticFields*)il2cpp_codegen_static_fields_for(Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A_il2cpp_TypeInfo_var))->___s_Zero;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Vector2Int_t69B2886EBAB732D9B880565E18E7568F3DE0CE6A L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 37724
|
|
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;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Matrix4x4_tDB70CF134A14BA38190C59AA700BCE10E2AED3E6 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 37764
|
|
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;
|
|
V_0 = L_0;
|
|
goto IL_0009;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 31839
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 TextureHandle_get_nullHandle_m077A7652CAF9B2004942375C6F1CCFD714AA9E19_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/RenderGraph/RenderGraphResourceTexture.cs:66>
|
|
il2cpp_codegen_runtime_class_init_inline(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var);
|
|
TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388 L_0 = ((TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_StaticFields*)il2cpp_codegen_static_fields_for(TextureHandle_t680ABA3F8B50859351BA5DD66220084F87F37388_il2cpp_TypeInfo_var))->___s_NullHandle;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 41612
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_clamp_m845CE3909BF025F1A435484446712886216D42CE_inline (uint32_t ___0_valueToClamp, uint32_t ___1_lowerBound, uint32_t ___2_upperBound, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:1649>
|
|
uint32_t L_0 = ___1_lowerBound;
|
|
uint32_t L_1 = ___2_upperBound;
|
|
uint32_t L_2 = ___0_valueToClamp;
|
|
uint32_t L_3;
|
|
L_3 = math_min_mFBB411A5384A9CFD7787E398A6F758553D3700A9_inline(L_1, L_2, NULL);
|
|
uint32_t L_4;
|
|
L_4 = math_max_mD9D4307218A8CFA92F9C26871E508B23C17F6395_inline(L_0, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 37836
|
|
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;
|
|
}
|
|
}
|
|
// Method Definition Index: 42075
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_tzcnt_m07FD7550AAB5D94312E99571B112D652E8230360_inline (uint32_t ___0_x, const RuntimeMethod* method)
|
|
{
|
|
LongDoubleUnion_tD71C400B6C4CD1A7F13CE8125AC6BBC7A22791CA V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5175>
|
|
uint32_t L_0 = ___0_x;
|
|
if (L_0)
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5176>
|
|
return ((int32_t)32);
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5178>
|
|
uint32_t L_1 = ___0_x;
|
|
uint32_t L_2 = ___0_x;
|
|
___0_x = ((int32_t)((int32_t)L_1&((int32_t)(uint32_t)((-((int64_t)(uint64_t)((uint32_t)L_2)))))));
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5180>
|
|
(&V_0)->___doubleValue = (0.0);
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5181>
|
|
uint32_t L_3 = ___0_x;
|
|
(&V_0)->___longValue = ((int64_t)il2cpp_codegen_add(((int64_t)4841369599423283200LL), ((int64_t)(uint64_t)((uint32_t)L_3))));
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5182>
|
|
double* L_4 = (double*)(&(&V_0)->___doubleValue);
|
|
double* L_5 = L_4;
|
|
double L_6 = *((double*)L_5);
|
|
*((double*)L_5) = (double)((double)il2cpp_codegen_subtract(L_6, (4503599627370496.0)));
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5183>
|
|
LongDoubleUnion_tD71C400B6C4CD1A7F13CE8125AC6BBC7A22791CA L_7 = V_0;
|
|
int64_t L_8 = L_7.___longValue;
|
|
return ((int32_t)il2cpp_codegen_subtract(((int32_t)((int64_t)(L_8>>((int32_t)52)))), ((int32_t)1023)));
|
|
}
|
|
}
|
|
// Method Definition Index: 41542
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_max_m9083201D37A8ED0157B127B5878D9B7F3A2A40BE_inline (int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:987>
|
|
int32_t L_0 = ___0_x;
|
|
int32_t L_1 = ___1_y;
|
|
if ((((int32_t)L_0) > ((int32_t)L_1)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___1_y;
|
|
return L_2;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
int32_t L_3 = ___0_x;
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 3294
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B_inline (intptr_t ___0_value1, intptr_t ___1_value2, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
intptr_t L_0 = ___0_value1;
|
|
intptr_t L_1 = ___1_value2;
|
|
return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 41608
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_clamp_m9EABD008C8EAD9D150062ABE724D96FA2121EE1C_inline (int32_t ___0_valueToClamp, int32_t ___1_lowerBound, int32_t ___2_upperBound, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:1616>
|
|
int32_t L_0 = ___1_lowerBound;
|
|
int32_t L_1 = ___2_upperBound;
|
|
int32_t L_2 = ___0_valueToClamp;
|
|
int32_t L_3;
|
|
L_3 = math_min_m02D43DF516544C279AF660EA4731449C82991849_inline(L_1, L_2, NULL);
|
|
int32_t L_4;
|
|
L_4 = math_max_m9083201D37A8ED0157B127B5878D9B7F3A2A40BE_inline(L_0, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 41847
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double math_log2_m6B62F168669E44F7CE5CFE99456183815EC32C7E_inline (double ___0_x, 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;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:3174>
|
|
double L_0 = ___0_x;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_1;
|
|
L_1 = Math_Log_m5A3BBBF06AB82F25C885812E07D27B473CF43054(L_0, (2.0), NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 41556
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double math_max_m8830F8721EFC73BCF991CD497115A103B86BF3BE_inline (double ___0_x, double ___1_y, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:1090>
|
|
double L_0 = ___1_y;
|
|
bool L_1;
|
|
L_1 = Double_IsNaN_mF2BC6D1FD4813179B2CAE58D29770E42830D0883_inline(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
double L_2 = ___0_x;
|
|
double L_3 = ___1_y;
|
|
if ((((double)L_2) > ((double)L_3)))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
double L_4 = ___1_y;
|
|
return L_4;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
double L_5 = ___0_x;
|
|
return L_5;
|
|
}
|
|
}
|
|
// Method Definition Index: 41622
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double math_clamp_m39FE4EA2420B8DF536A1344B16D9E39EF5B7155F_inline (double ___0_valueToClamp, double ___1_lowerBound, double ___2_upperBound, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:1732>
|
|
double L_0 = ___1_lowerBound;
|
|
double L_1 = ___2_upperBound;
|
|
double L_2 = ___0_valueToClamp;
|
|
double L_3;
|
|
L_3 = math_min_m29A6A5FB36524D911D13DDB4866FF005C7BF00D5_inline(L_1, L_2, NULL);
|
|
double L_4;
|
|
L_4 = math_max_m8830F8721EFC73BCF991CD497115A103B86BF3BE_inline(L_0, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 41747
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double math_floor_m49AF91133E08FD4B7A652BCC41F25EEC9DF52D07_inline (double ___0_x, 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;
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:2543>
|
|
double L_0 = ___0_x;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_1;
|
|
L_1 = floor(L_0);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 71288
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t InstanceHandle_get_index_mD1303DDB5E62977480B92E3DCECC534B1465CB94_inline (InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceData/InstanceAllocator.cs:14>
|
|
int32_t L_0 = __this->___U3CindexU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 42059
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_countbits_m4CA1327F4995735E6AA4862E641E128312C404BD_inline (uint64_t ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5011>
|
|
uint64_t L_0 = ___0_x;
|
|
uint64_t L_1 = ___0_x;
|
|
___0_x = ((int64_t)il2cpp_codegen_subtract((int64_t)L_0, ((int64_t)(((int64_t)((uint64_t)L_1>>1))&((int64_t)6148914691236517205LL)))));
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5012>
|
|
uint64_t L_2 = ___0_x;
|
|
uint64_t L_3 = ___0_x;
|
|
___0_x = ((int64_t)il2cpp_codegen_add(((int64_t)((int64_t)L_2&((int64_t)3689348814741910323LL))), ((int64_t)(((int64_t)((uint64_t)L_3>>2))&((int64_t)3689348814741910323LL)))));
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5013>
|
|
uint64_t L_4 = ___0_x;
|
|
uint64_t L_5 = ___0_x;
|
|
return ((int32_t)((int64_t)((uint64_t)((int64_t)il2cpp_codegen_multiply(((int64_t)(((int64_t)il2cpp_codegen_add((int64_t)L_4, ((int64_t)((uint64_t)L_5>>4))))&((int64_t)1085102592571150095LL))), ((int64_t)72340172838076673LL)))>>((int32_t)56))));
|
|
}
|
|
}
|
|
// Method Definition Index: 42080
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_tzcnt_mB3717EA8D7052CBC8F048C8ADB37D6C6060C5490_inline (uint64_t ___0_x, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
uint32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
LongDoubleUnion_tD71C400B6C4CD1A7F13CE8125AC6BBC7A22791CA V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
uint32_t G_B5_0 = 0;
|
|
int32_t G_B8_0 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5251>
|
|
uint64_t L_0 = ___0_x;
|
|
if (L_0)
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5252>
|
|
return ((int32_t)64);
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5254>
|
|
uint64_t L_1 = ___0_x;
|
|
uint64_t L_2 = ___0_x;
|
|
___0_x = ((int64_t)((int64_t)L_1&((-((int64_t)L_2)))));
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5255>
|
|
uint64_t L_3 = ___0_x;
|
|
V_0 = ((int32_t)(uint32_t)L_3);
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5257>
|
|
uint32_t L_4 = V_0;
|
|
if (L_4)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
uint64_t L_5 = ___0_x;
|
|
G_B5_0 = ((uint32_t)(((int32_t)(uint32_t)((int64_t)((uint64_t)L_5>>((int32_t)32))))));
|
|
goto IL_001a;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
uint32_t L_6 = V_0;
|
|
G_B5_0 = L_6;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
V_1 = G_B5_0;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5258>
|
|
uint32_t L_7 = V_0;
|
|
if (L_7)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
G_B8_0 = ((int32_t)991);
|
|
goto IL_002a;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
G_B8_0 = ((int32_t)1023);
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
V_2 = G_B8_0;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5261>
|
|
(&V_3)->___doubleValue = (0.0);
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5262>
|
|
uint32_t L_8 = V_1;
|
|
(&V_3)->___longValue = ((int64_t)il2cpp_codegen_add(((int64_t)4841369599423283200LL), ((int64_t)(uint64_t)((uint32_t)L_8))));
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5263>
|
|
double* L_9 = (double*)(&(&V_3)->___doubleValue);
|
|
double* L_10 = L_9;
|
|
double L_11 = *((double*)L_10);
|
|
*((double*)L_10) = (double)((double)il2cpp_codegen_subtract(L_11, (4503599627370496.0)));
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5264>
|
|
LongDoubleUnion_tD71C400B6C4CD1A7F13CE8125AC6BBC7A22791CA L_12 = V_3;
|
|
int64_t L_13 = L_12.___longValue;
|
|
int32_t L_14 = V_2;
|
|
return ((int32_t)il2cpp_codegen_subtract(((int32_t)((int64_t)(L_13>>((int32_t)52)))), L_14));
|
|
}
|
|
}
|
|
// Method Definition Index: 42071
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_tzcnt_m85FEAD596A8E327F7B6820310B7FBD9822BA735C_inline (int32_t ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:5120>
|
|
int32_t L_0 = ___0_x;
|
|
int32_t L_1;
|
|
L_1 = math_tzcnt_m07FD7550AAB5D94312E99571B112D652E8230360_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 40006
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BatchFilterSettings_set_batchLayer_m6A6C6FD4365A708E12E79F1243F349E02AEAC4DF_inline (BatchFilterSettings_t24CAFF037E8C667ABC0B23D55D6CC7125947CDE2* __this, uint8_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint8_t L_0 = ___0_value;
|
|
__this->___m_batchLayer = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71306
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t GPUInstanceIndex_get_index_m0EDBD4FD5FC090990E2A24DCEBB5346B260C919D_inline (GPUInstanceIndex_t1B73FC29B273B0470A8E186E3C2F19CA6D8FBA78* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceData/InstanceAllocator.cs:45>
|
|
int32_t L_0 = __this->___U3CindexU3Ek__BackingField;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71307
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void GPUInstanceIndex_set_index_m24EF3293A5E4CA20F4186F53B459500CDAE40687_inline (GPUInstanceIndex_t1B73FC29B273B0470A8E186E3C2F19CA6D8FBA78* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceData/InstanceAllocator.cs:45>
|
|
int32_t L_0 = ___0_value;
|
|
__this->___U3CindexU3Ek__BackingField = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 71118
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C InstanceCullerSplitDebugArray_get_Counters_mBDB8C933AEEB9F934132442CA20FC54A9E9A01AB_inline (InstanceCullerSplitDebugArray_tAA23F6BFC283BAF767F47CB047E7AA4CF702A8F1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1483>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_0 = __this->___m_Counters;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71124
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* InstanceOcclusionEventDebugArray_get_CounterBuffer_mF25E7B744518F980443AFCF79E48EA3CCF852D04_inline (InstanceOcclusionEventDebugArray_t090FE53FB162303ADB4A15BB669805B554BDE0AB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCuller.cs:1590>
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_0 = __this->___m_CounterBuffer;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71074
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* GPUResidentDrawerResources_get_instanceOcclusionCullingKernels_m0096BB5665B29E5552385CC7C4990DDF95C6EDB1_inline (GPUResidentDrawerResources_tF31988691B09711D8BC990FF1C2C0D9CAB77CC6F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/GPUResidentDrawerResources.cs:83>
|
|
ComputeShader_tA7BDD0F6EE879D149480F5890BA2E665C50CFBF8* L_0 = __this->___m_InstanceOcclusionCullingKernels;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71180
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeList_1_t0E8F99CBD0349EB2EDB94A940345E760399356C0 CPUDrawInstanceData_get_drawInstances_m5B182A75D8968C69C7EFF2CE773D0029E7412D68_inline (CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCullingBatcher.cs:322>
|
|
NativeList_1_t0E8F99CBD0349EB2EDB94A940345E760399356C0 L_0 = __this->___m_DrawInstances;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71182
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30 CPUDrawInstanceData_get_drawBatches_m6E62CEC9E106C2CB84B185517A04105E77D875F6_inline (CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCullingBatcher.cs:324>
|
|
NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30 L_0 = __this->___m_DrawBatches;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 41524
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t math_min_m02D43DF516544C279AF660EA4731449C82991849_inline (int32_t ___0_x, int32_t ___1_y, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:855>
|
|
int32_t L_0 = ___0_x;
|
|
int32_t L_1 = ___1_y;
|
|
if ((((int32_t)L_0) < ((int32_t)L_1)))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = ___1_y;
|
|
return L_2;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
int32_t L_3 = ___0_x;
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 71184
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeList_1_t50EF7494D5DE96412C6EA67378B11EE5C5C8EE89 CPUDrawInstanceData_get_drawRanges_m980D02096E99CCD5299D5B06AAEC78E986A92754_inline (CPUDrawInstanceData_tC4887C5FA241D761FA6F3E44F34E1A77B59958F7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceCullingBatcher.cs:326>
|
|
NativeList_1_t50EF7494D5DE96412C6EA67378B11EE5C5C8EE89 L_0 = __this->___m_DrawRanges;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71592
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C IndirectBufferContextStorage_get_allocationCounters_mF22684F6D0214AE0755E3DFA8BA047C9E63C70FC_inline (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceOcclusionCuller.cs:618>
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C L_0 = __this->___m_AllocationCounters;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71590
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeArray_1_tB8F0DDF2408274818FBB9DB19DE6BF57FCE751A2 IndirectBufferContextStorage_get_instanceInfoGlobalArray_m6D87D347531D8E3C00FB0967CCAEE69FED54FC41_inline (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceOcclusionCuller.cs:616>
|
|
NativeArray_1_tB8F0DDF2408274818FBB9DB19DE6BF57FCE751A2 L_0 = __this->___m_InstanceInfoStaging;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71591
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR NativeArray_1_t53D1F8A0601B0A0A14155D124CA9BE481C9F9507 IndirectBufferContextStorage_get_drawInfoGlobalArray_mF90CEAECE8B83E043E462A4495421A574CC257D4_inline (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceOcclusionCuller.cs:617>
|
|
NativeArray_1_t53D1F8A0601B0A0A14155D124CA9BE481C9F9507 L_0 = __this->___m_DrawInfoStaging;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71586
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* IndirectBufferContextStorage_get_drawInfoBuffer_m0168780ED5CFCB3613F04F2C00561471352A5790_inline (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceOcclusionCuller.cs:600>
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_0 = __this->___m_DrawInfoBuffer;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71584
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* IndirectBufferContextStorage_get_instanceInfoBuffer_mC14C040CC88B2F11AFE1301EB1FB9C70E396E8E5_inline (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceOcclusionCuller.cs:598>
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_0 = __this->___m_InstanceInfoBuffer;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71585
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* IndirectBufferContextStorage_get_argsBuffer_m81BE13A707FAF6B8F9361AEBCDD9CBA69611C334_inline (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceOcclusionCuller.cs:599>
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_0 = __this->___m_ArgsBuffer;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 71583
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* IndirectBufferContextStorage_get_instanceBuffer_mD965845788AD240262E1C46BB4BA405B73C8EA27_inline (IndirectBufferContextStorage_t163864EFB0FCBEC52967FBC133744C5B7381C1E5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/GPUDriven/InstanceOcclusionCuller.cs:597>
|
|
GraphicsBuffer_t91FACD3CD78588C25C361C453D1A2FE055EC4AF1* L_0 = __this->___m_InstanceBuffer;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 56994
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeList_1_get_Length_mB4FC1C8F5BCFBB96FD906F27FF41FC878DB721AC_gshared_inline (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:199>
|
|
UnsafeList_1_t992261DF45A734DEB130F79025C5BF88D0C2CDC7* L_0 = __this->___m_ListData;
|
|
int32_t L_1;
|
|
L_1 = UnsafeList_1_get_Length_m9191847040F0FA46D2C717CA67FF99BEAB6C955D_inline((UnsafeList_1_t992261DF45A734DEB130F79025C5BF88D0C2CDC7*)L_0, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 11));
|
|
int32_t L_2;
|
|
L_2 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 56991
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93 NativeList_1_get_Item_m5B47CB99AD82EBCA7BE686B7164EFEA3DD649470_gshared_inline (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:157>
|
|
UnsafeList_1_t992261DF45A734DEB130F79025C5BF88D0C2CDC7* L_0 = __this->___m_ListData;
|
|
int32_t L_1 = ___0_index;
|
|
DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93 L_2;
|
|
L_2 = UnsafeList_1_get_Item_m7A8AD4B85F57E59070C4B04AA53E1D1D19F9C765_inline((UnsafeList_1_t992261DF45A734DEB130F79025C5BF88D0C2CDC7*)L_0, L_1, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 6));
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 56994
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeList_1_get_Length_m162ED70EE832FC01BABBD659406195BC6DB50D4A_gshared_inline (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:199>
|
|
UnsafeList_1_t72FFFA60411F6BB2F2C776571F608CDA569E5999* L_0 = __this->___m_ListData;
|
|
int32_t L_1;
|
|
L_1 = UnsafeList_1_get_Length_m80F9D5CE595C89454C0635846077F724AA237900_inline((UnsafeList_1_t72FFFA60411F6BB2F2C776571F608CDA569E5999*)L_0, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 11));
|
|
int32_t L_2;
|
|
L_2 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 56991
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 NativeList_1_get_Item_m775ADBCE0DBDDA68B138888009F9F9633E111CDE_gshared_inline (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:157>
|
|
UnsafeList_1_t72FFFA60411F6BB2F2C776571F608CDA569E5999* L_0 = __this->___m_ListData;
|
|
int32_t L_1 = ___0_index;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_2;
|
|
L_2 = UnsafeList_1_get_Item_m4D6C7D8C3B4D659767C13BC97C02EBAE85E14D63_inline((UnsafeList_1_t72FFFA60411F6BB2F2C776571F608CDA569E5999*)L_0, L_1, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 6));
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 56994
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeList_1_get_Length_m0741213990CDC270EA01956306826DB5D87C5F6A_gshared_inline (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:199>
|
|
UnsafeList_1_t86D2231E0AF64C72BA7C266D36B9F3FE399B41EB* L_0 = __this->___m_ListData;
|
|
int32_t L_1;
|
|
L_1 = UnsafeList_1_get_Length_m935ED3CB98D85276D60494996334F25E04581175_inline((UnsafeList_1_t86D2231E0AF64C72BA7C266D36B9F3FE399B41EB*)L_0, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 11));
|
|
int32_t L_2;
|
|
L_2 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 56991
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD NativeList_1_get_Item_m6B6298009A29FAA2779571AAA30AFFC46A518CC1_gshared_inline (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:157>
|
|
UnsafeList_1_t86D2231E0AF64C72BA7C266D36B9F3FE399B41EB* L_0 = __this->___m_ListData;
|
|
int32_t L_1 = ___0_index;
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD L_2;
|
|
L_2 = UnsafeList_1_get_Item_m7D3A3E1E3C853E37E5688B8583E568D6DA76C49E_inline((UnsafeList_1_t86D2231E0AF64C72BA7C266D36B9F3FE399B41EB*)L_0, L_1, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 6));
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 28878
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Field_1_set_getter_mF8E6E0323EBD752BE2D6D13285B5993CA830E50D_gshared_inline (Field_1_t32151A22D4B1B5C1DFFDDACD9F3C78D19596507A* __this, Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Debugging/DebugUI.Fields.cs:21>
|
|
Func_1_t2BE7F58348C9CC544A8973B3A9E55541DE43C457* L_0 = ___0_value;
|
|
__this->___U3CgetterU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgetterU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 28880
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Field_1_set_setter_mA45A1B2C3D2FCE0FBD04F05304D354B375823B69_gshared_inline (Field_1_t32151A22D4B1B5C1DFFDDACD9F3C78D19596507A* __this, Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Debugging/DebugUI.Fields.cs:25>
|
|
Action_1_t10DCB0C07D0D3C565CEACADC80D1152B35A45F6C* L_0 = ___0_value;
|
|
__this->___U3CsetterU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsetterU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 28878
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Field_1_set_getter_m0D6269CE6AB37DC17FD68ED4DF23AAA7F5A111EE_gshared_inline (Field_1_t7F813BE8CAF3F3F635B34474DDD7B797C5B6CD2A* __this, Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Debugging/DebugUI.Fields.cs:21>
|
|
Func_1_tC288CCB64EFD1F5FD49C3F8DE91FE62905E44BCD* L_0 = ___0_value;
|
|
__this->___U3CgetterU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgetterU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 28880
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Field_1_set_setter_mEE3F70B069BC0ED608C28AB90F4AE5BD443E5D8F_gshared_inline (Field_1_t7F813BE8CAF3F3F635B34474DDD7B797C5B6CD2A* __this, Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Debugging/DebugUI.Fields.cs:25>
|
|
Action_1_tD69A6DC9FBE94131E52F5A73B2A9D4AB51EEC404* L_0 = ___0_value;
|
|
__this->___U3CsetterU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsetterU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 28878
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Field_1_set_getter_m30D3C5756F57A4722D34CD27E76B82E5E2EE9E26_gshared_inline (Field_1_t644B86FEF42048CB531CD13D6477869470E12AD8* __this, Func_1_t11C3830580201E0A3A3A2C76523B7905EF40BCF7* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Debugging/DebugUI.Fields.cs:21>
|
|
Func_1_t11C3830580201E0A3A3A2C76523B7905EF40BCF7* L_0 = ___0_value;
|
|
__this->___U3CgetterU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CgetterU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 28880
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Field_1_set_setter_m90E7EFD04883265D67E9F22A5F40E7DF693FB534_gshared_inline (Field_1_t644B86FEF42048CB531CD13D6477869470E12AD8* __this, Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.render-pipelines.core@5e056b397fc0/Runtime/Debugging/DebugUI.Fields.cs:25>
|
|
Action_1_t310F18CB4338A2740CA701F160C62E2C3198E66A* L_0 = ___0_value;
|
|
__this->___U3CsetterU3Ek__BackingField = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CsetterU3Ek__BackingField), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 56994
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeList_1_get_Length_m8842BCE2399B0730FC7584F095F1AC006D55886A_gshared_inline (NativeList_1_t63E603CC13098D57EE39281831362F9D13564D34* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:199>
|
|
UnsafeList_1_t96307A04898BD0C49DFF733D301684A2628959F2* L_0 = __this->___m_ListData;
|
|
int32_t L_1;
|
|
L_1 = UnsafeList_1_get_Length_mB2C372F0020D014252A727D64471BAF8A605A996_inline((UnsafeList_1_t96307A04898BD0C49DFF733D301684A2628959F2*)L_0, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 11));
|
|
int32_t L_2;
|
|
L_2 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 56992
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NativeList_1_set_Item_m4CCD80C758C69925CA734D1E1402D66E27F4E212_gshared_inline (NativeList_1_t902856D039AB8993F5FC55297B678E063D0372B7* __this, int32_t ___0_index, SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:166>
|
|
UnsafeList_1_t176765C8600ACA8C102D843301B50E7ED070AF98* L_0 = __this->___m_ListData;
|
|
int32_t L_1 = ___0_index;
|
|
SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A L_2 = ___1_value;
|
|
UnsafeList_1_set_Item_m43016576D60385E78F4D6D0F222C60B81C8B8A74_inline((UnsafeList_1_t176765C8600ACA8C102D843301B50E7ED070AF98*)L_0, L_1, L_2, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 8));
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:167>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 56992
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NativeList_1_set_Item_mD793B5345ECFF5C8752BD84D14D612AB16FC228B_gshared_inline (NativeList_1_tA78554A4805525762FFDFAC177852313219B5383* __this, int32_t ___0_index, PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:166>
|
|
UnsafeList_1_t3C558FC5C2688389AF4264830148C53464D01E23* L_0 = __this->___m_ListData;
|
|
int32_t L_1 = ___0_index;
|
|
PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B L_2 = ___1_value;
|
|
UnsafeList_1_set_Item_mA63347741A338E379F1145765BF2B695ADB21638_inline((UnsafeList_1_t3C558FC5C2688389AF4264830148C53464D01E23*)L_0, L_1, L_2, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 8));
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:167>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 56994
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeList_1_get_Length_m125AA2673FEF8244B4ABAAE55ED919FCAFD76D48_gshared_inline (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:199>
|
|
UnsafeList_1_tB27AD3CB321614AC6FA21D53846794B77943121C* L_0 = __this->___m_ListData;
|
|
int32_t L_1;
|
|
L_1 = UnsafeList_1_get_Length_m30C8B237736009EBD4E69E7D215B9650233D037C_inline((UnsafeList_1_tB27AD3CB321614AC6FA21D53846794B77943121C*)L_0, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 11));
|
|
int32_t L_2;
|
|
L_2 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 56992
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NativeList_1_set_Item_m09DA963CC6136F433B32EC13AFF1B1B6DA833993_gshared_inline (NativeList_1_tA7B42EBA39EBB7D9E8E5B82AFBF542894517C9CF* __this, int32_t ___0_index, SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:166>
|
|
UnsafeList_1_tB27AD3CB321614AC6FA21D53846794B77943121C* L_0 = __this->___m_ListData;
|
|
int32_t L_1 = ___0_index;
|
|
SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A L_2 = ___1_value;
|
|
UnsafeList_1_set_Item_m2D938DC73BF3B2D244FB9468EBECDFA52B986B7B_inline((UnsafeList_1_tB27AD3CB321614AC6FA21D53846794B77943121C*)L_0, L_1, L_2, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 8));
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:167>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 56994
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeList_1_get_Length_m2327DF25C0CCD96DB5AB1F1500FBD411D60AC36B_gshared_inline (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:199>
|
|
UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718* L_0 = __this->___m_ListData;
|
|
int32_t L_1;
|
|
L_1 = UnsafeList_1_get_Length_mEA927D1405F8410976953A49C12817C90D673A4B_inline((UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718*)L_0, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 11));
|
|
int32_t L_2;
|
|
L_2 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 9293
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_m20B47157F68B2A1C1C92F34C111874885F78607A_gshared_inline (List_1_tB751FDCEDAE7A97430AD924824F5D0193A720E52* __this, PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F ___0_item, const RuntimeMethod* method)
|
|
{
|
|
PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = __this->____version;
|
|
__this->____version = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* L_1 = __this->____items;
|
|
V_0 = L_1;
|
|
int32_t L_2 = __this->____size;
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* 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 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
PlayerLoopSystemU5BU5D_t07C04E53AAC3CDA17603E8BA1B41D7E1AC083C6D* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_8 = ___0_item;
|
|
NullCheck(L_6);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
PlayerLoopSystem_t8AED6BF1C8A309CAA6FF71AC91DD33BDDFF7CF1F L_9 = ___0_item;
|
|
List_1_AddWithResize_m3315453B2B00D694353A29FE8E49681D72763A1D(__this, L_9, il2cpp_rgctx_method(method->klass->rgctx_data, 14));
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 56942
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeHashSet_1_get_Count_m17C28292E981C172335DA47ADB15317019619AB9_gshared_inline (NativeHashSet_1_tDF4BDD3464F274C752983DB60D630F50E6A64744* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeHashSet.cs:86>
|
|
HashMapHelper_1_t51F726D16732CD16EFBBB3DE324B481A05388D2B* L_0 = __this->___m_Data;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___Count;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 35866
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnly_get_Length_m563B84F5D44C547A822486B9DEFCA1DC5FC435AD_gshared_inline (ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Length;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 35867
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnly_get_Item_m9DFC7CAC9FE6CC930E5BB888FC1018C186B6B135_gshared_inline (ReadOnly_tE5BD616B34DA7C51EB808FBF52C839354E8B0E0B* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
void* L_0 = __this->___m_Buffer;
|
|
int32_t L_1 = ___0_index;
|
|
int32_t L_2;
|
|
L_2 = UnsafeUtility_ReadArrayElement_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mFBA66C06ECEB0A2BC1AAE634B6E6BB436F957084_inline(L_0, L_1, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 1));
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 58066
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnsafeList_1_AddNoResize_m04467325D48E0444A960789049A6D2CED09B0B14_gshared_inline (UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718* __this, int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:424>
|
|
int32_t* L_0 = __this->___Ptr;
|
|
int32_t L_1 = __this->___m_length;
|
|
int32_t L_2 = ___0_value;
|
|
UnsafeUtility_WriteArrayElement_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0DD1CC90B2F1EF5041F2F4E1DABB58224229F0D7_inline((void*)L_0, L_1, L_2, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 20));
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:425>
|
|
int32_t L_3 = __this->___m_length;
|
|
__this->___m_length = ((int32_t)il2cpp_codegen_add(L_3, 1));
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:426>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 35867
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106 ReadOnly_get_Item_m1C07C4BF3E06906AD18E2F93EAD2CD97CC91D8CD_gshared_inline (ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
void* L_0 = __this->___m_Buffer;
|
|
int32_t L_1 = ___0_index;
|
|
SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106 L_2;
|
|
L_2 = UnsafeUtility_ReadArrayElement_TisSmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106_mBBAA1EAB9C8C3DCD248402D1AD668D965844C004_inline(L_0, L_1, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 1));
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106 L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 58041
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeList_1_get_Length_mEA927D1405F8410976953A49C12817C90D673A4B_gshared_inline (UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:92>
|
|
int32_t L_0 = __this->___m_length;
|
|
int32_t L_1;
|
|
L_1 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 35863
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Enumerator_get_Current_m9615CE722B0B33517472FA29CB73AE60D8E8D522_gshared_inline (Enumerator_t7767C5CF41D19BF6C7326C9870C530F1AD3CAC30* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___value;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 35861
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m62905577B99C79AEA734E15AC569B10365214EDA_gshared_inline (Enumerator_t7767C5CF41D19BF6C7326C9870C530F1AD3CAC30* __this, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
{
|
|
int32_t L_0 = __this->___m_Index;
|
|
__this->___m_Index = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
int32_t L_1 = __this->___m_Index;
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_2 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_Array);
|
|
int32_t L_3 = L_2->___m_Length;
|
|
V_0 = (bool)((((int32_t)L_1) < ((int32_t)L_3))? 1 : 0);
|
|
bool L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0047;
|
|
}
|
|
}
|
|
{
|
|
NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C* L_5 = (NativeArray_1_tA833EB7E3E1C9AF82C37976AD964B8D4BAC38B2C*)(&__this->___m_Array);
|
|
void* L_6 = L_5->___m_Buffer;
|
|
int32_t L_7 = __this->___m_Index;
|
|
int32_t L_8;
|
|
L_8 = UnsafeUtility_ReadArrayElement_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mFBA66C06ECEB0A2BC1AAE634B6E6BB436F957084_inline(L_6, L_7, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 4));
|
|
__this->___value = L_8;
|
|
V_1 = (bool)1;
|
|
goto IL_0057;
|
|
}
|
|
|
|
IL_0047:
|
|
{
|
|
int32_t* L_9 = (int32_t*)(&__this->___value);
|
|
il2cpp_codegen_initobj(L_9, sizeof(int32_t));
|
|
V_1 = (bool)0;
|
|
goto IL_0057;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
bool L_10 = V_1;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 57012
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeList_1_get_IsEmpty_mB6321124F984DAF254E969158935C9C08369934B_gshared_inline (NativeList_1_t0EA735A94E6EBF8FE7F3B79411C98BF692EA2213* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:483>
|
|
UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718* L_0 = __this->___m_ListData;
|
|
if ((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0))))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718* L_1 = __this->___m_ListData;
|
|
int32_t L_2;
|
|
L_2 = UnsafeList_1_get_Length_mEA927D1405F8410976953A49C12817C90D673A4B_inline((UnsafeList_1_t6C5E84D303190B625F3759C244502E1735453718*)L_1, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 11));
|
|
return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// Method Definition Index: 35866
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ReadOnly_get_Length_m1528DD3FAC107316446ECF9DBC017881AA6D472E_gshared_inline (ReadOnly_t2FF17216C779F766A1CFDEE42DBAD462F6ED92E4* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___m_Length;
|
|
V_0 = L_0;
|
|
goto IL_000a;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = V_0;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 63468
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR intptr_t FunctionPointer_1_get_Value_m71D7FF781C694A7C4EE28362DFC78D8DDFE9A105_gshared_inline (FunctionPointer_1_tE1DC1EC606FB2242FB50357BBA39BB4AEDECFCB2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.burst@f7a407abf4d5/Runtime/FunctionPointer.cs:46>
|
|
intptr_t L_0 = __this->____ptr;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 56992
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void NativeList_1_set_Item_m8F9BB1FF27B23FA529A5EF8CAB9DA12AA5AE3FEC_gshared_inline (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* __this, int32_t ___0_index, InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:166>
|
|
UnsafeList_1_t72FFFA60411F6BB2F2C776571F608CDA569E5999* L_0 = __this->___m_ListData;
|
|
int32_t L_1 = ___0_index;
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_2 = ___1_value;
|
|
UnsafeList_1_set_Item_mBB4CB36DFECBF368AE91CFFCD107ED48C4A424D0_inline((UnsafeList_1_t72FFFA60411F6BB2F2C776571F608CDA569E5999*)L_0, L_1, L_2, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 8));
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:167>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 57013
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeList_1_get_IsCreated_m9D2F6807A7DF2372A6EE81B8C3606C3D4BB55C27_gshared_inline (NativeList_1_t1D61E7A10C219D777910F52AFB34761004F5A1A0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:493>
|
|
UnsafeList_1_t72FFFA60411F6BB2F2C776571F608CDA569E5999* L_0 = __this->___m_ListData;
|
|
return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 57013
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeList_1_get_IsCreated_m8C1C2A81E0741FDAC07B6C32D9F197ABF9E875AB_gshared_inline (NativeList_1_t7C049872825FD2E53BA2AD96FB06944DF07AFF08* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:493>
|
|
UnsafeList_1_t86D2231E0AF64C72BA7C266D36B9F3FE399B41EB* L_0 = __this->___m_ListData;
|
|
return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 57013
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool NativeList_1_get_IsCreated_m2E606F9BCDDA3311177026D835C2915F50C20416_gshared_inline (NativeList_1_t1A94CC8D245554512B29D5AFB5727CF7838B8373* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:493>
|
|
UnsafeList_1_t992261DF45A734DEB130F79025C5BF88D0C2CDC7* L_0 = __this->___m_ListData;
|
|
return (bool)((((int32_t)((((intptr_t)L_0) == ((intptr_t)((uintptr_t)0)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 58047
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t* UnsafeList_1_ElementAt_m005F4546B1F03AF0134BE89767635AB68F74E4E8_gshared_inline (UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:149>
|
|
uint8_t* L_0 = __this->___Ptr;
|
|
int32_t L_1 = ___0_index;
|
|
int32_t L_2;
|
|
L_2 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_1, NULL);
|
|
uint32_t L_3 = sizeof(uint8_t);
|
|
return (uint8_t*)(((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))));
|
|
}
|
|
}
|
|
// Method Definition Index: 35867
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t ReadOnly_get_Item_m13AB4BEFBEE6EE9755784AE433AA0F8822040898_gshared_inline (ReadOnly_t52ECF37AB8FDCB2D0BD7865EAAB18D0BD20F8117* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
uint32_t V_0 = 0;
|
|
{
|
|
void* L_0 = __this->___m_Buffer;
|
|
int32_t L_1 = ___0_index;
|
|
uint32_t L_2;
|
|
L_2 = UnsafeUtility_ReadArrayElement_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mDA80BAFF55EA77496672B3B5B3804B55274B7E95_inline(L_0, L_1, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 1));
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
uint32_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 35867
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061 ReadOnly_get_Item_m8716F404AD9041C2FF3740B1CF5707196FAE0DB5_gshared_inline (ReadOnly_t660DB38A843BC8666A283FE71913018D9508D052* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
GPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
void* L_0 = __this->___m_Buffer;
|
|
int32_t L_1 = ___0_index;
|
|
GPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061 L_2;
|
|
L_2 = UnsafeUtility_ReadArrayElement_TisGPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061_mAEDB1B180D81998C87F22FA964937E18264483CA_inline(L_0, L_1, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 1));
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
GPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061 L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 58045
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint8_t UnsafeList_1_get_Item_m3BC258CC4C92F5D2A744C24BA0EABA6D06D8ED2B_gshared_inline (UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:129>
|
|
uint8_t* L_0 = __this->___Ptr;
|
|
int32_t L_1 = ___0_index;
|
|
int32_t L_2;
|
|
L_2 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_1, NULL);
|
|
uint32_t L_3 = sizeof(uint8_t);
|
|
uint8_t L_4 = (*(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))));
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 58046
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnsafeList_1_set_Item_m1906FF4418AEFA959A8BE8771DC0609774FD0E93_gshared_inline (UnsafeList_1_t5C65DCA6782B7C9860C859C2F0C07A2C497E822D* __this, int32_t ___0_index, uint8_t ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:136>
|
|
uint8_t* L_0 = __this->___Ptr;
|
|
int32_t L_1 = ___0_index;
|
|
int32_t L_2;
|
|
L_2 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_1, NULL);
|
|
uint32_t L_3 = sizeof(uint8_t);
|
|
uint8_t L_4 = ___1_value;
|
|
*(uint8_t*)((uint8_t*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))) = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:137>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 35867
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B ReadOnly_get_Item_m6473FA4606F2A6B90DD618E6FB3E261D11D6CCDF_gshared_inline (ReadOnly_t1CAEC312F8157A59A9201E3E3B1A27C44FB47310* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
void* L_0 = __this->___m_Buffer;
|
|
int32_t L_1 = ___0_index;
|
|
InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B L_2;
|
|
L_2 = UnsafeUtility_ReadArrayElement_TisInstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B_m86FC76E325E9D3B56133BB7A193BAF12B47FBCC1_inline(L_0, L_1, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 1));
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 35867
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CPUSharedInstanceFlags_tA2264804A98F5A694C7AFDF536E9612C8C9E5455 ReadOnly_get_Item_m27DDB696888593A986C7109A7206B214407E319D_gshared_inline (ReadOnly_t7FDDA88305363550FE94B8059DE5CE2645E4A30C* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
CPUSharedInstanceFlags_tA2264804A98F5A694C7AFDF536E9612C8C9E5455 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
void* L_0 = __this->___m_Buffer;
|
|
int32_t L_1 = ___0_index;
|
|
CPUSharedInstanceFlags_tA2264804A98F5A694C7AFDF536E9612C8C9E5455 L_2;
|
|
L_2 = UnsafeUtility_ReadArrayElement_TisCPUSharedInstanceFlags_tA2264804A98F5A694C7AFDF536E9612C8C9E5455_mC23E74B0A75AD5ACA85FA635E97271FA5C627018_inline(L_0, L_1, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 1));
|
|
V_0 = L_2;
|
|
goto IL_0010;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
CPUSharedInstanceFlags_tA2264804A98F5A694C7AFDF536E9612C8C9E5455 L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 56991
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF NativeList_1_get_Item_m6239ACA6F096D9F51BC8E37694D94DBEDAF30050_gshared_inline (NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:157>
|
|
UnsafeList_1_tCC883249B8F95C4AD5632E72EAD324BA3F53915A* L_0 = __this->___m_ListData;
|
|
int32_t L_1 = ___0_index;
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_2;
|
|
L_2 = UnsafeList_1_get_Item_m5EE6F4599F5DE0091A45D32CD9E7F50B2AAB735C_inline((UnsafeList_1_tCC883249B8F95C4AD5632E72EAD324BA3F53915A*)L_0, L_1, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 6));
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 35968
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t* UnsafeUtility_AsRef_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mF01FDF0EACCFED286E93933B693A2BE11A6A8946_gshared_inline (void* ___0_ptr, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
void* L_0 = ___0_ptr;
|
|
return (int32_t*)(L_0);
|
|
}
|
|
}
|
|
// Method Definition Index: 56991
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010 NativeList_1_get_Item_mA1A9DFAE69C1E05FBA3EC1BE8D292F6A0B749419_gshared_inline (NativeList_1_t50EF7494D5DE96412C6EA67378B11EE5C5C8EE89* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:157>
|
|
UnsafeList_1_tCFDCC580A90753F362AA7EA5DFE667A1452664F8* L_0 = __this->___m_ListData;
|
|
int32_t L_1 = ___0_index;
|
|
DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010 L_2;
|
|
L_2 = UnsafeList_1_get_Item_m3CA419A7F60A4CE62F5D386C1B32224233E58C7F_inline((UnsafeList_1_tCFDCC580A90753F362AA7EA5DFE667A1452664F8*)L_0, L_1, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 6));
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 56994
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeList_1_get_Length_mE7A316DEDE7A834904E4EDC814338B6A605AC589_gshared_inline (NativeList_1_t50EF7494D5DE96412C6EA67378B11EE5C5C8EE89* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:199>
|
|
UnsafeList_1_tCFDCC580A90753F362AA7EA5DFE667A1452664F8* L_0 = __this->___m_ListData;
|
|
int32_t L_1;
|
|
L_1 = UnsafeList_1_get_Length_mF04C301821774A4317F58C5BADF8F3308B82F3EF_inline((UnsafeList_1_tCFDCC580A90753F362AA7EA5DFE667A1452664F8*)L_0, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 11));
|
|
int32_t L_2;
|
|
L_2 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 56994
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeList_1_get_Length_m1A46D9A872589738B0134FD788E9C362EAD00018_gshared_inline (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:199>
|
|
UnsafeList_1_t3F38690D85271A8ADA9D58F82E41003FF0AB256D* L_0 = __this->___m_ListData;
|
|
int32_t L_1;
|
|
L_1 = UnsafeList_1_get_Length_m911F6A25BE23FBF969CC9EE607B6E6C522C16388_inline((UnsafeList_1_t3F38690D85271A8ADA9D58F82E41003FF0AB256D*)L_0, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 11));
|
|
int32_t L_2;
|
|
L_2 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 56991
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Info_tA3039772991DEEDBC29A00439A055C5166133A27 NativeList_1_get_Item_mBDB41EF423D60B231EA5985CCE550908337E9822_gshared_inline (NativeList_1_t006A61C5E07DE47DD2FC020A873ECEFC81D02A88* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:157>
|
|
UnsafeList_1_t3F38690D85271A8ADA9D58F82E41003FF0AB256D* L_0 = __this->___m_ListData;
|
|
int32_t L_1 = ___0_index;
|
|
Info_tA3039772991DEEDBC29A00439A055C5166133A27 L_2;
|
|
L_2 = UnsafeList_1_get_Item_mD34D4FF9C7FE0EE2EAEA2299C7620E482E09C776_inline((UnsafeList_1_t3F38690D85271A8ADA9D58F82E41003FF0AB256D*)L_0, L_1, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 6));
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 58041
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeList_1_get_Length_mA3CC0C8D9DB4BDAFBFBF1B61294363E86023C0B3_gshared_inline (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:92>
|
|
int32_t L_0 = __this->___m_length;
|
|
int32_t L_1;
|
|
L_1 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 58069
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnsafeList_1_Add_mEB8459A0E0C24E56AE72A2570A81DF6477445076_gshared_inline (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* __this, Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:470>
|
|
int32_t L_0 = __this->___m_length;
|
|
V_0 = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:471>
|
|
int32_t L_1 = __this->___m_length;
|
|
int32_t L_2 = __this->___m_capacity;
|
|
if ((((int32_t)L_1) >= ((int32_t)L_2)))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:473>
|
|
Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84* L_3 = __this->___Ptr;
|
|
int32_t L_4 = V_0;
|
|
uint32_t L_5 = sizeof(Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84);
|
|
Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84* L_6 = ___0_value;
|
|
Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84 L_7 = (*(Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84*)L_6);
|
|
*(Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84*)((Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_4), (int32_t)L_5)))) = L_7;
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:474>
|
|
int32_t L_8 = __this->___m_length;
|
|
__this->___m_length = ((int32_t)il2cpp_codegen_add(L_8, 1));
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:475>
|
|
return;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:478>
|
|
int32_t L_9 = V_0;
|
|
UnsafeList_1_Resize_mCC9119D8179C6E6D77B52A6C4E26435DE7DB9D55(__this, ((int32_t)il2cpp_codegen_add(L_9, 1)), (int32_t)0, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 3));
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:479>
|
|
Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84* L_10 = __this->___Ptr;
|
|
int32_t L_11 = V_0;
|
|
uint32_t L_12 = sizeof(Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84);
|
|
Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84* L_13 = ___0_value;
|
|
Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84 L_14 = (*(Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84*)L_13);
|
|
*(Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84*)((Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84*)il2cpp_codegen_add((intptr_t)L_10, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_11), (int32_t)L_12)))) = L_14;
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:480>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 58045
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84 UnsafeList_1_get_Item_m02CD66399DD66F66319F8D7F4590337B9D8500AB_gshared_inline (UnsafeList_1_tBB6961066733E78B8C22E5C4D4D5FF9A581981D1* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:129>
|
|
Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84* L_0 = __this->___Ptr;
|
|
int32_t L_1 = ___0_index;
|
|
int32_t L_2;
|
|
L_2 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_1, NULL);
|
|
uint32_t L_3 = sizeof(Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84);
|
|
Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84 L_4 = (*(Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84*)((Info_tDBEB127ABB26184014A541C0CAD1FC8D1B95DE84*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))));
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 35965
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeUtility_SizeOf_TisInstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431_m50EA3632EB1CDEF0AC4FA6E77CE06A357B7F3BAA_gshared_inline (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
uint32_t L_0 = sizeof(InstanceOcclusionCullerShaderVariables_tAF12690F2EA15B17E95E7ECE9EB6846CAFFCE431);
|
|
return (int32_t)L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 56994
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeList_1_get_Length_m1B19644590B4833588E55C27206E74261176AEBD_gshared_inline (NativeList_1_t0E8F99CBD0349EB2EDB94A940345E760399356C0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:199>
|
|
UnsafeList_1_tC398CC6607C9075D2AE819DE88719D2168E0FCEC* L_0 = __this->___m_ListData;
|
|
int32_t L_1;
|
|
L_1 = UnsafeList_1_get_Length_mFB40F49EB3EABA5805AD9B45515BEC8A87557381_inline((UnsafeList_1_tC398CC6607C9075D2AE819DE88719D2168E0FCEC*)L_0, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 11));
|
|
int32_t L_2;
|
|
L_2 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 56994
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeList_1_get_Length_mAF6ED4830EA3A9BEC5A90C5C30297F098077A6C0_gshared_inline (NativeList_1_tFE5AD86174D6ECCD4E4CC6D775C090AAC0F53B30* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeList.cs:199>
|
|
UnsafeList_1_tCC883249B8F95C4AD5632E72EAD324BA3F53915A* L_0 = __this->___m_ListData;
|
|
int32_t L_1;
|
|
L_1 = UnsafeList_1_get_Length_mEA3F0B39A18DF00B7B46C04E11B59192055F2A39_inline((UnsafeList_1_tCC883249B8F95C4AD5632E72EAD324BA3F53915A*)L_0, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 11));
|
|
int32_t L_2;
|
|
L_2 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// Method Definition Index: 57064
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t NativeParallelHashMap_2_get_Capacity_m923E5B859834744FCAD09AA6B65F81D87F7A393B_gshared_inline (NativeParallelHashMap_2_t3163AED39EAA4163F885CD37544E0A4F631CB0C5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/NativeParallelHashMap.cs:162>
|
|
UnsafeParallelHashMap_2_t369B83BC0262928819F528952C7A9A26D7600D44* L_0 = (UnsafeParallelHashMap_2_t369B83BC0262928819F528952C7A9A26D7600D44*)(&__this->___m_HashMapData);
|
|
int32_t L_1;
|
|
L_1 = UnsafeParallelHashMap_2_get_Capacity_m3AB546BF597E3C9591B51AF4F67886383AF4FD7A_inline(L_0, il2cpp_rgctx_method(InitializedTypeInfo(method->klass)->rgctx_data, 8));
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 41475
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B math_asuint_m4AEE8C17FEDA05D4C77C427818D1C9EF5E31521E_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:375>
|
|
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_0 = (*(uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B*)((uintptr_t)(&___0_x)));
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 49009
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B uint3_op_BitwiseAnd_m772BFC3A60526C264937ABCA92F1CAAFC2B0D634_inline (uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___0_lhs, uint32_t ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/uint3.gen.cs:527>
|
|
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_0 = ___0_lhs;
|
|
uint32_t L_1 = L_0.___x;
|
|
uint32_t L_2 = ___1_rhs;
|
|
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_3 = ___0_lhs;
|
|
uint32_t L_4 = L_3.___y;
|
|
uint32_t L_5 = ___1_rhs;
|
|
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_6 = ___0_lhs;
|
|
uint32_t L_7 = L_6.___z;
|
|
uint32_t L_8 = ___1_rhs;
|
|
uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
uint3__ctor_mEFEA14BBA36F53111474B0C3C3B729061F1ACCAF_inline((&L_9), ((int32_t)((int32_t)L_1&(int32_t)L_2)), ((int32_t)((int32_t)L_4&(int32_t)L_5)), ((int32_t)((int32_t)L_7&(int32_t)L_8)), NULL);
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 41487
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E math_asfloat_m7A90E1FAABD250FCEC00839D01B098BB046F7933_inline (uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:507>
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_0 = (*(float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E*)((uintptr_t)(&___0_x)));
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 45635
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E float4_op_Multiply_m712573F441DA8AF0843DE2167927FB76E642B1EB_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___0_lhs, float ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float4.gen.cs:337>
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_0 = ___0_lhs;
|
|
float L_1 = L_0.___x;
|
|
float L_2 = ___1_rhs;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_3 = ___0_lhs;
|
|
float L_4 = L_3.___y;
|
|
float L_5 = ___1_rhs;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_6 = ___0_lhs;
|
|
float L_7 = L_6.___z;
|
|
float L_8 = ___1_rhs;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_9 = ___0_lhs;
|
|
float L_10 = L_9.___w;
|
|
float L_11 = ___1_rhs;
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
float4__ctor_mB2F7F2D8BCE8159BEF5A0D6400499E211858ED2D_inline((&L_12), ((float)il2cpp_codegen_multiply(L_1, L_2)), ((float)il2cpp_codegen_multiply(L_4, L_5)), ((float)il2cpp_codegen_multiply(L_7, L_8)), ((float)il2cpp_codegen_multiply(L_10, L_11)), NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
// Method Definition Index: 45348
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E float3_get_yzx_mDF6DE39B69C5DE384F74C0D1EC91AA0388E23535_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3.gen.cs:1403>
|
|
float L_0 = __this->___y;
|
|
float L_1 = __this->___z;
|
|
float L_2 = __this->___x;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
float3__ctor_mC61002CD0EC13D7C37D846D021A78C028FB80DB9_inline((&L_3), L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 45212
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E float3_op_Multiply_m05E57074FBD5FAB0E72940C9CC019C41915280D7_inline (float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___0_lhs, float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3.gen.cs:261>
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_0 = ___0_lhs;
|
|
float L_1 = L_0.___x;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_2 = ___1_rhs;
|
|
float L_3 = L_2.___x;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_4 = ___0_lhs;
|
|
float L_5 = L_4.___y;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_6 = ___1_rhs;
|
|
float L_7 = L_6.___y;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_8 = ___0_lhs;
|
|
float L_9 = L_8.___z;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_10 = ___1_rhs;
|
|
float L_11 = L_10.___z;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
float3__ctor_mC61002CD0EC13D7C37D846D021A78C028FB80DB9_inline((&L_12), ((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)), ((float)il2cpp_codegen_multiply(L_9, L_11)), NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
// Method Definition Index: 37955
|
|
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 = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___y = L_1;
|
|
float L_2 = ___2_z;
|
|
__this->___z = L_2;
|
|
float L_3 = ___3_w;
|
|
__this->___w = L_3;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 37744
|
|
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 = L_0;
|
|
float L_1 = ___1_y;
|
|
__this->___y = L_1;
|
|
float L_2 = ___2_z;
|
|
__this->___z = L_2;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 41476
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 math_asuint_mDF3C61EF6F9D9D10A1D3EB9D0075149707B461B9_inline (float4_t89D9A294E7A79BD81BFBDD18654508532958555E ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:387>
|
|
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_0 = (*(uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9*)((uintptr_t)(&___0_x)));
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 49447
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 uint4_op_BitwiseAnd_mEF924757B2BE1F41834950F7880B93C25B812044_inline (uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___0_lhs, uint32_t ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/uint4.gen.cs:594>
|
|
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_0 = ___0_lhs;
|
|
uint32_t L_1 = L_0.___x;
|
|
uint32_t L_2 = ___1_rhs;
|
|
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_3 = ___0_lhs;
|
|
uint32_t L_4 = L_3.___y;
|
|
uint32_t L_5 = ___1_rhs;
|
|
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_6 = ___0_lhs;
|
|
uint32_t L_7 = L_6.___z;
|
|
uint32_t L_8 = ___1_rhs;
|
|
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_9 = ___0_lhs;
|
|
uint32_t L_10 = L_9.___w;
|
|
uint32_t L_11 = ___1_rhs;
|
|
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
uint4__ctor_m59B6A219A0285C60FCF2977679BF89C72B502008_inline((&L_12), ((int32_t)((int32_t)L_1&(int32_t)L_2)), ((int32_t)((int32_t)L_4&(int32_t)L_5)), ((int32_t)((int32_t)L_7&(int32_t)L_8)), ((int32_t)((int32_t)L_10&(int32_t)L_11)), NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
// Method Definition Index: 49430
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 uint4_op_GreaterThan_mF8C8A88E77644D1B6F50F98D4DF718ED9DD37514_inline (uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___0_lhs, uint32_t ___1_rhs, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/uint4.gen.cs:471>
|
|
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_0 = ___0_lhs;
|
|
uint32_t L_1 = L_0.___x;
|
|
uint32_t L_2 = ___1_rhs;
|
|
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_3 = ___0_lhs;
|
|
uint32_t L_4 = L_3.___y;
|
|
uint32_t L_5 = ___1_rhs;
|
|
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_6 = ___0_lhs;
|
|
uint32_t L_7 = L_6.___z;
|
|
uint32_t L_8 = ___1_rhs;
|
|
uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 L_9 = ___0_lhs;
|
|
uint32_t L_10 = L_9.___w;
|
|
uint32_t L_11 = ___1_rhs;
|
|
bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619 L_12;
|
|
memset((&L_12), 0, sizeof(L_12));
|
|
bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline((&L_12), (bool)((!(((uint32_t)L_1) <= ((uint32_t)L_2)))? 1 : 0), (bool)((!(((uint32_t)L_4) <= ((uint32_t)L_5)))? 1 : 0), (bool)((!(((uint32_t)L_7) <= ((uint32_t)L_8)))? 1 : 0), (bool)((!(((uint32_t)L_10) <= ((uint32_t)L_11)))? 1 : 0), NULL);
|
|
return L_12;
|
|
}
|
|
}
|
|
// Method Definition Index: 37750
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_Normalize_mEF8349CC39674236CFC694189AFD36E31F89AC8F_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
float V_0 = 0.0f;
|
|
bool V_1 = false;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_value;
|
|
float L_1;
|
|
L_1 = Vector3_Magnitude_m21652D951393A3D7CE92CE40049A0E7F76544D1B_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
float L_2 = V_0;
|
|
V_1 = (bool)((((float)L_2) > ((float)(9.99999975E-06f)))? 1 : 0);
|
|
bool L_3 = V_1;
|
|
if (!L_3)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_value;
|
|
float L_5 = V_0;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6;
|
|
L_6 = Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline(L_4, L_5, NULL);
|
|
V_2 = L_6;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_7;
|
|
L_7 = Vector3_get_zero_m0C1249C3F25B1C70EAD3CC8B31259975A457AE39_inline(NULL);
|
|
V_2 = L_7;
|
|
goto IL_0026;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = V_2;
|
|
return L_8;
|
|
}
|
|
}
|
|
// Method Definition Index: 43047
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void bool4__ctor_mF155096A6E6BF25B97648480B9A5224A22DFFF88_inline (bool4_tCEC5DC2AFA83CFCFFFD886434359A9A19056A619* __this, bool ___0_x, bool ___1_y, bool ___2_z, bool ___3_w, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/bool4.gen.cs:47>
|
|
bool L_0 = ___0_x;
|
|
__this->___x = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/bool4.gen.cs:48>
|
|
bool L_1 = ___1_y;
|
|
__this->___y = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/bool4.gen.cs:49>
|
|
bool L_2 = ___2_z;
|
|
__this->___z = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/bool4.gen.cs:50>
|
|
bool L_3 = ___3_w;
|
|
__this->___w = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/bool4.gen.cs:51>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 41488
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float4_t89D9A294E7A79BD81BFBDD18654508532958555E math_asfloat_m12607D976A0CF76E07E41340262CAEC45A9CB537_inline (uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9 ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:519>
|
|
float4_t89D9A294E7A79BD81BFBDD18654508532958555E L_0 = (*(float4_t89D9A294E7A79BD81BFBDD18654508532958555E*)((uintptr_t)(&___0_x)));
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 41128
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 math_float3x3_m63BD623B75D81DD4349E93172851DA6CAB8D899F_inline (float ___0_m00, float ___1_m01, float ___2_m02, float ___3_m10, float ___4_m11, float ___5_m12, float ___6_m20, float ___7_m21, float ___8_m22, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3x3.gen.cs:561>
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3x3.gen.cs:562>
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3x3.gen.cs:563>
|
|
float L_0 = ___0_m00;
|
|
float L_1 = ___1_m01;
|
|
float L_2 = ___2_m02;
|
|
float L_3 = ___3_m10;
|
|
float L_4 = ___4_m11;
|
|
float L_5 = ___5_m12;
|
|
float L_6 = ___6_m20;
|
|
float L_7 = ___7_m21;
|
|
float L_8 = ___8_m22;
|
|
float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
float3x3__ctor_m3AB31C9B587ABDCF15C8BF0E3A5B0158996A75ED_inline((&L_9), L_0, L_1, L_2, L_3, L_4, L_5, L_6, L_7, L_8, NULL);
|
|
return L_9;
|
|
}
|
|
}
|
|
// Method Definition Index: 41485
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float math_asfloat_m20D259DAAB46464B59BD8BF5678F9D59800F70A9_inline (uint32_t ___0_x, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:483>
|
|
float L_0 = *((float*)((uintptr_t)(&___0_x)));
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 1954
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Single_IsNaN_mFE637F6ECA9F7697CE8EFF56427858F4C5EDF75D_inline (float ___0_f, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
float L_0 = ___0_f;
|
|
int32_t L_1;
|
|
L_1 = BitConverter_SingleToInt32Bits_mC760C7CFC89725E3CF68DC45BE3A9A42A7E7DA73_inline(L_0, NULL);
|
|
return (bool)((((int32_t)((int32_t)(L_1&((int32_t)2147483647LL)))) > ((int32_t)((int32_t)2139095040)))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 44891
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void float2__ctor_m3D598E2C2D173DE852F3AB157502968261383C97_inline (float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA* __this, float ___0_x, float ___1_y, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float2.gen.cs:38>
|
|
float L_0 = ___0_x;
|
|
__this->___x = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float2.gen.cs:39>
|
|
float L_1 = ___1_y;
|
|
__this->___y = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float2.gen.cs:40>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 41656
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float math_dot_mF673D3E5B7D267C0A8569B678D05BDCCB667D04D_inline (float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___0_x, float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA ___1_y, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:1960>
|
|
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_0 = ___0_x;
|
|
float L_1 = L_0.___x;
|
|
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_2 = ___1_y;
|
|
float L_3 = L_2.___x;
|
|
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_4 = ___0_x;
|
|
float L_5 = L_4.___y;
|
|
float2_t24AA5C0F612B0672315EDAFEC9D9E7F1C4A5B0BA L_6 = ___1_y;
|
|
float L_7 = L_6.___y;
|
|
return ((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7))));
|
|
}
|
|
}
|
|
// Method Definition Index: 41528
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_min_mFBB411A5384A9CFD7787E398A6F758553D3700A9_inline (uint32_t ___0_x, uint32_t ___1_y, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:884>
|
|
uint32_t L_0 = ___0_x;
|
|
uint32_t L_1 = ___1_y;
|
|
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_2 = ___1_y;
|
|
return L_2;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
uint32_t L_3 = ___0_x;
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 41546
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t math_max_mD9D4307218A8CFA92F9C26871E508B23C17F6395_inline (uint32_t ___0_x, uint32_t ___1_y, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:1016>
|
|
uint32_t L_0 = ___0_x;
|
|
uint32_t L_1 = ___1_y;
|
|
if ((!(((uint32_t)L_0) <= ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
uint32_t L_2 = ___1_y;
|
|
return L_2;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
uint32_t L_3 = ___0_x;
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 1213
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsNaN_mF2BC6D1FD4813179B2CAE58D29770E42830D0883_inline (double ___0_d, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
double L_0 = ___0_d;
|
|
int64_t L_1;
|
|
L_1 = BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline(L_0, NULL);
|
|
return (bool)((((int64_t)((int64_t)(L_1&((int64_t)(std::numeric_limits<int64_t>::max)())))) > ((int64_t)((int64_t)9218868437227405312LL)))? 1 : 0);
|
|
}
|
|
}
|
|
// Method Definition Index: 41538
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR double math_min_m29A6A5FB36524D911D13DDB4866FF005C7BF00D5_inline (double ___0_x, double ___1_y, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/math.cs:958>
|
|
double L_0 = ___1_y;
|
|
bool L_1;
|
|
L_1 = Double_IsNaN_mF2BC6D1FD4813179B2CAE58D29770E42830D0883_inline(L_0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
double L_2 = ___0_x;
|
|
double L_3 = ___1_y;
|
|
if ((((double)L_2) < ((double)L_3)))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
double L_4 = ___1_y;
|
|
return L_4;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
double L_5 = ___0_x;
|
|
return L_5;
|
|
}
|
|
}
|
|
// Method Definition Index: 55387
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline (int32_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/CollectionHelper.cs:231>
|
|
int32_t L_0 = ___0_value;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 58041
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeList_1_get_Length_m9191847040F0FA46D2C717CA67FF99BEAB6C955D_gshared_inline (UnsafeList_1_t992261DF45A734DEB130F79025C5BF88D0C2CDC7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:92>
|
|
int32_t L_0 = __this->___m_length;
|
|
int32_t L_1;
|
|
L_1 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 58045
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93 UnsafeList_1_get_Item_m7A8AD4B85F57E59070C4B04AA53E1D1D19F9C765_gshared_inline (UnsafeList_1_t992261DF45A734DEB130F79025C5BF88D0C2CDC7* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:129>
|
|
DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93* L_0 = __this->___Ptr;
|
|
int32_t L_1 = ___0_index;
|
|
int32_t L_2;
|
|
L_2 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_1, NULL);
|
|
uint32_t L_3 = sizeof(DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93);
|
|
DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93 L_4 = (*(DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93*)((DebugOccluderStats_t7B4C48EC856FCC7FDF2811DF6C222E53DD80AD93*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))));
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 58041
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeList_1_get_Length_m80F9D5CE595C89454C0635846077F724AA237900_gshared_inline (UnsafeList_1_t72FFFA60411F6BB2F2C776571F608CDA569E5999* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:92>
|
|
int32_t L_0 = __this->___m_length;
|
|
int32_t L_1;
|
|
L_1 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 58045
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 UnsafeList_1_get_Item_m4D6C7D8C3B4D659767C13BC97C02EBAE85E14D63_gshared_inline (UnsafeList_1_t72FFFA60411F6BB2F2C776571F608CDA569E5999* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:129>
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173* L_0 = __this->___Ptr;
|
|
int32_t L_1 = ___0_index;
|
|
int32_t L_2;
|
|
L_2 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_1, NULL);
|
|
uint32_t L_3 = sizeof(InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173);
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_4 = (*(InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173*)((InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))));
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 58041
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeList_1_get_Length_m935ED3CB98D85276D60494996334F25E04581175_gshared_inline (UnsafeList_1_t86D2231E0AF64C72BA7C266D36B9F3FE399B41EB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:92>
|
|
int32_t L_0 = __this->___m_length;
|
|
int32_t L_1;
|
|
L_1 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 58045
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD UnsafeList_1_get_Item_m7D3A3E1E3C853E37E5688B8583E568D6DA76C49E_gshared_inline (UnsafeList_1_t86D2231E0AF64C72BA7C266D36B9F3FE399B41EB* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:129>
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD* L_0 = __this->___Ptr;
|
|
int32_t L_1 = ___0_index;
|
|
int32_t L_2;
|
|
L_2 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_1, NULL);
|
|
uint32_t L_3 = sizeof(InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD);
|
|
InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD L_4 = (*(InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD*)((InstanceOcclusionEventStats_t39015A29B5AE8D08BF95679C8A25869BD8715AAD*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))));
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 58041
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeList_1_get_Length_mB2C372F0020D014252A727D64471BAF8A605A996_gshared_inline (UnsafeList_1_t96307A04898BD0C49DFF733D301684A2628959F2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:92>
|
|
int32_t L_0 = __this->___m_length;
|
|
int32_t L_1;
|
|
L_1 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 58046
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnsafeList_1_set_Item_m43016576D60385E78F4D6D0F222C60B81C8B8A74_gshared_inline (UnsafeList_1_t176765C8600ACA8C102D843301B50E7ED070AF98* __this, int32_t ___0_index, SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:136>
|
|
SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A* L_0 = __this->___Ptr;
|
|
int32_t L_1 = ___0_index;
|
|
int32_t L_2;
|
|
L_2 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_1, NULL);
|
|
uint32_t L_3 = sizeof(SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A);
|
|
SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A L_4 = ___1_value;
|
|
*(SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A*)((SplitInfo_t708E0734C9BC407BA5882105A9721756605C913A*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))) = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:137>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 58046
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnsafeList_1_set_Item_mA63347741A338E379F1145765BF2B695ADB21638_gshared_inline (UnsafeList_1_t3C558FC5C2688389AF4264830148C53464D01E23* __this, int32_t ___0_index, PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:136>
|
|
PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B* L_0 = __this->___Ptr;
|
|
int32_t L_1 = ___0_index;
|
|
int32_t L_2;
|
|
L_2 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_1, NULL);
|
|
uint32_t L_3 = sizeof(PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B);
|
|
PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B L_4 = ___1_value;
|
|
*(PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B*)((PlanePacket4_t2954005DBF78AC180CF45B652536CC2F5158D54B*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))) = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:137>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 58041
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeList_1_get_Length_m30C8B237736009EBD4E69E7D215B9650233D037C_gshared_inline (UnsafeList_1_tB27AD3CB321614AC6FA21D53846794B77943121C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:92>
|
|
int32_t L_0 = __this->___m_length;
|
|
int32_t L_1;
|
|
L_1 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 58046
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnsafeList_1_set_Item_m2D938DC73BF3B2D244FB9468EBECDFA52B986B7B_gshared_inline (UnsafeList_1_tB27AD3CB321614AC6FA21D53846794B77943121C* __this, int32_t ___0_index, SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:136>
|
|
SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A* L_0 = __this->___Ptr;
|
|
int32_t L_1 = ___0_index;
|
|
int32_t L_2;
|
|
L_2 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_1, NULL);
|
|
uint32_t L_3 = sizeof(SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A);
|
|
SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A L_4 = ___1_value;
|
|
*(SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A*)((SplitInfo_tBD1436BC99CBBC9658FA9219EB22657F757C4A1A*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))) = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:137>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 35960
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeUtility_ReadArrayElement_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_mFBA66C06ECEB0A2BC1AAE634B6E6BB436F957084_gshared_inline (void* ___0_source, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
void* L_0 = ___0_source;
|
|
int32_t L_1 = ___1_index;
|
|
uint32_t L_2 = sizeof(int32_t);
|
|
int32_t L_3 = (*(int32_t*)((void*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)((int64_t)il2cpp_codegen_multiply(((int64_t)L_1), ((int64_t)((int32_t)L_2))))))));
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 35962
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnsafeUtility_WriteArrayElement_TisInt32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_m0DD1CC90B2F1EF5041F2F4E1DABB58224229F0D7_gshared_inline (void* ___0_destination, int32_t ___1_index, int32_t ___2_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
void* L_0 = ___0_destination;
|
|
int32_t L_1 = ___1_index;
|
|
uint32_t L_2 = sizeof(int32_t);
|
|
int32_t L_3 = ___2_value;
|
|
*(int32_t*)((void*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)((int64_t)il2cpp_codegen_multiply(((int64_t)L_1), ((int64_t)((int32_t)L_2))))))) = L_3;
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 35960
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106 UnsafeUtility_ReadArrayElement_TisSmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106_mBBAA1EAB9C8C3DCD248402D1AD668D965844C004_gshared_inline (void* ___0_source, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
void* L_0 = ___0_source;
|
|
int32_t L_1 = ___1_index;
|
|
uint32_t L_2 = sizeof(SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106);
|
|
SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106 L_3 = (*(SmallIntegerArray_tDC55C2B2EF90CB455909CEE2EFF59B5C50BBE106*)((void*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)((int64_t)il2cpp_codegen_multiply(((int64_t)L_1), ((int64_t)((int32_t)L_2))))))));
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 58046
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void UnsafeList_1_set_Item_mBB4CB36DFECBF368AE91CFFCD107ED48C4A424D0_gshared_inline (UnsafeList_1_t72FFFA60411F6BB2F2C776571F608CDA569E5999* __this, int32_t ___0_index, InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 ___1_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:136>
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173* L_0 = __this->___Ptr;
|
|
int32_t L_1 = ___0_index;
|
|
int32_t L_2;
|
|
L_2 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_1, NULL);
|
|
uint32_t L_3 = sizeof(InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173);
|
|
InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173 L_4 = ___1_value;
|
|
*(InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173*)((InstanceCullerViewStats_tCFA9E28BF5D8B9489040BD5DDE21173331CE2173*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))) = L_4;
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:137>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 35960
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR uint32_t UnsafeUtility_ReadArrayElement_TisUInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B_mDA80BAFF55EA77496672B3B5B3804B55274B7E95_gshared_inline (void* ___0_source, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
void* L_0 = ___0_source;
|
|
int32_t L_1 = ___1_index;
|
|
uint32_t L_2 = sizeof(uint32_t);
|
|
uint32_t L_3 = (*(uint32_t*)((void*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)((int64_t)il2cpp_codegen_multiply(((int64_t)L_1), ((int64_t)((int32_t)L_2))))))));
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 35960
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR GPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061 UnsafeUtility_ReadArrayElement_TisGPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061_mAEDB1B180D81998C87F22FA964937E18264483CA_gshared_inline (void* ___0_source, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
void* L_0 = ___0_source;
|
|
int32_t L_1 = ___1_index;
|
|
uint32_t L_2 = sizeof(GPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061);
|
|
GPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061 L_3 = (*(GPUDrivenMeshLodInfo_tC906887AE63DADE17AC5F423639E74F740CB9061*)((void*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)((int64_t)il2cpp_codegen_multiply(((int64_t)L_1), ((int64_t)((int32_t)L_2))))))));
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 35960
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B UnsafeUtility_ReadArrayElement_TisInstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B_m86FC76E325E9D3B56133BB7A193BAF12B47FBCC1_gshared_inline (void* ___0_source, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
void* L_0 = ___0_source;
|
|
int32_t L_1 = ___1_index;
|
|
uint32_t L_2 = sizeof(InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B);
|
|
InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B L_3 = (*(InstanceHandle_tE8D892B001AFFDB8FA53EB19F2B356436AC36C3B*)((void*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)((int64_t)il2cpp_codegen_multiply(((int64_t)L_1), ((int64_t)((int32_t)L_2))))))));
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 35960
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR CPUSharedInstanceFlags_tA2264804A98F5A694C7AFDF536E9612C8C9E5455 UnsafeUtility_ReadArrayElement_TisCPUSharedInstanceFlags_tA2264804A98F5A694C7AFDF536E9612C8C9E5455_mC23E74B0A75AD5ACA85FA635E97271FA5C627018_gshared_inline (void* ___0_source, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
void* L_0 = ___0_source;
|
|
int32_t L_1 = ___1_index;
|
|
uint32_t L_2 = sizeof(CPUSharedInstanceFlags_tA2264804A98F5A694C7AFDF536E9612C8C9E5455);
|
|
CPUSharedInstanceFlags_tA2264804A98F5A694C7AFDF536E9612C8C9E5455 L_3 = (*(CPUSharedInstanceFlags_tA2264804A98F5A694C7AFDF536E9612C8C9E5455*)((void*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)((int64_t)il2cpp_codegen_multiply(((int64_t)L_1), ((int64_t)((int32_t)L_2))))))));
|
|
return L_3;
|
|
}
|
|
}
|
|
// Method Definition Index: 58045
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF UnsafeList_1_get_Item_m5EE6F4599F5DE0091A45D32CD9E7F50B2AAB735C_gshared_inline (UnsafeList_1_tCC883249B8F95C4AD5632E72EAD324BA3F53915A* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:129>
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF* L_0 = __this->___Ptr;
|
|
int32_t L_1 = ___0_index;
|
|
int32_t L_2;
|
|
L_2 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_1, NULL);
|
|
uint32_t L_3 = sizeof(DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF);
|
|
DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF L_4 = (*(DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF*)((DrawBatch_t5B13B0C8AFD02B2878B6FA9ED48DDA1A0696F5FF*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))));
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 58045
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010 UnsafeList_1_get_Item_m3CA419A7F60A4CE62F5D386C1B32224233E58C7F_gshared_inline (UnsafeList_1_tCFDCC580A90753F362AA7EA5DFE667A1452664F8* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:129>
|
|
DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010* L_0 = __this->___Ptr;
|
|
int32_t L_1 = ___0_index;
|
|
int32_t L_2;
|
|
L_2 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_1, NULL);
|
|
uint32_t L_3 = sizeof(DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010);
|
|
DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010 L_4 = (*(DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010*)((DrawRange_tFF5914E68DE5FBB5AE71F729F834D72149A6B010*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))));
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 58041
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeList_1_get_Length_mF04C301821774A4317F58C5BADF8F3308B82F3EF_gshared_inline (UnsafeList_1_tCFDCC580A90753F362AA7EA5DFE667A1452664F8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:92>
|
|
int32_t L_0 = __this->___m_length;
|
|
int32_t L_1;
|
|
L_1 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 58041
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeList_1_get_Length_m911F6A25BE23FBF969CC9EE607B6E6C522C16388_gshared_inline (UnsafeList_1_t3F38690D85271A8ADA9D58F82E41003FF0AB256D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:92>
|
|
int32_t L_0 = __this->___m_length;
|
|
int32_t L_1;
|
|
L_1 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 58045
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Info_tA3039772991DEEDBC29A00439A055C5166133A27 UnsafeList_1_get_Item_mD34D4FF9C7FE0EE2EAEA2299C7620E482E09C776_gshared_inline (UnsafeList_1_t3F38690D85271A8ADA9D58F82E41003FF0AB256D* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:129>
|
|
Info_tA3039772991DEEDBC29A00439A055C5166133A27* L_0 = __this->___Ptr;
|
|
int32_t L_1 = ___0_index;
|
|
int32_t L_2;
|
|
L_2 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_1, NULL);
|
|
uint32_t L_3 = sizeof(Info_tA3039772991DEEDBC29A00439A055C5166133A27);
|
|
Info_tA3039772991DEEDBC29A00439A055C5166133A27 L_4 = (*(Info_tA3039772991DEEDBC29A00439A055C5166133A27*)((Info_tA3039772991DEEDBC29A00439A055C5166133A27*)il2cpp_codegen_add((intptr_t)L_0, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3)))));
|
|
return L_4;
|
|
}
|
|
}
|
|
// Method Definition Index: 58041
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeList_1_get_Length_mFB40F49EB3EABA5805AD9B45515BEC8A87557381_gshared_inline (UnsafeList_1_tC398CC6607C9075D2AE819DE88719D2168E0FCEC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:92>
|
|
int32_t L_0 = __this->___m_length;
|
|
int32_t L_1;
|
|
L_1 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 58041
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeList_1_get_Length_mEA3F0B39A18DF00B7B46C04E11B59192055F2A39_gshared_inline (UnsafeList_1_tCC883249B8F95C4AD5632E72EAD324BA3F53915A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeList.cs:92>
|
|
int32_t L_0 = __this->___m_length;
|
|
int32_t L_1;
|
|
L_1 = CollectionHelper_AssumePositive_mD1EC1F05F50F605141D9BA5D70C4332AC902B4B1_inline(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 58222
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t UnsafeParallelHashMap_2_get_Capacity_m3AB546BF597E3C9591B51AF4F67886383AF4FD7A_gshared_inline (UnsafeParallelHashMap_2_t369B83BC0262928819F528952C7A9A26D7600D44* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeParallelHashMap.cs:1176>
|
|
UnsafeParallelHashMapData_t43CAB3170FBB624A9CCB6F30C0EC1BB820D57926* L_0 = __this->___m_Buffer;
|
|
//<source_info:./Library/PackageCache/com.unity.collections@d49facba0036/Unity.Collections/UnsafeParallelHashMap.cs:1177>
|
|
NullCheck(L_0);
|
|
int32_t L_1 = L_0->___keyCapacity;
|
|
return L_1;
|
|
}
|
|
}
|
|
// Method Definition Index: 48946
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void uint3__ctor_mEFEA14BBA36F53111474B0C3C3B729061F1ACCAF_inline (uint3_tC1C1C817DB46ED2E6A6C7390716FDDD565917F7B* __this, uint32_t ___0_x, uint32_t ___1_y, uint32_t ___2_z, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/uint3.gen.cs:41>
|
|
uint32_t L_0 = ___0_x;
|
|
__this->___x = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/uint3.gen.cs:42>
|
|
uint32_t L_1 = ___1_y;
|
|
__this->___y = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/uint3.gen.cs:43>
|
|
uint32_t L_2 = ___2_z;
|
|
__this->___z = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/uint3.gen.cs:44>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 49380
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void uint4__ctor_m59B6A219A0285C60FCF2977679BF89C72B502008_inline (uint4_t6C69CBFAE9BF0F727D52B68779D4A3F0DBA8D5C9* __this, uint32_t ___0_x, uint32_t ___1_y, uint32_t ___2_z, uint32_t ___3_w, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/uint4.gen.cs:44>
|
|
uint32_t L_0 = ___0_x;
|
|
__this->___x = L_0;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/uint4.gen.cs:45>
|
|
uint32_t L_1 = ___1_y;
|
|
__this->___y = L_1;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/uint4.gen.cs:46>
|
|
uint32_t L_2 = ___2_z;
|
|
__this->___z = L_2;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/uint4.gen.cs:47>
|
|
uint32_t L_3 = ___3_w;
|
|
__this->___w = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/uint4.gen.cs:48>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 37758
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR float Vector3_Magnitude_m21652D951393A3D7CE92CE40049A0E7F76544D1B_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_vector, 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;
|
|
}
|
|
float V_0 = 0.0f;
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_vector;
|
|
float L_1 = L_0.___x;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_2 = ___0_vector;
|
|
float L_3 = L_2.___x;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_4 = ___0_vector;
|
|
float L_5 = L_4.___y;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_vector;
|
|
float L_7 = L_6.___y;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_8 = ___0_vector;
|
|
float L_9 = L_8.___z;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = ___0_vector;
|
|
float L_11 = L_10.___z;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
double L_12;
|
|
L_12 = sqrt(((double)((float)il2cpp_codegen_add(((float)il2cpp_codegen_add(((float)il2cpp_codegen_multiply(L_1, L_3)), ((float)il2cpp_codegen_multiply(L_5, L_7)))), ((float)il2cpp_codegen_multiply(L_9, L_11))))));
|
|
V_0 = ((float)L_12);
|
|
goto IL_0034;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
float L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
// Method Definition Index: 37778
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 Vector3_op_Division_mCC6BB24E372AB96B8380D1678446EF6A8BAE13BB_inline (Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 ___0_a, float ___1_d, const RuntimeMethod* method)
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_0 = ___0_a;
|
|
float L_1 = L_0.___x;
|
|
float L_2 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_3 = ___0_a;
|
|
float L_4 = L_3.___y;
|
|
float L_5 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_6 = ___0_a;
|
|
float L_7 = L_6.___z;
|
|
float L_8 = ___1_d;
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_9;
|
|
memset((&L_9), 0, sizeof(L_9));
|
|
Vector3__ctor_m376936E6B999EF1ECBE57D990A386303E2283DE0_inline((&L_9), ((float)(L_1/L_2)), ((float)(L_4/L_5)), ((float)(L_7/L_8)), NULL);
|
|
V_0 = L_9;
|
|
goto IL_0021;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
Vector3_t24C512C7B96BBABAD472002D0BA2BDA40A5A80B2 L_10 = V_0;
|
|
return L_10;
|
|
}
|
|
}
|
|
// Method Definition Index: 45452
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void float3x3__ctor_m3AB31C9B587ABDCF15C8BF0E3A5B0158996A75ED_inline (float3x3_tB318DB8C7E54B6CA9E14EB9AC7F5964C1189FC79* __this, float ___0_m00, float ___1_m01, float ___2_m02, float ___3_m10, float ___4_m11, float ___5_m12, float ___6_m20, float ___7_m21, float ___8_m22, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3x3.gen.cs:62>
|
|
float L_0 = ___0_m00;
|
|
float L_1 = ___3_m10;
|
|
float L_2 = ___6_m20;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_3;
|
|
memset((&L_3), 0, sizeof(L_3));
|
|
float3__ctor_mC61002CD0EC13D7C37D846D021A78C028FB80DB9_inline((&L_3), L_0, L_1, L_2, NULL);
|
|
__this->___c0 = L_3;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3x3.gen.cs:63>
|
|
float L_4 = ___1_m01;
|
|
float L_5 = ___4_m11;
|
|
float L_6 = ___7_m21;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_7;
|
|
memset((&L_7), 0, sizeof(L_7));
|
|
float3__ctor_mC61002CD0EC13D7C37D846D021A78C028FB80DB9_inline((&L_7), L_4, L_5, L_6, NULL);
|
|
__this->___c1 = L_7;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3x3.gen.cs:64>
|
|
float L_8 = ___2_m02;
|
|
float L_9 = ___5_m12;
|
|
float L_10 = ___8_m22;
|
|
float3_t4AB5D88249ADB24F69FFD0793E8ED25E1CC3745E L_11;
|
|
memset((&L_11), 0, sizeof(L_11));
|
|
float3__ctor_mC61002CD0EC13D7C37D846D021A78C028FB80DB9_inline((&L_11), L_8, L_9, L_10, NULL);
|
|
__this->___c2 = L_11;
|
|
//<source_info:./Library/PackageCache/com.unity.mathematics@8017b507cc74/Unity.Mathematics/float3x3.gen.cs:65>
|
|
return;
|
|
}
|
|
}
|
|
// Method Definition Index: 711
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t BitConverter_SingleToInt32Bits_mC760C7CFC89725E3CF68DC45BE3A9A42A7E7DA73_inline (float ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = *((int32_t*)((uintptr_t)(&___0_value)));
|
|
return L_0;
|
|
}
|
|
}
|
|
// Method Definition Index: 710
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t BitConverter_DoubleToInt64Bits_m4F42741818550F9956B5FBAF88C051F4DE5B0AE6_inline (double ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = *((int64_t*)((uintptr_t)(&___0_value)));
|
|
return L_0;
|
|
}
|
|
}
|